Re: Tool to convert docbook into PDF

From
Stephane Bortzmeyer <>
Date
2005-07-22T08:46:32+00:00
ID
Thread
Re: Tool to convert docbook into PDF
On Fri, Jul 22, 2005 at 12:45:12AM -0700,
 Ferad Zyulkyarov <> wrote 
 a message of 16 lines which said:

> Before writing to this news group I tried to run docbook2* in my
> linux box (Debian) but I have faced too many unknown errors.

On my Debian, I just use jade.

jade -t tex -V tex-backend \
        -d lib/print.dsl \
        /usr/share/xml/declaration/xml.dcl FILENAME.db
jadetex FILENAME.tex

I wrap it in a Makefile so I can type just "make FILENAME.pdf". I send
you the Makefile in private.