浏览代码

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 年之前
父节点
当前提交
4da2304311
共有 2 个文件被更改,包括 6 次插入0 次删除
  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>