OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: dblatex (was Re: [docbook-apps] Show off what you've done with Docbook)


On 2015-09-16 11:02, Warren Block wrote:
dblatex book.parsed.print.xml -p
/usr/devel/doc/share/xml/freebsd-dblatex.xsl -T simple -b xetex -d -o
book.pdf
...
tag: default template used in programlisting or screen
Build book.parsed.print.pdf
/tmp/tmpUWdRvD not removed
Unexpected error occured
Error: [Errno 2] No such file or directory

It isn't saying which file it can't find (and the Python msgs don't help either), but here's a guess: it's expecting the command line format
    dblatex [options] {file | -}
so try putting the xml file name after all the options.

Otherwise ensure that the .xml file is in the local directory, or else provide it a path.

   Mike Maxwell


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]