summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-06-15 13:48:19 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-06-15 13:48:19 +0200
commit8d35eceb44086ae41cc916f4557e23f36423a9ec (patch)
treef49366569d32c9640aef61c3e93f14ef43b23c58
parent20dbc89784298555a9e494ecfd87cab08972483f (diff)
fixup! Appendix1.2.7
-rw-r--r--latex/markup.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/latex/markup.xsl b/latex/markup.xsl
index 52a61a6..3537037 100644
--- a/latex/markup.xsl
+++ b/latex/markup.xsl
@@ -341,7 +341,7 @@
<xsl:text>}</xsl:text>
</xsl:template>
- <xsl:template match="appendix">
+ <xsl:template match="h4sp:appendix">
<xsl:text>\appendix&#xA;&#xA;</xsl:text>
</xsl:template>
</xsl:stylesheet>