浏览代码

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
Manuel Canales Esparcia 20 年之前
父节点
当前提交
68e34d0957
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      stylesheets/lfs-pdf.xsl

+ 2 - 1
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>