Removing Numbering from chapters in quarto Book #1607
Replies: 3 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.
-
|
@shafayetShafee have you try The following worked for me |
Beta Was this translation helpful? Give feedback.
-
|
Bumping this issue back up... @shafayetShafee @mcanouil @rgaiacs ... does anyone know if this issue ever got sorted. And what the workaround is? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any global option to set in
bookso 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