blob: ad97c2bf519c59eaba80d2c5514379383e461b5b (
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
|
NOMENCL PACKAGE
PURPOSE
The nomenclature package can be used to generate and format a
nomenclature using MakeIndex.
COPYING AND MODIFICATION
Copyright 1996-2020 Boris Veytsman, Bernd Shandl, Lee Netherton, CV
Radhakrishnan, Brian Elmegaard
This package can be redistributed and/or modified under the terms
of the LaTeX Project Public License distributed from CTAN
archives in the directory macros/latex/base/lppl.txt; either
version 1.2 of the license, or (at your option) any later version.
You might like to keep nomencl.ins and nomencl.dtx somewhere safe as a
backup, or in case you want to pass the nomencl package on to someone
else.
VERSION HISTORY
v5.0 2018/12/29 New maintainer: Boris Veytsman
Cleaned code and documentation
Incorporated nomentbl code
New options: stdsubgroups, nomentbl,
user selectable configuratuon file
v5.1 2019/02/08 Compatibility changes for KOMA-Script
Bugs fixes
v5.2 2019/05/05 More compatibility changes: tocbasic call
is now optional
v5.3 2019/11/23 Documentation updates
Slovene option
v5.4 2020/03/01 Norwegian (norwegian-bokmaal, norwegian-nynorsk)
options
v5.5 2020/12/29 Catalan option
v5.6 2021/11/10 Nomentbl no longer uses the s column for units and
thus works with the new versions of siunitx
package.
|