<!-- 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>