Currently, when publishing PDF with the --theme option, bookmap Part and Chapter references are styled with h1 like first-level topic titles.
Many authors who publish PDF choose bookmap for the Part and Chapter constructs, so a PDF theme should at least provide basic styling support for these elements.
If labels, numbers, and titles are rendered on separate lines (like in PDF2), it would be convenient to them independently:
If this plug-in renders all 3 on one line instead, the title content could be defined with a dedicated key like in https://github.com/jelovirt/pdf-generator/pull/68, and styled separately from first-level topic titles:
Currently, when publishing PDF with the
--theme
option, bookmap Part and Chapter references are styled withh1
like first-level topic titles.Many authors who publish PDF choose bookmap for the Part and Chapter constructs, so a PDF theme should at least provide basic styling support for these elements.
If labels, numbers, and titles are rendered on separate lines (like in PDF2), it would be convenient to them independently:
If this plug-in renders all 3 on one line instead, the title
content
could be defined with a dedicated key like in https://github.com/jelovirt/pdf-generator/pull/68, and styled separately from first-level topic titles: