Put list of tables (lot) then list of figures (lof) in quarto book #5133
-
I am editing my dissertation for submission to my graduate school. One issue I can't figure out is that they require the list of tables to come before the list of figures. Currently my pdf renders with the list of figures THEN the list of tables. Any way to flip the ordering? Here are the contents of my _quart.yml file:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Since you already are using template partial, you can simply change the order of few lines using the |
Beta Was this translation helpful? Give feedback.
Since you already are using template partial, you can simply change the order of few lines using the
toc.tex
partial, see https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/formats/pdf/pandoc/toc.tex (from https://quarto.org/docs/journals/templates.html#latex-partials).