Ignore:
Timestamp:
05/19/2004 08:16:58 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
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, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 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:
8df9f63
Parents:
28501c7
Message:

HEAD: StyleSheets - unified the identation to use spaces.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/pdf/lfs-pagesetup.xsl

    r28501c7 ra9e89d0  
    55                version="1.0">
    66
    7         <!-- Force section1's onto a new page -->
     7    <!-- Force section1's onto a new page -->
    88  <xsl:attribute-set name="section.level1.properties">
    9         <xsl:attribute name="break-after">
    10         <xsl:choose>
    11                         <xsl:when test="not(position()=last())">
    12                 <xsl:text>page</xsl:text>
    13                 </xsl:when>
     9    <xsl:attribute name="break-after">
     10      <xsl:choose>
     11        <xsl:when test="not(position()=last())">
     12          <xsl:text>page</xsl:text>
     13        </xsl:when>
    1414        <xsl:otherwise>
    15                 <xsl:text>auto</xsl:text>
     15          <xsl:text>auto</xsl:text>
    1616        </xsl:otherwise>
    1717      </xsl:choose>
     
    1919  </xsl:attribute-set>
    2020
    21                 <!-- Header -->
     21    <!-- Header -->
    2222  <xsl:attribute-set name="header.content.properties">
    2323    <xsl:attribute name="font-family">
     
    3838      <xsl:when test="$gentext-key = 'book'"/>
    3939      <xsl:otherwise>
    40         <xsl:call-template name="header.content"/>
     40        <xsl:call-template name="header.content"/>
    4141      </xsl:otherwise>
    4242    </xsl:choose>
    4343  </xsl:template>
    4444
    45                 <!-- Centered titles for book and part -->
     45    <!-- Centered titles for book and part -->
    4646  <xsl:template name="book.titlepage">
    4747    <fo:block space-before="2in">
     
    7272  </xsl:template>
    7373
    74         <!-- Margins -->
     74    <!-- Margins -->
    7575  <xsl:param name="page.margin.inner">0.75in</xsl:param>
    7676  <xsl:param name="page.margin.outer">0.75in</xsl:param>
     
    103103  </xsl:attribute-set>
    104104
    105         <!-- Others-->
     105    <!-- Others-->
    106106  <xsl:param name="header.rule" select="0"></xsl:param>
    107107  <xsl:param name="footer.rule" select="0"></xsl:param>
    108         <xsl:param name="marker.section.level" select="-1"></xsl:param>
     108  <xsl:param name="marker.section.level" select="-1"></xsl:param>
    109109
    110         <!-- Dropping a blank page -->
    111         <xsl:template name="book.titlepage.separator"/>
     110    <!-- Dropping a blank page -->
     111  <xsl:template name="book.titlepage.separator"/>
    112112
    113         <!-- How render a variablelist -->
    114         <xsl:param name="variablelist.as.blocks" select="1"/>
     113    <!-- How render a variablelist -->
     114  <xsl:param name="variablelist.as.blocks" select="1"/>
    115115
    116116</xsl:stylesheet>
Note: See TracChangeset for help on using the changeset viewer.