summaryrefslogtreecommitdiff
path: root/params/generate.page.number.xml
blob: b3e14747a937cc173a76b6e8cef6d3e05a467b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<refentry xmlns="http://docbook.org/ns/docbook"
          xmlns:xlink="http://www.w3.org/1999/xlink"
          xmlns:xi="http://www.w3.org/2001/XInclude"
          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
          version="5.0" xml:id="generate.page.number">
<refmeta>
<refentrytitle>generate.page.number</refentrytitle>
<refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
<refmiscinfo class="other" otherclass="value">full<alt>1/2</alt></refmiscinfo>
<refmiscinfo class="other" otherclass="value">compact<alt>1</alt></refmiscinfo>
<refmiscinfo class="other" otherclass="value">no</refmiscinfo>
</refmeta>
<refnamediv>
<refname>generate.page.number</refname>
<refpurpose>Specifies whether page numbers are generated</refpurpose>
</refnamediv>

<refsynopsisdiv>
  <src:fragment xml:id="generate.page.number.frag">
    <xsl:param name="generate.page.number">compact</xsl:param>
  </src:fragment>
</refsynopsisdiv>

<refsection><info><title>Description</title></info>

<para>This parameter specifies how page numbers are generated in
  the footer area.</para>

<variablelist>
  <varlistentry>
    <term>no</term>
    <listitem>
      <para>No page numbers generated at all.</para>
    </listitem>
  </varlistentry>
  <varlistentry>
    <term>full</term>
    <listitem>
      <para>Current page number, a slash and the total number of pages</para>
    </listitem>
  </varlistentry>
  <varlistentry>
    <term>compact</term>
    <listitem>
      <para>Current page number only</para>
    </listitem>
  </varlistentry>
  <varlistentry>
    <term>no</term>
    <listitem>
      <para>No page numbers generated at all.</para>
    </listitem>
  </varlistentry>
</variablelist>

</refsection>
</refentry>