Hi Joe
On 02/10/10 04:34, joe wrote:
Hello,
I'm trying to convert the article.txt file included in the
distribution 'doc' folder to pdf.
If I do this:
a2x -f pdf article.txt
I get this:
a2x: ERROR: xmllint --nonet --noout --valid /Users/joe/tmp/article.xml
returned non-zero exit status 4
Looks like the generated output is invalid, try running a2x with the --verbose
and --keep-artifacts options. Look at the error that xmllint spits out and then
look at the generated .xml file generated by asciidoc to trace the source of the
problem. The --verbose option will print the xmllint command executed by a2x,
you can cut and paste it to run it manually if necessary.
Cheers, Stuart
-------------------
If I do this:
a2x -f pdf -L article.txt
I get this:
a2x: ERROR: dblatex -t pdf -p /usr/local/etc/asciidoc/dblatex/asciidoc-
dblatex.xsl -s /usr/local/etc/asciidoc/dblatex/asciidoc-dblatex.sty /
Users/joe/tmp/article.xml returned non-zero exit status 127
Should this work?
thanks,
Joe
--
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.