Added a couple of synonyms for strike-through.
1 parent 4f45f64 commit 2fd6c1cb399db8b3473f49439b160fcef6c6c740
Nigel Stanger authored on 6 Sep 2013
Showing 1 changed file
View
2
■■■
modules/basic-text-formatting.xml
</common>
</template>
<!-- Strike-through. -->
<template name="strike-through" match="strike-through|line-through">
<template name="strike-through" match="strike-through|line-through|strikethrough|linethrough">
<common formats="/latex/xelatex/">
<xsl:text>\sout{</xsl:text>
<xsl:apply-templates />
<xsl:text>}</xsl:text>