mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 11:19:19 +01:00
Fix displaying note numbers also in pdf
This commit is contained in:
parent
a4b4001f03
commit
7cd3a3fec1
@ -80,6 +80,16 @@
|
||||
</xsl:choose>
|
||||
</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:
|
||||
Self-made template that creates a fo:block wrapper with keep-together
|
||||
processing instruction support around the output generated by
|
||||
|
Loading…
Reference in New Issue
Block a user