浏览代码

Label preface sections using lowercase roman numbers

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7546 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 19 年之前
父节点
当前提交
f347b78b0a

+ 1 - 1
prologue/audience.xml

@@ -5,7 +5,7 @@
   %general-entities;
 ]>
 
-<sect1 id="pre-audience">
+<sect1 id="pre-audience" label="ii">
   <?dbhtml filename="audience.html"?>
 
   <title>Audience</title>

+ 1 - 1
prologue/errata.xml

@@ -5,7 +5,7 @@
   %general-entities;
 ]>
 
-<sect1 id="pre-errata">
+<sect1 id="pre-errata" label="vii">
   <?dbhtml filename="errata.html"?>
 
   <title>Errata</title>

+ 1 - 1
prologue/foreword.xml

@@ -5,7 +5,7 @@
   %general-entities;
 ]>
 
-<sect1 id="pre-foreword">
+<sect1 id="pre-foreword" label="i">
   <?dbhtml filename="foreword.html"?>
 
   <title>Foreword</title>

+ 1 - 1
prologue/hostreqs.xml

@@ -5,7 +5,7 @@
   %general-entities;
 ]>
 
-<sect1 id="pre-hostreqs">
+<sect1 id="pre-hostreqs" label="iv">
   <?dbhtml filename="hostreqs.html"?>
 
   <title>Host System Requirements</title>

+ 1 - 1
prologue/organization.xml

@@ -5,7 +5,7 @@
   %general-entities;
 ]>
 
-<sect1 id="pre-organization">
+<sect1 id="pre-organization" label="vi">
   <?dbhtml filename="organization.html"?>
 
   <title>Structure</title>

+ 1 - 1
prologue/prerequisites.xml

@@ -5,7 +5,7 @@
   %general-entities;
 ]>
 
-<sect1 id="pre-prerequisites">
+<sect1 id="pre-prerequisites" label="iii">
   <?dbhtml filename="prerequisites.html"?>
 
   <title>Prerequisites</title>

+ 1 - 1
prologue/typography.xml

@@ -5,7 +5,7 @@
   %general-entities;
 ]>
 
-<sect1 id="pre-typography">
+<sect1 id="pre-typography" label="v">
   <?dbhtml filename="typography.html"?>
 
   <title>Typography</title>

+ 0 - 3
stylesheets/lfs-chunked2.xsl

@@ -32,7 +32,4 @@
     <!-- 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>