← Prev in month ← Prev in thread

Re: [docbook-apps] Footnotes numbers dimension and separating line

From
Bob Stayton <>
Date
2004-05-16T07:00:08+00:00
ID
009001c43b14$04807a50$6501a8c0@toshiro
Thread
Re: [docbook-apps] Footnotes numbers dimension and separating line
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



----- Original Message ----- 
From: "Giulio Piancastelli" <>
To: <>
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
, or visit
http://www.oasis-open.org/mlmanage/.
>
>
>
← Prev in month ← Prev in thread