|
From: Hubert S. <h.s...@ws...> - 2005-04-27 12:07:25
|
Hi!
what steps need to be done to convert a DocBook file attached to this lis=
t
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=3D"all">
<tgroup cols=3D"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>
|