logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Nicola L. C. Talbot, <http://www.dickimaw-books.com/>

Description

makeglossaries-lite is cut-down Lua alternative to the makeglossaries Perl script. It's designed for use
       with LaTeX documents that use the glossaries package. Some options that are available to makeglossaries
       aren't available with makeglossaries-lite.  The mandatory argument basename should be the name of the
       LaTeX document without the .tex extension.  makeglossaries-lite will read the auxiliary file to determine
       whether makeindex or xindy 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 makeglossaries-lite.

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.

Name

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

Options

-q  Quiet mode. Reduces chatter to standard output.

       -n  Print the commands that would normally be executed but don't run them.

       -ofile
           Use file as the output file. (Only suitable for documents containing a single glossary, otherwise
           each glossary will be overridden.)

       -sfile
           Use file as the style file. Note that if you use this option, you need to know whether makeindex or
           xindy will be called, as they have different style files.

       -tfile
           Use file as the transcript file.

       -l  Letter ordering.

       -Llanguage
           This option only has an effect if xindy is called. Sets the language. See xindy documentation for
           further details.

       -c  Compress intermediate blanks (makeindex only).

       -g  Employ German word ordering (makeindex only).

       -pnum
           Sets the starting page number to be num (makeindex only).

       -r  Disable implicit page range formation (makeindex only).

       -mfile
           Specify the full path name for makeindex to file in the event that makeindex isn't on the operating
           system's path.

       -xfile
           Specify the full path name for xindy to file in the event that xindy isn't on the operating system's
           path.

       --version
           Prints version number and exits.

       --help
           Prints help message and exits.

Requires

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

Synopsis

makeglossaries [-ofile] [-q] [-n] [-sfile] [-tfile] [-Llanguage] [-c] [-g] [-l] [-pnum] [-r] [-mfile] [-xfile] [--version] [--help] basename

See Also