Author: manuel
Date: 2005-07-07 13:23:46 -0600 (Thu, 07 Jul 2005)
New Revision: 6434

Modified:
   branches/6.1/BOOK/stylesheets/lfs-pdf.xsl
Log:
Removed blank page in PDF output for non-published versions (from trunk r6433)

Modified: branches/6.1/BOOK/stylesheets/lfs-pdf.xsl
===================================================================
--- branches/6.1/BOOK/stylesheets/lfs-pdf.xsl   2005-07-07 19:22:57 UTC (rev 
6433)
+++ branches/6.1/BOOK/stylesheets/lfs-pdf.xsl   2005-07-07 19:23:46 UTC (rev 
6434)
@@ -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