Autolabel preface using lowercase roman numbers

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7545 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2006-04-20 21:11:31 +00:00
parent 968d0442c4
commit 6b3a2a6813

View File

@ -32,4 +32,7 @@
<!-- No XML declaration -->
<xsl:param name="chunker.output.omit-xml-declaration" select="'yes'"/>
<!-- Autolabel preface using lowercase roman numbers -->
<xsl:param name="preface.autolabel" select="'i'"/>
</xsl:stylesheet>