Hallo,
I've got a problem with FOP 0.93:
If I compile the code below, I get the following warning:
"(..) Line 1 of a paragraph overflows the available area (..)"
Let's say the line <fo:page-number-citation ref-id="id1"/> gave the output
"2".
If I replace this line now with "2" (or even a longer number, e.g. "12"),
there is no error.
It seems that the automatically generate numbers are somehow "bigger" than
normal
numbers.
Has anyone an idea how to solve that problem?
bye,
Max
<fo:table table-layout="fixed" width="100%">
<fo:table-column column-width="16cm"/><fo:table-column column-width="0.5cm"
/>
<fo:table-body><fo:table-row>
<fo:table-cell><fo:block>
Headline
</fo:block></fo:table-cell>
<fo:table-cell><fo:block>
<fo:page-number-citation
ref-id="id1"/>
</fo:block></fo:table-cell>
</fo:table-row></fo:table-body>
</fo:table>
--
View this message in context:
http://www.nabble.com/fo%3Apage-number-citation-causes-overflow--tp15828821p15828821.html
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]