← Prev in month ← Prev in thread
Next in thread → Next in month →

Force break after LoT (PDF)

From
Brendan DeTracey <>
Date
2012-03-29T23:26:27+00:00
ID
D55D07C90B124DC18FCE8AAD90BC8022@moppet
Thread
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
← Prev in month ← Prev in thread
Next in thread → Next in month →