On 04/02/11 09:38, Brian Troutwine wrote:


I can generate a PDF. So, what can I do to get asciidoc working? How
do I check the correctness of my stylesheets catalog, for instance?


Run the xsltproc command from the command-line with the --verbose option, this should give you more information about the problem:

asciidoc --backend docbook --doctype book --attribute docinfo adventures-of-sherlock-holmes.txt


xsltproc --verbose --stringparam part.autolabel 0 --stringparam chapter.autolabel 0 --stringparam section.autolabel.max.depth 0 --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0 --stringparam html.stylesheet adventures-of-sherlock-holmes.css --stringparam toc.section.depth 1 --stringparam chunk.section.depth 0 /etc/asciidoc/docbook-xsl/epub.xsl /tmp/adventures-of-sherlock-holmes.xml


Cheers, Stuart

--
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to