VirtualBox

Ignore:
Timestamp:
Jul 24, 2024 10:35:29 AM (4 months ago)
Author:
vboxsync
Message:

doc/manual: Remove unused XSLT for integrating refentry manpages into docbook documents as sections, including all other places which became less obvious.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/docbook2latex.xsl

    r99118 r105474  
    390390        </xsl:call-template>
    391391      </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>
    397392      <xsl:when test="name(..)='sect2'">
    398393        <xsl:call-template name="title-wrapper">
     
    400395        </xsl:call-template>
    401396      </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>
    407397      <xsl:when test="name(..)='sect3'">
    408398        <xsl:call-template name="title-wrapper">
     
    410400        </xsl:call-template>
    411401      </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>
    417402      <xsl:when test="name(..)='sect4'">
    418403        <xsl:call-template name="title-wrapper">
    419404          <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>
    425405        </xsl:call-template>
    426406      </xsl:when>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette