- Made use of new latex-column-separator utility template.
1 parent c1fd7ad commit 8cf6d3bf7d3db7671a86f83fb4f63e999bcb461d
nstanger authored on 14 Jun 2012
Showing 1 changed file
View
6
modules/tabular.xml
</xsl:if>
<xsl:if test="@header = 'yes'"><xsl:text>}</xsl:text></xsl:if>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="$column-no != last()"><xsl:text> &amp; </xsl:text></xsl:if>
<xsl:if test="$column-no != last()">
<xsl:call-template name="latex-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.
-->