</xsl:template>
<xsl:template match="caution|important|note|tip|warning">
- <xsl:text> .RS .Sh "</xsl:text>
+ <xsl:text>.RS .Sh "</xsl:text>
<xsl:apply-templates select="." mode="object.title.markup.textonly"/>
<xsl:text>" </xsl:text>
<xsl:apply-templates/>
- <xsl:text> .RE </xsl:text>
+ <xsl:text>.RE </xsl:text>
</xsl:template>
<xsl:template match="refsection|refsect1">
<xsl:choose>
<xsl:when test="ancestor::refsection">
- <xsl:text> .SS "</xsl:text>
+ <xsl:text>.SS "</xsl:text>
<xsl:value-of select="title[1]"/>
</xsl:when>
<xsl:otherwise>
- <xsl:text> .SH "</xsl:text>
+ <xsl:text>.SH "</xsl:text>
<xsl:value-of select="translate(title[1],'abcdefghijklmnopqrstuvwxyz', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template match="refsect2">
- <xsl:text> .SS "</xsl:text>
+ <xsl:text>.SS "</xsl:text>
<xsl:value-of select="title[1]"/>
<xsl:text>" </xsl:text>
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="para">
- <xsl:text> .PP </xsl:text>
+ <xsl:text>.PP </xsl:text>
<xsl:for-each select="node()">
<xsl:choose>
<xsl:when test="self::literallayout|self::informaltable|self::screen|
<xsl:variable name="content">
<xsl:apply-templates/>
</xsl:variable>
- <xsl:text> </xsl:text>
<xsl:value-of select="normalize-space($content)"/>
<xsl:text>
</xsl:text>
.br
.if t .Sp
.ne 5
-.PP
\fB\\$1\fR
.PP
..
<xsl:text>"
</xsl:text>
<xsl:apply-templates/>
- <xsl:text> </xsl:text>
<!-- Author section -->
<xsl:choose>
<xsl:template match="copyright">
<xsl:text>Copyright \(co </xsl:text>
<xsl:apply-templates select="./year" />
- <xsl:text> .Sp </xsl:text>
+ <xsl:text>.Sp </xsl:text>
</xsl:template>
<xsl:template match="email">
<xsl:template match="refentry/refentryinfo"></xsl:template>
<xsl:template match="informalexample|screen">
- <xsl:text> .IP </xsl:text>
+ <xsl:text>.IP </xsl:text>
<xsl:apply-templates/>
</xsl:template>
</xsl:template>
<xsl:template match="programlisting|literallayout">
- <xsl:text> .nf </xsl:text>
+ <xsl:text>.nf </xsl:text>
<xsl:apply-templates/>
- <xsl:text> .fi </xsl:text>
+ <xsl:text>.fi </xsl:text>
</xsl:template>
<xsl:template match="optional">