Replies: 1 comment 4 replies
-
You can still use template with Quarto (https://quarto.org/docs/output-formats/ms-word-templates.html) and crossref is built in quarto (https://quarto.org/docs/authoring/cross-references.html#equations) Did you try already the template ? Does the Pandoc crossref filter you used handled that differently that Quarto ? If you could share a full reproducible example that would help |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have to submit in docx format, then I encountered a problem, That is aligning the formula number to the right.

the quarto default style like this
But I want to the style like this

In native pandoc, I know we can use the
--crossref
and add template to YAML, but in quarto, I don't know what to do?Beta Was this translation helpful? Give feedback.
All reactions