diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-20 21:11:31 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-20 21:11:31 +0000 |
commit | 6b3a2a6813fe3f637f4df14e6945c262332dda81 (patch) | |
tree | 791167dea32907e8a857f1d514723ce7ebc3f2ed /stylesheets | |
parent | 968d0442c4e5bf42ea4d5cdc8c995953df64560a (diff) |
Autolabel preface using lowercase roman numbers
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7545 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/lfs-chunked2.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stylesheets/lfs-chunked2.xsl b/stylesheets/lfs-chunked2.xsl index 675c0a1e5..86907ebe7 100644 --- a/stylesheets/lfs-chunked2.xsl +++ b/stylesheets/lfs-chunked2.xsl @@ -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> |