-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
In the quarto books format, we see there is an appendices option:
book:
chapters:
- index.qmd
- intro.qmd
- summary.qmd
- references.qmd
appendices:
- tools.qmd
- resources.qmd
https://quarto.org/docs/books/book-structure.html#parts-appendices
Is there some similar option for manuscripts? Appendices or supplemental materials are common with manuscripts and within the main body of text doesn't quite feel right. At the moment, my solution is to just use {{< include >}} in the main body, with unnumbered headers after the references. I also considered using the notebooks section, but it isn't really compatible with appendices because it seems to expose all code chunks.
Metadata
Metadata
Assignees
Labels
No labels