[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: How to add vertical space before the start of footnotes?
- add "space-before.*" attributes in the attribute set "footnote.sep.leader.properties"
- customize the "footnote-separator" template (please see below). None of them had any effect. Can this be done? If so, I'd appreciate very much some directions. Thanks in advance, Erik. -- <xsl:template name="footnote-separator"> <fo:static-content flow-name="xsl-footnote-separator"> <fo:block space-before.optimum="3.0em" space-before.minimum="2.8em" space-before.maximum="3.2em"/> <fo:block> <fo:leader xsl:use-attribute-sets="footnote.sep.leader.properties"/> </fo:block> </fo:static-content> </xsl:template>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]