Skip to content
Discussion options

You must be logged in to vote

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 at 1 directly.

Unless I forgot something... 🤔

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Pierre9344
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
docx Issues with the docx format themes Related to HTML theming or any other style related issue (like highlight-style)
2 participants