Skip to content

How to manage appendices? #6

@robitalec

Description

@robitalec

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions