From: Michael Smith Date: Fri, 1 Sep 2006 06:40:59 +0000 (+0000) Subject: Added reference.autolabel parameter for controlling labels on X-Git-Tag: release/1.79.1~6^2~2569 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ada8395e667e733e3a01f64c4dafc144f13751f;p=docbook-dsssl Added reference.autolabel parameter for controlling labels on reference output. --- diff --git a/xsl/common/labels.xsl b/xsl/common/labels.xsl index 38e1f5e55..c447275d7 100644 --- a/xsl/common/labels.xsl +++ b/xsl/common/labels.xsl @@ -192,10 +192,10 @@ element label. - + - + diff --git a/xsl/params/reference.autolabel.xml b/xsl/params/reference.autolabel.xml new file mode 100644 index 000000000..53f771f22 --- /dev/null +++ b/xsl/params/reference.autolabel.xml @@ -0,0 +1,63 @@ + + +reference.autolabel +boolean + + +reference.autolabel +Specifies the labeling format for Reference titles + + + + + + +Description + +If zero, then references will not be numbered. +Otherwise references 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). + + + + +