Public repository https://github.com/asciidoctor/asciidoctor-epub3
Questions tagged [asciidoctor-epub3]
4 questions
1
vote
1 answer
WARNING: conversion missing in backend epub3 for toc
I'm using asciidoctor-pdf to create a PDF, and it is working nicely.
But when I use asciidoctor-epub3 to convert it to an epub it shows a warning message:
asciidoctor: WARNING: conversion missing in backend epub3 for toc
However, the toc is added…

lifeisfoo
- 15,478
- 6
- 74
- 115
1
vote
1 answer
Add cover image for AsciiDoc Epub3
I am trying to add a cover image to an ASCIIDoc file (to be able to convert it to EPUB3) using this syntax
: front-cover-image: image: cover.png[width=1050, height=1600]
In the master file as mentioned in their page over here but it doesn't seem…

QPTR
- 1,620
- 7
- 26
- 47
0
votes
0 answers
How can I use custom classes in chapter titles with Asciidoc epub3 converter?
In the adoc file I define a chapter header like:
== [big-number]#2064# Das Spiele-Labor
For HTML that translates to
2064
For the epub-Version, converted with asciidoctor-epub, apparently the class is omitted. The…

Michael
- 6,823
- 11
- 54
- 84
0
votes
0 answers
No little images for TIP, NOTE nor IMPORTANT
I use https://github.com/asciidoctor/asciidoctor-epub3 to export to kf8 for Kindle. The result looks beautiful but is misses the little images next to TIP, NOTE and IMPORTANT. I guess the files are missing or there is an error in the CSS. How can I…

wintermeyer
- 8,178
- 8
- 39
- 85