How to disable numbering of title page? #11055
-
DescriptionI am building a book (a PhD thesis) with Quarto, and only the sections with main content should be numbered. Whilst I can avoid numbering by using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Can you share your book repo for example ? Or an example of what exactly you tried ? What is inside your Having example allows us to be sure we are considering the right things and not misunderstanding anything. Thank you ! |
Beta Was this translation helpful? Give feedback.
-
Follow-up question: Is it possible to have |
Beta Was this translation helpful? Give feedback.
An uglier "hack" for HTML:
# [Preface]{style="display: none;"} {.unnumbered .unlisted}
Doing:
# Preface {.unnumbered .unlisted style="display: none;"}
would make the whole section not appear at all.edit: or a bit better: