=head1 NAME makeglossaries-lite - Calls makeindex/xindy for LaTeX documents using glossaries package =head1 SYNOPSIS B [B<-o> I] [B<-q>] [B<-n>] [B<-s> I] [B<-t> I] [B<-L> I] [B<-c>] [B<-g>] [B<-l>] [B<-p> I] [B<-r>] [B<-m> I] [B<-x> I] [B<--version>] [B<--help>] I =head1 DESCRIPTION B is cut-down Lua alternative to the B Perl script. It's designed for use with LaTeX documents that use the glossaries package. Some options that are available to B aren't available with B. The mandatory argument I should be the name of the LaTeX document without the .tex extension. B will read the auxiliary file to determine whether B or B 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 B. =head1 OPTIONS =over 4 =item B<-q> Quiet mode. Reduces chatter to standard output. =item B<-n> Print the commands that would normally be executed but don't run them. =item B<-o> I Use I as the output file. (Only suitable for documents containing a single glossary, otherwise each glossary will be overridden.) =item B<-s> I Use I as the style file. Note that if you use this option, you need to know whether B or B will be called, as they have different style files. =item B<-t> I Use I as the transcript file. =item B<-l> Letter ordering. =item B<-L> I This option only has an effect if B is called. Sets the language. See B documentation for further details. =item B<-c> Compress intermediate blanks (B only). =item B<-g> Employ German word ordering (B only). =item B<-p> I Sets the starting page number to be I (B only). =item B<-r> Disable implicit page range formation (B only). =item B<-m> I Specify the full path name for B to I in the event that B isn't on the operating system's path. =item B<-x> I Specify the full path name for B to I in the event that B isn't on the operating system's path. =item B<--version> Prints version number and exits. =item B<--help> Prints help message and exits. =back =head1 REQUIRES texlua and makeindex or xindy (depending on glossaries package options). =head1 LICENSE This is free software distributed under the LaTeX Project Public License. There is NO WARRANTY. See L for details. =head1 AUTHOR Nicola L. C. Talbot, L =head1 RECOMMENDED READING The glossaries manual: texdoc glossaries =cut