From bc958b5f740d4fc288c5efe76761fc8c50b6a63d Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sun, 10 Jul 2005 09:12:59 +0000 Subject: [PATCH] Updated reference pages to support number format options. --- xsl/params/appendix.autolabel.xml | 42 +++++++++++++++++++++++++++++-- xsl/params/chapter.autolabel.xml | 41 +++++++++++++++++++++++++++++- xsl/params/part.autolabel.xml | 42 ++++++++++++++++++++++++++++++- xsl/params/preface.autolabel.xml | 42 ++++++++++++++++++++++++++++++- 4 files changed, 162 insertions(+), 5 deletions(-) diff --git a/xsl/params/appendix.autolabel.xml b/xsl/params/appendix.autolabel.xml index 08195a056..e62aad905 100644 --- a/xsl/params/appendix.autolabel.xml +++ b/xsl/params/appendix.autolabel.xml @@ -14,8 +14,46 @@ Description -If true (non-zero), unlabeled appendixes will be -enumerated. +If zero, then appendices will not be numbered. +Otherwise appendices will be numbered, using the parameter value +as the number format if the value matches one of the following: + + + + + 1 or arabic + + Arabic numeration (1, 2, 3 ...). + + + + A or upperalpha + + Uppercase letter numeration (A, B, C ...). + + + + a or loweralpha + + Lowercase letter numeration (a, b, c ...). + + + + I or upperroman + + Uppercase roman numeration (I, II, III ...). + + + + i or lowerroman + + Lowercase roman letter numeration (i, ii, iii ...). + + + + +Any nonzero value other than the above will generate +the default number format upperalpha. diff --git a/xsl/params/chapter.autolabel.xml b/xsl/params/chapter.autolabel.xml index 309e61831..7b9cc2f53 100644 --- a/xsl/params/chapter.autolabel.xml +++ b/xsl/params/chapter.autolabel.xml @@ -14,7 +14,46 @@ Description -If true (non-zero), unlabeled chapters will be enumerated. +If zero, then chapters will not be numbered. +Otherwise chapters will be numbered, using the parameter value +as the number format if the value matches one of the following: + + + + + 1 or arabic + + Arabic numeration (1, 2, 3 ...). + + + + A or upperalpha + + Uppercase letter numeration (A, B, C ...). + + + + a or loweralpha + + Lowercase letter numeration (a, b, c ...). + + + + I or upperroman + + Uppercase roman numeration (I, II, III ...). + + + + i or lowerroman + + Lowercase roman letter numeration (i, ii, iii ...). + + + + +Any nonzero value other than the above will generate +the default number format arabic. diff --git a/xsl/params/part.autolabel.xml b/xsl/params/part.autolabel.xml index a8e0e5cf5..729734017 100644 --- a/xsl/params/part.autolabel.xml +++ b/xsl/params/part.autolabel.xml @@ -14,8 +14,48 @@ Description -If true (non-zero), unlabeled parts and references will be enumerated. +If zero, then parts will not be numbered. +Otherwise parts will be numbered, using the parameter value +as the number format if the value matches one of the following: + + + 1 or arabic + + Arabic numeration (1, 2, 3 ...). + + + + A or upperalpha + + Uppercase letter numeration (A, B, C ...). + + + + a or loweralpha + + Lowercase letter numeration (a, b, c ...). + + + + I or upperroman + + Uppercase roman numeration (I, II, III ...). + + + + i or lowerroman + + Lowercase roman letter numeration (i, ii, iii ...). + + + + +Any nonzero value other than the above will generate +the default number format upperroman. + + + diff --git a/xsl/params/preface.autolabel.xml b/xsl/params/preface.autolabel.xml index 739dceab1..04037de65 100644 --- a/xsl/params/preface.autolabel.xml +++ b/xsl/params/preface.autolabel.xml @@ -14,8 +14,48 @@ Description -If true (non-zero), unlabeled prefaces will be enumerated. +If zero (default), then prefaces will not be numbered. +Otherwise prefaces will be numbered, using the parameter value +as the number format if the value matches one of the following: + + + 1 or arabic + + Arabic numeration (1, 2, 3 ...). + + + + A or upperalpha + + Uppercase letter numeration (A, B, C ...). + + + + a or loweralpha + + Lowercase letter numeration (a, b, c ...). + + + + I or upperroman + + Uppercase roman numeration (I, II, III ...). + + + + i or lowerroman + + Lowercase roman letter numeration (i, ii, iii ...). + + + + +Any nonzero value other than the above will generate +the default number format arabic. + + + -- 2.50.1