Mark_Fletcher wrote:
I'm trying to upgrade a conversion to use .92beta instead of .20.5. One
thing that's breaking is that my page numbers in the TOC don't show up in
the PDF file anymore. Has something changed in this implementation?

The new layout engine is an almost complete new implementation,
so yes, there has something changed.

The new release still has some problems with forward referencing page
number citations, although problems causing the whole number to
disappear should have been fixed meanwhile. The only way around seems
to be to avoid forward references, i.e. putting the TOC at the end
of the document.

Another hint:
<fo:inline font-weight="bold">Introduction</fo:inline>

FOP 0.92ff is more compliant than 0.20.5, which means that processing
fo:inline is much more expensive now. You should use fo:wrapper for
changing font styles.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to