blob: 1a35ffe5cac9b8ac74b3ea036145d7369854b0f4 (
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
|
LaTeX Package : glossary v 2.24
Last Modified : 27th Sept 2005
Author : Nicola Talbot
Files : glossary.dtx - documented source file
glossary.ins - installation script
This package is provided to assist generating a glossary. It has
a certain amount of flexibility allowing the user to customize the
format of the glossary and define new glossary-style objects. It
is also possible to define acronyms.
To extract the code do:
latex glossary.ins
This will create the files glossary.sty, glossary.perl,
makeglos.pl and some sample files. Move
glossary.sty to a subdirectory of your local texmf tree
(e.g. $LOCALTEXMF/tex/latex/contrib/) and glossary.perl
to the LaTeX2HTML style files directory (e.g. latex2html/styles).
The Perl script makeglos.pl provides an easy interface to
makeindex for those who can't remember (or can't be bothered) all
the required switches. See documentation for more details.
To extract the documentation do:
latex glossary.dtx
makeindex -s gind.ist glossary
makeindex -s gglo.ist -o glossary.gls glossary.glo
latex glossary.dtx
latex glossary.dtx
Alternatively, if you use pdflatex instead of latex, the
documentation will have hyperlinks. If you want documentation
on the code, remove the line:
\OnlyDescription
This material is subject to the LaTeX Project Public License.
See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the details of that license.
http://theoval.cmp.uea.ac.uk/~nlct/
|