blob: 6b4085cc829c714d21c2e4656b99ab4ce071a6ee (
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
|
+-----------------------------------------------------------------------------+
| setsubheadanumber |
+-----------------------------------------------------------------------------+
Abbreviation: ã|\ssanã%
Parameters: ã|previous subheada numberã%
ã|Description:ã%
The subheada number will be automatically incremented by one for each
use of \subheada. The subheada number can be reset by inserting the
\setsubheadanumber markup before the next occurrence of \subheada.
ã|Example:ã%
By default, the first subheada is number 1. If you want to start with
number 5, you would enter:
\setsubheadanumber{4}
\subheada{Title of the fifth subheada}
ã|Notes:ã%
The number specified in the \setsubheadanumber parameter is the previous
subheada number, not the next subheada number.
The subheada number is reset to zero when you enter \part, \chapter or
\appendix.
|