diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-07-07 19:22:57 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-07-07 19:22:57 +0000 |
commit | 68e34d09575c653a245cd1f5b110193f64c80004 (patch) | |
tree | fd47291e3841a48a92fc43caed9f3d950bdb9f5a /stylesheets/lfs-pdf.xsl | |
parent | 4fc52ab10467cfb4801f40d17b0379d6c1d81479 (diff) |
Removed blank page in PDF output for non-published versions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-pdf.xsl')
-rw-r--r-- | stylesheets/lfs-pdf.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stylesheets/lfs-pdf.xsl b/stylesheets/lfs-pdf.xsl index 382dd2c48..d062fe863 100644 --- a/stylesheets/lfs-pdf.xsl +++ b/stylesheets/lfs-pdf.xsl @@ -29,7 +29,8 @@ --> <!-- Printing Style --> - <xsl:param name="double.sided" select="1"/> + <!-- Change "double.sided" to "1" for published versions --> + <xsl:param name="double.sided" select="0"/> <xsl:param name="hyphenate">false</xsl:param> <xsl:param name="alignment">justify</xsl:param> |