Browse Source

Autolabel preface using lowercase roman numbers

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7545 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 19 năm trước cách đây
mục cha
commit
6b3a2a6813
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      stylesheets/lfs-chunked2.xsl

+ 3 - 0
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>