List of equations #5345
Answered
by
mcanouil
bernardo-cruz
asked this question in
Q&A
List of equations
#5345
-
Is there a way to write a list of equations in the same way as for list of figures and list of tables in a pdf-quarto report? |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Apr 28, 2023
Replies: 1 comment 4 replies
-
Because PDF means LaTeX (currently), it means any LaTeX tools/tricks works, thus you can use/adapt for example https://tex.stackexchange.com/questions/14317/list-of-equations-table-of-equations#14328. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
bernardo-cruz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because PDF means LaTeX (currently), it means any LaTeX tools/tricks works, thus you can use/adapt for example https://tex.stackexchange.com/questions/14317/list-of-equations-table-of-equations#14328.
You are likely to need to use partials, see https://quarto.org/docs/journals/templates.html#latex-partials.