summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--latex/markup.xsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/latex/markup.xsl b/latex/markup.xsl
index 1b0dd87..52a61a6 100644
--- a/latex/markup.xsl
+++ b/latex/markup.xsl
@@ -340,4 +340,8 @@
<xsl:apply-templates />
<xsl:text>}</xsl:text>
</xsl:template>
+
+ <xsl:template match="appendix">
+ <xsl:text>\appendix&#xA;&#xA;</xsl:text>
+ </xsl:template>
</xsl:stylesheet>