Removing Numbering from chapters in quarto Book #1607
Unanswered
shafayetShafee
asked this question in
Q&A
Replies: 2 comments 4 replies
-
I am not sure there is an option in any of the tools used by Quarto to skip numbering in headers of a specific level. Although, it's possible to write a Lua filter to remove numbering at a specify level (it will just do automatically what currently has to be done manually). |
Beta Was this translation helpful? Give feedback.
2 replies
-
@shafayetShafee have you try The following worked for me
|
Beta Was this translation helpful? Give feedback.
2 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.
-
Is there any global option to set in
book
so that all of the chapters are not numbered?As I am seeing in the docs it can be done by adding
{.unnumbered}
to each chapter's main heading. But is there any global option to do this without using{.unnumbered}
in each case so that all of the chapters of the book will be unnumbered ?? Thanks 😊😊😊Beta Was this translation helpful? Give feedback.
All reactions