- Renamed latex-column-separator to tabular-column-separator.
1 parent 3883365 commit 34f76326dcf6fd2cc3a1bf0986c5e62f67595b5d
nstanger authored on 14 Jun 2012
Showing 1 changed file
View
2
■■■
modules/tabular.xml
<xsl:if test="@header = 'yes'"><xsl:text>}</xsl:text></xsl:if>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="$column-no != last()">
<xsl:call-template name="latex-column-separator" />
<xsl:call-template name="tabular-column-separator" />
</xsl:if>
</common>
<!--
It's much easier in HTML, because a <td> is a <td> is a <td>, regardless of the attributes supplied.