diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-08 19:17:11 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-08 19:17:11 +0000 |
commit | 4da2304311cdb65c3542dac096bfb59a4a661cf0 (patch) | |
tree | 72d6cdf968986bc6899dd95df5483e716d84dd56 /stylesheets/pdf | |
parent | c755815f298723e44782e237b8dfaecce7688b91 (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/pdf')
-rw-r--r-- | stylesheets/pdf/lfs-pagesetup.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stylesheets/pdf/lfs-pagesetup.xsl b/stylesheets/pdf/lfs-pagesetup.xsl index 97d1b9956..531e05ce9 100644 --- a/stylesheets/pdf/lfs-pagesetup.xsl +++ b/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> |