On 08/05/2011 04:18 PM, Pere Porta wrote: > Here attached I send a page of a PDF document that is the result of a > Docbook document written with your program. > The page header overlaps the normal text. > Is there a way to avoid this?
To our knowledge, your problem can be solved in two ways: --> Simplest solution: Add a <titleabbrev> child element after the title element. Make the text of this <titleabbrev> element shorter than the text of the <title> element. See http://www.docbook.org/tdg/en/html/titleabbrev.html OR --> More general solution: Change the layout of the XSL-FO pages in the DocBook XSL style sheet. [a] Use "Options|Customize Configuration|Change Document Conversion Parameters". [b] Select "Convert to PDF, Postscript". [c] Click on Add. [d] Specify region.before.extent as the parameter name and, for example, 2in as the parameter value. You may have to adjust this value to make it smaller or larger depending on your needs. [f] Do the same for parameter body.margin.top. Specify for example 2.1in. See http://docbook.sourceforge.net/release/xsl/current/doc/fo/region.before.extent.html See http://docbook.sourceforge.net/release/xsl/current/doc/fo/body.margin.top.html See http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xmleditapp.kit.part.ConversionParametersEditor.html -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

