diff options
author | Karl Berry <karl@freefriends.org> | 2021-10-20 21:19:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-10-20 21:19:03 +0000 |
commit | 1698a53afcb811a14d3496081114d636543e6f41 (patch) | |
tree | 1a83a39b9d508102a917226c3658bac33d1b4d0f /Master/texmf-dist/scripts | |
parent | 12d897eaaad2dfc093ea910e7413074def2aa361 (diff) |
glossaries (20oct21)
git-svn-id: svn://tug.org/texlive/trunk@60814 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/glossaries/makeglossaries | 6 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries b/Master/texmf-dist/scripts/glossaries/makeglossaries index 2d60ff66887..08f9c2047d4 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.47 +# Version : 4.48 # Description: simple Perl script that calls makeindex or xindy. # Intended for use with "glossaries.sty" (saves having to remember # all the various switches) @@ -31,9 +31,11 @@ # glossaries-babel.sty, glossaries-polyglossia.sty, glossaries.perl. # Also makeglossaries and makeglossaries-lite.lua. -my $version="4.47 (2021-09-20)"; +my $version="4.48 (2021-10-19)"; # History: +# v4.48: +# * No change. (Version number updated in line with glossaries.sty) # v4.47: # * Added hybrid instructions if record option detected but not # \makeglossaries diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua index bee21d2cfce..1d820a5e59c 100755 --- a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua +++ b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua @@ -36,6 +36,8 @@ Also makeglossaries and makeglossaries-lite.lua. History: + * 4.48: + - no change. * 4.47: - Added hybrid instructions if record option detected but not \makeglossaries - Added extra info to error message on -d @@ -68,7 +70,7 @@ - changed first line from lua to texlua --]] -thisversion = "4.47 (2021-09-20)" +thisversion = "4.48 (2021-10-19)" quiet = false dryrun = false |