summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-14 22:27:37 +0000
committerKarl Berry <karl@freefriends.org>2020-02-14 22:27:37 +0000
commit607682851f2a709e970de0672a2ea1e180352523 (patch)
tree56019dc6fd2e884a84a8554d9cbae26a78f1649e /Build
parent49f9aa88e37f97ad037d7a09c20526c9afb854fc (diff)
glossaries (14feb20)
git-svn-id: svn://tug.org/texlive/trunk@53777 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/glossaries/makeglossaries7
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/glossaries/makeglossaries-lite.lua4
2 files changed, 7 insertions, 4 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/glossaries/makeglossaries b/Build/source/texk/texlive/linked_scripts/glossaries/makeglossaries
index d42214c5fff..fe1e1248d9b 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 : 4.44
+# Version : 4.45
# Description: simple Perl script that calls makeindex or xindy.
# Intended for use with "glossaries.sty" (saves having to remember
# all the various switches)
@@ -31,7 +31,7 @@
# glossaries-babel.sty, glossaries-polyglossia.sty, glossaries.perl.
# Also makeglossaries and makeglossaries-lite.lua.
-my $version="4.44 (2019-12-06)";
+my $version="4.45 (2020-01-18)";
# History:
# v4.43:
@@ -1140,7 +1140,8 @@ sub makeindex{
# This is a subroutine in case of possible extension.
# For example, what happens in the event of 'textbf' and 'emph'?
# Should one override the other or be combined? Combining is harder
-# as it would need a corresponding LaTeX command.
+# as it would need a corresponding LaTeX command. (bib2gls deals
+# with this better through its --map-formats switcn.)
# 2.21 check for range encap moved earlier
sub encap_overrides{
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 22b1c75147a..5e2272ff094 100755
--- a/Build/source/texk/texlive/linked_scripts/glossaries/makeglossaries-lite.lua
+++ b/Build/source/texk/texlive/linked_scripts/glossaries/makeglossaries-lite.lua
@@ -36,6 +36,8 @@
Also makeglossaries and makeglossaries-lite.lua.
History:
+ * 4.45:
+ - no change.
* 4.44:
- no change.
* 4.41:
@@ -66,7 +68,7 @@
- changed first line from lua to texlua
--]]
-thisversion = "4.44 (2019-12-06)"
+thisversion = "4.45 (2020-01-18)"
quiet = false
dryrun = false