Option to include code between chapters and appendices in Quarto formats #7454
-
DescriptionChanging the main template and partial templates in Quarto is great for customizing the output, but I believe they still need more options to provide a high degree of customization. As far as I know, Quarto still doesn't allow different placement for chapters and appendices, bundling the two in a variable named This can cause some problems. For example, if you're creating a book and want to programmatically build a Table of Contents (ToC) in a PDF between chapters and appendices using the heading feature of BibLaTeX
Of course, one can do something similar without making use of a greater level of customization by creating a "References" chapter before the appendices and using the Another problem that arises from bundling together chapters and appendices is the difficulty in formatting the appendices section since Quarto also applies some formatting before rendering it.
If you're dealing with special LaTeX classes like These are just a few examples of why I believe the variable |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Unfortunately, |
Beta Was this translation helpful? Give feedback.
-
One solution would be to create an A better solution would be to give the user control over where each part of the book will be placed. |
Beta Was this translation helpful? Give feedback.
-
Note that
|
Beta Was this translation helpful? Give feedback.
Unfortunately,
$body$
is a Pandoc feature, and we can't really change it.