Hello,
I found the component of dobudish that was breaking the LoT and LoF for PDF. (
It was <xsl:import href="fo/component.xsl"/>
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