Replies: 1 comment
-
What defines chapters numerals is being a "chapter" or an "appendix": I don't think you can control this, at least for |
Beta Was this translation helpful? Give feedback.
0 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.
-
Description
Starting with a generic quarto book, how does one obtain roman numerals for chapter numbers?
Apologies in advance if I'm missing something in documentation, or an example in the wild--but I'm unclear how to control chapter numbering style. From the sample gallery, the volume Hands On Programming in R has letters for appendices, but I don't see anything special in the book's
_quarto.yml
.Putting the above in
_quarto.yml
makesH1
a chapter if I add another H1 item on any page. However, that new chapter is not included in sidebar. Additionally, chapter labels are stillalpha
but if I add a figure then figure labels areroman
.In the documentation on cross-references, I see discussion of how to change figure, table, and other kinds of labels but not chapter. Likewise, documentation on custom reference types provides examples of videos, but I'm not sure how this might be applied to customize chapter numbering.
How would one set the chapter labels to anything other than the default
alpha
? Thanks in advance.Beta Was this translation helpful? Give feedback.
All reactions