asciidoctor / asciidoctor-pdf

:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
https://docs.asciidoctor.org/pdf-converter/latest/
MIT License
1.14k stars 501 forks source link

Chapter number styling #2382

Closed trombonehero closed 1 year ago

trombonehero commented 1 year ago

It would be handy if chapter numbering could be customized to use, e.g., the upperroman numbering style.

mojavelinux commented 1 year ago

If you need this capability, you can either extend the converter or override the sectnum method of the Section class. This is not a feature we are considering right now for Asciidoctor and its converters.

If you need help with how to customize Asciidoctor or Asciidoctor PDF, please ask in the project chat at https://chat.asciidoctor.org.