XEP2PDF: Trying a different special character encoding.

This commit is contained in:
Tobias Markmann 2010-09-20 22:46:48 +02:00
parent e6f664a686
commit 7065a344a2
1 changed files with 2 additions and 2 deletions

View File

@ -287,9 +287,9 @@
<cmd name="footnote"><parm><xsl:apply-templates/></parm></cmd>
</xsl:template>
<!-- span[@class='super] -->
<!-- span[@class='super'] -->
<xsl:template match="span[@class='super']">
<math>^{<xsl:apply-templates/>}</math>
<math><spec cat="sup"/><spec cat="bg"/><xsl:apply-templates/><spec cat="eg"/></math>
</xsl:template>