Questions tagged [a2x]
6 questions
2
votes
0 answers
Nested block macros in asciidoc
I am using asciidoc to generate course materials as PDF. When the materials are printed, I do not want the code samples to be highlighted, because they do not print well. When the materials are read with a PDF reader, I do want highlighting.
I have…

John Strickler
- 21
- 1
- 1
2
votes
1 answer
Option for using scale-down-to-fit with a2x and FOP
I'm doing a build system for a documentation project and I need help trying to limit the width of images when generating PDF output.
I'm using a2x --fop to generate the PDF output which works fine, but I need the scale-down-to-fit option (Scale down…

Brian Sidebotham
- 1,706
- 11
- 15
1
vote
0 answers
Asciidoc+a2x to generate HTML output with search capabilities
I have to use a Asciidoc+a2x solution to generate HTML manuals out of the Asciidoc templates. Is there any opportunity to implement a full-text search into the existing solution (without migrating to an alternative like Sphinx)

Yaroslav Fedorina
- 36
- 6
1
vote
0 answers
Asciidoc: a2x does not generate numbered sections anymore
a2x does not generate numbered sections anymore, though I have the following attributes defined:
= Some title
:toc:
:numbered:
It used to work once (I think it was before I've updated Kubuntu to the latest LTS version (16.04.2 LTS)).

Puce
- 37,247
- 13
- 80
- 152
0
votes
0 answers
Caused by: java.lang.ClassNotFoundException: javax.ws.rs.client.ClientBuilder
I am building a app with javafx, I made everything and generated the jar, when I execute it by double-click it works but when I try by jnlp generate this error:
java.lang.RuntimeException: Problem in callAndWait()
at…

ljzf
- 1
- 2
0
votes
2 answers
Creating epub with a2x versus ZIP
Using this a2x command creates a valid .epub file (book.epub):
$ a2x -v -k -f epub -d book book.asc
a2x: archiving: mimetype
a2x: archiving: META-INF/container.xml
a2x: archiving: OEBPS/ch01.html
a2x: archiving: OEBPS/ch02.html
a2x: archiving:…

craig
- 25,664
- 27
- 119
- 205