This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
Re: [docbook-apps] Footnotes numbers dimension and separating line
- From: "Bob Stayton" <bobs at sagehill dot net>
- To: "Giulio Piancastelli" <gpian at softhome dot net>, <docbook-apps at lists dot oasis-open dot org>
- Date: Sun, 16 May 2004 00:04:18 -0700
- Subject: Re: [docbook-apps] Footnotes numbers dimension and separating line
- References: <40A6C259.50608@softhome.net>
Well, it used to be true that fop did not support the xsl-footnote-separator
static content in a page master, and it is still not listed in their
supported elements. However, it appears to work now, so I guess the
stylesheet should be updated.
In the mean time, you can customize the setup.pagemasters template in
fo/pagesetup.xsl by moving the call to the footnote-separator template to
outside the if statement:
<xsl:if test="$fop.extensions = 0">
<xsl:call-template name="blank.page.content"/>
</xsl:if>
<xsl:call-template name="footnote-separator"/>
Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net
----- Original Message -----
From: "Giulio Piancastelli" <gpian@softhome.net>
To: <docbook-apps@lists.oasis-open.org>
Sent: Saturday, May 15, 2004 6:22 PM
Subject: [docbook-apps] Footnotes numbers dimension and separating line
> Hi all,
>
> I had this problem with footnotes rendered in PDF format (I'm using
> version 1.65.1 of the XSLT stylesheets by Norm Walsh, and FOP 0.20.5),
> that numbers indicating the footnote did not appear as superscripted
> within the body text. I then turned on the fop.extensions parameter, as
> suggested by Yoshihiro Toda on the list in a thread about a subscript
> problem with FOP, and the numbers finally appeared as superscripted.
>
> But now, the little line that used to appear above the footnotes,
> separating them from the body text, has disappeared. It also seems I can
> no more control superscript font size using the superscript.properties
> attribute set. I need that line, and need to reduce the size of the
> footnotes numbers: can anyone suggest a viable solution?
>
> Best Regards,
> Giulio Piancastelli.
>
>
> To unsubscribe from this list, send a post to
docbook-apps-unsubscribe@lists.oasis-open.org, or visit
http://www.oasis-open.org/mlmanage/.
>
>
>
To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.