Parcourir la 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 il y a 21 ans
Parent
commit
4da2304311
2 fichiers modifiés avec 6 ajouts et 0 suppressions
  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>