OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Force break after LoT (PDF)


Hello,
 
I found the component of dobudish that was breaking the LoT and LoF for PDF. ( It was <xsl:import href=""/>  dobudish-2.0.0\system\custom-xsl\fo-common.xsl .  Commenting it out did the trick.)
 
I now have the problem of wanting to force a page break after the LoF. I know:
 
    <xsl:attribute-set name="toc.margin.properties">
       <xsl:attribute name="break-after">page</xsl:attribute>
    </xsl:attribute-set>
works for the ToC, but it does not when there is a LoT and LoF. The net result is a page break after the ToC before the LoT and LoF which are followed immediately by the text. Would this be a bug?
 
Thanks,
Brendan


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]