Adapted the FO stylesheets to rebder properly varablelist.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3535 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2004-05-08 19:17:11 +00:00
parent c755815f29
commit 4da2304311
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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>