Browse Source

Adapted the FO stylesheets to rebder properly varablelist.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3535 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 21 years ago
parent
commit
4da2304311
2 changed files with 6 additions and 0 deletions
  1. 3 0
      stylesheets/pdf/lfs-pagesetup.xsl
  2. 3 0
      stylesheets/print/lfs-pagesetup.xsl

+ 3 - 0
stylesheets/pdf/lfs-pagesetup.xsl

@@ -112,4 +112,7 @@
   	<!-- Dropping a blank page -->
 	<xsl:template name="book.titlepage.separator"/>
 
+  	<!-- How render a variablelist -->
+	<xsl:param name="variablelist.as.blocks" select="1"/>
+
 </xsl:stylesheet>

+ 3 - 0
stylesheets/print/lfs-pagesetup.xsl

@@ -117,4 +117,7 @@
   	<!-- Dropping a blank page -->
 	<xsl:template name="book.titlepage.separator"/>
 
+  	<!-- How render a variablelist -->
+	<xsl:param name="variablelist.as.blocks" select="1"/>
+
 </xsl:stylesheet>