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


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/.



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