Skip to content

Commit

Permalink
glossaries (11nov24)
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@72820 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Nov 11, 2024
1 parent fafca4a commit 7dd9a4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions texk/texlive/linked_scripts/glossaries/makeglossaries
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

# File : makeglossaries
# Author : Nicola Talbot
# Version : 4.54
# Version : 4.55
# Description: simple Perl script that calls makeindex or xindy.
# Intended for use with "glossaries.sty" (saves having to remember
# all the various switches)

# This file is distributed as part of the glossaries LaTeX package.
# Copyright 2007-2023 Nicola L.C. Talbot
# Copyright 2007-2024 Nicola L.C. Talbot
# This work may be distributed and/or modified under the
# conditions of the LaTeX Project Public License, either version 1.3
# of this license or any later version.
Expand All @@ -31,10 +31,10 @@
# glossaries-babel.sty, glossaries-polyglossia.sty, glossaries.l2h.
# Also makeglossaries and makeglossaries-lite.lua.

my $version="4.54 (2024-04-03)";
my $version="4.55 (2024-11-01)";

# History:
# v4.51 - v4.54:
# v4.51 - v4.55:
# * No change. (Version number updated in line with glossaries.sty)
# v4.50:
# * Added -e (don't fix encap clashes)
Expand Down Expand Up @@ -119,14 +119,14 @@ my $version="4.54 (2024-04-03)";
# * Create an empty output file if the input file is empty
# without calling xindy/makeindex
# v1.7 (2009-09-23) :
# * Issue warning rather than error when empty/non existant file
# * Issue warning rather than error when empty/non existent file
# checks fail
# v1.6 (2009-05-24) :
# * main glossary no longer automatically added
# (only added if information in aux file)
# * if file extension is specified, check added to ensure it
# corresponds to a known glossary extension.
# * added file existance test and file empty test
# * added file existence test and file empty test
# v1.5 (2008-12-26) :
# * added support for xindy
# * picks up ordering information from aux file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use the Perl makeglossaries script.
This file is distributed as part of the glossaries LaTeX package.
Copyright 2015-2023 Nicola L.C. Talbot
Copyright 2015-2024 Nicola L.C. Talbot
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
of this license or any later version.
Expand All @@ -36,7 +36,7 @@
Also makeglossaries and makeglossaries-lite.lua.
History:
* 4.48 - 4.54:
* 4.48 - 4.55:
- no change.
* 4.47:
- Added hybrid instructions if record option detected but not \makeglossaries
Expand Down Expand Up @@ -70,7 +70,7 @@
- changed first line from lua to texlua
--]]

thisversion = "4.54 (2024-04-03)"
thisversion = "4.55 (2024-11-01)"

quiet = false
dryrun = false
Expand Down

0 comments on commit 7dd9a4c

Please sign in to comment.