- Corrected boneheaded mistake in latex-column-separator, and renamed it to
tabular-column-separator, which makes a lot more sense.
1 parent ffa5113 commit 3883365ff8bf01f999a12784ca8b40fc2a1ed04e
nstanger authored on 14 Jun 2012
Showing 1 changed file
View
8
modules/latex.xml
 
<!--
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">
<template name="tabular-column-separator">
<common formats="/latex/xelatex/">
<xsl:text> </xsl:text>
<xsl:call-template name="ampersand" />
<xsl:text> </xsl:text>
<xsl:text> &amp; </xsl:text>
</common>
</template>