public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
* docbook2pdf only generates tex file
@ 2003-01-10 14:30 Resonances.com
  2003-01-10  6:30 ` Resonances.com
  0 siblings, 1 reply; 2+ messages in thread
From: Resonances.com @ 2003-01-10 14:30 UTC (permalink / raw)
  To: docbook-tools-discuss

I want to generate pdf from a docbook file. I have installed the
latest packages.

I can generate HTML (though I had to hack the main catalog file to
have the James Clark//DTD DSSSL Style Sheet declaration) before this
would work.

When I call docbook2pdf, a tex file is generated, but nothing else
happens. This message appears (which also appears when I generate
HTML):

jade:(invalid location):E: invalid filename ""

I have traced the exection to here in backends/pdf:

$SGML_JADE -t tex -o ${SGML_FILE_NAME}.tex $SGML_ARGUMENTS
if [ $? -ne 0 ]
then exit 1
fi

Clearly this problem causes jade to exist with an error code and this
program exits (with no information).

The call to jade looks like this:

jade -t tex -o dissertation.tex  -i print -d 
/usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#print -V 
paper-size=A4   /usr/share/sgml/xml.dcl 
/home/das/projects/dissertation/v2003/dissertation.xml

The indvidual files here all exist.

What could be going wrong?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-10 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-10 14:30 docbook2pdf only generates tex file Resonances.com
2003-01-10  6:30 ` Resonances.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).