Ignore:
Timestamp:
05/09/2008 01:00:42 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b48899b
Parents:
2262b78
Message:

Removed extraneous whitespace from the ends of line text

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7431 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/common/labels.xsl

    r2262b78 r410e228b  
    7979                      ancestor::part">
    8080        <xsl:variable name="part.label">
    81           <xsl:apply-templates select="ancestor::part" 
     81          <xsl:apply-templates select="ancestor::part"
    8282                               mode="label.markup"/>
    8383        </xsl:variable>
    8484        <xsl:if test="$part.label != ''">
    8585          <xsl:value-of select="$part.label"/>
    86           <xsl:apply-templates select="ancestor::part" 
     86          <xsl:apply-templates select="ancestor::part"
    8787                               mode="intralabel.punctuation"/>
    8888        </xsl:if>
     
    114114                      ancestor::part">
    115115        <xsl:variable name="part.label">
    116           <xsl:apply-templates select="ancestor::part" 
     116          <xsl:apply-templates select="ancestor::part"
    117117                               mode="label.markup"/>
    118118        </xsl:variable>
    119119        <xsl:if test="$part.label != ''">
    120120          <xsl:value-of select="$part.label"/>
    121           <xsl:apply-templates select="ancestor::part" 
     121          <xsl:apply-templates select="ancestor::part"
    122122                               mode="intralabel.punctuation"/>
    123123        </xsl:if>
     
    149149                      ancestor::part">
    150150        <xsl:variable name="part.label">
    151           <xsl:apply-templates select="ancestor::part" 
     151          <xsl:apply-templates select="ancestor::part"
    152152                               mode="label.markup"/>
    153153        </xsl:variable>
    154154        <xsl:if test="$part.label != ''">
    155155          <xsl:value-of select="$part.label"/>
    156           <xsl:apply-templates select="ancestor::part" 
     156          <xsl:apply-templates select="ancestor::part"
    157157                               mode="intralabel.punctuation"/>
    158158        </xsl:if>
     
    197197                      ancestor::part">
    198198        <xsl:variable name="part.label">
    199           <xsl:apply-templates select="ancestor::part" 
     199          <xsl:apply-templates select="ancestor::part"
    200200                               mode="label.markup"/>
    201201        </xsl:variable>
    202202        <xsl:if test="$part.label != ''">
    203203          <xsl:value-of select="$part.label"/>
    204           <xsl:apply-templates select="ancestor::part" 
     204          <xsl:apply-templates select="ancestor::part"
    205205                               mode="intralabel.punctuation"/>
    206206        </xsl:if>
     
    278278      <xsl:value-of select="@label"/>
    279279    </xsl:when>
    280     <xsl:when test="$label != 0">     
     280    <xsl:when test="$label != 0">
    281281      <xsl:variable name="format">
    282282        <xsl:call-template name="autolabel.format">
     
    687687            <xsl:apply-templates select="$pchap" mode="intralabel.punctuation"/>
    688688          </xsl:if>
    689           <xsl:number count="procedure[title]" format="1" 
     689          <xsl:number count="procedure[title]" format="1"
    690690                      from="chapter|appendix" level="any"/>
    691691        </xsl:when>
    692692        <xsl:otherwise>
    693           <xsl:number count="procedure[title]" format="1" 
     693          <xsl:number count="procedure[title]" format="1"
    694694                      from="book|article" level="any"/>
    695695        </xsl:otherwise>
     
    722722            <xsl:apply-templates select="$pchap" mode="intralabel.punctuation"/>
    723723          </xsl:if>
    724           <xsl:number format="1" count="equation[title or info/title]" 
     724          <xsl:number format="1" count="equation[title or info/title]"
    725725                      from="chapter|appendix" level="any"/>
    726726        </xsl:when>
    727727        <xsl:otherwise>
    728           <xsl:number format="1" count="equation[title or info/title]" 
     728          <xsl:number format="1" count="equation[title or info/title]"
    729729                      from="book|article" level="any"/>
    730730        </xsl:otherwise>
     
    784784
    785785  <xsl:choose>
    786     <xsl:when test="$level &lt;= $section.autolabel.max.depth">     
     786    <xsl:when test="$level &lt;= $section.autolabel.max.depth">
    787787      <xsl:value-of select="$section.autolabel"/>
    788788    </xsl:when>
     
    795795<refdescription id="label.this.section-desc">
    796796<para>Returns true if the specified section should be labelled.
    797 By default, this template returns zero unless 
     797By default, this template returns zero unless
    798798the section level is less than or equal to the value of the
    799799<literal>$section.autolabel.max.depth</literal> parameter, in
     
    816816    </xsl:when>
    817817    <xsl:otherwise>1</xsl:otherwise>
    818   </xsl:choose> 
     818  </xsl:choose>
    819819</xsl:template>
    820820
     
    838838        <xsl:when test="$format='upperroman' or $format='I'">
    839839          <xsl:value-of select="'I'"/>
    840         </xsl:when>     
     840        </xsl:when>
    841841        <xsl:when test="$format='arabicindic' or $format='&#x661;'">
    842842          <xsl:value-of select="'&#x661;'"/>
     
    858858<refdescription id="autolabel.format-desc">
    859859<para>Returns format passed as parameter if non zero. Supported
    860   format are 'arabic' or '1', 'loweralpha' or 'a', 'lowerroman' or 'i', 
     860  format are 'arabic' or '1', 'loweralpha' or 'a', 'lowerroman' or 'i',
    861861  'upperlapha' or 'A', 'upperroman' or 'I', 'arabicindic' or '&#x661;'.
    862   If its not one of these then 
     862  If its not one of these then
    863863  returns the default format.</para>
    864864</refdescription>
Note: See TracChangeset for help on using the changeset viewer.