diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-21 21:19:30 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-21 21:19:30 +0000 |
commit | 395f4157a89688bae9f2108bbabf7e41f52f5b62 (patch) | |
tree | cca54c07f16916a891e39d6ab77b5de917d9553d /stylesheets | |
parent | 845846e02dce7a7f28a164b54c4d849d7fa11bad (diff) |
Changed paper size to letter. Fixed Makefile.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4665 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/lfs-pdf.xsl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/stylesheets/lfs-pdf.xsl b/stylesheets/lfs-pdf.xsl index 9ad7dc177..39e3fa067 100644 --- a/stylesheets/lfs-pdf.xsl +++ b/stylesheets/lfs-pdf.xsl @@ -18,12 +18,16 @@ <!-- This file contains our localization strings (for internationalization) --> <xsl:param name="local.l10n.xml" select="document('lfs-l10n.xml')"/> + + <!-- Standart paper size --> + <xsl:param name="paper.type" select="'letter'"/> - <!-- Paper size required by the publisher --> + <!-- Paper size required by the publisher <xsl:param name="paper.type" select="'Customized'"/> <xsl:param name="page.width">7.25in</xsl:param> <xsl:param name="page.height">9.25in</xsl:param> - + --> + <!-- Printing Style --> <xsl:param name="double.sided" select="1"/> <xsl:param name="hyphenate">false</xsl:param> |