← Prev in month
← Prev in thread
Next in thread →
Next in month →
[docbook] para customization affects footnote numbers
Hello, After redefining the para template from nwalsh/fo/block.xsl, in order to support and additional attribute, I noticed that this affected the usage of para within footnote tags -- the footnote number in the print (PDF) output no longer appeared in the footnotes section (i.e., the footnote appeared without its number); the number did appear in the footnote reference within the text. For test purposes, I tried copying the original para template definition, as-is, into my print style sheet, and the result was the same. (None of the footnote formatting parameters are set in my style sheets -- i.e., I'm using the default formatting.) The copied para template: ==================== <xsl:template match="para"> <xsl:variable name="keep.together"> <xsl:call-template name="pi.dbfo_keep-together"/> </xsl:variable> <fo:block xsl:use-attribute-sets="normal.para.spacing"> <xsl:if test="$keep.together != ''"> <xsl:attribute name="keep-together.within-column"><xsl:value-of select="$keep.together"/></xsl:attribute> </xsl:if> <xsl:call-template name="anchor"/> <xsl:apply-templates/> </fo:block> </xsl:template> ==================== What am I missing? P.S. I tried to read the mailing list guidelines at http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=docbookguidelines.html (linked from http://wiki.docbook.org/topic/DocBookMailingList) but the page was not found? Thanks, Sharon
← Prev in month
← Prev in thread
Next in thread →
Next in month →