Author: manuel
Date: 2005-07-07 13:22:57 -0600 (Thu, 07 Jul 2005)
New Revision: 6433

Modified:
   trunk/BOOK/stylesheets/lfs-pdf.xsl
Log:
Removed blank page in PDF output for non-published versions.

Modified: trunk/BOOK/stylesheets/lfs-pdf.xsl
===================================================================
--- trunk/BOOK/stylesheets/lfs-pdf.xsl  2005-07-07 19:14:48 UTC (rev 6432)
+++ trunk/BOOK/stylesheets/lfs-pdf.xsl  2005-07-07 19:22:57 UTC (rev 6433)
@@ -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>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to