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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, 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/lfs-print.xsl

    r28501c7 ra9e89d0  
    44                xmlns:fo="http://www.w3.org/1999/XSL/Format"
    55                version="1.0">
    6 
    7         <!-- We use FO and FOP as the processor -->
     6    <!-- We use FO and FOP as the processor -->
    87  <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/fo/docbook.xsl"/>
    98  <xsl:param name="fop.extensions" select="1"/>
    109  <xsl:param name="draft.mode" select="'no'"/>
    1110
    12         <!-- Including our others customized templates -->
     11    <!-- Including our others customized templates -->
    1312  <xsl:include href="print/lfs-index.xsl"/>
    1413  <xsl:include href="print/lfs-pagesetup.xsl"/>
    1514
    16         <!-- Probably want to make the paper size configurable -->
     15    <!-- Probably want to make the paper size configurable -->
    1716  <xsl:param name="paper.type" select="'A4'"/>
    1817
    19         <!-- Printing Style -->
     18    <!-- Printing Style -->
    2019  <xsl:param name="double.sided" select="1"/>
    2120  <xsl:param name="hyphenate">true</xsl:param>
    2221  <xsl:param name="alignment">justify</xsl:param>
    2322 
    24         <!-- Hyphenate links -->
     23    <!-- Hyphenate links -->
    2524  <xsl:param name="ulink.hyphenate" select="' '"></xsl:param>
    2625
    27         <!-- Font size -->
     26    <!-- Font size -->
    2827  <xsl:param name="body.font.master">8</xsl:param>
    2928  <xsl:param name="body.font.size">10pt</xsl:param>
    3029
    31         <!-- TOC stuff -->
     30    <!-- TOC stuff -->
    3231  <xsl:param name="generate.toc">
    3332    book      toc
     
    3837  <xsl:param name="toc.indent.width" select="18"></xsl:param>
    3938
    40         <!-- Page number in Xref-->
    41   <xsl:param name="insert.xref.page.number">yes</xsl:param>
    42         <xsl:template match="*" mode="page.citation">
    43         <xsl:param name="id" select="'???'"/>
    44         <fo:inline keep-together.within-line="always">
    45                 <xsl:text>[p</xsl:text>
     39    <!-- Page number in Xref-->
     40  <xsl:param name="insert.xref.page.number">yes</xsl:param> <xsl:template match="*" mode="page.citation">
     41    <xsl:param name="id" select="'???'"/>
     42    <fo:inline keep-together.within-line="always">
     43      <xsl:text>[p</xsl:text>
    4644      <fo:page-number-citation ref-id="{$id}"/>
    47                 <xsl:text>]</xsl:text>
    48         </fo:inline>
    49         </xsl:template>
     45      <xsl:text>]</xsl:text>
     46    </fo:inline>
     47  </xsl:template>
    5048
    51         <!-- Prevent duplicate e-mails in the Acknowledgments pages-->
     49    <!-- Prevent duplicate e-mails in the Acknowledgments pages-->
    5250  <xsl:param name="ulink.show" select="0"/>
    5351
Note: See TracChangeset for help on using the changeset viewer.