texlive[67771] trunk: xindex (30jul23)

commits+karl at tug.org commits+karl at tug.org
Sun Jul 30 22:03:46 CEST 2023


Revision: 67771
          http://tug.org/svn/texlive?view=revision&revision=67771
Author:   karl
Date:     2023-07-30 22:03:46 +0200 (Sun, 30 Jul 2023)
Log Message:
-----------
xindex (30jul23)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/xindex/xindex.lua
    trunk/Master/texmf-dist/doc/lualatex/xindex/CHANGELOG
    trunk/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.pdf
    trunk/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex
    trunk/Master/texmf-dist/scripts/xindex/xindex.lua
    trunk/Master/texmf-dist/tex/latex/xindex/xindex.sty
    trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-AU.lua
    trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-HAdW-eKO.lua
    trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-RU.lua
    trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua
    trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-baselib.lua
    trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua
    trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-uca.lua
    trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg.lua
    trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-danteedition.lua
    trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-dtk.lua
    trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-lib.lua
    trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua
    trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-pretty.lua
    trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-yannis.lua

Modified: trunk/Build/source/texk/texlive/linked_scripts/xindex/xindex.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/xindex/xindex.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Build/source/texk/texlive/linked_scripts/xindex/xindex.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
         xindex = xindex or { }
- local version = 0.54
+ local version = 0.55
 xindex.version = version
 --xindex.self = "xindex"
 

Modified: trunk/Master/texmf-dist/doc/lualatex/xindex/CHANGELOG
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/xindex/CHANGELOG	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/doc/lualatex/xindex/CHANGELOG	2023-07-30 20:03:46 UTC (rev 67771)
@@ -1,3 +1,4 @@
+0.55  2023-07-30 - fix for wrong presort -- disabled the use of \writeidx
 0.54  2023-07-28 - do not print control output for testing
 0.53  2023-07-16 - added function literize to escape special lua characters
                    for gsub and xindex's escape character

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

Modified: trunk/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex	2023-07-30 20:03:46 UTC (rev 67771)
@@ -81,7 +81,7 @@
 \def\setVersion#1{\setVVersion#1!!}
 \def\setVVersion#1=#2!!{\def\xIndexVersion{#2}} 
 
-\setVersion{version = 0.54}%  can be automatically changed by perl
+\setVersion{version = 0.55}%  can be automatically changed by perl
 
 
 
@@ -364,11 +364,12 @@
 if one chooses another character.
 The escape character can be changed easily by the optional argument \verb|-e "<char>"| or 
 \verb|--escapechar "<char">|. The following example shows how
-it works for the \Index{escape character} »>« (greater). By default the expression »>!">« will
+it works for the \Index{escape character} »>« (greater). By default the expression »\verb|>>|«\index{>\kern0pt>}
+will
 be a \TeX\ ligature with the output »>>«. %Internally the escape sequences are
 
-With the beginning of \Lprog{xindex }the escaped chars
-are converted into the internal strings and later back to the origin meaning.
+With the beginning of \Lprog{xindex}the escaped chars
+are converted into the internal strings and later back to the original meaning.
 The two characters \verb|{}| cannot be used as \verb|\{\}| inside the argument of \Lcs{index}.
 The package \Lpack{xindex} defines the two helper macros 
 
@@ -385,7 +386,7 @@
   frame,
   compiler=lualatex,
   crop,
-  force=true,
+  force=false,
   xindex,
   xindexOptions=-e ">",
   runs=2,code,docType=latex,
@@ -456,7 +457,7 @@
   frame,
   compiler=lualatex,
   crop,
-  force=true,
+  force=false,
   xindex,
   xindexOptions=-l it -e ">",
   runs=2,code,docType=latex,
@@ -503,7 +504,7 @@
   frame,
   compiler=lualatex,
   crop,
-  force=true,
+  force=false,
   xindex,
   xindexOptions=-k -e "?",
   runs=2,code,docType=latex,
@@ -604,9 +605,9 @@
 
 
 
+\clearpage
 
 
-
 \section{Sorting}
 \subsection{Default sorting by a character table}
 The default sorting is unicode aware and uses a translation table for accented characters:
@@ -883,7 +884,7 @@
 
 The sorting order can be easily modified. Read the documentation of the package \texttt{LUA-UCA}
 on how to do it and what languages are supported so far. Any additional code setting for
-UCA should be don't in the file \Lfile{xindex-cfg-uca.lua}, which will automatically be read
+UCA should be done in the file \Lfile{xindex-cfg-uca.lua}, which will automatically be read
 by \Lprog{xindex}.
 
 \iffalse
@@ -908,7 +909,7 @@
   frame=false,
   compiler=lualatex,
   crop,
-  force=true,
+  force=false,
   xindex,
   xindexOptions=-u -l cs,
   runs=2,code,docType=latex,
@@ -1174,6 +1175,7 @@
   pages={6},
   frame=false,
   compiler=lualatex,
+  force=false,
   crop,
   xindex,
   xindexOptions=-l fr,
@@ -1193,6 +1195,7 @@
   \let\item\@idxitem}
 \makeatother
 %StartVisiblePreamble
+\usepackage[french]{babel}
 \usepackage{makeidx}\makeindex
 %StopVisiblePreamble
 \pagestyle{empty}
@@ -1231,7 +1234,7 @@
   frame=false,
   compiler=lualatex,
   crop,
-  force=true,
+  force=false,
   xindex,
   xindexOptions=-l de,
   runs=2,code,docType=latex,
@@ -1298,7 +1301,7 @@
 %  xindexOptions=-c description -g, 
   runs=2,
   code,docType=latex,
-  force=true,
+  force=false,
  %xindex -c description -n -g xindex-17.idx
  %xindex -c description -n --no_pagenumber gls.idx
 %  runsequence={lualatex,{xindex -c description -n -g},lualatex,lualatex},
@@ -1399,8 +1402,9 @@
 
 \section{The config file}
 
-The main config file is \Lfile{xindex-cfg.lua} is used by default and loading it by the 
-optional parameter -c makes no sense. A new config file must have the prefix \texttt{xindex-}
+The main config file is \Lfile{xindex-cfg.lua} and used by default. % and loading it by the 
+%optional parameter -c makes no sense. 
+A new config file must have the prefix \texttt{xindex-}
 and the file extension \Lext{lua}, for example: \Lfile{xindex-HAdW-eKO.lua} which can be used
 with \verb|--config HAdW-eKO|. The file must be saved in the documents directory or in
 one which is known to \Lprog{kpsewhich}, for example\footnote{The directory \texttt{xindex} must be created
@@ -1415,7 +1419,7 @@
 compressPages     = true    
   -- something like 12--15, instead 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 
+minCompress       = 3       -- 14--17 
 rangeSymbol       = "--"    
 numericPage       = true    -- for non numerical pagenumbers, like "VI-17"
 sublabels         = {"", "-\\-", "--\\-", "---\\-"} 
@@ -1468,9 +1472,10 @@
 end
 \end{verbatim}
 
+The above code 
 is a special function which can handle \Index{page number}s like VII-17, VIII/2/1-186.
 Internally exists a function \verb|compressPageList| which is used if no
-\verb|specialCompressPageList| is defined.
+\verb|specialCompressPageList| is defined. 
 
 \begin{externalDocument}[
   grfOptions={scale=0.9},% width=\dimexpr\linewidth-2\fboxsep-2\fboxrule},
@@ -1563,11 +1568,20 @@
 \end{document}
 \end{externalDocument}
 
+The \Lext{idx} file of the above example looks like
 
+\begin{verbatim}
+\indexentry{Karl!V., Kaiser}{VI/2-1210}
+\indexentry{Braunschweig-Wolfenbüttel!Karl Viktor von, Herzog}{VI/1-83}
+\indexentry{Schleswig-Holstein!Rudolf von, Herzog}{VII/2/1-758}
+\indexentry{Schleswig-Holstein!Rudolf von, Herzog}{VII/2/1-759}
+[...]
+\end{verbatim}
 
 
 
 
+
 The \Index{config file} \Lfile{xindex-dtk.lua} defines a special page output:
 
 \begin{verbatim}
@@ -1590,11 +1604,17 @@
 \end{verbatim}
 
 
-The following example runs \verb|xindex -c dtk -l de -n <input>|
+The following example runs \verb|xindex -c dtk -l de -n <input>| and the \Lext{idx} file looks like
 
+\begin{verbatim}
+\indexentry{BährendtsenElke at Elke Bährendtsen!\Email {elke"@xyz.de}}{14}
+\indexentry{JacekJonasson Jared at Jonasson Jared Jazek!\Email {mail"@jones.net}}{20}
+[...]
+\end{verbatim}
+
 \begin{externalDocument}[
   grfOptions={scale=0.9},% width=\dimexpr\linewidth-2\fboxsep-2\fboxrule},
-  mpwidth=0.25\linewidth,
+%  mpwidth=0.25\linewidth,
   pages={1},
   frame=false,
   compiler=lualatex,
@@ -1708,7 +1728,7 @@
 
 
 
-\clearpage
+%\clearpage
 
 \section{\texttt{hyperref}}
 
@@ -1779,7 +1799,7 @@
   frame=false,
   compiler=lualatex, 
   crop,
-  force=true,
+  force=false,
   shellesc,
 %  xindex,
 %  xindexOptions=-,
@@ -1828,7 +1848,7 @@
 The command \Lcs{addtocontents} doesn't work for the index file. With the \LaTeX\ package
 \Lpack{xindex} (same name as the Lua program \Lprog{xindex}) defines a macro \Lcs{writeidx}
 which writes its argument into the \Lext{idx} file. This can be useful to insert a 
-\Index{pagebreak}/""\Index{columnbreak}
+\Index{pagebreak}\slash\Index{columnbreak}
 before a new letter in the output of the index file:
 
 
@@ -1853,10 +1873,11 @@
 
 \begin{externalDocument}[
 %  grfOptions={width=\dimexpr\linewidth-2\fboxsep-2\fboxrule},
-  mpwidth=0.55\linewidth,
+%  mpwidth=0.55\linewidth,
   pages={2},
   frame=false,
   compiler=lualatex, 
+  force=false,
   crop,
   xindex,
   xindexOptions=-l de,
@@ -1945,14 +1966,22 @@
 
 \verb|idxnewletter = "\\idxnewletter"|
 
+
+\clearpage
+
+
 In the documents preamble there is the definition:
 
 \verb|\newcommand\idxnewletter[1]{\textbf{\textit{#1}}}|
 
+
+
+
 \begin{externalDocument}[
 %  grfOptions={width=\dimexpr\linewidth-2\fboxsep-2\fboxrule},
-  mpwidth=0.55\linewidth,
+  mpwidth=0.6\linewidth,
   pages={2},
+  force=false,
   frame=false,
   compiler=lualatex,
   crop,
@@ -2063,11 +2092,11 @@
   \parskip\z@ \@plus .3\p@\relax \parindent\z@
   \let\item\@idxitem}
 \makeatother
+\pagestyle{empty}
 %StartVisiblePreamble
 \usepackage{makeidx}\makeindex
 \newcommand\idxnewletter[1]{\textbf{\textit{#1}}}
 %StopVisiblePreamble
-\pagestyle{empty}
 \begin{document}
 \section{Escaping characters}
 \begin{itemize}
@@ -2078,15 +2107,14 @@
 \item At character @ \index{At ("@)}
 \end{itemize}
 run \verb|xindex -c header <file.idx>|
-\index{<file.idx>@\texttt{<file.idx>}}
+\index{<file.idx>@\texttt{<file.idx>}} 
 \index{123}
-\newpage
-\printindex
+\newpage \printindex
 \end{document}
 \end{externalDocument}
 
 
-\clearpage
+%\clearpage
 
 
 \section{Automatic index creation}
@@ -2099,10 +2127,10 @@
   mpwidth=0.55\linewidth,
   pages={6},
   frame=false,
-  force=true,
+  force=false,
   compiler=lualatex, 
   crop,
-  force=true,
+  force=false,
 %  xindex,
 %  xindexOptions=-l de,
   runs=2,code,docType=latex,
@@ -2284,7 +2312,7 @@
 \end{externalDocument}
 
 
-%\clearpage
+\clearpage
 
 
 \begin{externalDocument}[

Modified: trunk/Master/texmf-dist/scripts/xindex/xindex.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/xindex/xindex.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/scripts/xindex/xindex.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
         xindex = xindex or { }
- local version = 0.54
+ local version = 0.55
 xindex.version = version
 --xindex.self = "xindex"
 

Modified: trunk/Master/texmf-dist/tex/latex/xindex/xindex.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/xindex/xindex.sty	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/latex/xindex/xindex.sty	2023-07-30 20:03:46 UTC (rev 67771)
@@ -13,7 +13,7 @@
 %
 %
 % -------------------------------------
-\ProvidesPackage{xindex}[2023/07/10 v. 0.54 write into an idx file (hv)]
+\ProvidesPackage{xindex}[2023/07/30 v. 0.55 write into an idx file (hv)]
 %
 \RequirePackage{xkeyval}
 

Modified: trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-AU.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-AU.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-AU.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-AU'] = {
-      version = 0.54,
+      version = 0.55,
       comment = "configuration to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-HAdW-eKO.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-HAdW-eKO.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-HAdW-eKO.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -11,7 +11,7 @@
 -- configuration for index files of the Heidelberger Akademie der Wissenschaften
 
 if not modules then modules = { } end modules ['xindex-HAdW-eKO'] = {
-      version = 0.54,
+      version = 0.55,
       comment = "configuration to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-RU.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-RU.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-RU.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-RU'] = {
-      version = 0.54,
+      version = 0.55,
       comment = "configuration to xindex.lua",
        author = "Alexey Kuznetzov",
     copyright = "Herbert Voß",

Modified: trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -8,7 +8,7 @@
 -- $Id: xindex-base.lua 22 2022-02-07 12:18:15Z hvoss $
 -----------------------------------------------------------------------
 
-local info = { version = 0.54 } 
+local info = { version = 0.55 } 
 
 -- check config
 if pageNoPrefixDel ~= "" then 
@@ -50,18 +50,16 @@
 writeLog(1,"check for hyperpages ... ",0)
 hyperpage, lines = checkHyperpage(lines)  -- hyperref used?
 --writeLog(1,"done \n",0)
-if hyperpage then writeLog(1,"We have hyperpages.\n",1) end
+if hyperpage 
+  then writeLog(1,"We have hyperpages.\n",1) 
+  else writeLog(1,"We have no hyperpages.\n",1)
+  end
 
-print("Presort of \\indexentry lines")
--- for _,l in pairs(lines) do print (l) end
-table.sort(lines)
---if vlevel > 1 then 
-  --print("Pre-Sorted index list:")
-  --for _,l in pairs(lines) do print (l) end
---end
+--print("Presort of \\indexentry lines")
+--table.sort(lines) -- no presort to keep macros inserted by \writeidx
 
 if vlevel > 1 then 
-  writeLog(1,"--------------- Input data (presorted) -----------------\n",2)
+  writeLog(1,"--------------- Input data (mot sorted) ----------------\n",2)
   for _,l in pairs(lines) do writeLog(1,l.."\n",2) end
   writeLog(1,"--------------- end Input data -------------------------\n",2)
 end

Modified: trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-baselib.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-baselib.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-baselib.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-baselib'] = {
-      version = 0.54,
+      version = 0.55,
       comment = "base library  to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-cfg-common'] = {
-      version = 0.54,
+      version = 0.55,
       comment = "configuration to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-uca.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-uca.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-uca.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-cfg-lua'] = {
-      version = 0.54,
+      version = 0.55,
       comment = "configuration to xindex-cfg-uca.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-cfg'] = {
-      version = 0.54,
+      version = 0.55,
       comment = "main configuration to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-danteedition.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-danteedition.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-danteedition.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-cfg'] = {
-      version = 0.54,
+      version = 0.55,
       comment = "configuration file for the DANTE Edition",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-dtk.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-dtk.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-dtk.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-cfg'] = {
-      version = 0.54,
+      version = 0.55,
       comment = "DTK configuration to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-lib.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-lib.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-lib.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-lib'] = {
-      version = 0.54,
+      version = 0.55,
       comment = "main library  to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -10,7 +10,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-no'] = {
-      version = 0.54,
+      version = 0.55,
       comment = "configuration to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",

Modified: trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-pretty.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-pretty.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-pretty.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -7,7 +7,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-pretty'] = {
-      version = 0.54,
+      version = 0.55,
       comment = "dump a Lua table for debugging",
        author = "Steve Donovan",
     copyright = "Steve Donovan",

Modified: trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-yannis.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-yannis.lua	2023-07-30 12:49:13 UTC (rev 67770)
+++ trunk/Master/texmf-dist/tex/lualatex/xindex/xindex-yannis.lua	2023-07-30 20:03:46 UTC (rev 67771)
@@ -9,7 +9,7 @@
 -----------------------------------------------------------------------
 
 if not modules then modules = { } end modules ['xindex-yannis'] = {
-      version = 0.54,
+      version = 0.55,
       comment = "main configuration to xindex.lua",
        author = "Herbert Voss",
     copyright = "Herbert Voss",



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