blob: 7b3154dacee99107fae2a7a936a2f566e349f69f (
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
glossaries change log:
v1.12 (8 March 2008):
* Fixed bug that causes \glspl to print the plural short form
on first use instead of the plural long form.
* Added descriptionplural and symbolplural keys.
* Added \glsshortkey, \glsshortpluralkey, \glslongkey and
\glslongpluralkey.
* Fixed bugs in \glsname, \glstext, \glsdesc etc.
* Added a check for \hypertarget in addition to checking
for \hyperlink (in the event that \hyperlink is defined
but not \hypertarget).
* Changed #! line in makeglossaries to use /usr/bin/env
* Added package mfirstuc.sty which provides the command
\makefirstuc{<stuff>} which makes the first object of
<stuff> uppercase unless <stuff> starts with a control
sequence followed by a group, in which case the first
object in the group is converted to uppercase. Examples:
\makefirstuc{abc} -> Abc
\makefirstuc{\emph{abc}} -> \emph{Abc}
\makefirstuc{{\'a}bc} -> {\'A}bc
\makefirstuc{\ae bc} -> \AE bc
\makefirstuc{{\ae}bc} -> {\AE}bc
(but don't do \makefirstuc{\ae{}bc} which produces \ae Bc.)
v1.11 (2 March 2008):
* Fixed error in manual (glossary style is set using \glossarystyle
not \setglossarystyle).
* Changed the way the package is archived to make it compatible
with TeX Live.
* Improved error handling of makeglossaries and added --version
and --help options.
v1.1 (22 Feb 2008):
* New package options:
- numberline:
inserts \numberline{} in \addcontentsline when used with
the toc option.
- numberedsection:
puts glossaries in numbered chapters/sections
- translate:
translate=false option prevents glossaries package from
using pre-supplied translations.
- description:
changes definition of \newacronym to allow a description
- footnote:
changes definition of \newacronym to use a footnote on
first use
- smallcaps:
changes definition of \newacronym to set acronyms in
small capitals
- dua:
changes definition of \newacronym to always expand
acronyms
* Added \setglossarysection
- changes the section type used by the glossaries
* Added listdotted glossary style.
* No longer uses xspace package; uses amsgen instead.
* Added \glsname, \glsdesc, \glssymbol, \glsfirst, \glstext,
\glsplural and \glsfirstplural.
* Added support for translator package.
v1.08 (13 Oct 2007):
* Added multilingual support
* Fixed bug in listgroup and altlistgroup styles so that
\glsgroupheading uses \glsgetgrouptitle to get the group title
instead of displaying the label
* Fixed typo in error message text when the description key
is missing to \newglossaryentry.
v1.07 (13 Sep 2007):
* Fixed bug causing incorrect page number for entries in the
first paragraph of a page.
v1.06 (21 Aug 2007):
* Changed the license text
v1.05 (10 Aug 2007):
* Changed the default value of the sort key to just use the
name key
* Added \@mkboth to \glossarysection
v1.04 (3 Aug 2007):
* Added \glstextformat
v1.03 (4 July 2007):
* Added \glspostdescription
v1.02 (25 May 2007):
* Added overview section in the documentation
v1.01 (17 May 2007):
* Added number range facility (equivalent to makeindex's |( and |)
formatting commands.)
* Added a space after \delimN and \delimR in the ist file.
v1.0 (16 May 2007): Initial release
|