Ignore:
Timestamp:
10/19/2005 06:10:50 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
effd9c6
Parents:
2d58af2
Message:

Updated the stylesheets.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-pdf.xsl

    r2d58af2 re13f188  
    55                version="1.0">
    66    <!-- We use FO and FOP as the processor -->
    7   <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/fo/docbook.xsl"/>
     7  <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/fo/docbook.xsl"/>
    88  <xsl:param name="fop.extensions" select="1"/>
    99  <xsl:param name="draft.mode" select="'no'"/>
     
    1919    <!-- This file contains our localization strings (for internationalization) -->
    2020  <xsl:param name="local.l10n.xml" select="document('lfs-l10n.xml')"/>
    21  
     21
    2222   <!-- Standart paper size -->
    2323  <xsl:param name="paper.type" select="'letter'"/>
    2424
    25     <!-- Paper size required by the publisher 
     25    <!-- Paper size required by the publisher
    2626  <xsl:param name="paper.type" select="'Customized'"/>
    2727  <xsl:param name="page.width">7.25in</xsl:param>
    2828  <xsl:param name="page.height">9.25in</xsl:param>
    2929    -->
    30    
     30
    3131    <!-- Printing Style -->
    3232    <!-- Change "double.sided" to "1" for published versions -->
Note: See TracChangeset for help on using the changeset viewer.