Changeset c4b0455 for stylesheets


Ignore:
Timestamp:
08/02/2013 08:27:17 PM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
3c31062
Parents:
388b20b
Message:

playing with the misspellings utility

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

Location:
stylesheets/lfs-xsl
Files:
6 edited

Legend:

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

    r388b20b rc4b0455  
    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/nochunks.xsl

    r388b20b rc4b0455  
    7171           Removed a lot of unneeded code.
    7272           Skip empty titles.
    73            No label in preface (actualy, skip the hardcoded dot). -->
     73           No label in preface (actually, skip the hardcoded dot). -->
    7474    <!-- The original template is in {docbook-xsl}/xhtml/titlepage.templates.xsl -->
    7575  <xsl:template name="sect2.titlepage">
  • stylesheets/lfs-xsl/pdf/lfs-index.xsl

    r388b20b rc4b0455  
    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

    r388b20b rc4b0455  
    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

    r388b20b rc4b0455  
    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

    r388b20b rc4b0455  
    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.