texlive[62521] branches/branch2021.final: xindex (8mar22) (branch)

commits+karl at tug.org commits+karl at tug.org
Tue Mar 8 22:24:36 CET 2022


Revision: 62521
          http://tug.org/svn/texlive?view=revision&revision=62521
Author:   karl
Date:     2022-03-08 22:24:35 +0100 (Tue, 08 Mar 2022)
Log Message:
-----------
xindex (8mar22) (branch)

Modified Paths:
--------------
    branches/branch2021.final/Build/source/texk/texlive/linked_scripts/xindex/xindex.lua
    branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/CHANGELOG
    branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/README.md
    branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/HADW.pdf
    branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/Umlaute.pdf
    branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/Umlaute2.pdf
    branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/buch.ind
    branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/buch.pdf
    branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/demo-hyperref.pdf
    branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/demo.pdf
    branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/demo2.ind
    branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/demo3.pdf
    branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/demo4.pdf
    branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.pdf
    branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex
    branches/branch2021.final/Master/texmf-dist/scripts/xindex/xindex.lua
    branches/branch2021.final/Master/texmf-dist/tex/latex/xindex/xindex.sty
    branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-HAdW-eKO.lua
    branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua
    branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-baselib.lua
    branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua
    branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-uca.lua
    branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg.lua
    branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-danteedition.lua
    branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-dtk.lua
    branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-lib.lua
    branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua
    branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-pretty.lua
    branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-yannis.lua

Removed Paths:
-------------
    branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-AU.lua

Modified: branches/branch2021.final/Build/source/texk/texlive/linked_scripts/xindex/xindex.lua
===================================================================
--- branches/branch2021.final/Build/source/texk/texlive/linked_scripts/xindex/xindex.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Build/source/texk/texlive/linked_scripts/xindex/xindex.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -10,7 +10,7 @@
 -----------------------------------------------------------------------
 
         xindex = xindex or { }
- local version = 0.40
+ local version = 0.41
 xindex.version = version
 --xindex.self = "xindex"
 

Modified: branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/CHANGELOG
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/CHANGELOG	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/CHANGELOG	2022-03-08 21:24:35 UTC (rev 62521)
@@ -1,3 +1,4 @@
+0.41  2022-03-08 - fix for empty idx files
 0.40  2022-02-12 - added -i,--ignoreSpace for sorting
 0.39  2022-02-12 - detect language in aux file
 0.38  2022-02-11 - modified setVersion.sh

Modified: branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/README.md
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/README.md	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/README.md	2022-03-08 21:24:35 UTC (rev 62521)
@@ -1,5 +1,7 @@
 # xindex
 
+Copyright 2019-2022 Herbert Voß
+
 Unicode compatible index programm for LaTeX. It needs Lua 5.3 which
 will be included in at least LuaTeX 1.09 (TeXLive 2019)
 
@@ -12,7 +14,6 @@
 * xindex-baselib.lua    -- base file
 * xindex-lib.lua        -- functions module
 * xindex-lapp.lua       -- read parameter
-* xindex-pretty.lua     -- pretty printing of tables for debugging
 * xindex-unicode.lua    -- list of Unicode categories
 
 The syntax of `xindex`
@@ -33,7 +34,6 @@
     -n,--noheadings 
     -a,--no_casesensitive
     -b,--no_labels
-    -i,--ignoreSpace
     -o,--output (default "")
     -l,--language (default en)
     -p,--prefix (default L)

Modified: branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/HADW.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/Umlaute.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/Umlaute2.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/buch.ind
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/buch.ind	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/buch.ind	2022-03-08 21:24:35 UTC (rev 62521)
@@ -37,8 +37,8 @@
   \item Anhang, {62}
   \item Atom, {400f}
   \item Autor, {54}
-  \item Autor"=Jahr"=Schema, {544}
   \item Autor-Stil, {586}
+  \item Autor(=Jahr(=Schema, {544}
 
 \indexspace
 \textbf{B}\label{L-xindex-B}

Modified: branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/buch.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/demo-hyperref.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/demo.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/demo2.ind
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/demo2.ind	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/demo2.ind	2022-03-08 21:24:35 UTC (rev 62521)
@@ -9,7 +9,7 @@
 \indexspace
 \textbf{D}\label{L-xindex-D}
 \nopagebreak[4]
-  \item {Downes}, Michael, {xxxvif}
+  \item {Downes}, Michael, {xxxvi}, {xxxvii}
 
 \indexspace
 \textbf{F}\label{L-xindex-F}

Modified: branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/demo3.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/tests/demo4.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex	2022-03-08 21:24:35 UTC (rev 62521)
@@ -81,9 +81,9 @@
 \def\setVersion#1{\setVVersion#1!!}
 \def\setVVersion#1=#2!!{\def\xIndexVersion{#2}} 
 
-\setVersion{version = 0.40}%  can be automatically changed by perl
+\setVersion{version = 0.41}%  can be automatically changed by perl
 
-\setkeys{dtk}{cleanup=true,force}
+\setkeys{dtk}{cleanup=true,force=true}
 
 
 \title{Program and package \texttt{xindex} \\--\\ \normalsize \xIndexVersion\ (\today)}
@@ -104,6 +104,7 @@
 Michal Hoftich;
 Mykel Kochenderfer;
 Frank Mittelbach;
+Peter Müller;
 Heiko Oberdiek;
 Matteo Paolini;
 Stefan Pinnow;
@@ -857,7 +858,7 @@
 
 
 
-The same example sorted with the \verb|-a| or \verb|--nocasesensitive| has another output: now
+The same example sorted with the \verb|-a| or \verb|--no_casesensitive| has another output: now
 \verb|xindex-cfg-common.lua| is the first one of the \verb|xindex-???| series.
 
 

Modified: branches/branch2021.final/Master/texmf-dist/scripts/xindex/xindex.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/scripts/xindex/xindex.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/scripts/xindex/xindex.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -10,7 +10,7 @@
 -----------------------------------------------------------------------
 
         xindex = xindex or { }
- local version = 0.40
+ local version = 0.41
 xindex.version = version
 --xindex.self = "xindex"
 

Modified: branches/branch2021.final/Master/texmf-dist/tex/latex/xindex/xindex.sty
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/latex/xindex/xindex.sty	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/tex/latex/xindex/xindex.sty	2022-03-08 21:24:35 UTC (rev 62521)
@@ -1,6 +1,6 @@
 %% This is file `xindex.sty',
 %%
-%% Copyright (C) 2018-2021
+%% Copyright (C) 2018-2022
 %% Herbert Voss
 %%
 %% It may be distributed and/or modified under the

Deleted: branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-AU.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-AU.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-AU.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -1,104 +0,0 @@
------------------------------------------------------------------------
---         FILE:  xindex-AU.lua
---  DESCRIPTION:  configuration file for xindex.lua
--- REQUIREMENTS:  
---       AUTHOR:  Herbert Voß
---      LICENSE:  LPPL1.3
---
--- $Id: xindex-DIN2.lua 13 2021-08-15 10:49:40Z hvoss $
------------------------------------------------------------------------
-
-if not modules then modules = { } end modules ['xindex-AU'] = {
-      version = 0.40,
-      comment = "configuration to xindex.lua",
-       author = "Herbert Voss",
-    copyright = "Herbert Voss",
-      license = "LPPL 1.3"
-}
-
-itemPageDelimiter = ","     -- Hello, 14
-compressPages     = true    -- something like 12--15, instaead of 12,13,14,15. the |( ... |) syntax is still valid
-fCompress	  = true    -- 3f -> page 3, 4 and 3ff -> page 3, 4, 5
-minCompress       = 3       -- 14--17 or 
-numericPage       = true    -- for non numerical pagenumbers, like "VI-17"
-sublabels         = {"", "-\\,", "--\\,", "---\\,"} -- for the (sub(sub(sub-items  first one is for item
-pageNoPrefixDel   = ""     -- a delimiter for page numbers like "VI-17"
-indexOpening      = ""     -- commands after \begin{theindex}
-rangeSymbol       = "--"
-idxnewletter      = "\\textbf"  -- Only valid if -n is not set
-envStart          = "\\begin{theindex}"  
-envStop           = "\\end{theindex}"
-
-
---[[
-    Each character's position in this array-like table determines its 'priority'.
-    Several characters in the same slot have the same 'priority'.
-]]
-
-alphabet_lower = { --   for sorting
-    { ' ' },  -- only for internal tests
-    { 'a', 'á', 'à', 'å', 'æ', },
-    { 'ä'},
-    { 'b' },
-    { 'c', 'ç' },
-    { 'd' },
-    { 'e', 'é', 'è', 'ë', 'ê' },
-    { 'f' },
-    { 'g' },
-    { 'h' },
-    { 'i', 'í', 'ì', 'î', 'ï' },
-    { 'j' },
-    { 'k' },
-    { 'l' },
-    { 'm' },
-    { 'n', 'ñ' },
-    { 'o', 'ó', 'ò', 'ô', 'ø', 'œ', 'ø'},
-    { 'ö' },
-    { 'p' },
-    { 'q' },
-    { 'r' },
-    { 's', 'š' },
-    { 'ss'},
-    { 'ß' },
-    { 't' },
-    { 'u', 'ú', 'ù', 'û'},
-    { 'ü' },
-    { 'v' },
-    { 'w' },
-    { 'x' },
-    { 'y', 'ý', 'ÿ' },
-    { 'z', 'ž' }
-}
-alphabet_upper = { -- for sorting
-    { ' ' },
-    { 'A', 'Á', 'À', 'Å', 'Æ', 'Â'},
-    { 'Ä'},
-    { 'B' },
-    { 'C', 'Ç' },
-    { 'D' },
-    { 'E', 'È', 'É', 'Ë', 'Ê' },
-    { 'F' },
-    { 'G' },
-    { 'H' },
-    { 'I', 'Í', 'Ì', 'Ï', 'Î' },
-    { 'J' },
-    { 'K' },
-    { 'L' },
-    { 'M' },
-    { 'N', 'Ñ' },
-    { 'O', 'Ó', 'Ò', 'Ø','Œ', 'Ø', 'Ô' },
-    { 'Ö' },
-    { 'P' },
-    { 'Q' },
-    { 'R' },
-    { 'S', 'Š' },
-    { 'T' },
-    { 'U', 'Ú', 'Ù', 'Û' },
-    { 'Ü' },
-    { 'V' },
-    { 'W' },
-    { 'X' },
-    { 'Y', 'Ý', 'Ÿ' },
-    { 'Z', 'Ž' }
-}
-

Modified: branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-HAdW-eKO.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-HAdW-eKO.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-HAdW-eKO.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -5,13 +5,13 @@
 --       AUTHOR:  Herbert Voß
 --      LICENSE:  LPPL1.3
 --
--- $Id: xindex-HAdW-eKO.lua 13 2021-08-15 10:49:40Z hvoss $
+-- $Id: xindex-HAdW-eKO.lua 22 2022-02-07 12:18:15Z hvoss $
 -----------------------------------------------------------------------
 --
 -- configuration for index files of the Heidelberger Akademie der Wissenschaften
 
 if not modules then modules = { } end modules ['xindex-HAdW-eKO'] = {
-      version = 0.34,
+      version = 0.41,
       comment = "configuration to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -8,7 +8,7 @@
 -- $Id: xindex-base.lua 22 2022-02-07 12:18:15Z hvoss $
 -----------------------------------------------------------------------
 
-local info = { version = 0.40 } 
+local info = { version = 0.41 } 
 
 -- check config
 if pageNoPrefixDel ~= "" then 
@@ -31,6 +31,21 @@
     writeLog(2,#lines.." lines of data read\n",0)
   end
 end
+print("Anzahl Zeilen: "..#lines)
+if #lines == 0 then
+    print("=========================================")
+    print("Input file(s) is/are empty!")
+    print("Leaving program xindex")
+    print("=========================================")
+    outFile:write("\n")
+    outFile:write(envStart.."\n")
+    if indexOpening ~= "" then   -- commands after \begin{theindex}
+      outFile:write(indexOpening) 
+    end
+    outFile:write(envStop.."\n")
+    outFile:close()
+    os.exit()
+end
 
 if vlevel > 1 then 
   writeLog(1,"--------------- Input data -----------------\n",2)

Modified: branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-baselib.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-baselib.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-baselib.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-baselib'] = {
-      version = 0.40,
+      version = 0.41,
       comment = "base library  to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-cfg-common'] = {
-      version = 0.40,
+      version = 0.41,
       comment = "configuration to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-uca.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-uca.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-uca.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-cfg-lua'] = {
-      version = 0.40,
+      version = 0.41,
       comment = "configuration to xindex-cfg-uca.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-cfg'] = {
-      version = 0.40,
+      version = 0.41,
       comment = "main configuration to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-danteedition.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-danteedition.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-danteedition.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-cfg'] = {
-      version = 0.40,
+      version = 0.41,
       comment = "configuration file for the DANTE Edition",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-dtk.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-dtk.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-dtk.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-cfg'] = {
-      version = 0.40,
+      version = 0.41,
       comment = "DTK configuration to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-lib.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-lib.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-lib.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-lib'] = {
-      version = 0.40,
+      version = 0.41,
       comment = "main library  to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -10,7 +10,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-no'] = {
-      version = 0.40,
+      version = 0.41,
       comment = "configuration to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-pretty.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-pretty.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-pretty.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -7,7 +7,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-pretty'] = {
-      version = 0.40,
+      version = 0.41,
       comment = "dump a Lua table for debugging",
        author = "Steve Donovan",
     copyright = "Steve Donovan",

Modified: branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-yannis.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-yannis.lua	2022-03-08 21:24:18 UTC (rev 62520)
+++ branches/branch2021.final/Master/texmf-dist/tex/lualatex/xindex/xindex-yannis.lua	2022-03-08 21:24:35 UTC (rev 62521)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-yannis'] = {
-      version = 0.40,
+      version = 0.41,
       comment = "main configuration to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",



More information about the tex-live-commits mailing list.