- Added latex-column-separator template.
1 parent 442c904 commit c1fd7ad57594a03e343c05d763559e3f9c4339b4
nstanger authored on 14 Jun 2012
Showing 1 changed file
View
12
modules/latex.xml
</common>
</template>
 
 
<!--
A handy little utility template that outputs a space-delimited tabular column separator (i.e., " & "). This makes reading the generated tabular code just a /little/ easier. This is a callable template only.
-->
<template name="latex-column-separator">
<common formats="/latex/xelatex/">
<xsl:text> </xsl:text>
<xsl:call-template name="ampersand" />
<xsl:text> </xsl:text>
</common>
</template>
</stylesheet>