- Added to-do for \\ at end of tabular.
1 parent 82861f1 commit d70fdd0d6a45cbc747994006c217b066f7bcfbfe
cedwards authored on 19 Jul 2004
Showing 1 changed file
View
1
■■■■
format-master.xml
-->
<template name="row" match="row">
<latex>
<xsl:apply-templates/>
<!-- TODO: Don't put a \\ on the last row of a tabular. -->
<xsl:text> \\</xsl:text>
<xsl:if test="@no-page-break = 'yes'">*</xsl:if>
<xsl:text> </xsl:text>
</latex>