On Feb 24, 2007, at 20:12, Andreas L Delmelle wrote:


... how can I increase the space between the normal text on a page and the complete block of footnotes?

IIC, then you can achieve that effect using an empty fo:block in a fo:static-content with flow-name="xsl-footnote-separator", so something like:

<xsl:static-content flow-name="xsl-footnote-separator">
  <fo:block space-before.optimum="..." />
</xsl:static-content>

Sorry, typed a bit too fast. Should of course be:

<fo:static-content flow-name="xsl-footnote-separator">
  <fo:block space-before.minimum="..." />
</fo:static-content>

Naturally, you could also use a block with a few preserved linefeeds...


Cheers,

Andreas

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

Reply via email to