]> granicus.if.org Git - docbook-dsssl/commitdiff
Updated reference pages to support number format options.
authorBob Stayton <bobs@sagehill.net>
Sun, 10 Jul 2005 09:12:59 +0000 (09:12 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 10 Jul 2005 09:12:59 +0000 (09:12 +0000)
xsl/params/appendix.autolabel.xml
xsl/params/chapter.autolabel.xml
xsl/params/part.autolabel.xml
xsl/params/preface.autolabel.xml

index 08195a05623daa1e4c7653c2758534a2685fe4cb..e62aad9050d9cfa6dfe724e16e33b03e3f568dad 100644 (file)
 
 <refsect1><title>Description</title>
 
-<para>If true (non-zero), unlabeled appendixes will be
-enumerated.
+<para>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:
+</para>
+
+<variablelist>
+  <varlistentry>
+    <term>1 or arabic</term>
+    <listitem>
+      <para>Arabic numeration (1, 2, 3 ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>A or upperalpha</term>
+    <listitem>
+      <para>Uppercase letter numeration (A, B, C ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>a or loweralpha</term>
+    <listitem>
+      <para>Lowercase letter numeration (a, b, c ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>I or upperroman</term>
+    <listitem>
+      <para>Uppercase roman numeration (I, II, III ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>i or lowerroman</term>
+    <listitem>
+      <para>Lowercase roman letter numeration (i, ii, iii ...).</para>
+    </listitem>
+  </varlistentry>
+</variablelist>
+
+<para>Any nonzero value other than the above will generate
+the default number format upperalpha.
 </para>
 
 </refsect1>
index 309e61831e14d58ab3abc2b81766e3d4d73d15bb..7b9cc2f531abc03dc1609a7510acd402fd4ae794 100644 (file)
 
 <refsect1><title>Description</title>
 
-<para>If true (non-zero), unlabeled chapters will be enumerated.
+<para>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:
+</para>
+
+<variablelist>
+  <varlistentry>
+    <term>1 or arabic</term>
+    <listitem>
+      <para>Arabic numeration (1, 2, 3 ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>A or upperalpha</term>
+    <listitem>
+      <para>Uppercase letter numeration (A, B, C ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>a or loweralpha</term>
+    <listitem>
+      <para>Lowercase letter numeration (a, b, c ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>I or upperroman</term>
+    <listitem>
+      <para>Uppercase roman numeration (I, II, III ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>i or lowerroman</term>
+    <listitem>
+      <para>Lowercase roman letter numeration (i, ii, iii ...).</para>
+    </listitem>
+  </varlistentry>
+</variablelist>
+
+<para>Any nonzero value other than the above will generate
+the default number format arabic.
 </para>
 
 </refsect1>
index a8e0e5cf596fd7892d343ed80cd901a82ee0624b..7297340172336c120a45a98425245fa42370d50a 100644 (file)
 
 <refsect1><title>Description</title>
 
-<para>If true (non-zero), unlabeled parts and references will be enumerated.
+<para>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:
 </para>
 
+<variablelist>
+  <varlistentry>
+    <term>1 or arabic</term>
+    <listitem>
+      <para>Arabic numeration (1, 2, 3 ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>A or upperalpha</term>
+    <listitem>
+      <para>Uppercase letter numeration (A, B, C ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>a or loweralpha</term>
+    <listitem>
+      <para>Lowercase letter numeration (a, b, c ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>I or upperroman</term>
+    <listitem>
+      <para>Uppercase roman numeration (I, II, III ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>i or lowerroman</term>
+    <listitem>
+      <para>Lowercase roman letter numeration (i, ii, iii ...).</para>
+    </listitem>
+  </varlistentry>
+</variablelist>
+
+<para>Any nonzero value other than the above will generate
+the default number format upperroman.
+</para>
+
+
 </refsect1>
 </refentry>
index 739dceab168e32c9ceb45083ff917ba1b9da2862..04037de65ccd99da2a8f0e1d491e58032acd5a63 100644 (file)
 
 <refsect1><title>Description</title>
 
-<para>If true (non-zero), unlabeled prefaces will be enumerated.
+<para>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:
 </para>
 
+<variablelist>
+  <varlistentry>
+    <term>1 or arabic</term>
+    <listitem>
+      <para>Arabic numeration (1, 2, 3 ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>A or upperalpha</term>
+    <listitem>
+      <para>Uppercase letter numeration (A, B, C ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>a or loweralpha</term>
+    <listitem>
+      <para>Lowercase letter numeration (a, b, c ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>I or upperroman</term>
+    <listitem>
+      <para>Uppercase roman numeration (I, II, III ...).</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>i or lowerroman</term>
+    <listitem>
+      <para>Lowercase roman letter numeration (i, ii, iii ...).</para>
+    </listitem>
+  </varlistentry>
+</variablelist>
+
+<para>Any nonzero value other than the above will generate
+the default number format arabic.
+</para>
+
+
 </refsect1>
 </refentry>