aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/print
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-08 19:17:11 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-08 19:17:11 +0000
commit4da2304311cdb65c3542dac096bfb59a4a661cf0 (patch)
tree72d6cdf968986bc6899dd95df5483e716d84dd56 /stylesheets/print
parentc755815f298723e44782e237b8dfaecce7688b91 (diff)
Adapted the FO stylesheets to rebder properly varablelist.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3535 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/print')
-rw-r--r--stylesheets/print/lfs-pagesetup.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/stylesheets/print/lfs-pagesetup.xsl b/stylesheets/print/lfs-pagesetup.xsl
index 44e91acc2..f90a2037f 100644
--- a/stylesheets/print/lfs-pagesetup.xsl
+++ b/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>