numbering chapter following header level and not files #12397
Closed
jcolomb
started this conversation in
Feature Requests
Replies: 2 comments
-
This seems to be the same thing as:
Each elements in Regarding your example, you could use the include shortcode instead of listing the files as chapters. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is indeed the same as #7649, will close this and add a comment there. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
This concerns chapter numbering in quarto book.
Description
several question on numbering chapters and parts #5987 for instance.
My issue is that numbering follows files and not headers levels: if I start a new file with
### 3d level header
it will add a number as if it is a new chapter (instead of being "1.1.1 3d level header" if will be "2 3d level header". That is very disturbing.PS: putting files together for one chapter would not work as the chapters are too big and I need some sections to be independent so different people can work on them)
So numbering should not care if it is a new file or not, but only follow the headers level.
(example: https://open-make.github.io/RHardware-minimaltemplate/ I get 80 Chapters instead of ~6 chapters with multiple subchapters)
Beta Was this translation helpful? Give feedback.
All reactions