Replies: 1 comment 12 replies
-
Linking to @cderv answer of another thread as it should also work here. |
Beta Was this translation helpful? Give feedback.
12 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.
-
Description
Thanks for your awesome work on this project! I am writing a thesis in Quarto, and I am currently having trouble getting the references to print after the appendices while still being listed as a top-level heading in the table of contents (TOC).
First, I tried this in the _quarto.yml file of my Quarto book project:
The references were printed after the appendices, but they were included in the TOC as a final appendix (only obvious when looking at the "document outline" pane in the pdf output).
Then I tried this:
Although the references were included as a top-level heading in the TOC/document outline this time, they were also printed before the appendices (which is undesirable for me).
The contents of references.qmd are as follows:
Is there anything I can do in the _quarto.yml file or elsewhere to achieve the desired result?
BTW, the same question has been asked before on the following page (but as far as I can tell it was never fully answered either there or here in the GitHub discussions): https://community.rstudio.com/t/quarto-references-chapter-section-at-top-level-in-toc-after-appendices/144332
Thank you for your assistance with this.
Beta Was this translation helpful? Give feedback.
All reactions