From:
<car...@te...> - 2004-06-06 18:14:49
|
Hello: >By the way, using <constant> directly within a <listitem> is not valid >DocBook. The current version of our build tools doesn't have a problem >with it though. Valid is e.g. > > <listitem> > <para><constant>isc_info_sql_select</constant></para> > </listitem> > I will fix them thanks :) >No, that one is the stylesheet for producing the defaulthtml target. > Ok. >PDF is produced in wto steps: first, a Formatting Objects file >firebirddocs.fo is produced. The master stylesheet used for this >is manual/src/docs/docbook/fo/docbook.xsl > >Then, a FOP (Formatting Objects Processor) turns the .fo into a .pdf > >To get the right (table) format in the PDF too, you can add this >instruction (at the same place as the <?dbhtml...> line): > > <?dbfo list-presentation="table"?> > >Or we can add this line to build.xml, PDF target: > > <param name="segmentedlist.as.table" expression="1"/> > I will test it, thanks :) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |