diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-07-07 19:23:46 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-07-07 19:23:46 +0000 |
commit | ffa0932ddae71f611f381ade2e8853ce83861938 (patch) | |
tree | 9a4c0eee347da66a41ba9f75e37971ee1de56858 | |
parent | 875141e0da8f060d7011bc052493a9d869278805 (diff) |
Removed blank page in PDF output for non-published versions (from trunk r6433)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6434 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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> |