Franco wrote: > > I use Xml Mind professional edition to create a pdf manual. > > I have two small questions > > > > I set the converter to produce the index on the left side of the > document when opened with the reader. Yesterday I downloaded and > installed xmlmind 4.4.0 and this functionality is lost, probably the new > installation overwrite the file I modified to produce this, I remember > that was a simple parameter to change from 0 to 1 but I do not remember > in which file, can You help me?
Please specify XSLT stylesheet parameter * xep.extensions = 1 if you use RenderX XEP * fop1.extensions = 1 if you use Apache FOP This can be done from within XXE. Simply use "Options|Customize Configuration|Change Document Conversion parameters". (This is done once for all.) More info: * http://docbook.sourceforge.net/release/xsl/current/doc/fo/fo_ext.html * http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xmleditapp.kit.part.ConversionParametersEditor.html > > > > How can I insert in the document a hard new page, I was not > able to find it. > Out of the box, there is no way to insert a hard page break. You need to customize the DocBook XSLT stylesheets to do that. How to do it is explained in http://www.sagehill.net/docbookxsl/PageBreaking.html#HardPageBreaks How to tell XXE to use a custom XSLT stylesheet is explained here: http://www.xmlmind.com/xmleditor/_distrib/doc/configure/customizing.html > > Thank you very Much > > Franco >

