Latex: Possiblity to remove 'Appendices' part title in table of contents #1086
Closed
fitzchivalrik
started this conversation in
Feature Requests
Replies: 2 comments
-
Thanks for the feedback. I'm going to transfer this to our GitHub Issues for better tracking (we are currently closing down development for v1.0 so it may be a bit before we take this up) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing in favour of #1096 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am in the process of porting my latex template for my thesis to quarto, using the
book
template.When using
appendices
in thebook
yaml, quarto inserts\addcontentsline{toc}{part}{Appendices}
right after\appendix
.Unfortunately, this does not adhere to the style guide I need to use. It would be great if this was configurable (
appendix-style: none
does not seem to affect this).Related, I think the produced hyperlink is incorrect, as clicking on
Appendices
in the toc in the PDF moves to the section before the first appendix, however, I am unsure if this is not an error in my setup.quarto-cli/src/resources/filters/quarto-pre/book-numbering.lua
Lines 26 to 32 in 5a889b6
Thanks for the software and your work, having one code base to produce a beautiful book-website and PDF is really great.
Beta Was this translation helpful? Give feedback.
All reactions