Changeset cb02946 for stylesheets


Ignore:
Timestamp:
08/29/2012 08:45:23 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
de47ea3
Parents:
d7f2eb0
Message:

Lots of spelling fixes.
Delete the no longer used lsb-bootscripts directory

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9967 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
stylesheets/lfs-xsl
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/common.xsl

    rd7f2eb0 rcb02946  
    2828           the Index page title and links that point to the Index page.
    2929           It also allow us to change the title, if wanted.
    30            Note: To change the title involves creating the appropiate
     30           Note: To change the title involves creating the appropriate
    3131           entries in lfs-l10n.xml -->
    3232  <xsl:param name="index-title">Index</xsl:param>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/COPYING

    rd7f2eb0 rcb02946  
    2424from the individuals in question.
    2525
    26 Any stylesheet derived from this Software that is publically
     26Any stylesheet derived from this Software that is publicly
    2727distributed will be identified with a different name and the
    2828version strings in any derived Software will be changed so that
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/param.xsl

    rd7f2eb0 rcb02946  
    833833</xsl:param>
    834834<xsl:param name="toc.indent.width">24</xsl:param>
    835 <!-- inconsistant point specification? -->
     835<!-- inconsistent point specification? -->
    836836<xsl:attribute-set name="toc.line.properties">
    837837  <xsl:attribute name="text-align-last">justify</xsl:attribute>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/graphics.xsl

    rd7f2eb0 rcb02946  
    108108
    109109       Scale can be problematic. Scale applies to the contentwidth, so
    110        a scale of 50 when a contentwidth is not specified is analagous to a
     110       a scale of 50 when a contentwidth is not specified is analogous to a
    111111       width of 50%. (If a contentwidth is specified, the scaling factor can
    112112       be applied to that value and no problem exists.)
  • stylesheets/lfs-xsl/pdf/lfs-index.xsl

    rd7f2eb0 rcb02946  
    4848
    4949    <!-- Divisions:
    50           Translate alphabetical divisons titles to by-type titles. -->
     50          Translate alphabetical divisions titles to by-type titles. -->
    5151    <!-- The original template is in {docbook-xsl}/fo/autoidx.xsl -->
    5252  <xsl:template match="indexterm" mode="index-div-basic">
  • stylesheets/lfs-xsl/pdf/lfs-lists.xsl

    rd7f2eb0 rcb02946  
    3636
    3737    <!-- Format variablelists lists as blocks? 1 = yes, 0 = no
    38            Default variablelist format. We override it when necesary
     38           Default variablelist format. We override it when necessary
    3939           using the list-presentation processing instruction. -->
    4040  <xsl:param name="variablelist.as.blocks" select="1"/>
  • stylesheets/lfs-xsl/xhtml/lfs-index.xsl

    rd7f2eb0 rcb02946  
    4949
    5050    <!--Divisions:
    51           Translate alphabetical divisons titles to by-type titles.
     51          Translate alphabetical divisions titles to by-type titles.
    5252          Added gentext support to divisions titles.
    5353          Using h2 for divisions titles.
  • stylesheets/lfs-xsl/xhtml/lfs-mixed.xsl

    rd7f2eb0 rcb02946  
    218218    <!-- Body attributes:
    219219           Add to the body XHTML output tag a class attribute with the book type
    220            and a id atribute with the book type and version. -->
     220           and a id attribute with the book type and version. -->
    221221    <!-- The original template is in {docbook-xsl}/xhtml/docbook.xsl -->
    222222  <xsl:template name="body.attributes">
Note: See TracChangeset for help on using the changeset viewer.