1MAKEGLOSSARIES-LITE(1)  makeglossaries-lite Lua Script  MAKEGLOSSARIES-LITE(1)
2
3
4

NAME

6       makeglossaries-lite  - Calls makeindex/xindy for LaTeX documents using
7       glossaries package
8

SYNOPSIS

10       makeglossaries [-o file] [-q] [-n] [-s file] [-t file] [-L language]
11       [-c] [-g] [-l] [-p num] [-r] [-m file] [-x file] [--version] [--help]
12       basename
13

DESCRIPTION

15       makeglossaries-lite is cut-down Lua alternative to the makeglossaries
16       Perl script. It's designed for use with LaTeX documents that use the
17       glossaries package. Some options that are available to makeglossaries
18       aren't available with makeglossaries-lite.  The mandatory argument
19       basename should be the name of the LaTeX document without the .tex
20       extension.  makeglossaries-lite will read the auxiliary file to
21       determine whether makeindex or xindy should be called. All the
22       information required to be passed to the relevant indexing application
23       should also be contained in the auxiliary file, but may be overridden
24       by the option arguments to makeglossaries-lite.
25

OPTIONS

27       -q  Quiet mode. Reduces chatter to standard output.
28
29       -n  Print the commands that would normally be executed but don't run
30           them.
31
32       -o file
33           Use file as the output file. (Only suitable for documents
34           containing a single glossary, otherwise each glossary will be
35           overridden.)
36
37       -s file
38           Use file as the style file. Note that if you use this option, you
39           need to know whether makeindex or xindy will be called, as they
40           have different style files.
41
42       -t file
43           Use file as the transcript file.
44
45       -l  Letter ordering.
46
47       -L language
48           This option only has an effect if xindy is called. Sets the
49           language. See xindy documentation for further details.
50
51       -c  Compress intermediate blanks (makeindex only).
52
53       -g  Employ German word ordering (makeindex only).
54
55       -p num
56           Sets the starting page number to be num (makeindex only).
57
58       -r  Disable implicit page range formation (makeindex only).
59
60       -m file
61           Specify the full path name for makeindex to file in the event that
62           makeindex isn't on the operating system's path.
63
64       -x file
65           Specify the full path name for xindy to file in the event that
66           xindy isn't on the operating system's path.
67
68       --version
69           Prints version number and exits.
70
71       --help
72           Prints help message and exits.
73

REQUIRES

75       texlua and makeindex or xindy (depending on glossaries package
76       options).
77

LICENSE

79       This is free software distributed under the LaTeX Project Public
80       License. There is NO WARRANTY.  See
81       <http://www.latex-project.org/lppl.txt> for details.
82

AUTHOR

84       Nicola L. C. Talbot, <http://www.dickimaw-books.com/>
85
87       The glossaries manual:
88
89               texdoc glossaries
90
91
92
93perl v5.30.1                      2020-03-19            MAKEGLOSSARIES-LITE(1)
Impressum