<xsl:text> .PP </xsl:text>
<xsl:for-each select="node()">
<xsl:choose>
- <xsl:when test="self::informaltable|self::literallayout|self::screen|self::programlisting|self::itemizedlist|self::orderedlist|self::variablelist">
+ <xsl:when test="self::literallayout|self::screen|self::programlisting|self::itemizedlist|self::orderedlist|self::variablelist">
<xsl:text> </xsl:text>
<xsl:apply-templates select="."/>
</xsl:when>
<xsl:template match="refentry/refentryinfo"></xsl:template>
-<xsl:template match="filename">
- <xsl:text> .FN </xsl:text><xsl:apply-templates/>
-</xsl:template>
-
<xsl:template match="informalexample|screen">
<xsl:text> .IP .nf </xsl:text>
<xsl:apply-templates/>