Handling appendix "numbering" in left navbar in book mode #13678
Replies: 1 comment 4 replies
-
|
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am using
project: type: bookand rendering in both html and PDF. This helps with consistent section numbering and cross chapter referencing.However, when producing the Appendices, I can't make the left-bar nav stop numbering the appendices. A manual declaration of left bar contents appears to be ignored in this mode. I could use css to remove them, but wondering if there is a way to override left navbar contents rendering for book type projects.
Here is an example of the _quarto.yml
Beta Was this translation helpful? Give feedback.
All reactions