Fix displaying note numbers also in pdf

This commit is contained in:
Pierre Labastie 2025-03-15 08:19:35 +01:00
parent a4b4001f03
commit 7cd3a3fec1

View File

@ -80,6 +80,16 @@
</xsl:choose> </xsl:choose>
</xsl:template> </xsl:template>
<xsl:template match="footnote/para[1]">
<!--A template with the same match (+others) exists in
{docbook-xsl}/pdf/footnote.xsl, so it is
only imported, and it has less precedence than the above one, which
matches para and does not account for footnote number.
We need this one at the same level, but just apply the
docbook-xsl one.-->
<xsl:apply-imports/>
</xsl:template>
<!-- screen, literallayout: <!-- screen, literallayout:
Self-made template that creates a fo:block wrapper with keep-together Self-made template that creates a fo:block wrapper with keep-together
processing instruction support around the output generated by processing instruction support around the output generated by