How to convert the existing asciidoc content into pdf?
Google is not giving much info.
a2x is not working.
Is it possible to give a doc on converting asciidoc to pdf?
Thanks.
--
Regards,
T.Shrinivasan
My Life with GNU/Linux : http://goinggnu.wordpress.com
Free/Open Source Jobs : http://fossjobs.in
a2x works for me. (asciidoc version 8.2.7)
------
a2x -d book -f pdf lab-manual.txt
------
Apart from asciidoc you need to have xsltproc, DocBook stylesheets and
fop installed.
Regards,
Vijay