diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-21 21:04:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-21 21:04:31 +0000 |
commit | f342995fd14216326b21b0f6542db9df58bc224d (patch) | |
tree | 690c424c4083ea1205eec2c790aae347ec4c785b /Master/texmf-dist/scripts | |
parent | dea0a0ba1bb1f2ed8c60eb01add2c19c054a2c2f (diff) |
glossaries (21sep17)
git-svn-id: svn://tug.org/texlive/trunk@45373 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
3 files changed, 15 insertions, 10 deletions
diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries b/Master/texmf-dist/scripts/glossaries/makeglossaries index 7321a30dbec..6035b72b131 100755 --- a/Master/texmf-dist/scripts/glossaries/makeglossaries +++ b/Master/texmf-dist/scripts/glossaries/makeglossaries @@ -2,7 +2,7 @@ # File : makeglossaries # Author : Nicola Talbot -# Version : 2.21 +# Version : 4.33 # Description: simple Perl script that calls makeindex or xindy. # Intended for use with "glossaries.sty" (saves having to remember # all the various switches) @@ -27,9 +27,11 @@ # glossary-super.sty, glossaries.perl. # Also makeglossaries and makeglossaries-lite.lua. -my $version="2.21 (2017-05-11)"; +my $version="4.33 (2017-09-20)"; # History: +# v4.33: +# * Version number synchronized with glossaries.sty # v2.21: # * Fixed spelling of \GlsAddXdyLocation # * Adjusted range encap clash @@ -1497,15 +1499,15 @@ makeglossaries - Calls makeindex/xindy for LaTeX documents using glossaries pac =head1 SYNOPSIS -B<makeglossaries> [B<-o> I<file>] [B<-q>] [B<-Q>] [B<-s> I<file>] -[B<-t> I<file>] [B<-L> I<language>] [B<-c>] [B<-g>] [B<-l>] +B<makeglossaries> [B<-o> I<file>] [B<-q>] [B<-Q>] [B<-k>] [B<-n>] +[B<-s> I<file>] [B<-t> I<file>] [B<-L> I<language>] [B<-c>] [B<-g>] [B<-l>] [B<-p> I<num>] [B<-r>] [B<-d> I<aux dir>] [B<-m> I<file>] [B<-x> I<file>] -[B<--version>] [B<--help>] I<filename> +[B<--version>] [B<--help>] I<basename> =head1 DESCRIPTION B<makeglossaries> is designed for use with LaTeX documents that -use the glossaries package. The mandatory argument I<filename> should +use the glossaries package. The mandatory argument I<basename> should be the name of the LaTeX document without the .tex extension. B<makeglossaries> will read the auxiliary file to determine whether B<makeindex> or B<xindy> should be called. All the information @@ -1530,6 +1532,10 @@ Silences warning about being unable to fork. Don't try forking with piped redirection. (Lessens the effect of -q) +=item B<-n> + +Print the commands that would normally be executed but don't run them. + =item B<-o> I<file> Use I<file> as the output file. (Only suitable for documents diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua index ae8bfe2dc1f..2b862c5061b 100755 --- a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua +++ b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua @@ -26,6 +26,8 @@ This work has the LPPL maintenance status `maintained'. History: + * 4.33: + - Version number synchronized with glossaries.sty * 1.3 - added check for \glsxtr@makeglossaries * 1.2 (2016-05-27) @@ -35,7 +37,7 @@ - changed first line from lua to texlua --]] -thisversion = "1.3 2016-12-16" +thisversion = "4.33 2017-09-20" quiet = false dryrun = false diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries.bat b/Master/texmf-dist/scripts/glossaries/makeglossaries.bat deleted file mode 100755 index d91f67bd3e9..00000000000 --- a/Master/texmf-dist/scripts/glossaries/makeglossaries.bat +++ /dev/null @@ -1,3 +0,0 @@ -@rem = '-*- Perl -*- -@echo off -perl -S "%~dp0makeglossaries" %* |