Dear Fred,
To perform different customizations of the PDF output you will have to
edit the "dita2fo-parms.xsl" file
located in the "DITA-OT/xsl/xslfo/" directory.
The file contains defaults for some attributes used to build the FO file.
If you have imbricated topics just modify the "attribute-set"
corresponding for the level of imbrication
Eg: for "topic in topic in topic" edit the "topictitle3" attribute-set.
The "topictitle1" already has a page break attribute:
<xsl:attribute name="break-before">page</xsl:attribute>
If you want also page breaks before imbricated topics just add that line
above to the attribute-set for that topic's imbrication level.
Regards,
Radu
--
Radu Coravu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
fcabral78 wrote:
>
> Hello,
> Is it possible to force task topics to a new page within PDF output?
> Basically, my bookmap has chapters (concepts) and topicrefs (tasks); I
> want each topicref to appear on a new page instead of nested under the
> previous topic.
> Thanks in advance,
> Fred
>
>