MWE for numbered equations in a .docx document #8137
-
DescriptionThis might be a basic question but I couldn't find a straight answer neither in Q&A not in issues. I cannot get equations numbered in quarto docx document. What is the simplest way of doing it? Better if the numbers are right aligned. |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jan 5, 2024
Replies: 2 comments 2 replies
-
What did you try so far ? Equations syntax is documented at: https://quarto.org/docs/authoring/cross-references.html#equations |
Beta Was this translation helpful? Give feedback.
0 replies
-
The following
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are not using the syntax from the documentation.
It's
eq-
noteq:
.This is written in the first line at https://quarto.org/docs/authoring/cross-references.html#equations.