Hi Thomas,

you don't make any mistake. You are just hitting bug 37579. There is a somewhat 
outdated patch attached to that bug, that will fix your problem. I will 
hopefully attach a newer version of the patch sometime soon, but it is still 
not ready to be commited because it does not catch all the borderline cases 
(for example footnotes in list-item-labels).

Gruß nach Tübingen,

Timo


----- original Nachricht --------

Betreff: Footnotes in Lists?
Gesendet: Do, 31. Mai 2007
Von: Thomas Zastrow<[EMAIL PROTECTED]>

> Hello,
> 
> I have a problem with footnotes within lists: the footnote itself is 
> displayed in the list (here: footnote number 2), but the corresponding 
> text at the bottom of the page isn't displayed. Here my code:
> 
> ------------------------------
> 
> <fo:list-item>
> 
> <fo:list-item-label 
> end-indent="label-end()"><fo:block>.</fo:block></fo:list-item-label>
> 
> <fo:list-item-body start-indent="body-start()">
> 
> <fo:block>Zweiter Punkt
> <fo:footnote><fo:inline vertical-align="super" font-size="6">2</fo:inline>
> <fo:footnote-body>
> 
> <fo:list-block space-after.optimum="6pt" 
> provisional-distance-between-starts="10pt" 
> provisional-label-separation="0pt">
> <fo:list-item><fo:list-item-label end-indent="label-end()"><fo:block 
> vertical-align="super" font-size="6">2</fo:block></fo:list-item-label>
> 
> <fo:list-item-body start-indent="body-start()">
> <fo:block>
> <fo:block text-align="left" font-size="10">Footnote number 2</fo:block>
> </fo:block>
> </fo:list-item-body>
> </fo:list-item>
> </fo:list-block>
> </fo:footnote-body>
> 
> </fo:footnote>
> 
> </fo:block>
> 
> </fo:list-item-body>
> 
> </fo:list-item>
> 
> ------------------------------
> 
> Any ideas where my mistake is?
> 
> Thank you very much!
> 
> Best,
> 
> Tom
> 
> -- 
> ----------------------------
> http://www.thomas-zastrow.de
> 
> German Forum - DTP under Linux:
> 
> http://www.opendtp.de
> ----------------------------
> 
> 

--- original Nachricht Ende ----

Reply via email to