mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
XEP2PDF: Trying a different special character encoding.
This commit is contained in:
parent
e6f664a686
commit
7065a344a2
@ -287,9 +287,9 @@
|
|||||||
<cmd name="footnote"><parm><xsl:apply-templates/></parm></cmd>
|
<cmd name="footnote"><parm><xsl:apply-templates/></parm></cmd>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<!-- span[@class='super] -->
|
<!-- span[@class='super'] -->
|
||||||
<xsl:template match="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>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user