<xsl:apply-templates mode="bold" select="title"/>
<xsl:text> </xsl:text>
</xsl:if>
+ <xsl:text>.\" line length increase to cope w/ tbl weirdness </xsl:text>
+ <xsl:text>.ll +(\n(LLu * 62u / 100u) </xsl:text>
<!-- * .TS = "Table Start" -->
<xsl:text>.TS </xsl:text>
<!-- * first output the table "format" spec, which tells tbl(1) how -->
<xsl:apply-templates/>
<!-- * .TE = "Table End" -->
<xsl:text>.TE </xsl:text>
+ <xsl:text>.\" line length decrease back to previous value </xsl:text>
+ <xsl:text>.ll -(\n(LLu * 62u / 100u) </xsl:text>
<!-- * put a blank line of space below the table -->
<xsl:text>.sp </xsl:text>
</xsl:template>