.sp -.6
\l'\n(.lu'
.\}
+.. </xsl:text>
+ <xsl:text>.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ </xsl:text>
+ <xsl:text>.\" SS - level-two heading that works better for non-TTY output </xsl:text>
+ <xsl:text>.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ </xsl:text>
+ <xsl:text>.de1 SS
+.sp \\n[PD]u
+.nr an-level 1
+.set-an-margin
+.nr an-prevailing-indent \\n[IN]
+.fi
+.in \\n[IN]u
+.ti \\n[SN]u
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.ps \\n[PS-SS]u
+\." make the size of the head bigger
+.ps +2
+.ft B
+.ne (2v + 1u)
+.if \\n[.$] \&\\$*
.. </xsl:text>
<xsl:text>.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ </xsl:text>
<xsl:text>.\" BB/BE - put background/screen (filled box) around block of text </xsl:text>
</xsl:when>
<xsl:otherwise>
<!-- * If default-indentation adjustment is on, then do not -->
- <!-- * indent the child content of thie Refsect2, because -->
+ <!-- * indent the child content of this Refsect2, because -->
<!-- * the title is already "sticking out to the left" -->
<!-- * (as the groff_man(7) man page describes it), which -->
<!-- * actually means the title is indented by the value of -->
</xsl:when>
<xsl:otherwise>
<!-- * If default-indentation adjustment is on, then do not -->
- <!-- * indent the child content of thie Refsect2, because -->
+ <!-- * indent the child content of this Refsect2, because -->
<!-- * the title is already "sticking out to the left" -->
<!-- * (as the groff_man(7) man page describes it), which -->
<!-- * actually means the title is indented by the value of -->
<xsl:text>.nr an-no-space-flag 1 </xsl:text>
<xsl:text>.nr an-break-flag 1 </xsl:text>
<xsl:text>.br </xsl:text>
- <!-- * make title wrapper so that we can use mode="bold" template to -->
- <!-- * apply character formatting to it -->
+ <xsl:text>.ps +1 </xsl:text>
+ <!-- * make title wrapper so that we can use "bold" template to apply -->
+ <!-- * character formatting to it -->
<xsl:variable name="title.wrapper">
- <bold><xsl:choose>
+ <xsl:choose>
<xsl:when test="title">
<xsl:value-of select="normalize-space(title[1])"/>
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates select="." mode="object.title.markup.textonly"/>
</xsl:otherwise>
- </xsl:choose></bold>
+ </xsl:choose>
</xsl:variable>
<xsl:call-template name="mark.subheading"/>
- <xsl:apply-templates mode="bold" select="exsl:node-set($title.wrapper)"/>
+ <xsl:call-template name="bold">
+ <xsl:with-param name="node" select="exsl:node-set($title.wrapper)"/>
+ <xsl:with-param name="context" select="."/>
+ </xsl:call-template>
<xsl:text> </xsl:text>
<xsl:call-template name="mark.subheading"/>
</xsl:template>