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/xhtml/math.xsl

    r2262b78 r410e228b  
    5757        <xsl:otherwise>
    5858          <xsl:message>
    59             Unsupported TeX math notation: 
     59            Unsupported TeX math notation:
    6060            <xsl:value-of select="$tex.math.in.alt"/>
    6161          </xsl:message>
     
    7070
    7171<xsl:template name="tex.math.plain.head">
    72   <xsl:text>\nopagenumbers 
     72  <xsl:text>\nopagenumbers
    7373</xsl:text>
    7474</xsl:template>
    7575
    7676<xsl:template name="tex.math.plain.tail">
    77   <xsl:text>\bye 
     77  <xsl:text>\bye
    7878</xsl:text>
    7979</xsl:template>
     
    101101    <xsl:text>\special{dvi2bitmap outputfile </xsl:text>
    102102    <xsl:value-of select="$filename"/>
    103     <xsl:text>} 
     103    <xsl:text>}
    104104</xsl:text>
    105105    <xsl:if test="$output.delims != 0">
     
    108108    <xsl:value-of select="$tex"/>
    109109    <xsl:if test="$output.delims != 0">
    110       <xsl:text>$ 
    111 </xsl:text>
    112     </xsl:if>
    113     <xsl:text>\vfill\eject 
     110      <xsl:text>$
     111</xsl:text>
     112    </xsl:if>
     113    <xsl:text>\vfill\eject
    114114</xsl:text>
    115115  </xsl:if>
     
    138138    <xsl:text>\special{dvi2bitmap outputfile </xsl:text>
    139139    <xsl:value-of select="$filename"/>
    140     <xsl:text>} 
     140    <xsl:text>}
    141141</xsl:text>
    142142    <xsl:if test="$output.delims != 0">
     
    145145    <xsl:value-of select="$tex"/>
    146146    <xsl:if test="$output.delims != 0">
    147       <xsl:text>$$ 
    148 </xsl:text>
    149     </xsl:if>
    150     <xsl:text>\vfill\eject 
     147      <xsl:text>$$
     148</xsl:text>
     149    </xsl:if>
     150    <xsl:text>\vfill\eject
    151151</xsl:text>
    152152  </xsl:if>
     
    158158
    159159<xsl:template name="tex.math.latex.head">
    160   <xsl:text>\documentclass{article} 
    161 </xsl:text>
    162   <xsl:text>\pagestyle{empty} 
    163 </xsl:text>
    164   <xsl:text>\begin{document} 
     160  <xsl:text>\documentclass{article}
     161</xsl:text>
     162  <xsl:text>\pagestyle{empty}
     163</xsl:text>
     164  <xsl:text>\begin{document}
    165165</xsl:text>
    166166</xsl:template>
    167167
    168168<xsl:template name="tex.math.latex.tail">
    169   <xsl:text>\end{document} 
     169  <xsl:text>\end{document}
    170170</xsl:text>
    171171</xsl:template>
     
    193193    <xsl:text>\special{dvi2bitmap outputfile </xsl:text>
    194194    <xsl:value-of select="$filename"/>
    195     <xsl:text>} 
    196 </xsl:text>
    197     <xsl:if test="$output.delims != 0"> 
     195    <xsl:text>}
     196</xsl:text>
     197    <xsl:if test="$output.delims != 0">
    198198      <xsl:text>$</xsl:text>
    199199    </xsl:if>
    200200    <xsl:value-of select="$tex"/>
    201     <xsl:if test="$output.delims != 0"> 
    202       <xsl:text>$ 
    203 </xsl:text>
    204     </xsl:if>
    205     <xsl:text>\newpage 
     201    <xsl:if test="$output.delims != 0">
     202      <xsl:text>$
     203</xsl:text>
     204    </xsl:if>
     205    <xsl:text>\newpage
    206206</xsl:text>
    207207  </xsl:if>
     
    230230    <xsl:text>\special{dvi2bitmap outputfile </xsl:text>
    231231    <xsl:value-of select="$filename"/>
    232     <xsl:text>} 
     232    <xsl:text>}
    233233</xsl:text>
    234234    <xsl:if test="$output.delims != 0">
     
    237237    <xsl:value-of select="$tex"/>
    238238    <xsl:if test="$output.delims != 0">
    239       <xsl:text>$$ 
    240 </xsl:text>
    241     </xsl:if>
    242     <xsl:text>\newpage 
     239      <xsl:text>$$
     240</xsl:text>
     241    </xsl:if>
     242    <xsl:text>\newpage
    243243</xsl:text>
    244244  </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.