blob: 0b508035a3359bae70d8d35459bb3c56689c4133 (
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
|
Abstract
alphanumeric sectioning numbering with standard sectioning commands
This package allows you to use alphanumeric section numbering, e.g.:
A. Introduction; III. International Law. It s output is similar to
alphanum.sty, but you can use the standard LaTeX sectioning commands.
Thus it is possible to switch numbering schemes easily. Greek letters,
double letters (bb) and different delimiters around them are supported.
Since version v0.02, full references are always printed, even if the
section numbers do not include higher level numbers.
To produce the package
latex alnumsec.ins
To produce the documentation
latex alnumsec.dtx
To produce an index for the documentation:
makeindex -s gind.ist alnumsec
To produce a change history for the documentation:
makeindex -s gglo.ist -o alnumsec.gls alnumsec.glo
|