You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In the quarto books format, we see there is an appendices option:
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.
The text was updated successfully, but these errors were encountered: