Number section only starting a certain level #8203
-
DescriptionHello, I thank you in advance for your answers
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you unnumber a section, it won't have number. That is why you get the 0.x for sub section. It seems to me that you want to change the style of your headings in docx. Using template could be a solution here (https://quarto.org/docs/output-formats/ms-word-templates.html#creating-templates) by changing the style of first level heading to have no number. If this is possible to do so in docx... I can't remember. Basically, each heading level has a different style in Word, so you can try to tweak it. Otherwise, built in Unless I forgot something... 🤔 |
Beta Was this translation helpful? Give feedback.
If you unnumber a section, it won't have number. That is why you get the 0.x for sub section.
It seems to me that you want to change the style of your headings in docx. Using template could be a solution here (https://quarto.org/docs/output-formats/ms-word-templates.html#creating-templates) by changing the style of first level heading to have no number. If this is possible to do so in docx... I can't remember.
Basically, each heading level has a different style in Word, so you can try to tweak it.
Otherwise, built in
number-sections
does not allow you to have level 1 ignored and starts numbering at1
directly.Unless I forgot something... 🤔