Hello again...
I'm trying to put a footnote at the same height
that a static-content which draw a page number, but i can't do
that.
static-content
<fo:static-content
flow-name='xsl-region-after'>
<fo:block text-align='end' font-size='8pt' line-height='14pt'> Página <fo:page-number/> </fo:block> </fo:static-content> footnote
<fo:footnote>
<fo:inline color='gray'
vertical-align='super'>(*)</fo:inline>
<fo:footnote-body>
<fo:block font-weight='normal' text-align='left'
line-height='40pt'>
<fo:inline vertical-align='bottom'>(*) Datos actualizados a 2002</fo:inline>
</fo:block>
</fo:footnote-body>
</fo:footnote>
now:
(*)
Datos actualizados a 2002
Página
1
i want
(*) Datos actualizados a
2002
Página 1
Can you help
me? thx, Sergio.
|
- Re: footnote Sergio
- Re: footnote Oleg Tkachenko