I have installed
- Asciidoctor
- Xalan
- FOP
I know how to get XML from from asciidoc – asciidoctor -b docbook book.txt
but I have no idea on how to apply DocBook style sheets. Actually, I don’t even see an xslt file in DocBook 5.1 installation directory.
How can I create pdf from asciidoc on Windows via DocBook toolchain? I need to use things like index which can’t be generated directly by asciidoctor.
Source: Windows Questions