OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]