lists. I don't know why those were there, but they have apparently
been in since the code was first added to the repository.
<xsl:template match="itemizedlist|orderedlist|procedure">
<xsl:text>.TP 3 </xsl:text>
<xsl:apply-templates/>
- <xsl:text>.LP </xsl:text>
</xsl:template>
<xsl:template match="itemizedlist[ancestor::listitem or ancestor::step]|
<xsl:text>.RS </xsl:text>
<xsl:text>.TP 3 </xsl:text>
<xsl:apply-templates/>
- <xsl:text>.LP </xsl:text>
<xsl:text>.RE </xsl:text>
<xsl:text>.IP </xsl:text>
</xsl:template>