On 26 February 2012 08:48, Tomek Kaczanowski <[email protected]> wrote: > Hi All, > > a book typically contains elements like foreword, acknowledgements and > "about the authors". I can not find anything about Asciidoc supporting > them. >
Asciidoc supports a number of different targets (html, docbook etc). These support different capabilities in respect of document meta data. So asciidoc only directly supports the minimal portable subset. For example docbook has many metadata elements and you can add them specifically for docbook outputs as described in the user guide, but these will have no impact on asciidoc generated HTML outputs. Your docbook toolchain may render them if you create html from it. > What is the right way to add them to a book? There is no "right" way, you will have to adjust how you add them for different targets and toolchains. Cheers Lex > > -- > Regards, > Tomek Kaczanowski > http://practicalunittesting.com > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/asciidoc?hl=en. > -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
