texlive[71073] Master: tl-update-auto
commits+karl at tug.org
commits+karl at tug.org
Thu Apr 25 01:40:16 CEST 2024
Revision: 71073
https://tug.org/svn/texlive?view=revision&revision=71073
Author: karl
Date: 2024-04-25 01:40:16 +0200 (Thu, 25 Apr 2024)
Log Message:
-----------
tl-update-auto
Modified Paths:
--------------
trunk/Master/doc.html
trunk/Master/texmf-dist/doc/man/man1/tlmgr.1
trunk/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf
trunk/Master/texmf-dist/doc/texlive/tlmgr.html
trunk/Master/tlpkg/installer/ctan-mirrors.pl
Modified: trunk/Master/doc.html
===================================================================
--- trunk/Master/doc.html 2024-04-24 22:11:10 UTC (rev 71072)
+++ trunk/Master/doc.html 2024-04-24 23:40:16 UTC (rev 71073)
@@ -18958,7 +18958,6 @@
<li id="nicematrix"><b><a href="texmf-dist/doc/latex/nicematrix/">nicematrix</a></b><small>
(<a href="https://ctan.org/pkg/nicematrix">CTAN</a>):
Improve the typesetting of mathematical matrices with PGF.
-<a href="texmf-dist/doc/latex/nicematrix/nicematrix-code.pdf">nicematrix-code.pdf</a>
<a href="texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf">nicematrix-french.pdf</a> (fr)
<a href="texmf-dist/doc/latex/nicematrix/nicematrix.pdf">nicematrix.pdf</a>
</small></li>
@@ -30111,5 +30110,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 Tue Apr 23 01:40:17 CEST 2024 by tl-update-docindex.</small>
+<small>Generated Thu Apr 25 01:40:14 CEST 2024 by tl-update-docindex.</small>
</body></html>
Modified: trunk/Master/texmf-dist/doc/man/man1/tlmgr.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/tlmgr.1 2024-04-24 22:11:10 UTC (rev 71072)
+++ trunk/Master/texmf-dist/doc/man/man1/tlmgr.1 2024-04-24 23:40:16 UTC (rev 71073)
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "TLMGR 1"
-.TH TLMGR 1 2024-02-22 "perl v5.38.2" "User Contributed Perl Documentation"
+.TH TLMGR 1 2024-04-24 "perl v5.38.2" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -1331,6 +1331,9 @@
filenames) to match only full words. For example, searching for
\&\f(CW\*(C`table\*(C'\fR with this option will not output packages containing the word
\&\f(CW\*(C`tables\*(C'\fR (unless they also contain the word \f(CW\*(C`table\*(C'\fR on its own).
+.IP \fB\-\-json\fR 4
+.IX Item "--json"
+Output search results as json hash with two keys: \fBfiles\fR and \fBpackages\fR.
.RE
.RS 4
.RE
@@ -2323,4 +2326,4 @@
distribution (<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
.PP
-\&\f(CW$Id:\fR tlmgr.pl 70080 2024\-02\-22 23:13:07Z karl $
+\&\f(CW$Id:\fR tlmgr.pl 71056 2024\-04\-24 12:09:11Z preining $
Modified: trunk/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/texlive/tlmgr.html
===================================================================
--- trunk/Master/texmf-dist/doc/texlive/tlmgr.html 2024-04-24 22:11:10 UTC (rev 71072)
+++ trunk/Master/texmf-dist/doc/texlive/tlmgr.html 2024-04-24 23:40:16 UTC (rev 71073)
@@ -1284,6 +1284,12 @@
<p>Restrict the search of package names and descriptions (but not filenames) to match only full words. For example, searching for <code>table</code> with this option will not output packages containing the word <code>tables</code> (unless they also contain the word <code>table</code> on its own).</p>
</dd>
+<dt id="json3"><b>--json</b></dt>
+<dd>
+
+<p>Output search results as json hash with two keys: <b>files</b> and <b>packages</b>.</p>
+
+</dd>
</dl>
</dd>
@@ -2139,7 +2145,7 @@
<p>This script and its documentation were written for the TeX Live distribution (<a href="https://tug.org/texlive">https://tug.org/texlive</a>) and both are licensed under the GNU General Public License Version 2 or later.</p>
-<p>$Id: tlmgr.pl 70080 2024-02-22 23:13:07Z karl $</p>
+<p>$Id: tlmgr.pl 71056 2024-04-24 12:09:11Z preining $</p>
</body>
Modified: trunk/Master/tlpkg/installer/ctan-mirrors.pl
===================================================================
--- trunk/Master/tlpkg/installer/ctan-mirrors.pl 2024-04-24 22:11:10 UTC (rev 71072)
+++ trunk/Master/tlpkg/installer/ctan-mirrors.pl 2024-04-24 23:40:16 UTC (rev 71073)
@@ -47,6 +47,7 @@
},
'Korea' => {
'http://ftp.ktug.org/tex-archive/' => 1,
+ 'https://ftp.kaist.ac.kr/tex-archive/' => 1,
'https://kr.mirrors.cicku.me/ctan/' => 1,
'https://lab.uklee.pe.kr/tex-archive/' => 1,
'https://mirror.kakao.com/CTAN/' => 1,
@@ -94,6 +95,7 @@
'http://sendinnsky.selfhost.co/tex-archive/' => 1,
'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1,
'https://ctan.ebinger.cc/tex-archive/' => 1,
+ 'https://ctan.joethei.xyz/' => 1,
'https://ctan.mc1.root.project-creative.net/' => 1,
'https://ctan.mirror.norbert-ruehl.de/' => 1,
'https://ctan.net/' => 1,
@@ -177,9 +179,6 @@
'https://mirror.quantum5.ca/CTAN/' => 1,
'https://muug.ca/mirror/ctan/' => 1,
},
- 'Costa Rica' => {
- 'https://mirrors.ucr.ac.cr/CTAN/' => 1,
- },
'USA' => {
'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1,
'https://ctan.math.illinois.edu/' => 1,
More information about the tex-live-commits
mailing list.