You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by offi83 <fo...@pferdeecke.de> on 2007/01/11 10:12:46 UTC

Line-Height Problem with footnotes in FOP 0.93

I've got some Problems generating PDFs from FOs with footnotes. The
line-height between the line containing the footnote and the line before is
a bit to high in contrast to the other line-heights. The error doesn't
appear if I process the same FO with FOP 0.20.5.

The problematic code:
Ressource genutzt werden können.<fo:footnote><fo:inline><fo:inline
font-size="75%" font-weight="normal" fo
nt-style="normal"
baseline-shift="super">1</fo:inline></fo:inline><fo:footnote-body
font-family="serif,Symbol,ZapfDingbats"
font-size="8pt" font-weight="normal" font-style="normal"
text-align="justify" start-indent="0pt" text-indent="0pt"><fo:block
><fo:inline font-size="75%" font-weight="normal" font-style="normal"
baseline-shift="super">1</fo:inline>Vgl. Pfister (1998), S.
72</fo:block></fo:footnote-body></fo:footnote> Über ein
-- 
View this message in context: http://www.nabble.com/Line-Height-Problem-with-footnotes-in-FOP-0.93-tf2957669.html#a8273999
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: Line-Height Problem with footnotes in FOP 0.93

Posted by offi83 <fo...@pferdeecke.de>.

malm wrote:
> 
> Try setting  line-stacking-strategy="font-height" on the fo:block 
> containing the footnote.
> 

Thanks, I customized my docbook stylesheet to add this to all blocks and
everything is fine (because I don't know how to set it only to the affected
block, but that doesn't matter in my case).

Andrea

-- 
View this message in context: http://www.nabble.com/Line-Height-Problem-with-footnotes-in-FOP-0.93-tf2957669.html#a8275517
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: Line-Height Problem with footnotes in FOP 0.93

Posted by Manuel Mall <ma...@apache.org>.
On Thursday 11 January 2007 18:12, offi83 wrote:
> I've got some Problems generating PDFs from FOs with footnotes. The
> line-height between the line containing the footnote and the line
> before is a bit to high in contrast to the other line-heights. The
> error doesn't appear if I process the same FO with FOP 0.20.5.
>

Try setting  line-stacking-strategy="font-height" on the fo:block 
containing the footnote.

> The problematic code:
> Ressource genutzt werden können.<fo:footnote><fo:inline><fo:inline
> font-size="75%" font-weight="normal" fo
> nt-style="normal"
> baseline-shift="super">1</fo:inline></fo:inline><fo:footnote-body
> font-family="serif,Symbol,ZapfDingbats"
> font-size="8pt" font-weight="normal" font-style="normal"
> text-align="justify" start-indent="0pt" text-indent="0pt"><fo:block
>
> ><fo:inline font-size="75%" font-weight="normal" font-style="normal"
>
> baseline-shift="super">1</fo:inline>Vgl. Pfister (1998), S.
> 72</fo:block></fo:footnote-body></fo:footnote> Über ein

Manuel

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org