texlive[69818] branches/branch2023.final: tl-update-auto

commits+karl at tug.org commits+karl at tug.org
Mon Feb 12 03:23:47 CET 2024


Revision: 69818
          https://tug.org/svn/texlive?view=revision&revision=69818
Author:   karl
Date:     2024-02-12 03:23:47 +0100 (Mon, 12 Feb 2024)
Log Message:
-----------
tl-update-auto

Modified Paths:
--------------
    branches/branch2023.final/Build/source/build-aux/texinfo.tex
    branches/branch2023.final/Master/doc.html
    branches/branch2023.final/Master/texmf-dist/tex/texinfo/texinfo.tex
    branches/branch2023.final/Master/tlpkg/installer/ctan-mirrors.pl

Modified: branches/branch2023.final/Build/source/build-aux/texinfo.tex
===================================================================
--- branches/branch2023.final/Build/source/build-aux/texinfo.tex	2024-02-12 02:21:01 UTC (rev 69817)
+++ branches/branch2023.final/Build/source/build-aux/texinfo.tex	2024-02-12 02:23:47 UTC (rev 69818)
@@ -3,9 +3,9 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2023-09-19.19}
+\def\texinfoversion{2024-02-10.22}
 %
-% Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
+% Copyright 1985, 1986, 1988, 1990-2024 Free Software Foundation, Inc.
 %
 % This texinfo.tex file is free software: you can redistribute it and/or
 % modify it under the terms of the GNU General Public License as
@@ -5238,14 +5238,14 @@
 % the current value of \escapechar.
 \def\escapeisbackslash{\escapechar=`\\}
 
-% Use \ in index files by default.  texi2dvi didn't support @ as the escape
-% character (as it checked for "\entry" in the files, and not "@entry").  When
-% the new version of texi2dvi has had a chance to become more prevalent, then
-% the escape character can change back to @ again.  This should be an easy
-% change to make now because both @ and \ are only used as escape characters in
-% index files, never standing for themselves.
+% Uncomment to use \ in index files by default.  Old texi2dvi (before 2019)
+% didn't support @ as the escape character (as it checked for "\entry" in
+% the files, and not "@entry").
+%   In the future we can remove this flag and simplify the code for
+% index files and backslashes, once the support is no longer likely to be
+% useful.
 %
-\set txiindexescapeisbackslash
+% \set txiindexescapeisbackslash
 
 % Write the entry in \indextext to the index file.
 %
@@ -6137,8 +6137,7 @@
 % normally unnmhead0 calls unnumberedzzz:
 \outer\parseargdef\unnumbered{\unnmhead0{#1}}
 \def\unnumberedzzz#1{%
-  \global\secno=0 \global\subsecno=0 \global\subsubsecno=0
-    \global\advance\unnumberedno by 1
+  \global\advance\unnumberedno by 1
   %
   % Since an unnumbered has no number, no prefix for figures.
   \global\let\chaplevelprefix = \empty
@@ -6194,8 +6193,8 @@
 % normally calls unnumberedseczzz:
 \outer\parseargdef\unnumberedsec{\unnmhead1{#1}}
 \def\unnumberedseczzz#1{%
-  \global\subsecno=0 \global\subsubsecno=0  \global\advance\secno by 1
-  \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}%
+  \global\advance\unnumberedno by 1
+  \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno}%
 }
 
 % Subsections.
@@ -6218,9 +6217,8 @@
 % normally calls unnumberedsubseczzz:
 \outer\parseargdef\unnumberedsubsec{\unnmhead2{#1}}
 \def\unnumberedsubseczzz#1{%
-  \global\subsubsecno=0  \global\advance\subsecno by 1
-  \sectionheading{#1}{subsec}{Ynothing}%
-                 {\the\unnumberedno.\the\secno.\the\subsecno}%
+  \global\advance\unnumberedno by 1
+  \sectionheading{#1}{subsec}{Ynothing}{\the\unnumberedno}%
 }
 
 % Subsubsections.
@@ -6244,9 +6242,8 @@
 % normally unnumberedsubsubseczzz:
 \outer\parseargdef\unnumberedsubsubsec{\unnmhead3{#1}}
 \def\unnumberedsubsubseczzz#1{%
-  \global\advance\subsubsecno by 1
-  \sectionheading{#1}{subsubsec}{Ynothing}%
-                 {\the\unnumberedno.\the\secno.\the\subsecno.\the\subsubsecno}%
+  \global\advance\unnumberedno by 1
+  \sectionheading{#1}{subsubsec}{Ynothing}{\the\unnumberedno}%
 }
 
 % These macros control what the section commands do, according
@@ -8205,8 +8202,6 @@
       \let\commondummyword\unmacrodo
       \xdef\macrolist{\macrolist}%
     \endgroup
-  \else
-    \errmessage{Macro #1 not defined}%
   \fi
 }
 

Modified: branches/branch2023.final/Master/doc.html
===================================================================
--- branches/branch2023.final/Master/doc.html	2024-02-12 02:21:01 UTC (rev 69817)
+++ branches/branch2023.final/Master/doc.html	2024-02-12 02:23:47 UTC (rev 69818)
@@ -15795,7 +15795,9 @@
 (<a href="https://ctan.org/pkg/listofitems">CTAN</a>):
 Grab items in lists using user-specified sep char. 
 <a href="texmf-dist/doc/generic/listofitems/listofitems-en.pdf">listofitems-en.pdf</a>
-<a href="texmf-dist/doc/generic/listofitems/listofitems-fr.pdf">listofitems-fr.pdf</a> (fr)
+<a href="texmf-dist/doc/generic/listofitems/listofitems-fr.pdf">listofitems-fr.pdf</a> (fr) 
+<a href="texmf-dist/doc/generic/listofitems/test/listofitems-test-latex.pdf">listofitems-test-latex.pdf</a>
+<a href="texmf-dist/doc/generic/listofitems/test/listofitems-test-tex.pdf">listofitems-test-tex.pdf</a>
 </small></li>
 
 <li id="listofsymbols"><b><a href="texmf-dist/doc/latex/listofsymbols/">listofsymbols</a></b><small>
@@ -25279,6 +25281,12 @@
 <a href="texmf-dist/doc/latex/tasks/tasks-manual.pdf">tasks-manual.pdf</a>
 </small></li>
 
+<li id="tblr-extras"><b><a href="texmf-dist/doc/latex/tblr-extras/">tblr-extras</a></b><small>
+(<a href="https://ctan.org/pkg/tblr-extras">CTAN</a>):
+Extra libraries for tabularray for caption and babel compatibility. 
+<a href="texmf-dist/doc/latex/tblr-extras/tblr-extras-doc-EN.pdf">tblr-extras-doc-EN.pdf</a>
+</small></li>
+
 <li id="tcldoc"><b><a href="texmf-dist/doc/latex/tcldoc/">tcldoc</a></b><small>
 Doc/docstrip for tcl. 
 <a href="texmf-dist/doc/latex/tcldoc/tclldoc.pdf">tclldoc.pdf</a>
@@ -27665,7 +27673,7 @@
 
 <h2 id="letter-U">U</h2>
 
-<ol start="3558">
+<ol start="3559">
 
 <li id="uaclasses"><b><a href="texmf-dist/doc/latex/uaclasses/">uaclasses</a></b><small>
 (<a href="https://ctan.org/pkg/uaclasses">CTAN</a>):
@@ -28342,7 +28350,7 @@
 
 <h2 id="letter-V">V</h2>
 
-<ol start="3652">
+<ol start="3653">
 
 <li id="vancouver"><b><a href="texmf-dist/doc/bibtex/vancouver/">vancouver</a></b><small>
 (<a href="https://ctan.org/pkg/vancouver">CTAN</a>):
@@ -28627,7 +28635,7 @@
 
 <h2 id="letter-W">W</h2>
 
-<ol start="3693">
+<ol start="3694">
 
 <li id="wadalab"><b><a href="texmf-dist/doc/fonts/wadalab/">wadalab</a></b><small>
 (<a href="https://ctan.org/pkg/wadalab">CTAN</a>):
@@ -28892,7 +28900,7 @@
 
 <h2 id="letter-X">X</h2>
 
-<ol start="3725">
+<ol start="3726">
 
 <li id="xargs"><b><a href="texmf-dist/doc/latex/xargs/">xargs</a></b><small>
 (<a href="https://ctan.org/pkg/xargs">CTAN</a>):
@@ -29529,7 +29537,7 @@
 
 <h2 id="letter-Y">Y</h2>
 
-<ol start="3800">
+<ol start="3801">
 
 <li id="yafoot"><b><a href="texmf-dist/doc/latex/yafoot/">yafoot</a></b><small>
 (<a href="https://ctan.org/pkg/yafoot">CTAN</a>):
@@ -29665,7 +29673,7 @@
 
 <h2 id="letter-Z">Z</h2>
 
-<ol start="3819">
+<ol start="3820">
 
 <li id="zbmath-review-template"><b><a href="texmf-dist/doc/xelatex/zbmath-review-template/">zbmath-review-template</a></b><small>
 (<a href="https://ctan.org/pkg/zbmath-review-template">CTAN</a>):
@@ -29810,5 +29818,5 @@
 
 <p><a href="#letter-1">1</a> - <a href="#letter-2">2</a> - <a href="#letter-A">A</a> - <a href="#letter-B">B</a> - <a href="#letter-C">C</a> - <a href="#letter-D">D</a> - <a href="#letter-E">E</a> - <a href="#letter-F">F</a> - <a href="#letter-G">G</a> - <a href="#letter-H">H</a> - <a href="#letter-I">I</a> - <a href="#letter-J">J</a> - <a href="#letter-K">K</a> - <a href="#letter-L">L</a> - <a href="#letter-M">M</a> - <a href="#letter-N">N</a> - <a href="#letter-O">O</a> - <a href="#letter-P">P</a> - <a href="#letter-Q">Q</a> - <a href="#letter-R">R</a> - <a href="#letter-S">S</a> - <a href="#letter-T">T</a> - <a href="#letter-U">U</a> - <a href="#letter-V">V</a> - <a href="#letter-W">W</a> - <a href="#letter-X">X</a> - <a href="#letter-Y">Y</a> - <a href="#letter-Z">Z</a></p>
 <hr>
-<small>Generated Sat Feb 10 01:44:12 CET 2024 by tl-update-docindex.</small>
+<small>Generated Mon Feb 12 03:23:44 CET 2024 by tl-update-docindex.</small>
 </body></html>

Modified: branches/branch2023.final/Master/texmf-dist/tex/texinfo/texinfo.tex
===================================================================
--- branches/branch2023.final/Master/texmf-dist/tex/texinfo/texinfo.tex	2024-02-12 02:21:01 UTC (rev 69817)
+++ branches/branch2023.final/Master/texmf-dist/tex/texinfo/texinfo.tex	2024-02-12 02:23:47 UTC (rev 69818)
@@ -3,9 +3,9 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2023-09-19.19}
+\def\texinfoversion{2024-02-10.22}
 %
-% Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
+% Copyright 1985, 1986, 1988, 1990-2024 Free Software Foundation, Inc.
 %
 % This texinfo.tex file is free software: you can redistribute it and/or
 % modify it under the terms of the GNU General Public License as
@@ -5238,14 +5238,14 @@
 % the current value of \escapechar.
 \def\escapeisbackslash{\escapechar=`\\}
 
-% Use \ in index files by default.  texi2dvi didn't support @ as the escape 
-% character (as it checked for "\entry" in the files, and not "@entry").  When 
-% the new version of texi2dvi has had a chance to become more prevalent, then 
-% the escape character can change back to @ again.  This should be an easy 
-% change to make now because both @ and \ are only used as escape characters in 
-% index files, never standing for themselves. 
+% Uncomment to use \ in index files by default.  Old texi2dvi (before 2019)
+% didn't support @ as the escape character (as it checked for "\entry" in
+% the files, and not "@entry").
+%   In the future we can remove this flag and simplify the code for
+% index files and backslashes, once the support is no longer likely to be
+% useful.
 %
-\set txiindexescapeisbackslash
+% \set txiindexescapeisbackslash
 
 % Write the entry in \indextext to the index file.
 %
@@ -6137,8 +6137,7 @@
 % normally unnmhead0 calls unnumberedzzz:
 \outer\parseargdef\unnumbered{\unnmhead0{#1}}
 \def\unnumberedzzz#1{%
-  \global\secno=0 \global\subsecno=0 \global\subsubsecno=0
-    \global\advance\unnumberedno by 1
+  \global\advance\unnumberedno by 1
   %
   % Since an unnumbered has no number, no prefix for figures.
   \global\let\chaplevelprefix = \empty
@@ -6194,8 +6193,8 @@
 % normally calls unnumberedseczzz:
 \outer\parseargdef\unnumberedsec{\unnmhead1{#1}}
 \def\unnumberedseczzz#1{%
-  \global\subsecno=0 \global\subsubsecno=0  \global\advance\secno by 1
-  \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}%
+  \global\advance\unnumberedno by 1
+  \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno}%
 }
 
 % Subsections.
@@ -6218,9 +6217,8 @@
 % normally calls unnumberedsubseczzz:
 \outer\parseargdef\unnumberedsubsec{\unnmhead2{#1}}
 \def\unnumberedsubseczzz#1{%
-  \global\subsubsecno=0  \global\advance\subsecno by 1
-  \sectionheading{#1}{subsec}{Ynothing}%
-                 {\the\unnumberedno.\the\secno.\the\subsecno}%
+  \global\advance\unnumberedno by 1
+  \sectionheading{#1}{subsec}{Ynothing}{\the\unnumberedno}%
 }
 
 % Subsubsections.
@@ -6244,9 +6242,8 @@
 % normally unnumberedsubsubseczzz:
 \outer\parseargdef\unnumberedsubsubsec{\unnmhead3{#1}}
 \def\unnumberedsubsubseczzz#1{%
-  \global\advance\subsubsecno by 1
-  \sectionheading{#1}{subsubsec}{Ynothing}%
-                 {\the\unnumberedno.\the\secno.\the\subsecno.\the\subsubsecno}%
+  \global\advance\unnumberedno by 1
+  \sectionheading{#1}{subsubsec}{Ynothing}{\the\unnumberedno}%
 }
 
 % These macros control what the section commands do, according
@@ -8205,8 +8202,6 @@
       \let\commondummyword\unmacrodo
       \xdef\macrolist{\macrolist}%
     \endgroup
-  \else
-    \errmessage{Macro #1 not defined}%
   \fi
 }
 

Modified: branches/branch2023.final/Master/tlpkg/installer/ctan-mirrors.pl
===================================================================
--- branches/branch2023.final/Master/tlpkg/installer/ctan-mirrors.pl	2024-02-12 02:21:01 UTC (rev 69817)
+++ branches/branch2023.final/Master/tlpkg/installer/ctan-mirrors.pl	2024-02-12 02:23:47 UTC (rev 69818)
@@ -138,6 +138,7 @@
     'Poland' => {
       'https://ctan.gust.org.pl/tex-archive/' => 1,
       'https://polish-mirror.evolution-host.com/ctan/' => 1,
+      'https://sunsite.icm.edu.pl/pub/CTAN/' => 1,
     },
     'Portugal' => {
       'https://ftp.eq.uc.pt/software/TeX/' => 1,



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