diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-15 22:53:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-15 22:53:09 +0000 |
commit | 7116eb3c7dd50b9b6a0470aceaa9f6e993d07490 (patch) | |
tree | 3375af4bf333855202468bb75729f962450c59a1 /Master/texmf-dist/scripts/glossaries | |
parent | 8db1d9ae4386e820a532cc623a875cdca0e5d9fc (diff) |
glossaries (15nov17)
git-svn-id: svn://tug.org/texlive/trunk@45821 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/glossaries')
-rwxr-xr-x | Master/texmf-dist/scripts/glossaries/makeglossaries | 6 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries b/Master/texmf-dist/scripts/glossaries/makeglossaries index 196662c18ce..e40eed5696f 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 : 4.34 +# Version : 4.35 # 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="4.34 (2017-11-03)"; +my $version="4.35 (2017-11-14)"; # History: +# v4.35: +# * No change. # v4.34: # * Added check for \glsxtr@resource # v4.33: diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua index 761383190f2..89561d7e182 100755 --- a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua +++ b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua @@ -26,10 +26,12 @@ This work has the LPPL maintenance status `maintained'. History: + * 4.35: + - no change. * 4.34: - added check for \glsxtr@resource * 4.33: - - Version number synchronized with glossaries.sty + - version number synchronized with glossaries.sty * 1.3 - added check for \glsxtr@makeglossaries * 1.2 (2016-05-27) @@ -39,7 +41,7 @@ - changed first line from lua to texlua --]] -thisversion = "4.34 2017-11-03" +thisversion = "4.35 2017-11-14" quiet = false dryrun = false |