mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
XEP2PDF: Correctly transfrom span.super elements.
This commit is contained in:
parent
7fe47260e8
commit
a1a63a9544
@ -287,6 +287,12 @@
|
||||
<cmd name="footnote"><parm><xsl:apply-templates/></parm></cmd>
|
||||
</xsl:template>
|
||||
|
||||
<!-- span[@class='super] -->
|
||||
<xsl:template match="span[@class='super]">
|
||||
<math>^{<xsl:apply-templates/>}</math>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
<!-- p -->
|
||||
<xsl:template match="p">
|
||||
<xsl:apply-templates/><TeXML escape="0" emptylines="1"><xsl:text>\\
|
||||
|
Loading…
Reference in New Issue
Block a user