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 năm trước cách đây
mục cha
commit
4da2304311

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

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

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

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