Changeset 105474 in vbox for trunk/doc/manual/docbook2latex.xsl
- Timestamp:
- Jul 24, 2024 10:35:29 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/docbook2latex.xsl
r99118 r105474 390 390 </xsl:call-template> 391 391 </xsl:when> 392 <xsl:when test="parent::sect2[@role='not-in-toc'] or parent::refsect1 or (parent::section and count(ancestor::section) = 2)">393 <xsl:call-template name="title-wrapper">394 <xsl:with-param name="texcmd">\subsection*</xsl:with-param>395 </xsl:call-template>396 </xsl:when>397 392 <xsl:when test="name(..)='sect2'"> 398 393 <xsl:call-template name="title-wrapper"> … … 400 395 </xsl:call-template> 401 396 </xsl:when> 402 <xsl:when test="parent::sect3[@role='not-in-toc'] or parent::refsect2 or (parent::section and count(ancestor::section) = 3)">403 <xsl:call-template name="title-wrapper">404 <xsl:with-param name="texcmd">\subsubsection*</xsl:with-param>405 </xsl:call-template>406 </xsl:when>407 397 <xsl:when test="name(..)='sect3'"> 408 398 <xsl:call-template name="title-wrapper"> … … 410 400 </xsl:call-template> 411 401 </xsl:when> 412 <xsl:when test="parent::sect4[@role='not-in-toc'] or parent::refsect3 or (parent::section and count(ancestor::section) = 4)">413 <xsl:call-template name="title-wrapper">414 <xsl:with-param name="texcmd">\paragraph*</xsl:with-param>415 </xsl:call-template>416 </xsl:when>417 402 <xsl:when test="name(..)='sect4'"> 418 403 <xsl:call-template name="title-wrapper"> 419 404 <xsl:with-param name="texcmd">\paragraph</xsl:with-param> 420 </xsl:call-template>421 </xsl:when>422 <xsl:when test="parent::sect5[@role='not-in-toc'] or parent::refsect4 or (parent::section and count(ancestor::section) = 5)">423 <xsl:call-template name="title-wrapper">424 <xsl:with-param name="texcmd">\subparagraph*</xsl:with-param>425 405 </xsl:call-template> 426 406 </xsl:when>
Note:
See TracChangeset
for help on using the changeset viewer.