- Added dagger and double dagger symbols.
1 parent 5fe4ac2 commit e6d01b67e2e183e84275bfb36f3eb9c2d3d309c6
nstanger authored on 19 Jun 2012
Showing 1 changed file
View
32
modules/miscellaneous-symbols.xml
</common>
</template>
 
<!-- Dagger (†). -->
<template name="dagger" match="dagger|dag">
<common formats="/latex/xelatex/"><xsl:text>{\dag}</xsl:text></common>
<html><xsl:text disable-output-escaping="yes">&amp;dagger;</xsl:text></html>
<!-- U+2020 DAGGER -->
<xhtml><xsl:text></xsl:text></xhtml>
</template>
 
<template name="dagger-strip" match="dagger|dag" mode="strip">
<common formats="/html/xhtml/">
<xsl:call-template name="dagger" />
</common>
</template>
 
<!-- Double dagger (‡). -->
<template name="double-dagger" match="double-dagger|ddagger|ddag">
<common formats="/latex/xelatex/"><xsl:text>{\ddag}</xsl:text></common>
<html><xsl:text disable-output-escaping="yes">&amp;Dagger;</xsl:text></html>
<!-- U+2021 DOUBLE DAGGER -->
<xhtml><xsl:text></xsl:text></xhtml>
</template>
 
<template name="double-dagger-strip" match="double-dagger|ddagger|ddag" mode="strip">
<common formats="/html/xhtml/">
<xsl:call-template name="dagger" />
</common>
</template>
 
<!-- Ellipsis (…). -->
<template name="ellipsis-sign" match="ellipsis-sign|etc|ellipsis|dots|horizontal-ellipsis">
<common formats="/latex/xelatex/"><xsl:text>{\ldots}</xsl:text></common>