Id like to know how, when I have Section Numbering turned on, I can prevent the word "Chapter" appearing next to the "==" sections - I only want the number like it does for "===" and "====" etc
Im using asciidoctor-pdf and I tried the other doctypes but book is closest to what I want
This is strange, because I build my PDF Books with Maven and I do not have the "Chapter:" prefix you are describing.
For Appendix, I know there is an appendix-caption property. You can set another value:
: appendix-caption: Appendice
(french example)
or unset the value:
: appendix-caption!:
Maybe there is a similar chapter-caption property...
On Tue, Oct 20, 2015 at 3:57 AM, Jeremie Bresson [via Asciidoctor :: Discussion] <[hidden email]> wrote:
This is strange, because I build my PDF Books with Maven and I do not have the "Chapter:" prefix you are describing.
Perhaps you aren't using doctype=book (but rather the default, doctype=article). This default was added to mimic the behavior of the DocBook toolchain when creating PDFs (except we don't yet have i18n).