*Note October 2006* The code listed below is old. Current newtbl code has been integrated into the dblatex publishing suite

(Note click: here for the (original) code)


Fellow db2latex'ers,

Please find attached my table code for db2latex which I'm releasing under the GPL.

This is a complete rewrite of the table code in XSL.

Notes:
Problems and differences from the original table code:
<xsl:template match="processing-instruction('strut')">
 <xsl:text>\rule{0pt}{</xsl:text>
 <xsl:value-of select="."/>
 <xsl:text>}</xsl:text>
</xsl:template>

You can then put <? strut 1.5em ?> or similar to open up problem rows.
Testing:

Best wishes,

David Hedley