Restart Chapter Numbers by Part #1283
Unanswered
madebyafox
asked this question in
Q&A
Replies: 3 comments
-
This seems to be the only discussion of this feature that I can find online, so even though it's months later I want to second this. I think it is possible in PDF mode by doing some TeX stuff, but as far as I can tell is not possible in HTML, but I would like it to be in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just add this to the YAML header: format:
pdf:
header-includes:
- \makeatletter
- \@addtoreset{chapter}{part}
- \makeatother |
Beta Was this translation helpful? Give feedback.
0 replies
-
FYI: |
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'm using a quarto book-type project to write my dissertation. I notice that the chapter numbers are continuing through each Part, but I'd like to have chapters be named per block. Is there a YAML parameter to specify that the chapter numbering should restart for each part?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions