I would like to create a pdf book using asciidoc. The title page should include the title, subtitles and image. So far, I have not been able to find documentation on how to achieve this.
Intuivly I would do something like
My book title ============= :author: myself :toc: image:images/titelimage.png[width=400]
but it just adds image:images/titelimage.png[width=400] as subtitles. I would like to have something like
My book title <titleimage> subtitle
Is there a way to do this in ascciidoc? If not, what do I need to do to get this?
source share