From f342995fd14216326b21b0f6542db9df58bc224d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 21 Sep 2017 21:04:31 +0000 Subject: glossaries (21sep17) git-svn-id: svn://tug.org/texlive/trunk@45373 c570f23f-e606-0410-a88d-b1316a301751 --- .../texlive/linked_scripts/glossaries/makeglossaries | 18 ++++++++++++------ .../linked_scripts/glossaries/makeglossaries-lite.lua | 4 +++- 2 files changed, 15 insertions(+), 7 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/texlive/linked_scripts/glossaries/makeglossaries b/Build/source/texk/texlive/linked_scripts/glossaries/makeglossaries index 7321a30dbec..6035b72b131 100755 --- a/Build/source/texk/texlive/linked_scripts/glossaries/makeglossaries +++ b/Build/source/texk/texlive/linked_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 [B<-o> I] [B<-q>] [B<-Q>] [B<-s> I] -[B<-t> I] [B<-L> I] [B<-c>] [B<-g>] [B<-l>] +B [B<-o> I] [B<-q>] [B<-Q>] [B<-k>] [B<-n>] +[B<-s> I] [B<-t> I] [B<-L> I] [B<-c>] [B<-g>] [B<-l>] [B<-p> I] [B<-r>] [B<-d> I] [B<-m> I] [B<-x> I] -[B<--version>] [B<--help>] I +[B<--version>] [B<--help>] I =head1 DESCRIPTION B is designed for use with LaTeX documents that -use the glossaries package. The mandatory argument I should +use the glossaries package. 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 @@ -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 Use I as the output file. (Only suitable for documents diff --git a/Build/source/texk/texlive/linked_scripts/glossaries/makeglossaries-lite.lua b/Build/source/texk/texlive/linked_scripts/glossaries/makeglossaries-lite.lua index ae8bfe2dc1f..2b862c5061b 100755 --- a/Build/source/texk/texlive/linked_scripts/glossaries/makeglossaries-lite.lua +++ b/Build/source/texk/texlive/linked_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 -- cgit v1.2.3