<xsl:param name="slide.title.font.family">Crimson Text</xsl:param>
<xsl:param name="monospace.font.family">Latin Modern Mono</xsl:param>
-<xsl:template match="colophon">
- <xsl:text>\begin{colophon} </xsl:text>
- <xsl:apply-templates/>
- <xsl:text>\end{colophon} </xsl:text>
-</xsl:template>
-
<!-- transform footnotes to endnotes -->
<xsl:param name="footnote.as.endnote" select="1"/>
<!-- Force <emphasis role='strong'> to be bold, not semibold -->
<xsl:text>\setmainfont[BoldFont={CrimsonText-Bold}]{Crimson Text} </xsl:text>
</xsl:param>
+<xsl:template match="colophon">
+ <xsl:text>\begin{colophon} </xsl:text>
+ <xsl:apply-templates/>
+ <xsl:text>\end{colophon} </xsl:text>
+</xsl:template>
+
</xsl:stylesheet>