diff options
-rw-r--r-- | prologue/audience.xml | 2 | ||||
-rw-r--r-- | prologue/errata.xml | 2 | ||||
-rw-r--r-- | prologue/foreword.xml | 2 | ||||
-rw-r--r-- | prologue/hostreqs.xml | 2 | ||||
-rw-r--r-- | prologue/organization.xml | 2 | ||||
-rw-r--r-- | prologue/prerequisites.xml | 2 | ||||
-rw-r--r-- | prologue/typography.xml | 2 | ||||
-rw-r--r-- | stylesheets/lfs-chunked2.xsl | 3 |
8 files changed, 7 insertions, 10 deletions
diff --git a/prologue/audience.xml b/prologue/audience.xml index eb8950efb..b883fd807 100644 --- a/prologue/audience.xml +++ b/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> diff --git a/prologue/errata.xml b/prologue/errata.xml index 69e196210..6c5f8a5b9 100644 --- a/prologue/errata.xml +++ b/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> diff --git a/prologue/foreword.xml b/prologue/foreword.xml index 2ebe3414c..8541451e7 100644 --- a/prologue/foreword.xml +++ b/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> diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index a4d4948ea..83f8abb2f 100644 --- a/prologue/hostreqs.xml +++ b/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> diff --git a/prologue/organization.xml b/prologue/organization.xml index c4ca2cd31..ffaac5165 100644 --- a/prologue/organization.xml +++ b/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> diff --git a/prologue/prerequisites.xml b/prologue/prerequisites.xml index c3adf54eb..60f144938 100644 --- a/prologue/prerequisites.xml +++ b/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> diff --git a/prologue/typography.xml b/prologue/typography.xml index ab884840d..27556c4fd 100644 --- a/prologue/typography.xml +++ b/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> diff --git a/stylesheets/lfs-chunked2.xsl b/stylesheets/lfs-chunked2.xsl index 86907ebe7..675c0a1e5 100644 --- a/stylesheets/lfs-chunked2.xsl +++ b/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> |