We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1999f2d commit d12efbaCopy full SHA for d12efba
apexepub.xsl
@@ -47,10 +47,10 @@
47
-->
48
49
<!-- todo latexml
50
- several epub readers don't like <mpadded width="(length)">
+ several epub readers don't like <mpadded width="(negativelength)">
51
(which can come from, eg, \!).
52
53
- <xsl:template match="m:mpadded[@width]">
+ <xsl:template match="m:mpadded[starts-with(@width,'-')]">
54
<xsl:apply-templates />
55
</xsl:template>
56
0 commit comments