|
From: Neil R. <ne...@oc...> - 2005-04-28 00:41:26
|
That's a pretty old version of DocBook, I don't know if the current docbook dsssl stylesheets will work with it. Anyway, here is how I create PDF files from DocBook SGML: openjade -t tex \ -d /usr/share/sgml/docbook/stylesheet/dsssl/modular/print/docbook.dsl \ foo.sgml jadetex foo.tex jadetex foo.tex jadetex foo.tex dvipdf foo.dvi foo.pdf I don't recall why I use jadetex and then dvipdf rather than pdfjadetex, but It Works For Me. You need to run jadetex multiple times to get the page numbering correct, I believe. On Apr 27, Hubert Sokolowski (h.s...@ws...) wrote: > > Hi! > > what steps need to be done to convert a DocBook file attached to this list > below to a PDF file using openjade, DSSSL stylesheets and pdfjadetex? > > thanks in advance > hs > > > <!doctype informaltable PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [ ]> > <informaltable frame="all"> > <tgroup cols="4"> > <thead> > <row> > <entry>Architecture</entry> > <entry>Company</entry> > <entry>Native code support</entry> > <entry>Max optimization</entry> > </row> > </thead> > <tbody> > <row> > <entry>i386</entry> > <entry>Intel</entry> > <entry>yes</entry> > <entry>-O4</entry> > </row> > <row> > <entry>alpha</entry> > <entry>DEC</entry> > <entry>yes</entry> > <entry>-O3</entry> > </row> > <row> > <entry>Z80</entry> > <entry>Zilog</entry> > <entry>no</entry> > <entry>-O1</entry> > </row> > </tbody> > </tgroup> > </informaltable> > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Tell us your software development plans! > Take this survey and enter to win a one-year sub to SourceForge.net > Plus IDC's 2005 look-ahead and a copy of this survey > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id5hix > _______________________________________________ > OpenJade-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openjade-users -- Neil Roeth |