part.autolabel.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <refentry xmlns="http://docbook.org/ns/docbook"
  2. xmlns:xlink="http://www.w3.org/1999/xlink"
  3. xmlns:xi="http://www.w3.org/2001/XInclude"
  4. xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
  5. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6. version="5.0" xml:id="part.autolabel">
  7. <refmeta>
  8. <refentrytitle>part.autolabel</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
  10. <refmiscinfo class="other" otherclass="value">0<alt>none</alt></refmiscinfo>
  11. <refmiscinfo class="other" otherclass="value">1<alt>1,2,3...</alt></refmiscinfo>
  12. <refmiscinfo class="other" otherclass="value">A<alt>A,B,C...</alt></refmiscinfo>
  13. <refmiscinfo class="other" otherclass="value">a<alt>a,b,c...</alt></refmiscinfo>
  14. <refmiscinfo class="other" otherclass="value">i<alt>i,ii,iii...</alt></refmiscinfo>
  15. <refmiscinfo class="other" otherclass="value">I<alt>I,II,III...</alt></refmiscinfo>
  16. </refmeta>
  17. <refnamediv>
  18. <refname>part.autolabel</refname>
  19. <refpurpose>Specifies the labeling format for Part titles</refpurpose>
  20. </refnamediv>
  21. <refsynopsisdiv>
  22. <src:fragment xml:id="part.autolabel.frag">
  23. <xsl:param name="part.autolabel">I</xsl:param>
  24. </src:fragment>
  25. </refsynopsisdiv>
  26. <refsection><info><title>Description</title></info>
  27. <para>If non-zero, then parts will be numbered using the parameter
  28. value as the number format if the value matches one of the following:
  29. </para>
  30. <variablelist>
  31. <varlistentry>
  32. <term>1 or arabic</term>
  33. <listitem>
  34. <para>Arabic numeration (1, 2, 3 ...).</para>
  35. </listitem>
  36. </varlistentry>
  37. <varlistentry>
  38. <term>A or upperalpha</term>
  39. <listitem>
  40. <para>Uppercase letter numeration (A, B, C ...).</para>
  41. </listitem>
  42. </varlistentry>
  43. <varlistentry>
  44. <term>a or loweralpha</term>
  45. <listitem>
  46. <para>Lowercase letter numeration (a, b, c ...).</para>
  47. </listitem>
  48. </varlistentry>
  49. <varlistentry>
  50. <term>I or upperroman</term>
  51. <listitem>
  52. <para>Uppercase roman numeration (I, II, III ...).</para>
  53. </listitem>
  54. </varlistentry>
  55. <varlistentry>
  56. <term>i or lowerroman</term>
  57. <listitem>
  58. <para>Lowercase roman letter numeration (i, ii, iii ...).</para>
  59. </listitem>
  60. </varlistentry>
  61. </variablelist>
  62. <para>Any nonzero value other than the above will generate
  63. the default number format (upperroman).
  64. </para>
  65. </refsection>
  66. </refentry>