Label preface sections using lowercase roman numbers

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7546 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2006-04-20 21:23:30 +00:00
parent 6b3a2a6813
commit f347b78b0a
8 changed files with 7 additions and 10 deletions

View File

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

View File

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

View File

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

View File

@ -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>

View File

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

View File

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

View File

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

View File

@ -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>