summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/makeglossaries-lite.1
blob: 5f06d9a914e217d56361e42efcf5107172328f5a (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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
.\" -*- mode: troff; coding: utf-8 -*-
.\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.45)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
.\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
.ie n \{\
.    ds C` ""
.    ds C' ""
'br\}
.el\{\
.    ds C`
.    ds C'
'br\}
.\"
.\" Escape single quotes in literal strings from groff's Unicode transform.
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\"
.\" If the F register is >0, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
.\" entries marked with X<> in POD.  Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
.\"
.\" Avoid warning from groff about undefined register 'F'.
.de IX
..
.nr rF 0
.if \n(.g .if rF .nr rF 1
.if (\n(rF:(\n(.g==0)) \{\
.    if \nF \{\
.        de IX
.        tm Index:\\$1\t\\n%\t"\\$2"
..
.        if !\nF==2 \{\
.            nr % 0
.            nr F 2
.        \}
.    \}
.\}
.rr rF
.\" ========================================================================
.\"
.IX Title "MAKEGLOSSARIES-LITE 1"
.TH MAKEGLOSSARIES-LITE 1 2024-04-04 "perl v5.38.2" "makeglossaries-lite Lua Script"
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH NAME
makeglossaries\-lite  \- Calls makeindex/xindy for LaTeX documents using glossaries package
.SH SYNOPSIS
.IX Header "SYNOPSIS"
\&\fBmakeglossaries\fR [\fB\-o\fR \fIfile\fR] [\fB\-q\fR] [\fB\-n\fR]
[\fB\-s\fR \fIfile\fR] [\fB\-t\fR \fIfile\fR] [\fB\-L\fR \fIlanguage\fR] [\fB\-c\fR] [\fB\-g\fR]
[\fB\-l\fR] [\fB\-p\fR \fInum\fR] [\fB\-r\fR] [\fB\-m\fR \fIfile\fR] [\fB\-x\fR \fIfile\fR]
[\fB\-\-version\fR] [\fB\-\-help\fR] \fIbasename\fR
.SH DESCRIPTION
.IX Header "DESCRIPTION"
\&\fBmakeglossaries-lite\fR is cut-down Lua alternative to the
\&\fBmakeglossaries\fR Perl script. It's designed for use with LaTeX documents that
use the glossaries package. Some options that are available to
\&\fBmakeglossaries\fR aren't available with \fBmakeglossaries-lite\fR.
The mandatory argument \fIbasename\fR should
be the name of the LaTeX document without the .tex extension. 
\&\fBmakeglossaries-lite\fR will read the auxiliary file to determine whether
\&\fBmakeindex\fR or \fBxindy\fR should be called. All the information
required to be passed to the relevant indexing application should
also be contained in the auxiliary file, but may be overridden by
the option arguments to \fBmakeglossaries-lite\fR.
.SH OPTIONS
.IX Header "OPTIONS"
.IP \fB\-q\fR 4
.IX Item "-q"
Quiet mode. Reduces chatter to standard output.
.IP \fB\-n\fR 4
.IX Item "-n"
Print the commands that would normally be executed but don't run
them.
.IP "\fB\-o\fR \fIfile\fR" 4
.IX Item "-o file"
Use \fIfile\fR as the output file. (Only suitable for documents 
containing a single glossary, otherwise each glossary will be
overridden.)
.IP "\fB\-s\fR \fIfile\fR" 4
.IX Item "-s file"
Use \fIfile\fR as the style file. Note that if you use this option,
you need to know whether \fBmakeindex\fR or \fBxindy\fR will be called, as
they have different style files.
.IP "\fB\-t\fR \fIfile\fR" 4
.IX Item "-t file"
Use \fIfile\fR as the transcript file.
.IP \fB\-l\fR 4
.IX Item "-l"
Letter ordering.
.IP "\fB\-L\fR \fIlanguage\fR" 4
.IX Item "-L language"
This option only has an effect if \fBxindy\fR is called. Sets the
language. See \fBxindy\fR documentation for further details.
.IP \fB\-c\fR 4
.IX Item "-c"
Compress intermediate blanks (\fBmakeindex\fR only).
.IP \fB\-g\fR 4
.IX Item "-g"
Employ German word ordering (\fBmakeindex\fR only).
.IP "\fB\-p\fR \fInum\fR" 4
.IX Item "-p num"
Sets the starting page number to be \fInum\fR (\fBmakeindex\fR only).
.IP \fB\-r\fR 4
.IX Item "-r"
Disable implicit page range formation (\fBmakeindex\fR only).
.IP "\fB\-m\fR \fIfile\fR" 4
.IX Item "-m file"
Specify the full path name for \fBmakeindex\fR to \fIfile\fR in the 
event that \fBmakeindex\fR isn't on the operating system's path.
.IP "\fB\-x\fR \fIfile\fR" 4
.IX Item "-x file"
Specify the full path name for \fBxindy\fR to \fIfile\fR in the 
event that \fBxindy\fR isn't on the operating system's path.
.IP \fB\-\-version\fR 4
.IX Item "--version"
Prints version number and exits.
.IP \fB\-\-help\fR 4
.IX Item "--help"
Prints help message and exits.
.SH REQUIRES
.IX Header "REQUIRES"
texlua and makeindex or xindy (depending on glossaries package options).
.SH LICENSE
.IX Header "LICENSE"
This is free software distributed under the LaTeX Project Public 
License. There is NO WARRANTY.
See <http://www.latex\-project.org/lppl.txt> for details.
.SH AUTHOR
.IX Header "AUTHOR"
Nicola L. C. Talbot,
<http://www.dickimaw\-books.com/>
.SH "RECOMMENDED READING"
.IX Header "RECOMMENDED READING"
The glossaries manual:
.PP
.Vb 1
\&        texdoc glossaries
.Ve