This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


The superscript.properties attribute-set is not used to format footnote
marks.  Those numbers are formatted by the template named
'format.footnote.mark' in fo/footnote.xsl.  It uses <fo:inline> to set the
font size to 90% of the current size.  You will have to customize that
template to get a different size.

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: Sunday, May 16, 2004 3:21 AM
Subject: Re: [docbook-apps] Footnotes numbers dimension and separating line


> Bob Stayton wrote:
>
> > 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"/>
>
> Very nice, thank you very much. I've fixed it by putting the call to the
> footnote-separator template outside the xsl:if but before the xsl:if
> itself, since that was the calling order I have found in my copy of
> version 1.65.1 of the stylesheets.
>
> Still, though, I have problems with the font dimension of the numbers
> indicating the presence of a footnote: control by means of the
> superscript.properties attribute set seems to be lost. Is there a
> workaround?
>
> 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/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]