Ignore:
Timestamp:
07/13/2004 04:59:27 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
caa1aae
Parents:
fc26c03
Message:

Ported the last changes in the stylesheets from trunk to testing.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-print.xsl

    rfc26c03 re119983  
    1313  <xsl:include href="print/lfs-pagesetup.xsl"/>
    1414
    15     <!-- Probably want to make the paper size configurable -->
    16   <xsl:param name="paper.type" select="'A4'"/>
     15    <!-- Paper size required by the publisher -->
     16  <xsl:param name="paper.type" select="'Cunstommized'"/>
     17  <xsl:param name="page.width">7.25in</xsl:param>
     18  <xsl:param name="page.height">9.25in</xsl:param>
    1719
    1820    <!-- Printing Style -->
    1921  <xsl:param name="double.sided" select="1"/>
    20   <xsl:param name="hyphenate">true</xsl:param>
     22  <xsl:param name="hyphenate">false</xsl:param>
    2123  <xsl:param name="alignment">justify</xsl:param>
    22  
    23     <!-- Hyphenate links -->
    24   <xsl:param name="ulink.hyphenate" select="' '"></xsl:param>
    2524
    2625    <!-- Font size -->
    27   <xsl:param name="body.font.master">8</xsl:param>
    28   <xsl:param name="body.font.size">10pt</xsl:param>
     26  <xsl:param name="body.font.master">6</xsl:param>
     27  <xsl:param name="body.font.size">8pt</xsl:param>
    2928
    3029    <!-- TOC stuff -->
Note: See TracChangeset for help on using the changeset viewer.