summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm2
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
-rwxr-xr-xMaster/tlpkg/bin/c2a2
-rwxr-xr-xMaster/tlpkg/bin/c2l8
-rwxr-xr-xMaster/tlpkg/bin/c2lx12
-rwxr-xr-xMaster/tlpkg/bin/ctan2tl8
-rwxr-xr-xMaster/tlpkg/bin/tl-check-fmtshare1
-rwxr-xr-xMaster/tlpkg/bin/tl-update-docindex5
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet16
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlpdb14
-rwxr-xr-xMaster/tlpkg/bin/tlcom4
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check22
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo9
-rw-r--r--Master/tlpkg/dev/srclist.txt6
-rw-r--r--Master/tlpkg/doc/releng.txt2
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl5
-rw-r--r--Master/tlpkg/installer/curl/curl-ca-bundle.crt51
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds18
-rw-r--r--Master/tlpkg/texlive.tlpdb1387
-rw-r--r--Master/tlpkg/tlpsrc/bonum-otf.tlpsrc0
-rw-r--r--Master/tlpkg/tlpsrc/collection-context.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc3
-rw-r--r--Master/tlpkg/tlpsrc/collection-langenglish.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/collection-luatex.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/collection-mathscience.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/collection-publishers.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/context-chat.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/doibanner.tlpsrc0
-rw-r--r--Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc10
-rw-r--r--Master/tlpkg/tlpsrc/gelasiomath.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/hyphen-finnish.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/luwiantype.tlpsrc0
-rw-r--r--Master/tlpkg/tlpsrc/moremath.tlpsrc0
-rw-r--r--Master/tlpkg/tlpsrc/passopt.tlpsrc0
-rw-r--r--Master/tlpkg/tlpsrc/tango.tlpsrc0
-rw-r--r--Master/tlpkg/tlpsrc/tiet-question-paper.tlpsrc0
-rw-r--r--Master/tlpkg/tlpsrc/wrapstuff-doc-en.tlpsrc0
-rw-r--r--Master/tlpkg/translations/cs.po10
-rw-r--r--Master/tlpkg/translations/da.po10
-rw-r--r--Master/tlpkg/translations/de.po10
-rw-r--r--Master/tlpkg/translations/es.po10
-rw-r--r--Master/tlpkg/translations/fr.po10
-rw-r--r--Master/tlpkg/translations/it.po10
-rw-r--r--Master/tlpkg/translations/ja.po10
-rw-r--r--Master/tlpkg/translations/messages.pot10
-rw-r--r--Master/tlpkg/translations/nl.po10
-rw-r--r--Master/tlpkg/translations/pl.po10
-rw-r--r--Master/tlpkg/translations/pt_BR.po10
-rw-r--r--Master/tlpkg/translations/ru.po10
-rw-r--r--Master/tlpkg/translations/sk.po10
-rw-r--r--Master/tlpkg/translations/sl.po10
-rw-r--r--Master/tlpkg/translations/sr.po10
-rw-r--r--Master/tlpkg/translations/uk.po10
-rw-r--r--Master/tlpkg/translations/vi.po10
-rw-r--r--Master/tlpkg/translations/zh_CN.po10
-rw-r--r--Master/tlpkg/translations/zh_TW.po10
57 files changed, 1098 insertions, 691 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index ebb7b546469..bcc86242447 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -1677,7 +1677,7 @@ sub install_package_files {
. "@installfiles\n");
next;
}
- _post_install_package ($self, $tlpobj);
+ _post_install_pkg ($self, $tlpobj);
# remember that we installed this package correctly
$ret++;
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index e7b36b9a1ff..b9ff366fcee 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -2644,7 +2644,7 @@ sub check_file_and_remove {
if (!$checksum && !$checksize) {
tlwarn("$fn_name: neither checksum nor checksize " .
- "available for $xzfile, cannot check integrity");
+ "available for $xzfile, cannot check integrity\n");
return;
}
diff --git a/Master/tlpkg/bin/c2a b/Master/tlpkg/bin/c2a
index 1c6eb16221c..3d1b942f4b1 100755
--- a/Master/tlpkg/bin/c2a
+++ b/Master/tlpkg/bin/c2a
@@ -106,7 +106,7 @@ sub do_place {
#
sub run_c2l {
my ($arg) = @_;
- my $tmpfile = "/tmp/c2l$arg.out";
+ my $tmpfile = "/tmp/@{[getlogin()]}-c2l$arg.out";
# don't bother with svn update unless we are doing place.
if ($arg eq "p") {
diff --git a/Master/tlpkg/bin/c2l b/Master/tlpkg/bin/c2l
index 41eba37d1b6..2f7891be9a7 100755
--- a/Master/tlpkg/bin/c2l
+++ b/Master/tlpkg/bin/c2l
@@ -119,11 +119,11 @@ sub main {
print "$0: running ctan2tl @ARGV\n";
# we want our exit status to be from ctan2tl, not tee, hence the
# pipefail bash-ism.
- my @lines = `set -o pipefail; ctan2tl @ARGV </dev/null 2>&1 | tee /tmp/cl.out`;
+ my @lines = `set -o pipefail; ctan2tl @ARGV </dev/null 2>&1 | tee /tmp/@{[getlogin()]}-cl.out`;
my $status = $?;
my $cooked = "$TLROOT/Build/tmp.cooked";
- -d $cooked && system ("cp /tmp/cl.out $cooked/$ARGV[$#ARGV].out");
+ -d $cooked && system ("cp /tmp/@{[getlogin()]}-cl.out $cooked/$ARGV[$#ARGV].out");
# *** and other notable messages.
my @msgs = grep { /^\*\*\*.* \S/
@@ -146,10 +146,10 @@ sub main {
my @page = split (/\f */, $whole_string, 4);
my $diff_list
- = `test -s /tmp/$<.tlplace.diff && sed -n -e 's/^--- //' \\
+ = `test -s /tmp/@{[getlogin()]}-$<.tlplace.diff && sed -n -e 's/^--- //' \\
-e 's/[ \\t].*//' \\
-e 's,/home/texlive/karl/, ,p' \\
- /tmp/$<.tlplace.diff`;
+ /tmp/@{[getlogin()]}-$<.tlplace.diff`;
$diff_list = "";
# page 0: build stuff.
diff --git a/Master/tlpkg/bin/c2lx b/Master/tlpkg/bin/c2lx
index 7bb7403a523..7554b43107d 100755
--- a/Master/tlpkg/bin/c2lx
+++ b/Master/tlpkg/bin/c2lx
@@ -13,9 +13,9 @@
#
# Additional argument "p" runs place also (same as c2l --place).
-dirsfile=/tmp/`id -u`.tlplace.dirs
+dirsfile=/tmp/@{[getlogin()]}-`id -u`.tlplace.dirs
cp /dev/null $dirsfile.tmp
-cp /dev/null /tmp/first
+cp /dev/null /tmp/@{[getlogin()]}-first
if test "x$1" = xe || test "x$1" = x2e; then
shift; label=l2e
@@ -65,13 +65,13 @@ echo "`basename $0`: $label pkgs: $pkgs"
for p in $pkgs; do
echo "${label} pkg $p" >&2 # progress report of a sort
printf "\f ${label} pkg $p\n"
- c2l "$@" $p | tee /tmp/c2l.out
- sed -n "1,/`printf '\f'`/p" /tmp/c2l.out >>/tmp/first
- echo >>/tmp/first
+ c2l "$@" $p | tee /tmp/@{[getlogin()]}-c2l.out
+ sed -n "1,/`printf '\f'`/p" /tmp/@{[getlogin()]}-c2l.out >>/tmp/@{[getlogin()]}-first
+ echo >>/tmp/@{[getlogin()]}-first
cat $dirsfile >>$dirsfile.tmp
done
sort -u $dirsfile.tmp >$dirsfile
wc $dirsfile
echo
-cat /tmp/first
+cat /tmp/@{[getlogin()]}-first
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl
index 6fa11dab89b..ccf52a6cdc4 100755
--- a/Master/tlpkg/bin/ctan2tl
+++ b/Master/tlpkg/bin/ctan2tl
@@ -10,7 +10,7 @@ LC_ALL=C; export LC_ALL # avoid problems with diff, comm, etc
umask 022
# to avoid the svn hit on every run when developing.
-TLPKGINFO_CATALOGUE_NO_UPDATE=1; export TLPKGINFO_CATALOGUE_NO_UPDATE
+#TLPKGINFO_CATALOGUE_NO_UPDATE=1; export TLPKGINFO_CATALOGUE_NO_UPDATE
mydir=`cd \`dirname $0\` && pwd` # Master/tlpkg/bin
libexec=`cd $mydir/../libexec && pwd` # Master/tlpkg/libexec
@@ -95,10 +95,6 @@ if test -z "$ctan_dir"; then
exit 1
fi
-# trying to sync catalogue changes as much as possible.
-#catfile=/home/httpd/html/catalogue/entries/$letter/
-#svn update $catfile
-
echo "$0: ctan dir for $pkg"
echo "$0: is $ctan_dir"
@@ -189,7 +185,7 @@ find $pkg -type l -ls | grep -v /Master/bin | sort >&2
# show list of files (and tee to tmp).
find $pkg \! -type d -printf "%TY%Tm%Td.%TH%TM %p\n" | sort -k2 \
-| tee ${TMPDIR-/tmp}/ctan2tl.files
+| tee ${TMPDIR-/tmp}/"$USER"-ctan2tl.files
printf "\n$0: calling place $place_chicken $contrib_place_arg $pkg\n"
rm -rf $pkg.done
diff --git a/Master/tlpkg/bin/tl-check-fmtshare b/Master/tlpkg/bin/tl-check-fmtshare
index c692a6885b9..d9edd433125 100755
--- a/Master/tlpkg/bin/tl-check-fmtshare
+++ b/Master/tlpkg/bin/tl-check-fmtshare
@@ -258,6 +258,7 @@ for fmt in $fmts; do
echo "$0: built fmtfile: `ls -l $fmtfile` (on `hostname`)"
engineversion=`$enginedir/$engine --version | sed 1q`
echo "$0: with engine: $enginedir/$engine ($engineversion)"
+ echo "$0: full command: $ecmd"
# The TeX \command to exit a job immediately. Assume a LaTeX fmt
# if "latex" is in the name, else plain (enough).
diff --git a/Master/tlpkg/bin/tl-update-docindex b/Master/tlpkg/bin/tl-update-docindex
index 69a39571125..7199f14db54 100755
--- a/Master/tlpkg/bin/tl-update-docindex
+++ b/Master/tlpkg/bin/tl-update-docindex
@@ -14,9 +14,10 @@ use Fatal qw(:void open close opendir closedir chdir mkdir);
use TeXLive::TLPDB;
use File::Basename;
-my $CATALOGUE_DIR = "/home/httpd/html/catalogue/entries";
+my $top_cat = $ENV{"TEX_CATALOGUE"} || "/home/texlive/catalogue";
+our $CATALOGUE_DIR = "$top_cat/entries";
-exit(main());
+exit (main());
sub main {
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index 8915a566d36..d8df6e12d44 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -67,6 +67,8 @@ END_NO_TLPDB
exit 1
fi
+mkdir -p /tmp/$USER-tl-update-tlnet
+
if test -z "$Master"; then
mydir=`dirname $0`
Master=`cd $mydir/../.. && pwd`
@@ -87,7 +89,7 @@ echo "$0: working in tltry=$tltry"
echo "$0: output to tlweb=$tlweb"
# Save current tlpdb in case of disaster.
-cp --force --backup $tlweb/tlpkg/texlive.tlpdb* /tmp
+cp --force --backup $tlweb/tlpkg/texlive.tlpdb* /tmp/$USER-tl-update-tlnet
#
# Be sure we're starting the test cleanly.
@@ -291,7 +293,7 @@ if test $failure = false; then
basecmd=`basename $cmdname`
echo "$prg: `date`"
echo "$prg: Running $basecmd ($cmd)"
- outfile=/tmp/$tlnet_target.$basecmd
+ outfile=/tmp/$USER-tl-update-tlnet/$tlnet_target.$basecmd
if $cmd >$outfile 2>&1; then
echo "$prg: $basecmd ok."
else
@@ -318,16 +320,16 @@ else
: # appease -e
fi
-# In all cases, make copies in /tmp for inspection in case of
+# In all cases, make copies in /tmp/$USER-tl-update-tlnet for inspection in case of
# undetected failure.
-cp -f $tlnet_install_log /tmp
-test ! -r $install_tl_log || cp -f $install_tl_log /tmp
+cp -f $tlnet_install_log /tmp/$USER-tl-update-tlnet
+test ! -r $install_tl_log || cp -f $install_tl_log /tmp/$USER-tl-update-tlnet
if $failure || $chicken; then
echo >&2
echo "$prg: tl-update-tlnet transcript file: $tlnet_install_log" >&2
echo "$prg: install-tl log file: $install_tl_log" >&2
- echo "$prg: Copies of both are in /tmp." >&2
+ echo "$prg: Copies of both are in /tmp/$USER-tl-update-tlnet." >&2
echo "$prg: Please rm -rf the trial dir." >&2
if $failure; then
echo
@@ -359,7 +361,7 @@ rm -rf $tltrybase
# We checked this above also, but check again.
# We've removed the cwd, so cd out of it.
-cd /tmp || exit 1
+cd /tmp/$USER-tl-update-tlnet || exit 1
$Master/tlpkg/bin/tlgpg-verify $tlweb/tlpkg/texlive.tlpdb.sha512
echo "$0: Done."
diff --git a/Master/tlpkg/bin/tl-update-tlpdb b/Master/tlpkg/bin/tl-update-tlpdb
index 056c8ab5d60..5de6920820f 100755
--- a/Master/tlpkg/bin/tl-update-tlpdb
+++ b/Master/tlpkg/bin/tl-update-tlpdb
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
# $Id$
-# Copyright 2007-2023 Norbert Preining
+# Copyright 2007-2024 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
#
@@ -81,7 +81,7 @@ sub main {
}
if (! $opt_catalogue) {
- $opt_catalogue = "/home/httpd/html/catalogue";
+ $opt_catalogue = "/home/texlive/catalogue";
}
if ($opt_catalogue_compare) {
@@ -731,11 +731,11 @@ tl-update-tlpdb [OPTION]... [TLPSRC]...
=item B<--catalogue> I<Catalogue_dir>
-The I<Catalogue_file> must point to a valid TeX Catalogue checkout; the
-default is C</home/httpd/html/catalogue>. If the directory is readable,
-the generated tlpobj files will contain information gathered from the
-TeX Catalogue. To disable this, specify a nonexistent filename, e.g.,
-C<--catalogue=/nonesuch>.
+The I<Catalogue_file> must point to a valid TeX Catalogue checkout, with
+subdirectory C</entries>; the default is C</home/texlive/catalogue>. If
+the directory is readable, the generated tlpobj files will contain
+information gathered from the TeX Catalogue. To disable this, specify a
+nonexistent filename, e.g., C<--catalogue=/nonesuch>.
=item B<--catalogue-compare> I<tlpdb>
diff --git a/Master/tlpkg/bin/tlcom b/Master/tlpkg/bin/tlcom
index 0d93bedfea4..924dc92167b 100755
--- a/Master/tlpkg/bin/tlcom
+++ b/Master/tlpkg/bin/tlcom
@@ -1,7 +1,9 @@
#!/bin/sh
# $Id$
# Commit after TL package update. We rely on PATH to deal with trunk vs.
-# branch. (See c2a and c2b.)
+# branch (see c2a and c2b). See also libexec/ctan2tds for the real work
+# of importing from CTAN; c2l and ctan2tl are additional wrappers
+# (called by c2a).
test $# -eq 0 && cd /
/bin/pwd >/dev/null || exit 1
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 9ef8b4f5133..e9463fe6730 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -147,7 +147,7 @@ my @TLP_working = qw(
bjfuthesis blacklettert1 blindtext blkarray
blochsphere block blockdraw_mp blopentype bloques blowup blox
bmstu bmstu-iu8 bnumexpr bodegraph bodeplot bohr boisik bold-extra
- boites boldtensors bondgraph bondgraphs book-of-common-prayer
+ boites boldtensors bondgraph bondgraphs bonum-otf book-of-common-prayer
bookcover bookdb bookest bookhands booklet bookman bookmark
bookshelf booktabs booktabs-de booktabs-fr boolexpr boondox bophook
borceux bosisio
@@ -212,7 +212,7 @@ my @TLP_working = qw(
complexity components comprehensive computational-complexity
concepts concmath concmath-fonts concmath-otf concprog concrete
conditext confproc constants conteq
- context-calendar-examples
+ context-calendar-examples context-chat
context-collating-marks
context-cyrillicnumbers
context-filter
@@ -274,7 +274,7 @@ my @TLP_working = qw(
dk-bib dlfltxb
dnaseq dnp doc-pictex docbytex doclicense
docmfp docmute docshots docsurvey doctools documentation docutils
- doi doipubmed domitian
+ doi doibanner doipubmed domitian
dosepsbin dotlessi dot2texi dotarrow dotseqn dottex
doublestroke doulossil dowith download dox dozenal
dpcircling dpfloat dprogress
@@ -370,7 +370,7 @@ my @TLP_working = qw(
garamond-libre garamond-math garuda-c90
garrigues gastex gates gatherenum gauss
gb4e gbt7714 gcard gchords gcite gckanbun
- gelasio genealogy genealogytree gender gene-logic genealogy-profiles
+ gelasio gelasiomath genealogy genealogytree gender gene-logic genealogy-profiles
genmpage gensymb gentium-tug gentle gentombow geometry
geradwp german germbib germkorr geschichtsfrkl
getfiledate getitems getmap getoptk gettitlestring gfnotation
@@ -540,7 +540,7 @@ my @TLP_working = qw(
luaquotes luarandom
luaset luasseq luatex85 luatexbase luatexja luatexko luatextra
luatodonotes luatruthtable luavlna luaxml
- lutabulartools lwarp lxfonts ly1 lyluatex
+ lutabulartools luwiantype lwarp lxfonts ly1 lyluatex
macrolist macros2e macroswap mafr magaz magicnum magra
mahjong mailing mailmerge
make4ht makebarcode makebase makebox
@@ -582,7 +582,7 @@ my @TLP_working = qw(
modref modroman modular modulus
moloch mongolian-babel montserrat
monofill montex moodle
- moreenum morefloats morehype moresize
+ moreenum morefloats morehype moremath moresize
moreverb morewrites morisawa movement-arrows movie15 mp3d
mparhack mparrows mpattern mpchess mpcolornames
mpfonts mpgraphics mpkiviat
@@ -641,7 +641,8 @@ my @TLP_working = qw(
palatino palette pangram panneauxroute paper papercdcase papermas papertex
papiergurvan paracol parades paralist parallel paratype
paresse parnotes parrun parsa parsimatn parsinevis parselines parskip
- pas-cours pas-crosswords pas-cv pas-tableur pascaltriangle passivetex
+ pas-cours pas-crosswords pas-cv pas-tableur
+ pascaltriangle passivetex passopt
patch patchcmd patgen2-tutorial path pauldoc pawpict pax
pbalance pbibtex-base pbox pb-diagram pbibtex-manual pbsheet
pdf14
@@ -817,7 +818,7 @@ my @TLP_working = qw(
tabriz-thesis tabstackengine tabto-generic tabto-ltx
tabu tabularborder tabularray tabularcalc tabularew
tabulary tabvar tagging tagpair tagpdf talk talos tamefloats
- tamethebeast tangocolors tangramtikz tap tapir tasks
+ tamethebeast tango tangocolors tangramtikz tap tapir tasks
tblr-extras tcldoc tcolorbox tdclock tds tdsfrmath
technics technion-thesis-template ted
templates-fenn templates-sommer templatetools tempora
@@ -843,7 +844,7 @@ my @TLP_working = qw(
thinsp thmbox thmlist thmtools
threadcol threeddice threeparttable threeparttablex
thuaslogos thubeamer thucoursework thumb thumbpdf thumbs thumby thuthesis
- ticket ticollege tidyres
+ ticket ticollege tidyres tiet-question-paper
tikz2d-fr tikz3d-fr tikz-3dplot
tikz-among-us tikz-bagua tikz-bayesnet tikz-bbox
tikz-cd tikz-dependency tikz-dimline tikz-ext
@@ -926,7 +927,8 @@ my @TLP_working = qw(
widetable widows-and-orphans williams willowtreebook
windycity withargs witharrows
wnri wnri-latex wordcloud wordcount wordle wordlike worldflags worksheet
- wrapfig wrapfig2 wrapstuff writeongrid wsemclassic wsuipa wtref
+ wrapfig wrapfig2 wrapstuff wrapstuff-doc-en
+ writeongrid wsemclassic wsuipa wtref
xargs xassoccnt xbmks xcharter xcharter-math xcite xcjk2uni xcntperchap
xcolor xcolor-material xcolor-solarized
xcomment xcookybooky xcpdftips xdoc xduthesis xduts
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index b89e8f8eef6..45df00708ab 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -67,10 +67,11 @@ sub tlpkgrevision {
sub ctaninfo {
$CTAN = $ENV{"CTAN"} || "/home/ftp/tex-archive";
$TMPDIR = $ENV{"TMPDIR"} || "/tmp";
- $CATALOGUE = $ENV{"TEX_CATALOGUE"} || "/home/httpd/html/catalogue/entries";
+ my $top_cat = $ENV{"TEX_CATALOGUE"} || "/home/texlive/catalogue";
+ $CATALOGUE = "$top_cat/entries";
-d "$CATALOGUE/k"
- || die "$0: TEX_CATALOGUE ($CATALOGUE) must point to entries/ subdir"
- . " of a TeX Catalogue checkout.\n";
+ || die "$0: TEX_CATALOGUE ($CATALOGUE) must point to the top level"
+ . " of a TeX Catalogue checkout (with entries/ subdir).\n";
# erroneous or problematic tds files (when new, tell CTAN and author).
# ieeeconf: capitals in directory names.
@@ -474,7 +475,7 @@ sub prepare {
sub copy_to_tmpdir {
my ($pkgname,$src) = @_;
- my $pkgdir = "$TMPDIR/tl.$pkgname";
+ my $pkgdir = "$TMPDIR/$<.tl.$pkgname";
system ("rm -rf $pkgdir");
mkdir ($pkgdir, 0777) || die "mkdir($pkgdir) failed: $!";
diff --git a/Master/tlpkg/dev/srclist.txt b/Master/tlpkg/dev/srclist.txt
index cc38357ffe3..40c3c4dfd88 100644
--- a/Master/tlpkg/dev/srclist.txt
+++ b/Master/tlpkg/dev/srclist.txt
@@ -57,6 +57,6 @@ Build/source/texk/dvipdfm-x/data/dvipdfmx.cfg Master/texmf-dist/dvipdfmx/dvipdfm
# to update manually at new automake releases), but automake provides no
# version-independent access.
#
-/usr/local/gnu/share/automake-1.16/missing Build/source/build-aux/missing
-/usr/local/gnu/share/automake-1.16/test-driver Build/source/build-aux/test-driver
-/usr/local/gnu/share/automake-1.16/ylwrap Build/source/build-aux/ylwrap
+/usr/local/gnu/share/automake-1.17/missing Build/source/build-aux/missing
+/usr/local/gnu/share/automake-1.17/test-driver Build/source/build-aux/test-driver
+/usr/local/gnu/share/automake-1.17/ylwrap Build/source/build-aux/ylwrap
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index 1b88886cd60..b31ff84dfd4 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -362,7 +362,7 @@ X. The day before the final pretest:
X1. Preserve Catalogue as of the freeze, for the sake of
post-freeze updates, e.g.,
- tar -C /home/httpd/html -czf ~karl/tmp/catalogue-freeze.tgz \
+ tar -C /home/texlive -czf ~karl/tmp/catalogue-freeze.tgz \
--exclude-vcs catalogue
If such post-freeze updates are required (let's hope not),
see tlpkg/archive/tlnet-by-hand.txt.
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index fb2c525e929..6d1ed30a274 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -57,6 +57,7 @@ $mirrors = {
},
'Taiwan' => {
'https://ctan.mirror.twds.com.tw/tex-archive/' => 1,
+ 'https://ctan.simanglam.com/' => 1,
},
'Thailand' => {
'https://mirror.kku.ac.th/CTAN/' => 1,
@@ -103,7 +104,6 @@ $mirrors = {
'https://ctan.mc1.root.project-creative.net/' => 1,
'https://ctan.mirror.norbert-ruehl.de/' => 1,
'https://ctan.net/' => 1,
- 'https://ctan.space-pro.be/tex-archive/' => 1,
'https://de.mirrors.cicku.me/ctan/' => 1,
'https://ftp.agdsn.de/pub/mirrors/latex/dante/' => 1,
'https://ftp.fau.de/ctan/' => 1,
@@ -131,6 +131,7 @@ $mirrors = {
'Netherlands' => {
'https://ftp.snt.utwente.nl/pub/software/tex/' => 1,
'https://mirror.koddos.net/CTAN/' => 1,
+ 'https://mirror.lyrahosting.com/CTAN/' => 1,
},
'Norway' => {
'https://ctan.uib.no/' => 1,
@@ -169,7 +170,7 @@ $mirrors = {
'United Kingdom' => {
'https://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1,
'https://eu.mirrors.cicku.me/ctan/' => 1,
- 'https://www-uxsup.csx.cam.ac.uk/pub/tex-archive/' => 1,
+ 'https://mirror.apps.cam.ac.uk/pub/tex-archive/' => 1,
},
},
'North America' => {
diff --git a/Master/tlpkg/installer/curl/curl-ca-bundle.crt b/Master/tlpkg/installer/curl/curl-ca-bundle.crt
index f78a6101a51..86d6cd80cc0 100644
--- a/Master/tlpkg/installer/curl/curl-ca-bundle.crt
+++ b/Master/tlpkg/installer/curl/curl-ca-bundle.crt
@@ -1,7 +1,7 @@
##
## Bundle of CA Root Certificates
##
-## Certificate data from Mozilla as of: Mon Mar 11 15:25:27 2024 GMT
+## Certificate data from Mozilla as of: Tue Jul 2 03:12:04 2024 GMT
##
## This is a bundle of X.509 certificates of public Certificate Authorities
## (CA). These were automatically extracted from Mozilla's root certificates
@@ -14,7 +14,7 @@
## Just configure this file as the SSLCACertificateFile.
##
## Conversion done with mk-ca-bundle.pl version 1.29.
-## SHA256: 4d96bd539f4719e9ace493757afbe4a23ee8579de1c97fbebc50bba3c12e8c1e
+## SHA256: 456ff095dde6dd73354c5c28c73d9c06f53b61a803963414cb91a1d92945cdd3
##
@@ -2600,36 +2600,6 @@ vLtoURMMA/cVi4RguYv/Uo7njLwcAjA8+RHUjE7AwWHCFUyqqx0LMV87HOIAl0Qx5v5zli/altP+
CAezNIm8BZ/3Hobui3A=
-----END CERTIFICATE-----
-GLOBALTRUST 2020
-================
------BEGIN CERTIFICATE-----
-MIIFgjCCA2qgAwIBAgILWku9WvtPilv6ZeUwDQYJKoZIhvcNAQELBQAwTTELMAkGA1UEBhMCQVQx
-IzAhBgNVBAoTGmUtY29tbWVyY2UgbW9uaXRvcmluZyBHbWJIMRkwFwYDVQQDExBHTE9CQUxUUlVT
-VCAyMDIwMB4XDTIwMDIxMDAwMDAwMFoXDTQwMDYxMDAwMDAwMFowTTELMAkGA1UEBhMCQVQxIzAh
-BgNVBAoTGmUtY29tbWVyY2UgbW9uaXRvcmluZyBHbWJIMRkwFwYDVQQDExBHTE9CQUxUUlVTVCAy
-MDIwMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAri5WrRsc7/aVj6B3GyvTY4+ETUWi
-D59bRatZe1E0+eyLinjF3WuvvcTfk0Uev5E4C64OFudBc/jbu9G4UeDLgztzOG53ig9ZYybNpyrO
-VPu44sB8R85gfD+yc/LAGbaKkoc1DZAoouQVBGM+uq/ufF7MpotQsjj3QWPKzv9pj2gOlTblzLmM
-CcpL3TGQlsjMH/1WljTbjhzqLL6FLmPdqqmV0/0plRPwyJiT2S0WR5ARg6I6IqIoV6Lr/sCMKKCm
-fecqQjuCgGOlYx8ZzHyyZqjC0203b+J+BlHZRYQfEs4kUmSFC0iAToexIiIwquuuvuAC4EDosEKA
-A1GqtH6qRNdDYfOiaxaJSaSjpCuKAsR49GiKweR6NrFvG5Ybd0mN1MkGco/PU+PcF4UgStyYJ9OR
-JitHHmkHr96i5OTUawuzXnzUJIBHKWk7buis/UDr2O1xcSvy6Fgd60GXIsUf1DnQJ4+H4xj04KlG
-DfV0OoIu0G4skaMxXDtG6nsEEFZegB31pWXogvziB4xiRfUg3kZwhqG8k9MedKZssCz3AwyIDMvU
-clOGvGBG85hqwvG/Q/lwIHfKN0F5VVJjjVsSn8VoxIidrPIwq7ejMZdnrY8XD2zHc+0klGvIg5rQ
-mjdJBKuxFshsSUktq6HQjJLyQUp5ISXbY9e2nKd+Qmn7OmMCAwEAAaNjMGEwDwYDVR0TAQH/BAUw
-AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFNwuH9FhN3nkq9XVsxJxaD1qaJwiMB8GA1Ud
-IwQYMBaAFNwuH9FhN3nkq9XVsxJxaD1qaJwiMA0GCSqGSIb3DQEBCwUAA4ICAQCR8EICaEDuw2jA
-VC/f7GLDw56KoDEoqoOOpFaWEhCGVrqXctJUMHytGdUdaG/7FELYjQ7ztdGl4wJCXtzoRlgHNQIw
-4Lx0SsFDKv/bGtCwr2zD/cuz9X9tAy5ZVp0tLTWMstZDFyySCstd6IwPS3BD0IL/qMy/pJTAvoe9
-iuOTe8aPmxadJ2W8esVCgmxcB9CpwYhgROmYhRZf+I/KARDOJcP5YBugxZfD0yyIMaK9MOzQ0MAS
-8cE54+X1+NZK3TTN+2/BT+MAi1bikvcoskJ3ciNnxz8RFbLEAwW+uxF7Cr+obuf/WEPPm2eggAe2
-HcqtbepBEX4tdJP7wry+UUTF72glJ4DjyKDUEuzZpTcdN3y0kcra1LGWge9oXHYQSa9+pTeAsRxS
-vTOBTI/53WXZFM2KJVj04sWDpQmQ1GwUY7VA3+vA/MRYfg0UFodUJ25W5HCEuGwyEn6CMUO+1918
-oa2u1qsgEu8KwxCMSZY13At1XrFP1U80DhEgB3VDRemjEdqso5nCtnkn4rnvyOL2NSl6dPrFf4IF
-YqYK6miyeUcGbvJXqBUzxvd4Sj1Ce2t+/vdG6tHrju+IaFvowdlxfv1k7/9nR4hYJS8+hge9+6jl
-gqispdNpQ80xiEmEU5LAsTkbOYMBMMTyqfrQA71yN2BWHzZ8vTmR9W0Nv3vXkg==
------END CERTIFICATE-----
-
ANF Secure Server Root CA
=========================
-----BEGIN CERTIFICATE-----
@@ -3579,3 +3549,20 @@ wPfc5+pbrrLMtTWGS9DiP7bY+A4A7l3j941Y/8+LN+ljX273CXE2whJdV/LItM3z7gLfEdxquVeE
HVlNjM7IDiPCtyaaEBRx/pOyiriA8A4QntOoUAw3gi/q4Iqd4Sw5/7W0cwDk90imc6y/st53BIe0
o82bNSQ3+pCTE4FCxpgmdTdmQRCsu/WU48IxK63nI1bMNSWSs1A=
-----END CERTIFICATE-----
+
+FIRMAPROFESIONAL CA ROOT-A WEB
+==============================
+-----BEGIN CERTIFICATE-----
+MIICejCCAgCgAwIBAgIQMZch7a+JQn81QYehZ1ZMbTAKBggqhkjOPQQDAzBuMQswCQYDVQQGEwJF
+UzEcMBoGA1UECgwTRmlybWFwcm9mZXNpb25hbCBTQTEYMBYGA1UEYQwPVkFURVMtQTYyNjM0MDY4
+MScwJQYDVQQDDB5GSVJNQVBST0ZFU0lPTkFMIENBIFJPT1QtQSBXRUIwHhcNMjIwNDA2MDkwMTM2
+WhcNNDcwMzMxMDkwMTM2WjBuMQswCQYDVQQGEwJFUzEcMBoGA1UECgwTRmlybWFwcm9mZXNpb25h
+bCBTQTEYMBYGA1UEYQwPVkFURVMtQTYyNjM0MDY4MScwJQYDVQQDDB5GSVJNQVBST0ZFU0lPTkFM
+IENBIFJPT1QtQSBXRUIwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARHU+osEaR3xyrq89Zfe9MEkVz6
+iMYiuYMQYneEMy3pA4jU4DP37XcsSmDq5G+tbbT4TIqk5B/K6k84Si6CcyvHZpsKjECcfIr28jlg
+st7L7Ljkb+qbXbdTkBgyVcUgt5SjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUk+FD
+Y1w8ndYn81LsF7Kpryz3dvgwHQYDVR0OBBYEFJPhQ2NcPJ3WJ/NS7Beyqa8s93b4MA4GA1UdDwEB
+/wQEAwIBBjAKBggqhkjOPQQDAwNoADBlAjAdfKR7w4l1M+E7qUW/Runpod3JIha3RxEL2Jq68cgL
+cFBTApFwhVmpHqTm6iMxoAACMQD94vizrxa5HnPEluPBMBnYfubDl94cT7iJLzPrSA8Z94dGXSaQ
+pYXFuXqUPoeovQA=
+-----END CERTIFICATE-----
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index a8ec1a154a6..b0d1486496c 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -345,6 +345,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'context-annotation', "die 'skipping, obsolete on CTAN'",
'context-bnf', "die 'skipping, obsolete on CTAN'",
'context-calendar-examples', "&MAKEcopy",
+ 'context-chat', "&MAKEcopy",
'context-chromato', "die 'skipping, obsolete on CTAN'",
'context-cmscbf', "die 'skipping, obsolete on CTAN'",
'context-cmttbf', "die 'skipping, obsolete on CTAN'",
@@ -616,6 +617,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'garuda-c90', "&MAKEgaruda_c90",
'gatech-thesis',"die 'skipping, obsolete on CTAN'",
'gene', "die 'skipping, complicated, some have sources, sorry'",
+ 'gelasiomath', "&MAKEflatten",
'genmisc', "die 'skipping, split into separate packages'",
'gentium', "die 'skipping, use gentium-tug'",
'gentl-gr', "die 'skipping, nonfree license'",
@@ -800,6 +802,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'latexalpha2', "die 'skipping, only for mathematica'",
'latexdb', "die 'skipping, needs sql, etc.'",
'latexmp', "&MAKEflatten",
+ 'latexscreenshooter', "die 'skipping, java, no wrapper, no man page, ?no doc source'",
'lato', "&MAKEcopy",
'lato-math', "die 'skipping, as of 12may24 lete-sans-math'",
'layaureo', "&MAKEflatten",
@@ -891,6 +894,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'lucidabr', "die 'skipping, nonfree font'",
'lucold', "die 'skipping, nonfree font'",
'lug', "skipping, specific script (with too-short name)",
+ 'luwiantype', "&MAKEflatten",
'lxfonts', "&MAKEflatten",
'ly1', "&MAKEcopy",
'lyx', "die 'skipping, container directory'",
@@ -1670,6 +1674,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'tlcockpit' => '&PREHOOK_tlcockpit',
'tudscr' => '&PREHOOK_tudscr',
'tui' => '&PREHOOK_tui',
+ 'typog' => '&PREHOOK_typog',
'univie-ling' => '&PREHOOK_flatten1',
'utf8mex' => '&PREHOOK_flatten1',
'vhistory' => '&PREHOOK_vhistory',
@@ -1708,6 +1713,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'bibtex' => '&POSTbibtex',
'bibtexperllibs' => '&POSTbibtexperllibs',
'blopentype' => '&POST_onelevel',
+ 'bonum-otf' => '&POST_onelevel',
'cfr-lm' => '&POSTcfr_lm',
'circularglyphs' => '&POST_onelevel',
'citation-style-language' => '&POST_do_man',
@@ -1874,6 +1880,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'stex', => '&POSTstex',
'superiors' => '&POST_onelevel',
'sympycalc' => '&POST_onelevel',
+ 'tango' => '&POST_onelevel',
'tangramtikz' => '&POST_onelevel',
'tap' => '&POSTtap',
'tds' => '&POST_rmsymlink', # no README.html
@@ -2054,7 +2061,7 @@ $standardfmt='latex';
$standardtex
= '(\.(.bx|4ht|cls|clo|cmap|(code|lib)\.tex'
. '|def|dfu|fd|fontspec|ldf|lua|opm|py|sty|trsl)'
- . '|.*[^c]\.cfg)$'; # not ltxdoc.cfg
+ . '|^lbx|.*[^c]\.cfg)$'; # not ltxdoc.cfg
%specialtex = (
'2up', '2up\.tex|' . $standardtex,
'FAQ-en', 'NULL',
@@ -2374,6 +2381,7 @@ $standardtex
'mkpattern', 'mkpatter.tex',
'mlawriter', 'mlawriter.tex',
'mnhyphn', 'mnhyphn.tex',
+ 'moderncv', 'moderncv.*\.tex|' . $standardtex,
'montex', '(mlsgalig|mlstrans|mnhyphex)\.tex|' . $standardtex,
'mpman-ru', 'NULL', # doc package
'msg', '-msg\.tex|' . $standardtex,
@@ -4355,7 +4363,7 @@ sub MAKEcopy {
&SYSTEM ("$CP -r * $dest");
# allow for playing around after the copy. The prehook stuff was
- # invented before the following special cases; not worth cleaning up.
+ # invented after the following special cases; not worth cleaning up.
# Many of them would be better as posthooks anyway.
&xchdir ($dest);
&run_prehook ();
@@ -6516,6 +6524,12 @@ sub PREHOOK_tui {
&SYSTEM ("$MV doc/* tex/* .");
}
+sub PREHOOK_typog {
+ print "PREHOOK_$package - make script and man page\n";
+ # clever build-time substitutions
+ &SYSTEM ("make typog-grep.pl typog-grep.1");
+}
+
sub PREHOOK_unzip {
print "PREHOOK_unzip - $package\n";
&SYSTEM ("unzip -q -o -d $DEST *.zip && $RM *.zip");
diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb
index 78a4032367b..862d29733da 100644
--- a/Master/tlpkg/texlive.tlpdb
+++ b/Master/tlpkg/texlive.tlpdb
@@ -26,11 +26,11 @@ depend container_split_src_files/1
depend frozen/0
depend minrelease/2016
depend release/2024
-depend revision/71577
+depend revision/71895
name 00texlive.image
category TLCore
-revision 71527
+revision 71894
shortdesc TeX Live files only in the source repository
longdesc The files here are not copied by the installer and containers
longdesc are not built for them; they exist only in the source
@@ -885,6 +885,7 @@ runfiles size=14492
tlpkg/tlpsrc/boldtensors.tlpsrc
tlpkg/tlpsrc/bondgraph.tlpsrc
tlpkg/tlpsrc/bondgraphs.tlpsrc
+ tlpkg/tlpsrc/bonum-otf.tlpsrc
tlpkg/tlpsrc/book-of-common-prayer.tlpsrc
tlpkg/tlpsrc/bookcover.tlpsrc
tlpkg/tlpsrc/bookdb.tlpsrc
@@ -1247,6 +1248,7 @@ runfiles size=14492
tlpkg/tlpsrc/constants.tlpsrc
tlpkg/tlpsrc/conteq.tlpsrc
tlpkg/tlpsrc/context-calendar-examples.tlpsrc
+ tlpkg/tlpsrc/context-chat.tlpsrc
tlpkg/tlpsrc/context-collating-marks.tlpsrc
tlpkg/tlpsrc/context-companion-fonts.tlpsrc
tlpkg/tlpsrc/context-cyrillicnumbers.tlpsrc
@@ -1499,6 +1501,7 @@ runfiles size=14492
tlpkg/tlpsrc/documentation.tlpsrc
tlpkg/tlpsrc/docutils.tlpsrc
tlpkg/tlpsrc/doi.tlpsrc
+ tlpkg/tlpsrc/doibanner.tlpsrc
tlpkg/tlpsrc/doipubmed.tlpsrc
tlpkg/tlpsrc/domitian.tlpsrc
tlpkg/tlpsrc/dosepsbin.tlpsrc
@@ -2000,6 +2003,7 @@ runfiles size=14492
tlpkg/tlpsrc/gcite.tlpsrc
tlpkg/tlpsrc/gckanbun.tlpsrc
tlpkg/tlpsrc/gelasio.tlpsrc
+ tlpkg/tlpsrc/gelasiomath.tlpsrc
tlpkg/tlpsrc/gender.tlpsrc
tlpkg/tlpsrc/gene-logic.tlpsrc
tlpkg/tlpsrc/genealogy-profiles.tlpsrc
@@ -2841,6 +2845,7 @@ runfiles size=14492
tlpkg/tlpsrc/luavlna.tlpsrc
tlpkg/tlpsrc/luaxml.tlpsrc
tlpkg/tlpsrc/lutabulartools.tlpsrc
+ tlpkg/tlpsrc/luwiantype.tlpsrc
tlpkg/tlpsrc/lwarp.tlpsrc
tlpkg/tlpsrc/lxfonts.tlpsrc
tlpkg/tlpsrc/ly1.tlpsrc
@@ -3051,6 +3056,7 @@ runfiles size=14492
tlpkg/tlpsrc/moreenum.tlpsrc
tlpkg/tlpsrc/morefloats.tlpsrc
tlpkg/tlpsrc/morehype.tlpsrc
+ tlpkg/tlpsrc/moremath.tlpsrc
tlpkg/tlpsrc/moresize.tlpsrc
tlpkg/tlpsrc/moreverb.tlpsrc
tlpkg/tlpsrc/morewrites.tlpsrc
@@ -3332,6 +3338,7 @@ runfiles size=14492
tlpkg/tlpsrc/pas-tableur.tlpsrc
tlpkg/tlpsrc/pascaltriangle.tlpsrc
tlpkg/tlpsrc/passivetex.tlpsrc
+ tlpkg/tlpsrc/passopt.tlpsrc
tlpkg/tlpsrc/patch.tlpsrc
tlpkg/tlpsrc/patchcmd.tlpsrc
tlpkg/tlpsrc/patgen.tlpsrc
@@ -4197,6 +4204,7 @@ runfiles size=14492
tlpkg/tlpsrc/talos.tlpsrc
tlpkg/tlpsrc/tamefloats.tlpsrc
tlpkg/tlpsrc/tamethebeast.tlpsrc
+ tlpkg/tlpsrc/tango.tlpsrc
tlpkg/tlpsrc/tangocolors.tlpsrc
tlpkg/tlpsrc/tangramtikz.tlpsrc
tlpkg/tlpsrc/tap.tlpsrc
@@ -4342,6 +4350,7 @@ runfiles size=14492
tlpkg/tlpsrc/ticollege.tlpsrc
tlpkg/tlpsrc/tidyres.tlpsrc
tlpkg/tlpsrc/tie.tlpsrc
+ tlpkg/tlpsrc/tiet-question-paper.tlpsrc
tlpkg/tlpsrc/tikz-3dplot.tlpsrc
tlpkg/tlpsrc/tikz-among-us.tlpsrc
tlpkg/tlpsrc/tikz-bagua.tlpsrc
@@ -4722,6 +4731,7 @@ runfiles size=14492
tlpkg/tlpsrc/worldflags.tlpsrc
tlpkg/tlpsrc/wrapfig.tlpsrc
tlpkg/tlpsrc/wrapfig2.tlpsrc
+ tlpkg/tlpsrc/wrapstuff-doc-en.tlpsrc
tlpkg/tlpsrc/wrapstuff.tlpsrc
tlpkg/tlpsrc/writeongrid.tlpsrc
tlpkg/tlpsrc/wsemclassic.tlpsrc
@@ -4913,7 +4923,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 71577
+revision 71895
shortdesc TeX Live standalone installer package
longdesc This package defines the files to go into the installer
longdesc archives (install-tl-unx.tar.gz, install-tl.zip) built by the
@@ -4923,7 +4933,7 @@ longdesc allowed, but in this case, 00texlive.installer is never used
longdesc *except* to build the installer archives, so it's ok. For
longdesc information on the 00texlive prefix see
longdesc 00texlive.installation(.tlpsrc)
-runfiles size=802
+runfiles size=801
install-tl
release-texlive.txt
tlpkg/installer/COPYING.MinGW-runtime.txt
@@ -24505,7 +24515,7 @@ catalogue-version 0.1c
name asymptote
category TLCore
-revision 70885
+revision 71609
shortdesc 2D and 3D TeX-Aware Vector Graphics Language
longdesc Asymptote is a powerful descriptive vector graphics language
longdesc for technical drawing, inspired by MetaPost but with an
@@ -25054,7 +25064,7 @@ catalogue-contact-repository https://github.com/vectorgraphics/asymptote
catalogue-ctan /graphics/asymptote
catalogue-license lgpl3
catalogue-topics graphics graphics-engn
-catalogue-version 2.89
+catalogue-version 2.90
name asymptote-by-example-zh-cn
category Package
@@ -27187,7 +27197,7 @@ catalogue-version 1.0
name babel
category Package
-revision 71407
+revision 71656
shortdesc Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and Plain TeX
longdesc This package manages culturally-determined typographical (and
longdesc other) rules for a wide range of languages. A document may
@@ -28182,7 +28192,7 @@ catalogue-contact-repository https://github.com/latex3/babel
catalogue-ctan /macros/latex/required/babel/base
catalogue-license lppl1.3
catalogue-topics multilingual expl3
-catalogue-version 24.6
+catalogue-version 24.7
name babel-albanian
category Package
@@ -28512,7 +28522,7 @@ catalogue-version 1.3s
name babel-french
category Package
-revision 71337
+revision 71737
shortdesc Babel contributed support for French
longdesc The package, formerly known as frenchb, establishes French
longdesc conventions in a document (or a subset of the conventions, if
@@ -28535,7 +28545,7 @@ catalogue-contact-home http://daniel.flipo.free.fr/babel-french
catalogue-ctan /macros/latex/contrib/babel-contrib/french
catalogue-license lppl1.3c
catalogue-topics french multilingual-addon
-catalogue-version 3.6a
+catalogue-version 3.6b
name babel-friulan
category Package
@@ -33291,20 +33301,24 @@ catalogue-topics class book-pub chinese multilingual expl3
name beautybook
category Package
-revision 70672
+revision 71693
shortdesc A beautiful book template for maths and science
-longdesc The package contains LaTeX classes (both a Chinese and an
-longdesc English version) as well as style files for creating beautiful
-longdesc science books.
-docfiles size=12147
- texmf-dist/doc/latex/beautybook/Beautybook-cn.pdf details="Package documentation (Chinese)"
- texmf-dist/doc/latex/beautybook/Beautybook-cn.tex
+longdesc The package contains a LaTeX class as well as style files for
+longdesc creating beautiful science books.
+docfiles size=13889
texmf-dist/doc/latex/beautybook/README.md details="Readme"
+ texmf-dist/doc/latex/beautybook/beautybook-cn.pdf details="Package documentation (Chinese)"
+ texmf-dist/doc/latex/beautybook/beautybook-cn.tex
texmf-dist/doc/latex/beautybook/beautybook-en.pdf details="Package documentation (English)"
texmf-dist/doc/latex/beautybook/beautybook-en.tex
+ texmf-dist/doc/latex/beautybook/inner_pics/beautybook-logo.png
texmf-dist/doc/latex/beautybook/inner_pics/coverimage.jpg
+ texmf-dist/doc/latex/beautybook/inner_pics/hummingbird-8013214.jpg
texmf-dist/doc/latex/beautybook/inner_pics/ivy-ge998908f8_1280.jpg
- texmf-dist/doc/latex/beautybook/inner_pics/logo.png
+ texmf-dist/doc/latex/beautybook/inner_pics/mystery-1599527.jpg
+ texmf-dist/doc/latex/beautybook/inner_pics/titleimages/c10.pdf
+ texmf-dist/doc/latex/beautybook/inner_pics/titleimages/c11.pdf
+ texmf-dist/doc/latex/beautybook/inner_pics/titleimages/c9.pdf
texmf-dist/doc/latex/beautybook/inner_pics/titleimages/even1.png
texmf-dist/doc/latex/beautybook/inner_pics/titleimages/even2.png
texmf-dist/doc/latex/beautybook/inner_pics/titleimages/even3.png
@@ -33337,14 +33351,13 @@ docfiles size=12147
texmf-dist/doc/latex/beautybook/inner_pics/titleimages/odd9.png
texmf-dist/doc/latex/beautybook/inner_pics/titleimages/songeven.png
texmf-dist/doc/latex/beautybook/inner_pics/titleimages/songodd.png
-runfiles size=42
- texmf-dist/tex/latex/beautybook/Beautybook-CN.cls
- texmf-dist/tex/latex/beautybook/Beautybook-EN.cls
- texmf-dist/tex/latex/beautybook/stys/Beautybook-bottompage.sty
- texmf-dist/tex/latex/beautybook/stys/Beautybook-cover-birkar.sty
- texmf-dist/tex/latex/beautybook/stys/Beautybook-cover-cn.sty
- texmf-dist/tex/latex/beautybook/stys/Beautybook-cover-en.sty
- texmf-dist/tex/latex/beautybook/stys/Beautybook-cover-enfig.sty
+runfiles size=30
+ texmf-dist/tex/latex/beautybook/beautybook.cls
+ texmf-dist/tex/latex/beautybook/stys/beautybook-bottompage.sty
+ texmf-dist/tex/latex/beautybook/stys/beautybook-cover-birkar.sty
+ texmf-dist/tex/latex/beautybook/stys/beautybook-cover-cn.sty
+ texmf-dist/tex/latex/beautybook/stys/beautybook-cover-en.sty
+ texmf-dist/tex/latex/beautybook/stys/beautybook-cover-enfig.sty
catalogue-contact-bugs https://github.com/BeautyLaTeX/latex-template/issues
catalogue-contact-development https://github.com/BeautyLaTeX
catalogue-contact-repository https://github.com/BeautyLaTeX/latex-template
@@ -33379,7 +33392,7 @@ catalogue-topics book-pub class doc-templ expl3
name beebe
category Package
-revision 71419
+revision 71712
catalogue biblio
shortdesc A collection of bibliographies
longdesc A collection of BibTeX bibliographies on TeX-related topics
@@ -37989,7 +38002,7 @@ catalogue-version 1.1b
name biblatex-publist
category Package
-revision 71548
+revision 71821
shortdesc BibLaTeX bibliography support for publication lists
longdesc The package provides a BibLaTeX bibliography style file (*.bbx)
longdesc for publication lists. The style file draws on BibLaTeX's
@@ -37997,11 +38010,26 @@ longdesc authoryear style, but provides some extra features often
longdesc desired for publication lists, such as the omission of the
longdesc author's own name from author or editor data. At least version
longdesc 3.4 of biblatex is required.
-docfiles size=122
+docfiles size=124
texmf-dist/doc/latex/biblatex-publist/README details="Readme"
texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf details="Package documentation"
texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
-runfiles size=19
+runfiles size=35
+ texmf-dist/tex/latex/biblatex-publist/lbx/UKenglish-publist.lbx
+ texmf-dist/tex/latex/biblatex-publist/lbx/USenglish-publist.lbx
+ texmf-dist/tex/latex/biblatex-publist/lbx/american-publist.lbx
+ texmf-dist/tex/latex/biblatex-publist/lbx/australian-publist.lbx
+ texmf-dist/tex/latex/biblatex-publist/lbx/austrian-publist.lbx
+ texmf-dist/tex/latex/biblatex-publist/lbx/british-publist.lbx
+ texmf-dist/tex/latex/biblatex-publist/lbx/canadian-publist.lbx
+ texmf-dist/tex/latex/biblatex-publist/lbx/english-publist.lbx
+ texmf-dist/tex/latex/biblatex-publist/lbx/french-publist.lbx
+ texmf-dist/tex/latex/biblatex-publist/lbx/german-publist.lbx
+ texmf-dist/tex/latex/biblatex-publist/lbx/naustrian-publist.lbx
+ texmf-dist/tex/latex/biblatex-publist/lbx/newzealand-publist.lbx
+ texmf-dist/tex/latex/biblatex-publist/lbx/ngerman-publist.lbx
+ texmf-dist/tex/latex/biblatex-publist/lbx/nswissgerman-publist.lbx
+ texmf-dist/tex/latex/biblatex-publist/lbx/swissgerman-publist.lbx
texmf-dist/tex/latex/biblatex-publist/publist.bbx
texmf-dist/tex/latex/biblatex-publist/publist.cbx
texmf-dist/tex/latex/biblatex-publist/publist.dbx
@@ -38010,7 +38038,7 @@ catalogue-contact-repository https://github.com/jspitz/biblatex-publist
catalogue-ctan /macros/latex/contrib/biblatex-contrib/biblatex-publist
catalogue-license lppl1.3
catalogue-topics biblatex
-catalogue-version 2.10
+catalogue-version 2.12
name biblatex-readbbl
category Package
@@ -41109,6 +41137,24 @@ catalogue-license lppl1.3
catalogue-topics diagram pgf-tikz
catalogue-version 1.0.1
+name bonum-otf
+category Package
+revision 71894
+shortdesc Support for the OpenType font Bonum
+longdesc Support for the OpenType font Bonum (text and math) of the
+longdesc TeXGyre Fonts.
+docfiles size=127
+ texmf-dist/doc/fonts/bonum-otf/Changes
+ texmf-dist/doc/fonts/bonum-otf/README.md details="Readme"
+ texmf-dist/doc/fonts/bonum-otf/bonum-otf-doc.pdf details="Package documentation"
+ texmf-dist/doc/fonts/bonum-otf/bonum-otf-doc.tex
+runfiles size=3
+ texmf-dist/tex/fonts/bonum-otf/bonum-otf.sty
+catalogue-ctan /fonts/bonum-otf
+catalogue-license lppl1.3
+catalogue-topics font
+catalogue-version 0.01
+
name book-of-common-prayer
category Package
revision 62240
@@ -43183,7 +43229,7 @@ catalogue-version 0.4a
name bxjatoucs
category Package
-revision 52509
+revision 71870
shortdesc Convert Japanese character code to Unicode
longdesc This package is meant for macro/package developers: It provides
longdesc function-like (fully-expandable) macros that convert a
@@ -43194,19 +43240,20 @@ longdesc glyph set.
docfiles size=2
texmf-dist/doc/latex/bxjatoucs/LICENSE
texmf-dist/doc/latex/bxjatoucs/README.md details="Readme"
-runfiles size=34
+runfiles size=58
texmf-dist/fonts/tfm/public/bxjatoucs/bxjatoucs-cid.tfm
texmf-dist/fonts/tfm/public/bxjatoucs/bxjatoucs-jis.tfm
+ texmf-dist/fonts/tfm/public/bxjatoucs/bxjatoucs-tojis.tfm
texmf-dist/tex/latex/bxjatoucs/bxjatoucs.sty
catalogue-contact-repository https://github.com/zr-tex8r/BXjatoucs
catalogue-ctan /language/japanese/BX/bxjatoucs
catalogue-license mit
catalogue-topics japanese unicode macro-supp
-catalogue-version 0.2
+catalogue-version 0.3a
name bxjscls
category Package
-revision 69637
+revision 71848
shortdesc Japanese document class collection for all major engines
longdesc This package provides an extended version of the Japanese
longdesc document class collection provided by jsclasses. While the
@@ -43214,17 +43261,17 @@ longdesc original version supports only pLaTeX and upLaTeX, the extended
longdesc version also supports pdfLaTeX, XeLaTeX and LuaLaTeX, with the
longdesc aid of suitable packages that provide capability of Japanese
longdesc typesetting.
-docfiles size=348
+docfiles size=349
texmf-dist/doc/latex/bxjscls/LICENSE
texmf-dist/doc/latex/bxjscls/README-ja.md details="Readme (Japanese)" language="ja"
texmf-dist/doc/latex/bxjscls/README.md details="Readme"
texmf-dist/doc/latex/bxjscls/bxjscls-manual.pdf details="User guide (Japanese)" language="ja"
texmf-dist/doc/latex/bxjscls/bxjscls-manual.tex
texmf-dist/doc/latex/bxjscls/bxjscls.pdf details="Package documentation (Japanese)" language="ja"
-srcfiles size=115
+srcfiles size=116
texmf-dist/source/latex/bxjscls/bxjscls.dtx
texmf-dist/source/latex/bxjscls/bxjscls.ins
-runfiles size=111
+runfiles size=112
texmf-dist/tex/latex/bxjscls/bxjsarticle.cls
texmf-dist/tex/latex/bxjscls/bxjsbook.cls
texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty
@@ -43241,7 +43288,7 @@ catalogue-contact-repository https://github.com/zr-tex8r
catalogue-ctan /language/japanese/BX/bxjscls
catalogue-license bsd2
catalogue-topics japanese class
-catalogue-version 2.9b
+catalogue-version 2.9c
name bxnewfont
category Package
@@ -43307,7 +43354,7 @@ catalogue-version 0.6
name bxpdfver
category Package
-revision 63185
+revision 71893
shortdesc Specify version and compression level of output PDF files
longdesc This package enables users to specify in their sources the
longdesc following settings on the PDF document to output: PDF version
@@ -43324,7 +43371,7 @@ runfiles size=8
catalogue-ctan /macros/latex/contrib/bxpdfver
catalogue-license mit
catalogue-topics pdf-feat
-catalogue-version 0.6
+catalogue-version 0.7
name bxtexlogo
category Package
@@ -51085,7 +51132,7 @@ catalogue-version 1.5
name changebar
category Package
-revision 69367
+revision 71847
shortdesc Generate changebars in LaTeX documents
longdesc Identify areas of text to be marked with changebars with the
longdesc \cbstart and \cbend commands; the bars may be coloured. The
@@ -51113,7 +51160,7 @@ catalogue-also chbar xechangebar backgrnd
catalogue-ctan /macros/latex/contrib/changebar
catalogue-license lppl1.3
catalogue-topics editorial
-catalogue-version 3.7d
+catalogue-version 3.7e
name changelayout
category Package
@@ -52302,7 +52349,7 @@ catalogue-version 4.17
name chemformula-ru
category Package
-revision 70350
+revision 71883
shortdesc Using the chemformula package with babel-russian settings
longdesc The chemformula package and babel-russian settings
longdesc (russian.ldf) both define macros named "\ch". The package
@@ -52310,10 +52357,10 @@ longdesc chemformula-ru undefines babel's macro to prevent an error when
longdesc both packages are loaded together. Optionally it redefines the
longdesc \cosh macro to print the hyperbolic cosine in Russian notation
longdesc and/or defines a new macro \Ch for that purpose.
-docfiles size=44
+docfiles size=45
texmf-dist/doc/latex/chemformula-ru/README.md details="Readme (English)"
texmf-dist/doc/latex/chemformula-ru/README.ru details="Readme (Russian)" language="ru"
- texmf-dist/doc/latex/chemformula-ru/chemformula-ru.pdf details="Package documentation"
+ texmf-dist/doc/latex/chemformula-ru/chemformula-ru.pdf details="Package documentation (English and Russian)"
texmf-dist/doc/latex/chemformula-ru/chemformula-ru.tex
runfiles size=1
texmf-dist/tex/latex/chemformula-ru/chemformula-ru.sty
@@ -57453,30 +57500,29 @@ binfiles arch=x86_64-solaris size=59
name cjs-rcs-article
category Package
-revision 69006
+revision 71799
shortdesc Article class for The Canadian Journal of Statistics
longdesc The document class cjs-rcs-article and its companion
longdesc bibliographic styles cjs-rcs-en and cjs-rcs-fr typeset
longdesc manuscripts immediately in accordance with the presentation
longdesc rules of The Canadian Journal of Statistics.
-docfiles size=164
+docfiles size=94
texmf-dist/doc/latex/cjs-rcs-article/README.md details="Readme"
texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-article-fr.pdf details="Package documentation (French)" language="fr"
- texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-article-fr.tex
texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-article.pdf details="Package documentation (English)"
- texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-bst-en.dbj
- texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-bst-fr.dbj
- texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-class.dbj
- texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-english.mbs
- texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-french.mbs
- texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-merlin.mbs
texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-merlin.pdf details="Documentation of bibliographic style"
texmf-dist/doc/latex/cjs-rcs-article/cjs-template.tex
texmf-dist/doc/latex/cjs-rcs-article/rcs-gabarit.tex
-srcfiles size=49
+srcfiles size=127
texmf-dist/source/latex/cjs-rcs-article/cjs-rcs-article.dtx
texmf-dist/source/latex/cjs-rcs-article/cjs-rcs-article.ins
-runfiles size=25
+ texmf-dist/source/latex/cjs-rcs-article/cjs-rcs-bst-en.dbj
+ texmf-dist/source/latex/cjs-rcs-article/cjs-rcs-bst-fr.dbj
+ texmf-dist/source/latex/cjs-rcs-article/cjs-rcs-class.dbj
+ texmf-dist/source/latex/cjs-rcs-article/cjs-rcs-english.mbs
+ texmf-dist/source/latex/cjs-rcs-article/cjs-rcs-french.mbs
+ texmf-dist/source/latex/cjs-rcs-article/cjs-rcs-merlin.mbs
+runfiles size=26
texmf-dist/bibtex/bst/cjs-rcs-article/cjs-rcs-en.bst
texmf-dist/bibtex/bst/cjs-rcs-article/cjs-rcs-fr.bst
texmf-dist/tex/latex/cjs-rcs-article/cjs-rcs-article.cls
@@ -57487,7 +57533,7 @@ catalogue-contact-repository https://gitlab.com/cjs-rcs/cjs-rcs-article
catalogue-ctan /macros/latex/contrib/cjs-rcs-article
catalogue-license lppl1.3c cc-by-sa-4
catalogue-topics journalpub article-like class doc-templ bibtex-sty
-catalogue-version 1.0
+catalogue-version 1.1
name clara
category Package
@@ -65226,13 +65272,14 @@ depend xpdfopen
name collection-context
category Collection
-revision 71515
+revision 71879
shortdesc ConTeXt and packages
longdesc Hans Hagen's powerful ConTeXt system, https://pragma-ade.com.
longdesc Also includes third-party ConTeXt packages.
depend collection-basic
depend context
depend context-calendar-examples
+depend context-chat
depend context-collating-marks
depend context-cyrillicnumbers
depend context-filter
@@ -65256,7 +65303,7 @@ depend luajittex
name collection-fontsextra
category Collection
-revision 71246
+revision 71894
shortdesc Additional fonts
depend aboensis
depend academicons
@@ -65308,6 +65355,7 @@ depend bguq
depend bitter
depend blacklettert1
depend boisik
+depend bonum-otf
depend bookhands
depend boondox
depend braille
@@ -65422,6 +65470,7 @@ depend frimurer
depend garamond-libre
depend garamond-math
depend gelasio
+depend gelasiomath
depend genealogy
depend gentium-tug
depend gfsartemisia
@@ -65489,6 +65538,7 @@ depend lineara
depend linguisticspro
depend lobster2
depend logix
+depend luwiantype
depend lxfonts
depend ly1
depend magra
@@ -66032,7 +66082,7 @@ depend vlna
name collection-langenglish
category Collection
-revision 71432
+revision 71835
shortdesc US and UK English
longdesc Support for, and documentation in, English.
depend amiweb2c-guide
@@ -66107,6 +66157,7 @@ depend typstfun
depend undergradmath
depend visualfaq
depend webguide
+depend wrapstuff-doc-en
depend xetexref
depend yet-another-guide-latex2e
@@ -66648,7 +66699,7 @@ depend url
name collection-latexextra
category Collection
-revision 71526
+revision 71892
shortdesc LaTeX additional packages
longdesc A very large collection of add-on packages for LaTeX.
depend 2up
@@ -67034,6 +67085,7 @@ depend doctools
depend documentation
depend docutils
depend doi
+depend doibanner
depend dotarrow
depend dotlessi
depend dotseqn
@@ -67708,6 +67760,7 @@ depend parselines
depend pas-cours
depend pas-cv
depend pas-tableur
+depend passopt
depend patch
depend patchcmd
depend pauldoc
@@ -68293,7 +68346,7 @@ depend xunicode
name collection-luatex
category Collection
-revision 71305
+revision 71743
shortdesc LuaTeX packages
longdesc Packages for LuaTeX, a TeX engine using Lua as an embedded
longdesc scripting and extension language, with native support for
@@ -68399,6 +68452,7 @@ depend spacekern
depend spelling
depend stricttex
depend sympycalc
+depend tango
depend texfindpkg
depend truthtable
depend tsvtemplate
@@ -68408,7 +68462,7 @@ depend yamlvars
name collection-mathscience
category Collection
-revision 71466
+revision 71810
shortdesc Mathematics, natural sciences, computer science packages
depend 12many
depend accents
@@ -68570,6 +68624,7 @@ depend mhchem
depend mhequ
depend miller
depend mismath
+depend moremath
depend multiobjective
depend naive-ebnf
depend namedtensor
@@ -69291,7 +69346,7 @@ depend vocaltract
name collection-publishers
category Collection
-revision 71373
+revision 71601
shortdesc Publisher styles, theses, etc.
depend aastex
depend abnt
@@ -69525,6 +69580,7 @@ depend thubeamer
depend thucoursework
depend thuthesis
depend tidyres
+depend tiet-question-paper
depend timbreicmc
depend tlc-article
depend topletter
@@ -70005,7 +70061,7 @@ catalogue-version 1.0
name colortbl
category Package
-revision 71370
+revision 71883
shortdesc Add colour to LaTeX tables
longdesc The package allows rows and columns to be coloured, and even
longdesc individual cells.
@@ -70014,7 +70070,7 @@ docfiles size=169
texmf-dist/doc/latex/colortbl/colortbl-DE.pdf details="Package manual (German)" language="de"
texmf-dist/doc/latex/colortbl/colortbl-DE.tex
texmf-dist/doc/latex/colortbl/colortbl.pdf details="Package manual (English)" language="en"
-srcfiles size=13
+srcfiles size=14
texmf-dist/source/latex/colortbl/colortbl.dtx
texmf-dist/source/latex/colortbl/colortbl.ins
runfiles size=4
@@ -70023,7 +70079,7 @@ catalogue-also xcolor
catalogue-ctan /macros/latex/contrib/colortbl
catalogue-license lppl
catalogue-topics colour table
-catalogue-version 1.0h
+catalogue-version 1.0i
name colorwav
category Package
@@ -76018,6 +76074,17 @@ catalogue-ctan /macros/context/contrib/context-calendar-examples
catalogue-license pd
catalogue-topics calendar calculation context
+name context-chat
+category ConTeXt
+revision 71879
+depend context
+docfiles size=11
+ texmf-dist/doc/context/third/chat/LICENSE
+ texmf-dist/doc/context/third/chat/README.md
+ texmf-dist/doc/context/third/chat/VERSION
+runfiles size=2
+ texmf-dist/tex/context/third/chat/t-chat.mkiv
+
name context-collating-marks
category ConTeXt
revision 68696
@@ -76041,12 +76108,12 @@ catalogue-topics book-pub context
name context-companion-fonts
category Package
-revision 70149
+revision 71648
shortdesc companion fonts with fixes for ConTeXt
longdesc From
longdesc https://github.com/contextgarden/context-distribution-fonts/tre
longdesc e/main/fonts/data/cms/companion Should be on CTAN eventually.
-runfiles size=12
+runfiles size=54
texmf-dist/fonts/opentype/public/context-companion-fonts/LatinModernMath-Companion.otf
texmf-dist/fonts/opentype/public/context-companion-fonts/RalphSmithsFormalScript-Companion.otf
texmf-dist/fonts/opentype/public/context-companion-fonts/TeXGyreBonumMath-Companion.otf
@@ -84806,11 +84873,11 @@ catalogue-version 1.1
name customenvs
category Package
-revision 71415
+revision 71792
shortdesc Custom environments (MCQ, list with picked items, ...)
longdesc The package provides some custom environments (Multiple Choice,
longdesc list with chosen items, ...) based on existing environments.
-docfiles size=466
+docfiles size=471
texmf-dist/doc/latex/customenvs/README.md details="Readme"
texmf-dist/doc/latex/customenvs/customenvs-doc-en.pdf details="Package documentation (English)"
texmf-dist/doc/latex/customenvs/customenvs-doc-en.tex
@@ -84818,14 +84885,14 @@ docfiles size=466
texmf-dist/doc/latex/customenvs/customenvs-doc-fr.tex
texmf-dist/doc/latex/customenvs/envtexo_exemples.pdf
texmf-dist/doc/latex/customenvs/envtexo_exemples.tex
-runfiles size=19
+runfiles size=21
texmf-dist/tex/latex/customenvs/customenvs.sty
catalogue-contact-bugs https://github.com/cpierquet/customenvs/issues
catalogue-contact-repository https://github.com/cpierquet/customenvs
catalogue-ctan /macros/latex/contrib/customenvs
catalogue-license lppl1.3c cc-by-sa-4
catalogue-topics list table
-catalogue-version 0.1.7
+catalogue-version 0.1.8
name cutwin
category Package
@@ -84929,7 +84996,7 @@ catalogue-version 1.1.0
name cweb
category Package
-revision 71359
+revision 71887
catalogue cwebbin
shortdesc CWEB for ANSI-C/C++ compilers
longdesc A highly portable and extended version of Levy/Knuth CWEB 3.64c
@@ -86299,7 +86366,7 @@ catalogue-version 1.3
name dashrulex
category Package
-revision 70762
+revision 71846
shortdesc Draw dashed rules
longdesc This package package provides a flexible solution for drawing
longdesc dashed rules in the body. It currently provides two commands,
@@ -86311,10 +86378,11 @@ docfiles size=18
texmf-dist/doc/latex/dashrulex/dashrulex.tex
runfiles size=1
texmf-dist/tex/latex/dashrulex/dashrulex.sty
+catalogue-contact-repository https://github.com/texno3/dashrulex
catalogue-ctan /macros/latex/contrib/dashrulex
catalogue-license cc-by-4
catalogue-topics rule line-patt expl3
-catalogue-version 1.00c
+catalogue-version 1.01a
name dashundergaps
category Package
@@ -88893,25 +88961,25 @@ catalogue-version 2.0
name delimset
category Package
-revision 49544
+revision 71829
shortdesc Typeset and declare sets of delimiters with convenient size control
longdesc delimset is a LaTeX2e package to typeset and declare sets of
longdesc delimiters in math mode whose size can be adjusted
longdesc conveniently.
-docfiles size=83
+docfiles size=94
texmf-dist/doc/latex/delimset/README.txt details="Readme"
texmf-dist/doc/latex/delimset/delimset.pdf details="Package documentation"
texmf-dist/doc/latex/delimset/dlmssamp.tex
-srcfiles size=12
+srcfiles size=17
texmf-dist/source/latex/delimset/delimset.dtx
texmf-dist/source/latex/delimset/delimset.ins
-runfiles size=2
+runfiles size=3
texmf-dist/tex/latex/delimset/delimset.sty
catalogue-also delim delimseasy
catalogue-ctan /macros/latex/contrib/delimset
catalogue-license lppl1.3
catalogue-topics maths
-catalogue-version 1.1
+catalogue-version 2.0
name delimtxt
category Package
@@ -90887,6 +90955,27 @@ catalogue-ctan /macros/latex/contrib/doi
catalogue-license lppl
catalogue-topics hyper
+name doibanner
+category Package
+revision 71892
+shortdesc Generate DOI banners and links
+longdesc A LaTeX package to generate DOI banners and links.
+docfiles size=94
+ texmf-dist/doc/latex/doibanner/CHANGELOG.md
+ texmf-dist/doc/latex/doibanner/README.md details="Readme"
+ texmf-dist/doc/latex/doibanner/doibanner.pdf details="Package documentation"
+srcfiles size=4
+ texmf-dist/source/latex/doibanner/doibanner.dtx
+ texmf-dist/source/latex/doibanner/doibanner.ins
+runfiles size=1
+ texmf-dist/tex/latex/doibanner/doibanner.sty
+catalogue-contact-home https://codeberg.org/Cs137/doibanner
+catalogue-contact-repository https://codeberg.org/Cs137/doibanner.git
+catalogue-ctan /macros/latex/contrib/doibanner
+catalogue-license lppl1.3c
+catalogue-topics scientific-docs
+catalogue-version 0.2
+
name doipubmed
category Package
revision 15878
@@ -95284,7 +95373,7 @@ catalogue-version 1.031
name dtk
category Package
-revision 70112
+revision 71776
shortdesc Document class for the journal of DANTE
longdesc The bundle provides a class and style file for typesetting "Die
longdesc TeXnische Komodie" -- the communications of the German TeX
@@ -95315,7 +95404,7 @@ catalogue-contact-repository https://github.com/rolfn/dtk
catalogue-ctan /usergrps/dante/dtk
catalogue-license lppl1.3c
catalogue-topics journalpub class
-catalogue-version 2.10e
+catalogue-version 2.10f
name dtk-bibliography
category Package
@@ -97165,7 +97254,7 @@ catalogue-version 3.19.0
name dvipdfmx
category TLCore
-revision 69127
+revision 71832
shortdesc An extended version of dvipdfm
longdesc Dvipdfmx (formerly dvipdfm-cjk) is a development of dvipdfm
longdesc created to support multi-byte character encodings and large
@@ -97181,6 +97270,7 @@ longdesc and other information, please see TeX Live. However, the
longdesc information on this page is maintained and should be current.
depend dvipdfmx.ARCH
depend glyphlist
+depend texlive-scripts-extra
postaction script file=tlpkg/tlpostcode/dvipdfmx.pl
docfiles size=992
texmf-dist/doc/dvipdfm/Makefile
@@ -97218,7 +97308,7 @@ docfiles size=992
texmf-dist/doc/man/man1/extractbb.man1.pdf
texmf-dist/doc/man/man1/xdvipdfmx.1
texmf-dist/doc/man/man1/xdvipdfmx.man1.pdf
-runfiles size=41
+runfiles size=43
texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg
texmf-dist/dvipdfmx/dvipdfmx.cfg
texmf-dist/fonts/cmap/dvipdfmx/EUC-UCS2
@@ -97226,6 +97316,7 @@ runfiles size=41
texmf-dist/fonts/cmap/dvipdfmx/UTF8-UCS2
texmf-dist/fonts/map/dvipdfmx/cid-x.map
texmf-dist/fonts/map/dvipdfmx/ckx.map
+ texmf-dist/scripts/texlive/extractbb.lua
tlpkg/tlpostcode/dvipdfmx.pl
catalogue-alias xdvipdfmx
catalogue-contact-bugs https://lists.tug.org/dvipdfmx
@@ -97237,7 +97328,7 @@ catalogue-topics dvi-pdf
name dvipdfmx.aarch64-linux
category TLCore
-revision 70910
+revision 71749
shortdesc aarch64-linux files of dvipdfmx
binfiles arch=aarch64-linux size=278
bin/aarch64-linux/dvipdfm
@@ -97249,7 +97340,7 @@ binfiles arch=aarch64-linux size=278
name dvipdfmx.amd64-freebsd
category TLCore
-revision 70898
+revision 71749
shortdesc amd64-freebsd files of dvipdfmx
binfiles arch=amd64-freebsd size=347
bin/amd64-freebsd/dvipdfm
@@ -97261,7 +97352,7 @@ binfiles arch=amd64-freebsd size=347
name dvipdfmx.amd64-netbsd
category TLCore
-revision 70963
+revision 71749
shortdesc amd64-netbsd files of dvipdfmx
binfiles arch=amd64-netbsd size=346
bin/amd64-netbsd/dvipdfm
@@ -97273,7 +97364,7 @@ binfiles arch=amd64-netbsd size=346
name dvipdfmx.armhf-linux
category TLCore
-revision 70910
+revision 71749
shortdesc armhf-linux files of dvipdfmx
binfiles arch=armhf-linux size=183
bin/armhf-linux/dvipdfm
@@ -97285,7 +97376,7 @@ binfiles arch=armhf-linux size=183
name dvipdfmx.i386-freebsd
category TLCore
-revision 70898
+revision 71749
shortdesc i386-freebsd files of dvipdfmx
binfiles arch=i386-freebsd size=347
bin/i386-freebsd/dvipdfm
@@ -97297,7 +97388,7 @@ binfiles arch=i386-freebsd size=347
name dvipdfmx.i386-linux
category TLCore
-revision 70898
+revision 71749
shortdesc i386-linux files of dvipdfmx
binfiles arch=i386-linux size=300
bin/i386-linux/dvipdfm
@@ -97309,7 +97400,7 @@ binfiles arch=i386-linux size=300
name dvipdfmx.i386-netbsd
category TLCore
-revision 70963
+revision 71749
shortdesc i386-netbsd files of dvipdfmx
binfiles arch=i386-netbsd size=318
bin/i386-netbsd/dvipdfm
@@ -97321,7 +97412,7 @@ binfiles arch=i386-netbsd size=318
name dvipdfmx.i386-solaris
category TLCore
-revision 70898
+revision 71749
shortdesc i386-solaris files of dvipdfmx
binfiles arch=i386-solaris size=254
bin/i386-solaris/dvipdfm
@@ -97333,7 +97424,7 @@ binfiles arch=i386-solaris size=254
name dvipdfmx.universal-darwin
category TLCore
-revision 70899
+revision 71749
shortdesc universal-darwin files of dvipdfmx
binfiles arch=universal-darwin size=535
bin/universal-darwin/dvipdfm
@@ -97345,7 +97436,7 @@ binfiles arch=universal-darwin size=535
name dvipdfmx.windows
category TLCore
-revision 70904
+revision 71749
shortdesc windows files of dvipdfmx
binfiles arch=windows size=300
bin/windows/dvipdfm.exe
@@ -97357,7 +97448,7 @@ binfiles arch=windows size=300
name dvipdfmx.x86_64-cygwin
category TLCore
-revision 70914
+revision 71749
shortdesc x86_64-cygwin files of dvipdfmx
binfiles arch=x86_64-cygwin size=249
bin/x86_64-cygwin/dvipdfm
@@ -97369,7 +97460,7 @@ binfiles arch=x86_64-cygwin size=249
name dvipdfmx.x86_64-darwinlegacy
category TLCore
-revision 71441
+revision 71749
shortdesc x86_64-darwinlegacy files of dvipdfmx
binfiles arch=x86_64-darwinlegacy size=246
bin/x86_64-darwinlegacy/dvipdfm
@@ -97381,7 +97472,7 @@ binfiles arch=x86_64-darwinlegacy size=246
name dvipdfmx.x86_64-linux
category TLCore
-revision 70898
+revision 71749
shortdesc x86_64-linux files of dvipdfmx
binfiles arch=x86_64-linux size=264
bin/x86_64-linux/dvipdfm
@@ -97393,7 +97484,7 @@ binfiles arch=x86_64-linux size=264
name dvipdfmx.x86_64-linuxmusl
category TLCore
-revision 71441
+revision 71749
shortdesc x86_64-linuxmusl files of dvipdfmx
binfiles arch=x86_64-linuxmusl size=287
bin/x86_64-linuxmusl/dvipdfm
@@ -97405,7 +97496,7 @@ binfiles arch=x86_64-linuxmusl size=287
name dvipdfmx.x86_64-solaris
category TLCore
-revision 70898
+revision 71749
shortdesc x86_64-solaris files of dvipdfmx
binfiles arch=x86_64-solaris size=289
bin/x86_64-solaris/dvipdfm
@@ -98159,23 +98250,23 @@ catalogue-version 0.2b
name dynkin-diagrams
category Package
-revision 67267
+revision 71883
shortdesc Draw Dynkin, Coxeter, and Satake diagrams using TikZ
longdesc Draws Dynkin, Coxeter, and Satake diagrams in LaTeX documents,
longdesc using the TikZ package. The package requires amsmath, amssymb,
longdesc etoolbox, expl3, mathtools, pgfkeys, pgfopts, TikZ, xparse, and
longdesc xstring.
-docfiles size=242
+docfiles size=246
texmf-dist/doc/latex/dynkin-diagrams/README details="Readme"
texmf-dist/doc/latex/dynkin-diagrams/dynkin-diagrams.bib
texmf-dist/doc/latex/dynkin-diagrams/dynkin-diagrams.pdf details="Package documentation"
texmf-dist/doc/latex/dynkin-diagrams/dynkin-diagrams.tex
-runfiles size=38
+runfiles size=39
texmf-dist/tex/latex/dynkin-diagrams/dynkin-diagrams.sty
catalogue-ctan /graphics/pgf/contrib/dynkin-diagrams
catalogue-license lppl1.3c
catalogue-topics graphics diagram pgf-tikz expl3
-catalogue-version 3.1415926535897932384
+catalogue-version 3.14159265358979323846
name dyntree
category Package
@@ -98427,7 +98518,7 @@ catalogue-topics notes editorial
name easybook
category Package
-revision 71573
+revision 71891
shortdesc Easily typesetting Chinese theses or books
longdesc easybook is a pure academic template created based on the
longdesc ctexbook book document class. It also has the functions of book
@@ -98437,11 +98528,11 @@ longdesc providing multiple commands and interfaces allows users to
longdesc easily customize the thesis template. Its basic macro package
longdesc easybase can also be used with CTeX and standard document
longdesc classes.
-docfiles size=179
+docfiles size=181
texmf-dist/doc/latex/easybook/README.md details="Readme"
texmf-dist/doc/latex/easybook/easybook.pdf details="Package documentation" language="zh"
texmf-dist/doc/latex/easybook/easybook.tex
-srcfiles size=22
+srcfiles size=23
texmf-dist/source/latex/easybook/easybook.dtx
texmf-dist/source/latex/easybook/easybook.ins
runfiles size=23
@@ -98453,7 +98544,7 @@ catalogue-contact-repository https://gitee.com/texno3/easybook
catalogue-ctan /macros/latex/contrib/easybook
catalogue-license lppl1.3c
catalogue-topics book-pub dissertation class doc-templ chinese expl3
-catalogue-version 2024cg
+catalogue-version 2024cw
name easydtx
category Package
@@ -104147,7 +104238,7 @@ catalogue-version 1
name emisa
category Package
-revision 60068
+revision 71883
shortdesc A LaTeX package for preparing manuscripts for the journal EMISA
longdesc The EMISA LaTeX package is provided for preparing manuscripts
longdesc for submission to EMISA (Enterprise Modelling and Information
@@ -104168,7 +104259,8 @@ runfiles size=18
texmf-dist/tex/latex/emisa/emisa.bbx
texmf-dist/tex/latex/emisa/emisa.cbx
texmf-dist/tex/latex/emisa/emisa.cls
-catalogue-contact-repository https://github.com/emisa-journal/emisa-latex-package
+catalogue-contact-repository https://github.com/gi-ev/emisa-latex-package
+catalogue-contact-support https://github.com/gi-ev/emisa-latex-package/issues
catalogue-ctan /macros/latex/contrib/emisa
catalogue-license lppl1.3c
catalogue-topics publisher class
@@ -105742,7 +105834,7 @@ catalogue-version 0.61
name epstopdf
category Package
-revision 71134
+revision 71782
shortdesc Convert EPS to PDF using Ghostscript
longdesc Epstopdf is a Perl script that converts an EPS file to an
longdesc 'encapsulated' PDF file (a single page file whose media box is
@@ -105770,7 +105862,7 @@ catalogue-contact-home https://tug.org/epstopdf/
catalogue-ctan /support/epstopdf
catalogue-license other-free
catalogue-topics graphics-epspdf
-catalogue-version 2.34
+catalogue-version 2.36
name epstopdf-pkg
category Package
@@ -107431,7 +107523,7 @@ catalogue-version 1.97
name esami
category Package
-revision 67707
+revision 71883
shortdesc Typeset exams with scrambled questions and answers
longdesc The package enables the user to typeset exams with multiple
longdesc choice, open questions and many other types of exercise. Both
@@ -107441,7 +107533,7 @@ longdesc may contain a wide number of random parameters and it is
longdesc possible to do arithmetical operations on them. The package is
longdesc localised in Italian, English, French, German, Greek, Serbian,
longdesc and Spanish.
-docfiles size=471
+docfiles size=477
texmf-dist/doc/latex/esami/README details="Readme"
texmf-dist/doc/latex/esami/VERSION
texmf-dist/doc/latex/esami/doc/esami-doc-en.pdf details="Package documentation (English)" language="en"
@@ -107456,10 +107548,6 @@ docfiles size=471
texmf-dist/doc/latex/esami/doc/examples/problem2.tex
texmf-dist/doc/latex/esami/doc/examples/problem3-matching.tex
texmf-dist/doc/latex/esami/doc/examples/problem4-fillin.tex
- texmf-dist/doc/latex/esami/doc/examples/qftest5-fillinqiie1.parametri.tex
- texmf-dist/doc/latex/esami/doc/examples/qftest5-fillinqiie2.parametri.tex
- texmf-dist/doc/latex/esami/doc/examples/qftest5-fillinqiie3.parametri.tex
- texmf-dist/doc/latex/esami/doc/examples/qftest5-fillinqiie4.parametri.tex
texmf-dist/doc/latex/esami/doc/examples/test1.tex
texmf-dist/doc/latex/esami/doc/examples/test11.tex
texmf-dist/doc/latex/esami/doc/examples/test12.tex
@@ -107479,6 +107567,7 @@ docfiles size=471
texmf-dist/doc/latex/esami/doc/examples/testA-pdflatex.pdf
texmf-dist/doc/latex/esami/doc/examples/testA-pdflatex.tex
texmf-dist/doc/latex/esami/doc/examples/testA-xetex-sol.pdf
+ texmf-dist/doc/latex/esami/doc/examples/testA-xetex-sol.sol.tex
texmf-dist/doc/latex/esami/doc/examples/testA-xetex-sol.tex
texmf-dist/doc/latex/esami/doc/examples/testA-xetex.pdf
texmf-dist/doc/latex/esami/doc/examples/testA-xetex.tex
@@ -107497,7 +107586,7 @@ runfiles size=28
catalogue-ctan /macros/latex/contrib/esami
catalogue-license lppl
catalogue-topics exam
-catalogue-version 2.8
+catalogue-version 2.9
name esdiff
category Package
@@ -111707,16 +111796,16 @@ catalogue-topics class presentation
name fancyhdr
category Package
-revision 71064
+revision 71883
shortdesc Extensive control of page headers and footers in LaTeX2e
longdesc The package provides extensive facilities, both for
longdesc constructing headers and footers, and for controlling their use
longdesc (for example, at times when LaTeX would automatically change
longdesc the heading style in use).
-docfiles size=215
+docfiles size=217
texmf-dist/doc/latex/fancyhdr/README details="Readme"
texmf-dist/doc/latex/fancyhdr/fancyhdr.pdf details="Users' manual (English)"
-srcfiles size=51
+srcfiles size=52
texmf-dist/source/latex/fancyhdr/fancyhdr.dtx
texmf-dist/source/latex/fancyhdr/fancyhdr.ins
runfiles size=7
@@ -111729,7 +111818,7 @@ catalogue-contact-repository https://github.com/pietvo/fancyhdr
catalogue-ctan /macros/latex/contrib/fancyhdr
catalogue-license lppl1.3
catalogue-topics page-hf
-catalogue-version 4.2
+catalogue-version 4.3.1
name fancyhdr-it
category Package
@@ -115289,7 +115378,7 @@ catalogue-topics presentation
name fge
category Package
-revision 68353
+revision 71737
shortdesc A font for Frege's Grundgesetze der Arithmetik
longdesc The fonts are provided as Metafont source and Adobe Type 1
longdesc (pfb) files. A small LaTeX package (fge) is included.
@@ -115315,7 +115404,7 @@ runfiles size=30
texmf-dist/tex/latex/fge/Ufgerm.fd
texmf-dist/tex/latex/fge/fge.cfg
texmf-dist/tex/latex/fge/fge.sty
-catalogue-contact-home http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/fge
+catalogue-contact-home https://jjg.gitlab.io/en/code/fge/
catalogue-ctan /fonts/fge
catalogue-license lppl
catalogue-topics font font-mf font-type1 maths
@@ -118366,7 +118455,7 @@ catalogue-topics tut-latex
name firstaid
category Package
-revision 71408
+revision 71628
catalogue latex-firstaid
shortdesc First aid for external LaTeX files and packages that need updating
longdesc This package contains some first aid for LaTeX packages or
@@ -118375,7 +118464,7 @@ longdesc LaTeX kernel that are not yet reflected in the package's or
longdesc class's code. The file latex2e-first-aid-for-external-files.ltx
longdesc provided by this package is meant to be loaded during format
longdesc generation and not by the user.
-docfiles size=70
+docfiles size=71
texmf-dist/doc/latex/firstaid/README.md details="Readme"
texmf-dist/doc/latex/firstaid/changes.txt
texmf-dist/doc/latex/firstaid/latex2e-first-aid-for-external-files.pdf details="Package documentation"
@@ -118390,7 +118479,7 @@ catalogue-contact-home https://www.latex-project.org
catalogue-ctan /macros/latex/required/firstaid
catalogue-license lppl1.3c
catalogue-topics format bugfix
-catalogue-version 1.1e
+catalogue-version 1.1f
name fistrum
category Package
@@ -125379,6 +125468,58 @@ catalogue-ctan /fonts/gelasio
catalogue-license ofl lppl
catalogue-topics font font-body font-proportional font-serif font-otf font-type1
+name gelasiomath
+category Package
+revision 71883
+shortdesc Math and small cap additions to Gelasio fonts
+longdesc The package offers math support for the gelasio package, using
+longdesc symbols from newtxmath, Roman math letters from Gelasio and
+longdesc Greek math letters based on XCharter Greek. Also added small
+longdesc caps based on XCharter small caps and other minor features to
+longdesc Gelasio.
+execute addMap GelasioMath.map
+docfiles size=36
+ texmf-dist/doc/fonts/gelasiomath/README details="Readme"
+ texmf-dist/doc/fonts/gelasiomath/gelasiomath-doc.pdf details="Font samples"
+ texmf-dist/doc/fonts/gelasiomath/gelasiomath-doc.tex
+ texmf-dist/doc/fonts/gelasiomath/newtx-gel-subs.tex
+runfiles size=64
+ texmf-dist/fonts/map/dvips/gelasiomath/GelasioMath.map
+ texmf-dist/fonts/tfm/public/gelasiomath/Gelasio-Bold-tlf-ot1G.tfm
+ texmf-dist/fonts/tfm/public/gelasiomath/Gelasio-BoldItalic-tlf-ot1G.tfm
+ texmf-dist/fonts/tfm/public/gelasiomath/Gelasio-Italic-tlf-ot1G.tfm
+ texmf-dist/fonts/tfm/public/gelasiomath/Gelasio-Regular-tlf-ot1G.tfm
+ texmf-dist/fonts/tfm/public/gelasiomath/GelasioMathBMI.tfm
+ texmf-dist/fonts/tfm/public/gelasiomath/GelasioMathBRM.tfm
+ texmf-dist/fonts/tfm/public/gelasiomath/GelasioMathMI.tfm
+ texmf-dist/fonts/tfm/public/gelasiomath/GelasioMathRM.tfm
+ texmf-dist/fonts/tfm/public/gelasiomath/zgelbmi.tfm
+ texmf-dist/fonts/tfm/public/gelasiomath/zgelbmia.tfm
+ texmf-dist/fonts/tfm/public/gelasiomath/zgelmi.tfm
+ texmf-dist/fonts/tfm/public/gelasiomath/zgelmia.tfm
+ texmf-dist/fonts/type1/public/gelasiomath/GelasioMathBMI.pfb
+ texmf-dist/fonts/type1/public/gelasiomath/GelasioMathBRM.pfb
+ texmf-dist/fonts/type1/public/gelasiomath/GelasioMathMI.pfb
+ texmf-dist/fonts/type1/public/gelasiomath/GelasioMathRM.pfb
+ texmf-dist/fonts/vf/public/gelasiomath/Gelasio-Bold-tlf-ot1G.vf
+ texmf-dist/fonts/vf/public/gelasiomath/Gelasio-BoldItalic-tlf-ot1G.vf
+ texmf-dist/fonts/vf/public/gelasiomath/Gelasio-Italic-tlf-ot1G.vf
+ texmf-dist/fonts/vf/public/gelasiomath/Gelasio-Regular-tlf-ot1G.vf
+ texmf-dist/fonts/vf/public/gelasiomath/zgelbmi.vf
+ texmf-dist/fonts/vf/public/gelasiomath/zgelbmia.vf
+ texmf-dist/fonts/vf/public/gelasiomath/zgelmi.vf
+ texmf-dist/fonts/vf/public/gelasiomath/zgelmia.vf
+ texmf-dist/tex/latex/gelasiomath/gelasiomath.sty
+ texmf-dist/tex/latex/gelasiomath/ly1mingelasio.fd
+ texmf-dist/tex/latex/gelasiomath/omlzgelmi.fd
+ texmf-dist/tex/latex/gelasiomath/ot1mingelasio.fd
+ texmf-dist/tex/latex/gelasiomath/t1mingelasio.fd
+ texmf-dist/tex/latex/gelasiomath/untxmia.fd
+catalogue-ctan /fonts/gelasiomath
+catalogue-license ofl lppl1.3
+catalogue-topics font font-maths
+catalogue-version 1.00
+
name gender
category Package
revision 36464
@@ -134472,7 +134613,7 @@ catalogue-version 1.0.2
name heria
category Package
-revision 69058
+revision 71809
shortdesc A LaTeX class for Horizon Europe RIA and IA grant proposals
longdesc This class facilitates the preparation of Research and
longdesc Innovation Action (RIA) and Innovation Action (IA) funding
@@ -134483,7 +134624,7 @@ longdesc of the original version, and has the additional feature that
longdesc tables (listing the participants, work packages, deliverables,
longdesc etc.) are programmatically generated according to data supplied
longdesc by the user.
-docfiles size=156
+docfiles size=154
texmf-dist/doc/latex/heria/README.md details="Readme"
texmf-dist/doc/latex/heria/heria-proposal.pdf details="Example of use"
texmf-dist/doc/latex/heria/heria-proposal.tex
@@ -134491,7 +134632,7 @@ docfiles size=156
srcfiles size=26
texmf-dist/source/latex/heria/heria.dtx
texmf-dist/source/latex/heria/heria.ins
-runfiles size=35
+runfiles size=36
texmf-dist/tex/latex/heria/heria.cls
texmf-dist/tex/latex/heria/hi-annexes.tex
texmf-dist/tex/latex/heria/hi-capacity.tex
@@ -134521,9 +134662,9 @@ runfiles size=35
catalogue-contact-bugs https://github.com/logological/heria/issues
catalogue-contact-repository https://github.com/logological/heria
catalogue-ctan /macros/latex/contrib/heria
-catalogue-license lppl1.3
+catalogue-license lppl1.3c
catalogue-topics class proposal
-catalogue-version 3.2.1.0
+catalogue-version 3.4.1.0
name heros-otf
category Package
@@ -137540,7 +137681,7 @@ catalogue-version 1.0b
name hyperref
category Package
-revision 71338
+revision 71883
shortdesc Extensive support for hypertext in LaTeX
longdesc The hyperref package is used to handle cross-referencing
longdesc commands in LaTeX to produce hypertext links in the document.
@@ -137642,7 +137783,7 @@ catalogue-contact-home https://github.com/latex3/hyperref
catalogue-ctan /macros/latex/contrib/hyperref
catalogue-license lppl1.3
catalogue-topics hyper pdf-feat adobe-distiller form-fillin etex
-catalogue-version 7.01i
+catalogue-version 7.01j
name hyperxmp
category Package
@@ -138237,13 +138378,13 @@ execute AddHyphen name=farsi synonyms=persian lefthyphenmin= righthyphenmin=
name hyphen-finnish
category TLCore
-revision 58652
+revision 71880
catalogue fihyph
shortdesc Finnish hyphenation patterns.
longdesc Hyphenation patterns for Finnish in T1 and UTF-8 encodings. The
-longdesc older set, labelled just “fi”, tries to implement
-longdesc etymological rules, while the newer ones (fi-x-school)
-longdesc implements the simpler rules taught at Finnish school.
+longdesc older set, labelled just 'fi', tries to implement etymological
+longdesc rules, while the newer ones (fi-x-school) implements the
+longdesc simpler rules taught at Finnish school.
depend hyph-utf8
depend hyphen-base
execute AddHyphen name=finnish lefthyphenmin=2 righthyphenmin=2 file=loadhyph-fi.tex file_patterns=hyph-fi.pat.txt file_exceptions=
@@ -139724,25 +139865,25 @@ catalogue-version 0.2
name ideavault
category Package
-revision 71397
+revision 71622
shortdesc Idea (concept) management package
longdesc This LuaLaTeX package provides tools for the management (i.e.
longdesc creation and printing) of ideas (i.e. pieces of LaTeX code
longdesc representing concepts). It supports dependencies, nested idea
longdesc printing and tags, and can be useful for writing rulebooks or
longdesc handbooks with many definitions.
-docfiles size=12
+docfiles size=13
texmf-dist/doc/lualatex/ideavault/README.md details="Readme"
texmf-dist/doc/lualatex/ideavault/ideavault-doc.pdf details="Package documentation"
texmf-dist/doc/lualatex/ideavault/ideavault-doc.tex
-runfiles size=3
+runfiles size=4
texmf-dist/tex/lualatex/ideavault/ideavault-lua.lua
texmf-dist/tex/lualatex/ideavault/ideavault.sty
catalogue-contact-repository https://gitlab.com/toq_eria/public/ideavault
catalogue-ctan /macros/luatex/latex/ideavault
catalogue-license lppl1.3c
catalogue-topics doc-supp luatex
-catalogue-version 1.0.3
+catalogue-version 1.0.4
name identkey
category Package
@@ -147965,14 +148106,14 @@ catalogue-version 0.995b
name iwonamath
category Package
-revision 68144
+revision 71844
shortdesc LaTeX support for scaled Iwona math fonts
longdesc This package provides an interface to the Iwona math fonts by
longdesc Janusz Marian Nowacki. It allows to use Iwona as math
longdesc complement for sans serif fonts without native math. The
longdesc package allows font scaling, the choice of light and condensed
longdesc versions, and the creation of multiple math versions.
-docfiles size=220
+docfiles size=219
texmf-dist/doc/latex/iwonamath/README details="Readme"
texmf-dist/doc/latex/iwonamath/iwonamath.bib
texmf-dist/doc/latex/iwonamath/iwonamath.pdf details="Package documentation"
@@ -148012,7 +148153,7 @@ catalogue-contact-repository https://github.com/borisveytsman/iwonamath
catalogue-ctan /macros/latex/contrib/iwonamath
catalogue-license lppl1.3c
catalogue-topics font-supp-maths expl3
-catalogue-version 1.0
+catalogue-version 1.1
name jablantile
category Package
@@ -154417,11 +154558,11 @@ catalogue-version 1.00
name jnuexam
category Package
-revision 70636
+revision 71883
shortdesc Exam class for Jinan University
longdesc The package provides an exam class for Jinan University
longdesc (China).
-docfiles size=214
+docfiles size=212
texmf-dist/doc/latex/jnuexam/README details="Readme"
texmf-dist/doc/latex/jnuexam/examfc-a-answer.pdf
texmf-dist/doc/latex/jnuexam/examfc-a-answer.tex
@@ -154447,7 +154588,7 @@ catalogue-contact-home https://lvjr.bitbucket.io/jnuexam.html
catalogue-ctan /macros/latex/contrib/jnuexam
catalogue-license lppl1.3c
catalogue-topics exam class chinese
-catalogue-version 2024E
+catalogue-version 2024F
name jobname-suffix
category Package
@@ -155036,7 +155177,7 @@ catalogue-version 0.2
name junicode
category Package
-revision 71474
+revision 71871
shortdesc A TrueType and OpenType font family for mediaevalists
longdesc Junicode is a TrueType/OpenType font family with many features
longdesc for antiquarians (especially medievalists) based on typefaces
@@ -155044,7 +155185,7 @@ longdesc used by the Oxford Press in the late 17th and early 18th
longdesc centuries. It works well with Lua(La)TeX or Xe(La)TeX, but the
longdesc basic textual features are also available with (pdf)LaTeX.
execute addMap Junicode.map
-docfiles size=596
+docfiles size=633
texmf-dist/doc/fonts/junicode/About.tex
texmf-dist/doc/fonts/junicode/EnlargeAxis.tex
texmf-dist/doc/fonts/junicode/Feature_Reference.tex
@@ -155063,7 +155204,8 @@ docfiles size=596
texmf-dist/doc/fonts/junicode/junicode-samples.pdf details="Font samples"
texmf-dist/doc/fonts/junicode/junicode-samples.tex
texmf-dist/doc/fonts/junicode/tag_key_ins.tex
-runfiles size=42942
+ texmf-dist/doc/fonts/junicode/upperpua.tex
+runfiles size=43545
texmf-dist/fonts/enc/dvips/junicode/jncd_2eszu7.enc
texmf-dist/fonts/enc/dvips/junicode/jncd_2hbdle.enc
texmf-dist/fonts/enc/dvips/junicode/jncd_2j6faw.enc
@@ -158589,11 +158731,11 @@ catalogue-contact-support https://github.com/psb1558/Junicode-font/discussions
catalogue-ctan /fonts/junicode
catalogue-license ofl lppl
catalogue-topics font font-otf font-type1 font-historical font-medieval font-supp
-catalogue-version 2.208
+catalogue-version 2.209
name junicodevf
category Package
-revision 69374
+revision 71883
shortdesc A TrueType variable font family for mediaevalists
longdesc This package supports the Junicode variable fonts for LuaLaTeX.
longdesc The Junicode font is primarily for scholars and students of the
@@ -158630,7 +158772,7 @@ catalogue-contact-repository https://github.com/psb1558/Junicode-font
catalogue-ctan /fonts/junicodevf
catalogue-license ofl lppl
catalogue-topics font font-ttf font-historical font-medieval font-supp luatex
-catalogue-version 2.206
+catalogue-version 2.209
name jupynotex
category Package
@@ -159076,14 +159218,14 @@ catalogue-topics numbers
name kaytannollista-latexia
category Package
-revision 69843
+revision 71784
shortdesc Practical manual for LaTeX (Finnish)
longdesc "Kaytannollista Latexia" is a practical manual for LaTeX
longdesc written in the Finnish language. The manual covers most of the
longdesc topics that a typical document author needs. So it can be a
longdesc useful guide for beginners as well as a reference manual for
longdesc advanced users.
-docfiles size=390
+docfiles size=393
texmf-dist/doc/latex/kaytannollista-latexia/README.md details="Readme"
texmf-dist/doc/latex/kaytannollista-latexia/kaytannollista-latexia.pdf details="The document itself" language="fi"
texmf-dist/doc/latex/kaytannollista-latexia/kaytannollista-latexia.tex
@@ -159100,10 +159242,11 @@ docfiles size=390
catalogue-contact-bugs https://github.com/tlikonen/latex-opas/issues
catalogue-contact-development https://github.com/tlikonen/latex-opas/discussions
catalogue-contact-repository https://github.com/tlikonen/latex-opas
+catalogue-contact-support https://github.com/tlikonen/latex-opas/discussions
catalogue-ctan /info/kaytannollista-latexia
catalogue-license cc-by-sa-4
catalogue-topics tut-latex finnish-doc
-catalogue-version 2024.2
+catalogue-version 2024.7
name kblocks
category Package
@@ -160983,7 +161126,7 @@ catalogue-topics doc-errata
name knuth-hint
category Package
-revision 70667
+revision 71883
shortdesc HINT collection of typeset C/WEB sources in TeX Live
longdesc The knuth-hint package contains the large collection of HINT
longdesc documents for many of the CWEB amd WEB sources of programs in
@@ -160998,7 +161141,7 @@ longdesc document format created by Martin Ruckert's HiTeX engine that
longdesc was added to TeX Live 2022. The HINT files can be viewed on
longdesc Linux, Windows, and Android with the hintview application. The
longdesc knuth-hint package is a showcase of HiTeX's capabilities.
-docfiles size=13887
+docfiles size=14457
texmf-dist/doc/generic/knuth-hint/README.md details="Readme"
texmf-dist/doc/generic/knuth-hint/bibtex/bibtex-changes.hnt
texmf-dist/doc/generic/knuth-hint/bibtex/bibtex.hnt
@@ -161048,6 +161191,8 @@ docfiles size=13887
texmf-dist/doc/generic/knuth-hint/mfware/gftype.hnt
texmf-dist/doc/generic/knuth-hint/mfware/mft-changes.hnt
texmf-dist/doc/generic/knuth-hint/mfware/mft.hnt
+ texmf-dist/doc/generic/knuth-hint/mp/mp.hnt
+ texmf-dist/doc/generic/knuth-hint/mp/mpost.hnt
texmf-dist/doc/generic/knuth-hint/other/dvicopy-changes.hnt
texmf-dist/doc/generic/knuth-hint/other/dvicopy.hnt
texmf-dist/doc/generic/knuth-hint/other/patgen-changes.hnt
@@ -161086,7 +161231,7 @@ catalogue-contact-support https://tug.org/texmfbug
catalogue-ctan /info/knuth-hint
catalogue-license pd knuth
catalogue-topics collection
-catalogue-version 2.2
+catalogue-version 2.4
name knuth-lib
category Package
@@ -161176,7 +161321,7 @@ catalogue-topics collection
name knuth-pdf
category Package
-revision 70668
+revision 71883
shortdesc PDF collection of typeset C/WEB sources in TeX Live
longdesc Here you find a large collection of PDF documents for many
longdesc C/WEB programs in TeX Live, both in their original form as
@@ -161191,7 +161336,7 @@ longdesc for everything to be collected in one place for reading and
longdesc searching. They all stem from the system that Knuth created.
longdesc The central entry point is the "index" file, with links to the
longdesc individual documents, either in HTML or in PDF format.
-docfiles size=13238
+docfiles size=14165
texmf-dist/doc/generic/knuth-pdf/README.md details="Readme"
texmf-dist/doc/generic/knuth-pdf/bibtex/bibtex-changes.pdf
texmf-dist/doc/generic/knuth-pdf/bibtex/bibtex.pdf
@@ -161241,6 +161386,8 @@ docfiles size=13238
texmf-dist/doc/generic/knuth-pdf/mfware/gftype.pdf
texmf-dist/doc/generic/knuth-pdf/mfware/mft-changes.pdf
texmf-dist/doc/generic/knuth-pdf/mfware/mft.pdf
+ texmf-dist/doc/generic/knuth-pdf/mp/mp.pdf
+ texmf-dist/doc/generic/knuth-pdf/mp/mpost.pdf
texmf-dist/doc/generic/knuth-pdf/other/dvicopy-changes.pdf
texmf-dist/doc/generic/knuth-pdf/other/dvicopy.pdf
texmf-dist/doc/generic/knuth-pdf/other/patgen-changes.pdf
@@ -161278,7 +161425,7 @@ catalogue-contact-support https://tug.org/texmfbug
catalogue-ctan /info/knuth-pdf
catalogue-license pd
catalogue-topics collection
-catalogue-version 2.2
+catalogue-version 2.4
name koma-moderncvclassic
category Package
@@ -162192,7 +162339,7 @@ binfiles arch=x86_64-solaris size=3
name kpathsea
category TLCore
-revision 71436
+revision 71664
shortdesc Path searching library for TeX-related files
longdesc Kpathsea is a library and utility programs which provide path
longdesc searching facilities for TeX file types, including the
@@ -165828,7 +165975,7 @@ runfiles size=368
texmf-dist/tex/latex/l3kernel/l3str-enc-iso88599.def
catalogue-also l3backend l3packages l3experimental
catalogue-contact-bugs https://github.com/latex3/latex3/issues
-catalogue-contact-home http://www.latex-project.org/code.html
+catalogue-contact-home https://www.latex-project.org/latex3/code/
catalogue-contact-repository https://github.com/latex3/latex3
catalogue-ctan /macros/latex/required/l3kernel
catalogue-license lppl1.3c
@@ -165836,13 +165983,13 @@ catalogue-topics format latex3 pre-release
name l3kernel-dev
category Package
-revision 71567
+revision 71856
shortdesc Development pre-release of l3kernel
longdesc This is a pre-release version of the l3kernel package. It
longdesc accompanies the pre-testing kernel code (latex-base-dev), and
longdesc is intended for testing by knowledgeable users.
depend l3backend-dev
-docfiles size=3512
+docfiles size=3507
texmf-dist/doc/latex-dev/l3kernel/CHANGELOG.md
texmf-dist/doc/latex-dev/l3kernel/README.md details="Readme"
texmf-dist/doc/latex-dev/l3kernel/expl3.pdf details="The LaTeX3 Programming Language"
@@ -166822,23 +166969,23 @@ catalogue-version 0.1
name lastpage
category Package
-revision 71099
+revision 71883
shortdesc Reference last page for Page N of M type footers
longdesc Reference the number of pages in your LaTeX document through
longdesc the introduction of a new label which can be referenced like
longdesc \pageref{LastPage} to give a reference to the last page of a
longdesc document. It is particularly useful in the page footer that
longdesc says: Page N of M.
-docfiles size=144
+docfiles size=150
texmf-dist/doc/latex/lastpage/README details="Readme"
texmf-dist/doc/latex/lastpage/lastpage-example.pdf details="Package examples"
texmf-dist/doc/latex/lastpage/lastpage-example.tex
texmf-dist/doc/latex/lastpage/lastpage.pdf details="Package documentation"
-srcfiles size=26
+srcfiles size=27
texmf-dist/source/latex/lastpage/lastpage.drv
texmf-dist/source/latex/lastpage/lastpage.dtx
texmf-dist/source/latex/lastpage/lastpage.ins
-runfiles size=8
+runfiles size=9
texmf-dist/tex/latex/lastpage/lastpage.sty
texmf-dist/tex/latex/lastpage/lastpage209.sty
texmf-dist/tex/latex/lastpage/lastpage2e.sty
@@ -166848,11 +166995,11 @@ catalogue-also totpages
catalogue-ctan /macros/latex/contrib/lastpage
catalogue-license lppl1.3c
catalogue-topics label-ref
-catalogue-version 2.1a
+catalogue-version 2.1c
name latex
category Package
-revision 71507
+revision 71629
shortdesc A TeX macro package that defines LaTeX
longdesc LaTeX is a widely-used macro package for TeX, providing many
longdesc basic document formating commands extended by a wide range of
@@ -166869,7 +167016,7 @@ longdesc user commands, font selection and control, class and package
longdesc writing, font encodings, configuration options and modification
longdesc of LaTeX. For downloading details, see the linked catalogue
longdesc entries above.
-docfiles size=11212
+docfiles size=11216
texmf-dist/doc/latex/base/README.md
texmf-dist/doc/latex/base/alltt.pdf
texmf-dist/doc/latex/base/bugs.txt
@@ -167333,7 +167480,7 @@ runfiles size=706
catalogue-contact-home http://www.latex-project.org/
catalogue-license lppl1.3c
catalogue-topics format
-catalogue-version 2024-06-01 PL1
+catalogue-version 2024-06-01 PL2
name latex-amsmath-dev
category Package
@@ -171192,13 +171339,13 @@ catalogue-topics version-control doc-mgmt
name latexindent
category Package
-revision 71532
+revision 71840
shortdesc Indent a LaTeX document, highlighting the programming structure
longdesc The Perl script processes a LaTeX file, indenting parts so as
longdesc to highlight the structure for the reader. Included are also
longdesc binary (executable) files for Windows, Ubuntu Linux, and macOS.
depend latexindent.ARCH
-docfiles size=461
+docfiles size=456
texmf-dist/doc/support/latexindent/README details="Readme"
texmf-dist/doc/support/latexindent/contributors.bib
texmf-dist/doc/support/latexindent/figure-schematic.png
@@ -171258,7 +171405,7 @@ catalogue-contact-repository https://github.com/cmhughes/latexindent.pl
catalogue-ctan /support/latexindent
catalogue-license gpl3
catalogue-topics code-layout
-catalogue-version 3.24.2
+catalogue-version 3.24.4
name latexindent.aarch64-linux
category Package
@@ -171325,9 +171472,9 @@ binfiles arch=universal-darwin size=1
name latexindent.windows
category Package
-revision 71532
+revision 71840
shortdesc windows files of latexindent
-binfiles arch=windows size=2315
+binfiles arch=windows size=2316
bin/windows/latexindent.exe
name latexindent.x86_64-cygwin
@@ -174410,13 +174557,13 @@ catalogue-version 1.0a
name lete-sans-math
category Package
-revision 71247
+revision 71836
shortdesc Lato-based OpenType Math font for LuaTeX and XeTeX
longdesc This package provides a Unicode Math font LeteSansMath.otf
longdesc meant to be used together with Lato sans-serif TrueType Text
longdesc fonts in LuaLaTeX or XeLaTeX documents. Note: "Lato" means
longdesc "Summer" in Polish, same as "l'ete" in French.
-docfiles size=539
+docfiles size=529
texmf-dist/doc/fonts/lete-sans-math/LeteSansMath.ltx
texmf-dist/doc/fonts/lete-sans-math/LeteSansMath.pdf details="Package documentation"
texmf-dist/doc/fonts/lete-sans-math/README.md details="Readme"
@@ -174432,7 +174579,7 @@ catalogue-contact-home https://github.com/abccsss/LeteSansMath
catalogue-ctan /fonts/lete-sans-math
catalogue-license ofl lppl1.3c
catalogue-topics font-maths font-otf
-catalogue-version 0.40
+catalogue-version 0.41
name letgut
category Package
@@ -174612,14 +174759,14 @@ catalogue-version 3.002
name lettrine
category Package
-revision 69508
+revision 71627
shortdesc Typeset dropped capitals
longdesc The lettrine package supports various dropped capitals styles,
longdesc typically those described in the French typographic books. In
longdesc particular, it has facilities for the paragraph text's left
longdesc edge to follow the outline of capitals that have a regular
longdesc shape (such as "A" and "V").
-docfiles size=145
+docfiles size=146
texmf-dist/doc/latex/lettrine/README.md details="Readme"
texmf-dist/doc/latex/lettrine/W.pdf
texmf-dist/doc/latex/lettrine/lettrine-demo-arabic.pdf details="Package examples (Arabic)" language="ar"
@@ -174650,7 +174797,7 @@ runfiles size=25
catalogue-ctan /macros/latex/contrib/lettrine
catalogue-license lppl1.3
catalogue-topics lettrine
-catalogue-version 2.60
+catalogue-version 2.61
name levy
category Package
@@ -181732,12 +181879,12 @@ catalogue-version 1.007
name lie-hasse
category Package
-revision 61719
+revision 71883
shortdesc Draw Hasse diagrams
longdesc This package draws Hasse diagrams of the partially ordered sets
longdesc of the simple roots of any complex simple Lie algebra. It uses
longdesc the Dynkin diagrams package dynkin-diagrams.
-docfiles size=152
+docfiles size=167
texmf-dist/doc/latex/lie-hasse/README details="Readme"
texmf-dist/doc/latex/lie-hasse/lie-hasse.bib
texmf-dist/doc/latex/lie-hasse/lie-hasse.pdf details="Package documentation"
@@ -181747,7 +181894,7 @@ runfiles size=15
catalogue-ctan /graphics/pgf/contrib/lie-hasse
catalogue-license lppl1.3c
catalogue-topics diagram pgf-tikz
-catalogue-version 1.0
+catalogue-version 1.01
name liftarm
category Package
@@ -184823,7 +184970,7 @@ catalogue-version 1.0
name lni
category Package
-revision 69361
+revision 71883
shortdesc Official class for the "Lecture Notes in Informatics"
longdesc This is the official version of the class "lni" for submissions
longdesc to the Lecture Notes in Informatics published by the
@@ -184851,7 +184998,7 @@ catalogue-contact-repository https://github.com/gi-ev/LNI
catalogue-ctan /macros/latex/contrib/lni
catalogue-license lppl1.3c
catalogue-topics journalpub class doc-templ
-catalogue-version 1.8.1
+catalogue-version 1.10
name lobster2
category Package
@@ -185479,7 +185626,7 @@ catalogue-version 1.0
name longmath
category Package
-revision 70765
+revision 71709
shortdesc Nested delimiter groups extending over multiple array cells or lines
longdesc This package provides yet another solution to some well known
longdesc typesetting problems solved in a variety of ways: multi line
@@ -185497,7 +185644,7 @@ longdesc extend across several array cells or across the whole document.
longdesc A special environment is provided as well, which allows multi
longdesc line expressions to be placed inside a displayed equation and
longdesc make TeX do the line splitting and alignment.
-docfiles size=62
+docfiles size=60
texmf-dist/doc/lualatex/longmath/README details="Readme"
texmf-dist/doc/lualatex/longmath/longmath-doc.cls
texmf-dist/doc/lualatex/longmath/longmath-doc.lua
@@ -185509,7 +185656,7 @@ runfiles size=8
catalogue-ctan /macros/luatex/latex/longmath
catalogue-license lppl1.3
catalogue-topics maths paren-mgmt luatex
-catalogue-version 0.1
+catalogue-version 1.0
name longnamefilelist
category Package
@@ -186401,12 +186548,13 @@ catalogue-version 0.1.9
name lt3luabridge
category Package
-revision 69856
+revision 71704
shortdesc Execute Lua code in any TeX engine that exposes the shell
longdesc This is an expl3(-generic) package for plain TeX, LaTeX, and
longdesc ConTeXt that allows you to execute Lua code in LuaTeX or any
longdesc other TeX engine that exposes the shell.
-docfiles size=132
+docfiles size=135
+ texmf-dist/doc/generic/lt3luabridge/CHANGES.md
texmf-dist/doc/generic/lt3luabridge/LICENSE
texmf-dist/doc/generic/lt3luabridge/README.md details="Readme"
texmf-dist/doc/generic/lt3luabridge/docstrip.cfg
@@ -186414,7 +186562,7 @@ docfiles size=132
texmf-dist/doc/generic/lt3luabridge/example.latex
texmf-dist/doc/generic/lt3luabridge/example.plaintex
texmf-dist/doc/generic/lt3luabridge/lt3luabridge.pdf details="Package documentation"
-srcfiles size=5
+srcfiles size=6
texmf-dist/source/generic/lt3luabridge/lt3luabridge.dtx
texmf-dist/source/generic/lt3luabridge/lt3luabridge.ins
runfiles size=5
@@ -186428,7 +186576,7 @@ catalogue-contact-repository https://github.com/witiko/lt3luabridge
catalogue-ctan /macros/generic/lt3luabridge
catalogue-license lppl1.3c
catalogue-topics exec-foreign expl3
-catalogue-version 2.1.0
+catalogue-version 2.2.0
name lt3rawobjects
category Package
@@ -188421,22 +188569,22 @@ catalogue-version 1.1
name luamplib
category Package
-revision 71524
+revision 71888
shortdesc Use LuaTeX's built-in MetaPost interpreter
longdesc The package enables the user to specify MetaPost diagrams
longdesc (which may include colour specifications from the color or
longdesc xcolor packages) into a document, using LuaTeX's built-in
longdesc MetaPost library. The facility is only available in PDF mode.
-docfiles size=64
+docfiles size=74
texmf-dist/doc/luatex/luamplib/NEWS
texmf-dist/doc/luatex/luamplib/README details="Readme"
texmf-dist/doc/luatex/luamplib/luamplib.pdf details="Package documentation"
texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex
texmf-dist/doc/luatex/luamplib/test-luamplib-plain.tex
-srcfiles size=39
+srcfiles size=46
texmf-dist/source/luatex/luamplib/Makefile
texmf-dist/source/luatex/luamplib/luamplib.dtx
-runfiles size=23
+runfiles size=26
texmf-dist/tex/luatex/luamplib/luamplib.lua
texmf-dist/tex/luatex/luamplib/luamplib.sty
catalogue-contact-bugs https://github.com/lualatex/luamplib/issues
@@ -188444,7 +188592,7 @@ catalogue-contact-repository https://github.com/lualatex/luamplib
catalogue-ctan /macros/luatex/generic/luamplib
catalogue-license gpl2
catalogue-topics mp-use graphics-in-tex luatex
-catalogue-version 2.32.2
+catalogue-version 2.34.2
name luanumint
category Package
@@ -189247,7 +189395,7 @@ catalogue-version 1.3
name luatexja
category Package
-revision 71306
+revision 71802
shortdesc Typeset Japanese with Lua(La)TeX
longdesc The package offers support for typesetting Japanese documents
longdesc with LuaTeX. Either of the Plain and LaTeX2e formats may be
@@ -189294,7 +189442,7 @@ srcfiles size=119
texmf-dist/source/luatex/luatexja/tool/table_jisx0208.tex
texmf-dist/source/luatex/luatexja/tool/test_exist_nodelib.tex
texmf-dist/source/luatex/luatexja/tool/unicodeBlocks.tex
-runfiles size=422
+runfiles size=421
texmf-dist/tex/luatex/luatexja/addons/luatexja-adjust.sty
texmf-dist/tex/luatex/luatexja/addons/luatexja-ajmacros.sty
texmf-dist/tex/luatex/luatexja/addons/luatexja-fontspec-27c.sty
@@ -189396,7 +189544,7 @@ catalogue-contact-repository https://github.com/luatexja/luatexja
catalogue-ctan /macros/luatex/generic/luatexja
catalogue-license bsd
catalogue-topics japanese luatex class macro-gen expl3
-catalogue-version 20240514.0
+catalogue-version 20240714.0
name luatexko
category Package
@@ -189548,19 +189696,20 @@ catalogue-version 0.1m
name luaxml
category Package
-revision 70112
+revision 71803
shortdesc Lua library for reading and serialising XML files
longdesc LuaXML is a pure Lua library for reading and serializing XML
longdesc files. The current release is aimed mainly at support for the
longdesc odsfile package. The documentation was created by automatic
longdesc conversion of original documentation in the source code.
-docfiles size=39
+docfiles size=41
texmf-dist/doc/luatex/luaxml/README details="Readme"
texmf-dist/doc/luatex/luaxml/luaxml.pdf details="Package documentation"
texmf-dist/doc/luatex/luaxml/luaxml.tex
-runfiles size=52
+runfiles size=58
texmf-dist/tex/luatex/luaxml/luaxml-cssquery.lua
texmf-dist/tex/luatex/luaxml/luaxml-domobject.lua
+ texmf-dist/tex/luatex/luaxml/luaxml-encodings.lua
texmf-dist/tex/luatex/luaxml/luaxml-entities.lua
texmf-dist/tex/luatex/luaxml/luaxml-mod-handler.lua
texmf-dist/tex/luatex/luaxml/luaxml-mod-html.lua
@@ -189575,7 +189724,7 @@ catalogue-contact-repository https://github.com/michal-h21/LuaXML
catalogue-ctan /macros/luatex/generic/luaxml
catalogue-license other-free
catalogue-topics foreign-import luatex use-lua
-catalogue-version 0.1r
+catalogue-version 0.2
name lutabulartools
category Package
@@ -189597,6 +189746,33 @@ catalogue-ctan /macros/luatex/generic/lutabulartools
catalogue-license mit
catalogue-topics luatex table
+name luwiantype
+category Package
+revision 71820
+shortdesc Typesetting package for Hieroglyphic Luwian
+longdesc This package allows for typing in Hieroglyphic Luwian in LaTeX
+longdesc documents, using relatively simple commands based on the Latin
+longdesc transcriptions of the various signs. It also includes some
+longdesc formatting commands designed to allow boustrophedon and
+longdesc columns, as well as shorthands for symbols commonly used in
+longdesc transcriptions.
+docfiles size=223
+ texmf-dist/doc/fonts/luwiantype/OFL.txt
+ texmf-dist/doc/fonts/luwiantype/README.md details="Readme"
+ texmf-dist/doc/fonts/luwiantype/U14400.pdf
+ texmf-dist/doc/fonts/luwiantype/lppl1-3c.txt
+ texmf-dist/doc/fonts/luwiantype/luwiantype-doc.pdf details="Package documentation"
+ texmf-dist/doc/fonts/luwiantype/luwiantype-doc.tex
+runfiles size=99
+ texmf-dist/fonts/truetype/public/luwiantype/LuwianFont.ttf
+ texmf-dist/tex/latex/luwiantype/luwiantype.sty
+catalogue-contact-home https://glottophilos.com/luwiantype.html
+catalogue-contact-support https://glottophilos.com/contact.php
+catalogue-ctan /fonts/luwiantype
+catalogue-license lppl1.3c ofl
+catalogue-topics linguistic font-archaic font-ttf font-supp
+catalogue-version 1.2
+
name lwarp
category Package
revision 70067
@@ -191068,24 +191244,27 @@ catalogue-version 1.0.1
name mailing
category Package
-revision 15878
+revision 71862
shortdesc Macros for mail merging
longdesc This package is for use when sending a large number of letters,
longdesc all with the same body text. The package's \addressfile command
longdesc is used to specify who the letter is to be sent to; the body of
longdesc the \mailingtext command specifies the text of the letters,
longdesc possibly using macros defined in the \addressfile.
-docfiles size=18
+docfiles size=40
+ texmf-dist/doc/latex/mailing/CATALOG
+ texmf-dist/doc/latex/mailing/MANIFEST
+ texmf-dist/doc/latex/mailing/README details="Readme"
texmf-dist/doc/latex/mailing/mailing.pdf details="Package documentation"
- texmf-dist/doc/latex/mailing/manifest.txt
srcfiles size=4
texmf-dist/source/latex/mailing/mailing.dtx
texmf-dist/source/latex/mailing/mailing.ins
runfiles size=1
texmf-dist/tex/latex/mailing/mailing.sty
catalogue-ctan /macros/latex/contrib/mailing
-catalogue-license lppl
+catalogue-license lppl1.3c
catalogue-topics mailing
+catalogue-version 1.0c
name mailmerge
category Package
@@ -192243,14 +192422,14 @@ catalogue-topics notes
name markdown
category Package
-revision 71572
+revision 71798
shortdesc Converting and rendering markdown documents inside TeX
longdesc The package provides facilities for the conversion of markdown
longdesc markup to plain TeX. These are provided both in form of a Lua
longdesc module and in form of plain TeX, LaTeX, and ConTeXt macro
longdesc packages that enable the direct inclusion of markdown documents
longdesc inside TeX documents.
-docfiles size=599
+docfiles size=597
texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex
texmf-dist/doc/context/third/markdown/examples/example.md
texmf-dist/doc/context/third/markdown/examples/scientists.csv
@@ -192274,7 +192453,7 @@ srcfiles size=243
texmf-dist/source/generic/markdown/docstrip.cfg
texmf-dist/source/generic/markdown/markdown.dtx
texmf-dist/source/generic/markdown/markdown.ins
-runfiles size=119
+runfiles size=120
texmf-dist/scripts/markdown/markdown-cli.lua
texmf-dist/tex/context/third/markdown/t-markdown.tex
texmf-dist/tex/context/third/markdown/t-markdownthemewitiko_markdown_defaults.tex
@@ -192294,7 +192473,7 @@ catalogue-contact-repository https://github.com/Witiko/markdown
catalogue-ctan /macros/generic/markdown
catalogue-license lppl1.3c
catalogue-topics markup
-catalogue-version 3.6.1-0-g5a45a922
+catalogue-version 3.6.2-0-g6c30af7e
name marvosym
category Package
@@ -192815,7 +192994,7 @@ catalogue-version 1.143
name mathastext
category Package
-revision 69237
+revision 71863
shortdesc Use the text font in maths mode
longdesc The package uses a text font (usually the document's text font)
longdesc for the letters of the Latin alphabet needed when typesetting
@@ -192827,24 +193006,20 @@ longdesc fonts are available. The package also offers a simple mechanism
longdesc for using many different choices of (text hence, now, maths)
longdesc font in the same document. Of course, using one font for two
longdesc purposes helps produce smaller PDF files.
-docfiles size=180
+docfiles size=193
texmf-dist/doc/latex/mathastext/ChangeLog.md
texmf-dist/doc/latex/mathastext/README.md details="Readme"
texmf-dist/doc/latex/mathastext/mathastext.pdf details="Package documentation"
texmf-dist/doc/latex/mathastext/mathastext.tex
- texmf-dist/doc/latex/mathastext/mathastexttestalphabets.tex
- texmf-dist/doc/latex/mathastext/mathastexttestmathversions.tex
- texmf-dist/doc/latex/mathastext/mathastexttestunicodelinux.tex
- texmf-dist/doc/latex/mathastext/mathastexttestunicodemacos.tex
-srcfiles size=119
+srcfiles size=126
texmf-dist/source/latex/mathastext/mathastext.dtx
-runfiles size=29
+runfiles size=30
texmf-dist/tex/latex/mathastext/mathastext.sty
catalogue-contact-home http://jf.burnol.free.fr/mathastext.html
catalogue-ctan /macros/latex/contrib/mathastext
catalogue-license lppl1.3
catalogue-topics maths font-supp-maths font-sel
-catalogue-version 1.3zb
+catalogue-version 1.4a
name mathcommand
category Package
@@ -198701,7 +198876,7 @@ binfiles arch=x86_64-solaris size=3
name mf2pt1
category Package
-revision 61217
+revision 71883
shortdesc Convert stylized Metafont to PostScript Type 1
longdesc mf2pt1 is a Perl script that facilitates producing PostScript
longdesc Type 1 fonts from a Metafont source file. It is not, as the
@@ -198725,7 +198900,7 @@ catalogue-also metatype1
catalogue-ctan /support/mf2pt1
catalogue-license lppl1.3c
catalogue-topics font-proc
-catalogue-version 2.7
+catalogue-version 2.8
name mf2pt1.aarch64-linux
category Package
@@ -201296,7 +201471,7 @@ catalogue-version 2.0
name mitthesis
category Package
-revision 68732
+revision 71855
shortdesc A LaTeX template for an MIT thesis
longdesc This class provides a LaTeX template for an MIT thesis or
longdesc dissertation formatted according to the requirements of the
@@ -201312,7 +201487,7 @@ longdesc distributions, ideally 11/2022 or later, but compatible with
longdesc distributions back to 2020. This template replaces the older
longdesc version of mitthesis.cls, which was first composed in the
longdesc 1980s.
-docfiles size=1054
+docfiles size=1106
texmf-dist/doc/latex/mitthesis/MIT-Thesis.pdf details="Example of use"
texmf-dist/doc/latex/mitthesis/MIT-thesis-template/MIT-Thesis.tex
texmf-dist/doc/latex/mitthesis/MIT-thesis-template/abstract.tex
@@ -201335,16 +201510,19 @@ docfiles size=1054
texmf-dist/doc/latex/mitthesis/README.md details="Readme"
texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/No_cc_license.pdf
texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_one_degree.pdf
+ texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_one_degree_two_departments.pdf
texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_two_degrees.pdf
texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_two_degrees_from_one_department.pdf
texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/Two_authors_one_degree.pdf
texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/Two_authors_two_degrees.pdf
texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/No_cc_license.tex
texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_one_degree.tex
+ texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_one_degree_two_departments.tex
texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_two_degrees.tex
texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_two_degrees_from_one_department.tex
texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/Two_authors_one_degree.tex
texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/Two_authors_two_degrees.tex
+ texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/cover_compile.sh
texmf-dist/doc/latex/mitthesis/examples/font_samples/Defaultfonts.pdf
texmf-dist/doc/latex/mitthesis/examples/font_samples/Fira_Newtxsf.pdf
texmf-dist/doc/latex/mitthesis/examples/font_samples/Heros-Stix2.pdf
@@ -201366,14 +201544,15 @@ docfiles size=1054
texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Stix2.tex
texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Termes-stix2.tex
texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Termes.tex
+ texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/compile-font-samples.sh
texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.pdf details="Package documentation"
texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.tex
-runfiles size=11
+runfiles size=12
texmf-dist/tex/latex/mitthesis/mitthesis.cls
catalogue-ctan /macros/latex/contrib/mitthesis
catalogue-license mit
catalogue-topics class dissertation engineering humanities scientific-docs doc-templ expl3
-catalogue-version 1.11
+catalogue-version 1.14
name mkgrkindex
category Package
@@ -203314,7 +203493,7 @@ catalogue-version 1.0.1
name moderncv
category Package
-revision 70838
+revision 71837
shortdesc A modern curriculum vitae class
longdesc The class provides facilities for typesetting modern
longdesc curriculums vitae, both in a classic and in a casual style. It
@@ -203336,7 +203515,7 @@ depend multirow
depend tools
depend url
depend xcolor
-docfiles size=117
+docfiles size=82
texmf-dist/doc/latex/moderncv/CHANGELOG
texmf-dist/doc/latex/moderncv/KNOWN_BUGS
texmf-dist/doc/latex/moderncv/LICENSE.txt
@@ -203346,23 +203525,27 @@ docfiles size=117
texmf-dist/doc/latex/moderncv/picture.eps
texmf-dist/doc/latex/moderncv/picture.jpg
texmf-dist/doc/latex/moderncv/publications.bib
+ texmf-dist/doc/latex/moderncv/signature.png
texmf-dist/doc/latex/moderncv/template.tex
-runfiles size=87
+runfiles size=105
texmf-dist/tex/latex/moderncv/moderncv.cls
texmf-dist/tex/latex/moderncv/moderncvbodyi.sty
texmf-dist/tex/latex/moderncv/moderncvbodyii.sty
texmf-dist/tex/latex/moderncv/moderncvbodyiii.sty
texmf-dist/tex/latex/moderncv/moderncvbodyiv.sty
texmf-dist/tex/latex/moderncv/moderncvbodyv.sty
+ texmf-dist/tex/latex/moderncv/moderncvbodyvi.sty
texmf-dist/tex/latex/moderncv/moderncvcollection.sty
texmf-dist/tex/latex/moderncv/moderncvcolorblack.sty
texmf-dist/tex/latex/moderncv/moderncvcolorblue.sty
texmf-dist/tex/latex/moderncv/moderncvcolorburgundy.sty
+ texmf-dist/tex/latex/moderncv/moderncvcolorcerulean.sty
texmf-dist/tex/latex/moderncv/moderncvcolorgreen.sty
texmf-dist/tex/latex/moderncv/moderncvcolorgrey.sty
texmf-dist/tex/latex/moderncv/moderncvcolororange.sty
texmf-dist/tex/latex/moderncv/moderncvcolorpurple.sty
texmf-dist/tex/latex/moderncv/moderncvcolorred.sty
+ texmf-dist/tex/latex/moderncv/moderncvcolors.tex
texmf-dist/tex/latex/moderncv/moderncvcompatibility.sty
texmf-dist/tex/latex/moderncv/moderncvdebugtools.sty
texmf-dist/tex/latex/moderncv/moderncvfooti.sty
@@ -203372,6 +203555,7 @@ runfiles size=87
texmf-dist/tex/latex/moderncv/moderncvheadiv.sty
texmf-dist/tex/latex/moderncv/moderncvheadv.sty
texmf-dist/tex/latex/moderncv/moderncvheadvi.sty
+ texmf-dist/tex/latex/moderncv/moderncvheadvii.sty
texmf-dist/tex/latex/moderncv/moderncviconsacademic.sty
texmf-dist/tex/latex/moderncv/moderncviconsawesome.sty
texmf-dist/tex/latex/moderncv/moderncviconsletters.sty
@@ -203382,9 +203566,11 @@ runfiles size=87
texmf-dist/tex/latex/moderncv/moderncvstylebanking.sty
texmf-dist/tex/latex/moderncv/moderncvstylecasual.sty
texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty
+ texmf-dist/tex/latex/moderncv/moderncvstylecontemporary.sty
texmf-dist/tex/latex/moderncv/moderncvstyleempty.sty
texmf-dist/tex/latex/moderncv/moderncvstylefancy.sty
texmf-dist/tex/latex/moderncv/moderncvstyleoldstyle.sty
+ texmf-dist/tex/latex/moderncv/moderncvverticaltimeline.sty
texmf-dist/tex/latex/moderncv/tweaklist.sty
catalogue-contact-bugs https://github.com/moderncv/moderncv/issues
catalogue-contact-development https://github.com/moderncv
@@ -203393,7 +203579,7 @@ catalogue-contact-repository https://github.com/moderncv/moderncv.git
catalogue-ctan /macros/latex/contrib/moderncv
catalogue-license lppl1.3c
catalogue-topics cv class doc-templ
-catalogue-version 2.3.1
+catalogue-version 2.4.1
name modernposter
category Package
@@ -203616,24 +203802,24 @@ catalogue-version 1.0
name moloch
category Package
-revision 70885
+revision 71883
shortdesc Beamer based on Metropolis theme
longdesc Moloch is a fork of the Metropolis Theme which fixes some
longdesc outstanding issues of this theme.
-docfiles size=80
+docfiles size=85
texmf-dist/doc/latex/moloch/CHANGELOG.md
texmf-dist/doc/latex/moloch/LICENSE
texmf-dist/doc/latex/moloch/README.md details="Readme"
texmf-dist/doc/latex/moloch/moloch.pdf details="Package documentation"
texmf-dist/doc/latex/moloch/moloch.tex
-srcfiles size=11
+srcfiles size=13
texmf-dist/source/latex/moloch/beamercolorthememoloch.dtx
texmf-dist/source/latex/moloch/beamerfontthememoloch.dtx
texmf-dist/source/latex/moloch/beamerinnerthememoloch.dtx
texmf-dist/source/latex/moloch/beamerouterthememoloch.dtx
texmf-dist/source/latex/moloch/beamerthememoloch.dtx
texmf-dist/source/latex/moloch/beamerthememoloch.ins
-runfiles size=8
+runfiles size=9
texmf-dist/tex/latex/moloch/beamercolorthememoloch.sty
texmf-dist/tex/latex/moloch/beamerfontthememoloch.sty
texmf-dist/tex/latex/moloch/beamerinnerthememoloch.sty
@@ -203645,7 +203831,7 @@ catalogue-contact-support https://github.com/jolars/moloch/discussions
catalogue-ctan /macros/latex/contrib/beamer-contrib/themes/moloch
catalogue-license cc-by-sa-4
catalogue-topics presentation
-catalogue-version 0.3.0
+catalogue-version 0.4.0
name mongolian-babel
category Package
@@ -208319,6 +208505,43 @@ catalogue-license lppl1.3
catalogue-topics hyper
catalogue-version r0.83
+name moremath
+category Package
+revision 71810
+shortdesc Additional commands for typesetting maths
+longdesc This package provides several document level commands to ease
+longdesc typesetting of maths with LaTeX. This package provides
+longdesc complementary commands to all operators defined by amsmath
+longdesc which typeset the operators together with delimiters (which can
+longdesc be scaled manually, automatically or not at all). These
+longdesc commands also accept optional sub- and superscripts.
+longdesc Additionally, this package provides several commands to typeset
+longdesc gradient, divergence, curl, Laplace, and d'Alembert operators.
+longdesc Those commands also accept an optional subscript and their
+longdesc appearance can be modified using key-value options. Furthermore
+longdesc several commands for producing row and column vectors, as well
+longdesc as (anti-)diagonal matrices and identity matrices, utilizing
+longdesc mathtools' matrix* family of environments, are provided. Most
+longdesc of the document level commands defined by this package can also
+longdesc be disabled using a package load-time option to avoid clashes
+longdesc with commands defined by other packages. The package depends on
+longdesc mathtools, bm (optional), and amssymb.
+docfiles size=233
+ texmf-dist/doc/latex/moremath/MANIFEST.md
+ texmf-dist/doc/latex/moremath/README.md details="Readme"
+ texmf-dist/doc/latex/moremath/moremath-doc.pdf details="Package documentation"
+srcfiles size=44
+ texmf-dist/source/latex/moremath/moremath.dtx
+ texmf-dist/source/latex/moremath/moremath.ins
+runfiles size=10
+ texmf-dist/tex/latex/moremath/moremath.sty
+catalogue-contact-bugs https://github.com/Mister00X/moremath/issues
+catalogue-contact-repository https://github.com/Mister00X/moremath
+catalogue-ctan /macros/latex/contrib/moremath
+catalogue-license lppl1.3
+catalogue-topics maths expl3
+catalogue-version 0.4.0
+
name moresize
category Package
revision 17513
@@ -209362,7 +209585,7 @@ catalogue-topics psychology journalpub bibtex-sty apa
name msu-thesis
category Package
-revision 71472
+revision 71883
shortdesc Class for Michigan State University Master's and PhD theses
longdesc This is a class file for producing dissertations and theses
longdesc according to the Michigan State University Graduate School
@@ -209394,7 +209617,7 @@ catalogue-contact-repository https://github.com/amunn/msu-thesis
catalogue-ctan /macros/latex/contrib/msu-thesis
catalogue-license lppl1.3
catalogue-topics class dissertation doc-templ std-conform
-catalogue-version 4.3
+catalogue-version 4.3b
name mtgreek
category Package
@@ -215039,7 +215262,7 @@ catalogue-version 1.0
name newtx
category Package
-revision 71571
+revision 71883
shortdesc Alternative uses of the TX fonts, with improved metrics
longdesc The bundle splits txfonts.sty (from the TX fonts distribution)
longdesc into two independent packages, newtxtext.sty and newtxmath.sty,
@@ -215068,7 +215291,7 @@ docfiles size=319
texmf-dist/doc/fonts/newtx/sample-ntx-crop.pdf
texmf-dist/doc/fonts/newtx/sample-ptmx-crop.pdf
texmf-dist/doc/fonts/newtx/sample-tx-crop.pdf
-runfiles size=4487
+runfiles size=4488
texmf-dist/fonts/afm/public/newtx/LibertineI-5nu.afm
texmf-dist/fonts/afm/public/newtx/LibertineMathBMI.afm
texmf-dist/fonts/afm/public/newtx/LibertineMathBMI5.afm
@@ -216148,7 +216371,7 @@ catalogue-also minion2newtx
catalogue-ctan /fonts/newtx
catalogue-license lppl1.3
catalogue-topics font font-body font-maths font-serif font-proportional font-type1 font-otf font-supp font-t1enc
-catalogue-version 1.75
+catalogue-version 1.752
name newtxsf
category Package
@@ -216556,7 +216779,7 @@ catalogue-version 1.1c
name niceframe-type1
category Package
-revision 68091
+revision 71849
shortdesc Type 1 versions of the fonts recommended in niceframe
longdesc The bundle provides Adobe Type 1 versions of the fonts
longdesc bbding10, dingbat, karta15, umranda and umrandb.
@@ -216582,7 +216805,7 @@ catalogue-topics font font-type1 font-decor
name nicematrix
category Package
-revision 71390
+revision 71661
shortdesc Improve the typesetting of mathematical matrices with PGF
longdesc This package is based on the package array. It creates PGF/TikZ
longdesc nodes under the cells of the array and uses these nodes to
@@ -216593,22 +216816,22 @@ longdesc border matrices); control of the width of the columns; tools to
longdesc color rows and columns with a good PDF result; blocks of cells;
longdesc tabular notes; etc. The package requires and loads l3keys2e,
longdesc array, amsmath, pgfcore, and the module shapes of PGF.
-docfiles size=1158
+docfiles size=1154
texmf-dist/doc/latex/nicematrix/README.md details="Readme"
texmf-dist/doc/latex/nicematrix/nicematrix-code.pdf
texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf details="Package documentation in French" language="fr"
texmf-dist/doc/latex/nicematrix/nicematrix-french.tex
texmf-dist/doc/latex/nicematrix/nicematrix.pdf details="Package documentation"
texmf-dist/doc/latex/nicematrix/nicematrix.tex
-srcfiles size=148
+srcfiles size=149
texmf-dist/source/latex/nicematrix/nicematrix-code.dtx
texmf-dist/source/latex/nicematrix/nicematrix.ins
-runfiles size=96
+runfiles size=97
texmf-dist/tex/latex/nicematrix/nicematrix.sty
catalogue-ctan /macros/latex/contrib/nicematrix
catalogue-license lppl1.3
catalogue-topics maths matrix pgf-tikz expl3
-catalogue-version 6.28
+catalogue-version 6.28b
name nicetext
category Package
@@ -229143,7 +229366,7 @@ catalogue-version 1.0
name optex
category Package
-revision 69861
+revision 71642
shortdesc LuaTeX format based on Plain TeX and OPmac
longdesc OpTeX is a LuaTeX format based on Plain TeX macros with power
longdesc from OPmac (fonts selection system, colors, external graphics,
@@ -229160,7 +229383,7 @@ depend optex.ARCH
depend rsfs
depend unicode-data
execute AddFormat name=optex engine=luatex options="optex.ini" fmttriggers=amsfonts,cm,ec,hyphen-base,lm,rsfs,unicode-data
-docfiles size=532
+docfiles size=534
texmf-dist/doc/man/man1/optex.1
texmf-dist/doc/man/man1/optex.man1.pdf
texmf-dist/doc/optex/base/README details="Readme"
@@ -229171,7 +229394,7 @@ docfiles size=532
texmf-dist/doc/optex/base/optex-techdoc.tex
texmf-dist/doc/optex/base/optex-userdoc.tex
texmf-dist/doc/optex/base/primitives.tex
-runfiles size=571
+runfiles size=579
texmf-dist/tex/optex/base/alloc.opm
texmf-dist/tex/optex/base/basic-macros.opm
texmf-dist/tex/optex/base/bib-iso690.opm
@@ -229246,6 +229469,7 @@ runfiles size=571
texmf-dist/tex/optex/base/hisyntax-lua.opm
texmf-dist/tex/optex/base/hisyntax-python.opm
texmf-dist/tex/optex/base/hisyntax-tex.opm
+ texmf-dist/tex/optex/base/hisytnax-kt.opm
texmf-dist/tex/optex/base/hyperlinks.opm
texmf-dist/tex/optex/base/if-macros.opm
texmf-dist/tex/optex/base/keyval.opm
@@ -229310,7 +229534,7 @@ catalogue-contact-home http://petr.olsak.net/optex
catalogue-ctan /macros/optex
catalogue-license pd
catalogue-topics format luatex plain-ext
-catalogue-version 1.14
+catalogue-version 1.15
name optex.aarch64-linux
category Package
@@ -229636,15 +229860,15 @@ catalogue-version 1.0
name orcidlink
category Package
-revision 69253
+revision 71633
shortdesc Insert hyperlinked ORCiD logo
longdesc This package provides a command to insert the ORCiD logo, which
longdesc is hyperlinked to the URL of the researcher whose iD was
longdesc specified.
-docfiles size=46
+docfiles size=47
texmf-dist/doc/latex/orcidlink/README.md details="Readme"
texmf-dist/doc/latex/orcidlink/orcidlink.pdf details="Package documentation"
-srcfiles size=3
+srcfiles size=4
texmf-dist/source/latex/orcidlink/orcidlink.dtx
texmf-dist/source/latex/orcidlink/orcidlink.ins
runfiles size=1
@@ -229653,9 +229877,9 @@ catalogue-also doi
catalogue-contact-bugs https://github.com/duetosymmetry/orcidlink-LaTeX-command/issues
catalogue-contact-repository https://github.com/duetosymmetry/orcidlink-LaTeX-command
catalogue-ctan /macros/latex/contrib/orcidlink
-catalogue-license lppl1.3c
-catalogue-topics hyper graphics-symb
-catalogue-version 1.0.5
+catalogue-license lppl1.3
+catalogue-topics hyper graphics-symb pgf-tikz
+catalogue-version 1.1.0
name ordinalpt
category Package
@@ -230272,29 +230496,29 @@ catalogue-version 0.1
name overarrows
category Package
-revision 65853
+revision 71774
shortdesc Custom extensible arrows over math expressions
longdesc A LaTeX package to create custom arrows over math expressions,
longdesc mainly for vectors (but arrows can as well be drawn below).
longdesc Arrows stretch with content, scale with math styles, and have a
longdesc correct kerning when a subscript follows. Some predefined
longdesc commands are also provided.
-docfiles size=145
+docfiles size=155
texmf-dist/doc/latex/overarrows/LICENSE
texmf-dist/doc/latex/overarrows/README.md details="Readme"
texmf-dist/doc/latex/overarrows/overarrows-doc.sty
texmf-dist/doc/latex/overarrows/overarrows.pdf details="Package documentation"
-srcfiles size=32
+srcfiles size=36
texmf-dist/source/latex/overarrows/overarrows.dtx
texmf-dist/source/latex/overarrows/overarrows.ins
-runfiles size=7
+runfiles size=8
texmf-dist/tex/latex/overarrows/overarrows.sty
-catalogue-contact-bugs https://gricad-gitlab.univ-grenoble-alpes.fr/labbeju/latex-packages/-/issues
-catalogue-contact-repository https://gricad-gitlab.univ-grenoble-alpes.fr/labbeju/latex-packages/
+catalogue-contact-bugs https://github.com/julienlabbe/latex-packages/issues
+catalogue-contact-repository https://github.com/julienlabbe/latex-packages
catalogue-ctan /macros/latex/contrib/overarrows
catalogue-license lppl1.3c
catalogue-topics maths pgf-tikz
-catalogue-version 1.1
+catalogue-version 1.2
name overlays
category Package
@@ -232983,6 +233207,25 @@ catalogue-ctan /macros/plain/formats/xmltex/contrib/passivetex
catalogue-license other-free
catalogue-topics foreign-import
+name passopt
+category Package
+revision 71828
+shortdesc Passing options to packages or classes
+longdesc This package allows to reset the global options of a loaded
+longdesc macro package or document class, or to change the position of
+longdesc the pre-passed options in the list to the right.
+docfiles size=16
+ texmf-dist/doc/latex/passopt/README.md details="Readme"
+ texmf-dist/doc/latex/passopt/passopt.pdf details="Package documentation"
+ texmf-dist/doc/latex/passopt/passopt.tex
+runfiles size=1
+ texmf-dist/tex/latex/passopt/passopt.sty
+catalogue-contact-repository https://github.com/texno3/passopt
+catalogue-ctan /macros/latex/contrib/passopt
+catalogue-license cc-by-4
+catalogue-topics typeset-tool typesetting expl3
+catalogue-version 1.01a
+
name patch
category Package
revision 42428
@@ -234096,7 +234339,7 @@ catalogue-version 0.3
name pdfjam
category Package
-revision 71219
+revision 71641
shortdesc Shell scripts interfacing to pdfpages
longdesc The package makes available the pdfjam shell script that
longdesc provides a simple interface to much of the functionality of the
@@ -234121,7 +234364,7 @@ catalogue-contact-repository https://github.com/rrthomas/pdfjam
catalogue-ctan /support/pdfjam
catalogue-license gpl2+
catalogue-topics pdfprocess
-catalogue-version 3.11
+catalogue-version 3.12
name pdfjam.aarch64-linux
category Package
@@ -234835,7 +235078,7 @@ catalogue-topics debug-supp
name pdftex
category TLCore
-revision 70501
+revision 71605
shortdesc A TeX extension for direct creation of PDF
longdesc An extension of TeX which can directly generate PDF documents
longdesc as well as DVI output. All current free TeX distributions
@@ -235534,12 +235777,12 @@ runfiles size=20
name pdfx
category Package
-revision 50338
+revision 71681
shortdesc PDF/X and PDF/A support for pdfTeX, LuaTeX and XeTeX
longdesc The package helps LaTeX users to create PDF/X, PFD/A and other
longdesc standards-compliant PDF documents with pdfTeX, LuaTeX and
longdesc XeTeX.
-docfiles size=1301
+docfiles size=1356
texmf-dist/doc/latex/pdfx/Armenian-example-UTF8.png
texmf-dist/doc/latex/pdfx/MANIFEST
texmf-dist/doc/latex/pdfx/README details="Readme"
@@ -235555,16 +235798,15 @@ docfiles size=1301
texmf-dist/doc/latex/pdfx/manifest.txt
texmf-dist/doc/latex/pdfx/math-assign5.png
texmf-dist/doc/latex/pdfx/pdfx.pdf details="Package documentation"
- texmf-dist/doc/latex/pdfx/pdfx.xmpdata
texmf-dist/doc/latex/pdfx/sample.tex
texmf-dist/doc/latex/pdfx/small2e-pdfx.tex
texmf-dist/doc/latex/pdfx/usage-meta.png
-srcfiles size=66
+srcfiles size=69
texmf-dist/source/latex/pdfx/Makefile.src
texmf-dist/source/latex/pdfx/pdfx.dtx
texmf-dist/source/latex/pdfx/pdfx.ins
texmf-dist/source/latex/pdfx/rvdtx.sty
-runfiles size=215
+runfiles size=217
texmf-dist/tex/latex/pdfx/8bit.def
texmf-dist/tex/latex/pdfx/AdobeColorProfiles.tex
texmf-dist/tex/latex/pdfx/AdobeExternalProfiles.tex
@@ -235590,7 +235832,7 @@ runfiles size=215
catalogue-ctan /macros/latex/contrib/pdfx
catalogue-license lppl
catalogue-topics pdf-feat
-catalogue-version 1.6.3
+catalogue-version 1.6.5f
name pdfxup
category Package
@@ -237238,7 +237480,7 @@ catalogue-version 0.1
name pgf-periodictable
category Package
-revision 70840
+revision 71883
shortdesc Create custom periodic tables of elements
longdesc The purpose of this package is to provide the Periodic Table of
longdesc Elements in a simple way. It relies on PGF/TikZ to offer a full
@@ -237249,7 +237491,7 @@ longdesc Portuguese (from Portugal and from Brazil), Spanish, Italian
longdesc and translations provided by user contributions -- currently in
longdesc Dutch only. Compatible with pdfLaTeX, LuaLaTeX and XeLaTeX
longdesc engines.
-docfiles size=2253
+docfiles size=2282
texmf-dist/doc/latex/pgf-periodictable/README details="Readme"
texmf-dist/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_Ar.tex
texmf-dist/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_CS.tex
@@ -237257,6 +237499,7 @@ docfiles size=2253
texmf-dist/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_DesignCS.tex
texmf-dist/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_DiscY.tex
texmf-dist/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_Examples.tex
+ texmf-dist/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_O.tex
texmf-dist/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_OtherCont.tex
texmf-dist/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_TitleLegend.tex
texmf-dist/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_Z.tex
@@ -237297,7 +237540,7 @@ docfiles size=2253
texmf-dist/doc/latex/pgf-periodictable/pgfPT.colorSchemes.info.tex
texmf-dist/doc/latex/pgf-periodictable/pgfPT_radio_symbol.tex
texmf-dist/doc/latex/pgf-periodictable/pgfPTcolorSchemes.html
-runfiles size=598
+runfiles size=600
texmf-dist/tex/latex/pgf-periodictable/flags/pgfPT_flag0.pdf
texmf-dist/tex/latex/pgf-periodictable/flags/pgfPT_flag1.pdf
texmf-dist/tex/latex/pgf-periodictable/flags/pgfPT_flag10.pdf
@@ -237455,7 +237698,7 @@ catalogue-contact-repository https://github.com/HugoPGomes/pgf-periodictable
catalogue-ctan /graphics/pgf/contrib/pgf-periodictable
catalogue-license lppl1.3
catalogue-topics chemistry pgf-tikz
-catalogue-version 2.1.0a
+catalogue-version 2.1.1
name pgf-pie
category Package
@@ -237531,16 +237774,22 @@ catalogue-version 1.1
name pgf-spectra
category Package
-revision 66961
+revision 71883
shortdesc Draw continuous or discrete spectra using PGF/TikZ
-longdesc The purpose of this package is to draw the spectra of elements
-longdesc in a simple way. It is based on the package pst-spectra, but
-longdesc with some extra options. It relies on PGF/TikZ for drawing the
-longdesc desired spectrum, continuous or discrete. There are data
-longdesc available for the spectra of 98 elements and their ions (from
-longdesc the NASA database and from NIST). It also allows the user to
-longdesc draw spectra using their own data.
-docfiles size=1723
+longdesc The purpose of this package is to draw the spectrum of elements
+longdesc in a simple way. It relies on PGF/TikZ to draw the desired
+longdesc spectrum, continuous or discrete. Data for the spectra of 98
+longdesc elements and their ions are available (from the NASA database
+longdesc and from NIST). Lines data ranges from Extreme UV to Near IR
+longdesc (from 10 to 4000 nanometers). It also allows the user to draw
+longdesc spectra using their own data. It is possible to redshift the
+longdesc lines of a spectrum, by directly entering the redshift value or
+longdesc the velocity and the angle to compute the redshift value.
+longdesc Spectral lines data can be presented in a table or exported to
+longdesc a file. The package also provides color conversion (correlated
+longdesc color temperature), shadings for use with TikZ and/or pgfplots
+longdesc and color maps for use with pgfplots.
+docfiles size=1725
texmf-dist/doc/latex/pgf-spectra/README details="Readme"
texmf-dist/doc/latex/pgf-spectra/figsManual.zip
texmf-dist/doc/latex/pgf-spectra/pgf-spectraManual.ist
@@ -237563,7 +237812,7 @@ runfiles size=280
catalogue-ctan /graphics/pgf/contrib/pgf-spectra
catalogue-license lppl1.3
catalogue-topics physics pgf-tikz
-catalogue-version 3.0.1
+catalogue-version 3.0.1a
name pgf-umlcd
category Package
@@ -238889,7 +239138,7 @@ catalogue-topics float
name photobook
category Package
-revision 68313
+revision 71843
shortdesc A document class for typesetting photo books
longdesc The photobook LaTeX document class extends the book class
longdesc defining a set of parameters, meta-macros, macros and
@@ -238932,14 +239181,14 @@ docfiles size=54
texmf-dist/doc/latex/photobook/scripts/cls2tex.sh
texmf-dist/doc/latex/photobook/scripts/make-spreads.cfg.example
texmf-dist/doc/latex/photobook/scripts/make-spreads.sh
-runfiles size=43
+runfiles size=44
texmf-dist/tex/latex/photobook/photobook.cls
catalogue-contact-home https://github.com/flynx/photobook
catalogue-contact-repository https://github.com/flynx/photobook
catalogue-ctan /macros/latex/contrib/photobook
catalogue-license bsd3
catalogue-topics class
-catalogue-version 0.1.29
+catalogue-version 0.1.31
name physconst
category Package
@@ -244705,7 +244954,7 @@ catalogue-version 1.101
name polyglossia
category Package
-revision 70491
+revision 71813
shortdesc An alternative to babel for XeLaTeX and LuaLaTeX
longdesc This package provides a complete Babel replacement for users of
longdesc LuaLaTeX and XeLaTeX; it relies on the fontspec package,
@@ -244716,29 +244965,26 @@ depend fontspec
depend iftex
depend makecmds
depend xkeyval
-docfiles size=262
+docfiles size=228
texmf-dist/doc/latex/polyglossia/README.md details="Readme"
texmf-dist/doc/latex/polyglossia/example-arabic.pdf
texmf-dist/doc/latex/polyglossia/example-arabic.tex
- texmf-dist/doc/latex/polyglossia/example-chinese.pdf
texmf-dist/doc/latex/polyglossia/example-chinese.tex
- texmf-dist/doc/latex/polyglossia/example-japanese.pdf
texmf-dist/doc/latex/polyglossia/example-japanese.tex
texmf-dist/doc/latex/polyglossia/example-korean.pdf
texmf-dist/doc/latex/polyglossia/example-korean.tex
- texmf-dist/doc/latex/polyglossia/example-odia.pdf
texmf-dist/doc/latex/polyglossia/example-odia.tex
texmf-dist/doc/latex/polyglossia/example-thai.pdf
texmf-dist/doc/latex/polyglossia/example-thai.tex
+ texmf-dist/doc/latex/polyglossia/example-uyghur.tex
texmf-dist/doc/latex/polyglossia/examples.pdf
texmf-dist/doc/latex/polyglossia/examples.tex
texmf-dist/doc/latex/polyglossia/polyglossia.pdf details="Package documentation"
texmf-dist/doc/latex/polyglossia/polyglossia.tex
- texmf-dist/doc/latex/polyglossia/test-welsh.pdf
texmf-dist/doc/latex/polyglossia/test-welsh.tex
-srcfiles size=263
+srcfiles size=261
texmf-dist/source/latex/polyglossia/polyglossia.dtx
-runfiles size=401
+runfiles size=399
texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.map
texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.tec
texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/bengalidigits.map
@@ -244760,7 +245006,7 @@ runfiles size=401
texmf-dist/tex/latex/polyglossia/cal-util.def
texmf-dist/tex/latex/polyglossia/devanagaridigits.sty
texmf-dist/tex/latex/polyglossia/farsical.sty
- texmf-dist/tex/latex/polyglossia/gloss-acadien.ldf
+ texmf-dist/tex/latex/polyglossia/gloss-acadian.ldf
texmf-dist/tex/latex/polyglossia/gloss-aeb.ldf
texmf-dist/tex/latex/polyglossia/gloss-af.ldf
texmf-dist/tex/latex/polyglossia/gloss-afb.ldf
@@ -244814,6 +245060,7 @@ runfiles size=401
texmf-dist/tex/latex/polyglossia/gloss-ckb-Arab.ldf
texmf-dist/tex/latex/polyglossia/gloss-ckb-Latn.ldf
texmf-dist/tex/latex/polyglossia/gloss-ckb.ldf
+ texmf-dist/tex/latex/polyglossia/gloss-classiclatin.ldf
texmf-dist/tex/latex/polyglossia/gloss-cop.ldf
texmf-dist/tex/latex/polyglossia/gloss-coptic.ldf
texmf-dist/tex/latex/polyglossia/gloss-croatian.ldf
@@ -244846,6 +245093,7 @@ runfiles size=401
texmf-dist/tex/latex/polyglossia/gloss-dsb.ldf
texmf-dist/tex/latex/polyglossia/gloss-dutch.ldf
texmf-dist/tex/latex/polyglossia/gloss-dv.ldf
+ texmf-dist/tex/latex/polyglossia/gloss-ecclesiasticlatin.ldf
texmf-dist/tex/latex/polyglossia/gloss-el-monoton.ldf
texmf-dist/tex/latex/polyglossia/gloss-el-polyton.ldf
texmf-dist/tex/latex/polyglossia/gloss-el.ldf
@@ -244928,9 +245176,6 @@ runfiles size=401
texmf-dist/tex/latex/polyglossia/gloss-lao.ldf
texmf-dist/tex/latex/polyglossia/gloss-latex.ldf
texmf-dist/tex/latex/polyglossia/gloss-latin.ldf
- texmf-dist/tex/latex/polyglossia/gloss-latinclassic.ldf
- texmf-dist/tex/latex/polyglossia/gloss-latinecclesiastic.ldf
- texmf-dist/tex/latex/polyglossia/gloss-latinmedieval.ldf
texmf-dist/tex/latex/polyglossia/gloss-latvian.ldf
texmf-dist/tex/latex/polyglossia/gloss-lithuanian.ldf
texmf-dist/tex/latex/polyglossia/gloss-lo.ldf
@@ -244943,6 +245188,7 @@ runfiles size=401
texmf-dist/tex/latex/polyglossia/gloss-malay.ldf
texmf-dist/tex/latex/polyglossia/gloss-malayalam.ldf
texmf-dist/tex/latex/polyglossia/gloss-marathi.ldf
+ texmf-dist/tex/latex/polyglossia/gloss-medievallatin.ldf
texmf-dist/tex/latex/polyglossia/gloss-mk.ldf
texmf-dist/tex/latex/polyglossia/gloss-ml.ldf
texmf-dist/tex/latex/polyglossia/gloss-mn.ldf
@@ -245007,8 +245253,8 @@ runfiles size=401
texmf-dist/tex/latex/polyglossia/hijrical.sty
texmf-dist/tex/latex/polyglossia/nkonumbers.sty
texmf-dist/tex/latex/polyglossia/odiadigits.sty
+ texmf-dist/tex/latex/polyglossia/polyglossia-cjk-spacing.lua
texmf-dist/tex/latex/polyglossia/polyglossia-french.lua
- texmf-dist/tex/latex/polyglossia/polyglossia-korean.lua
texmf-dist/tex/latex/polyglossia/polyglossia-latin.lua
texmf-dist/tex/latex/polyglossia/polyglossia-punct.lua
texmf-dist/tex/latex/polyglossia/polyglossia-sanskrit.lua
@@ -245023,7 +245269,7 @@ catalogue-contact-repository https://github.com/reutenauer/polyglossia
catalogue-ctan /macros/unicodetex/latex/polyglossia
catalogue-license mit lppl1.3 cc0
catalogue-topics multilingual use-xetex use-luatex
-catalogue-version 2.1
+catalogue-version 2.2
name polyhedra
category Package
@@ -245771,7 +246017,7 @@ catalogue-version 0.2.0
name preview
category Package
-revision 69470
+revision 71662
shortdesc Extract bits of a LaTeX source for output
longdesc The package is a free-standing part of the preview-latex
longdesc bundle. The package provides the support preview-latex needs,
@@ -245805,7 +246051,7 @@ catalogue-contact-support https://lists.gnu.org/mailman/listinfo/auctex
catalogue-ctan /macros/latex/contrib/preview
catalogue-license gpl3
catalogue-topics chunks
-catalogue-version 13.3
+catalogue-version 14.0.6
name prftree
category Package
@@ -246032,7 +246278,7 @@ catalogue-version 1.1
name profcollege
category Package
-revision 71295
+revision 71706
shortdesc A LaTeX package for French maths teachers in college
longdesc This package provides some commands to help French mathematics
longdesc teachers for 11-16 years olds, for example: \Tableau[Metre] to
@@ -246041,12 +246287,12 @@ longdesc \Pythagore{ABC}{5}{7} to write the entire calculation of AC
longdesc with the Pythagorean theorem, \Trigo[Cosinus]{ABC}{3}{}{60} to
longdesc write the entire calculation of AC with cosine, ... and some
longdesc others.
-docfiles size=3930
+docfiles size=4051
texmf-dist/doc/latex/profcollege/PfCLogoNumberHive.png
- texmf-dist/doc/latex/profcollege/ProfCollege-doc.pdf details="Package documentation" language="fr"
texmf-dist/doc/latex/profcollege/README details="Readme"
+ texmf-dist/doc/latex/profcollege/profcollege-doc.pdf details="Package documentation" language="fr"
texmf-dist/doc/latex/profcollege/profcollege-doc.zip
-runfiles size=2950
+runfiles size=2974
texmf-dist/metapost/profcollege/PfCAfficheur.mp
texmf-dist/metapost/profcollege/PfCAllumettes.mp
texmf-dist/metapost/profcollege/PfCArithmetique.mp
@@ -246270,6 +246516,7 @@ runfiles size=2950
texmf-dist/metapost/profcollege/PfCzambie.dat
texmf-dist/metapost/profcollege/PfCzimbabwe.dat
texmf-dist/tex/latex/profcollege/PfCAllumettes.tex
+ texmf-dist/tex/latex/profcollege/PfCArbreCalcul.tex
texmf-dist/tex/latex/profcollege/PfCArbreChiffre.tex
texmf-dist/tex/latex/profcollege/PfCAssemblagesSolides.tex
texmf-dist/tex/latex/profcollege/PfCAutomatismes.tex
@@ -246335,6 +246582,7 @@ runfiles size=2950
texmf-dist/tex/latex/profcollege/PfCGrimuku.tex
texmf-dist/tex/latex/profcollege/PfCHiddenMessage.tex
texmf-dist/tex/latex/profcollege/PfCHorloge.tex
+ texmf-dist/tex/latex/profcollege/PfCInfixRPN.sty
texmf-dist/tex/latex/profcollege/PfCJeton.tex
texmf-dist/tex/latex/profcollege/PfCJeuRangement.tex
texmf-dist/tex/latex/profcollege/PfCKakurasu.tex
@@ -246367,6 +246615,7 @@ runfiles size=2950
texmf-dist/tex/latex/profcollege/PfCPavageAvecMotifImage.tex
texmf-dist/tex/latex/profcollege/PfCPixelArt.tex
texmf-dist/tex/latex/profcollege/PfCPourcentage.tex
+ texmf-dist/tex/latex/profcollege/PfCProbaFrequence.tex
texmf-dist/tex/latex/profcollege/PfCProbabilites.tex
texmf-dist/tex/latex/profcollege/PfCProgrammeCalcul.tex
texmf-dist/tex/latex/profcollege/PfCPropor.tex
@@ -246410,6 +246659,7 @@ runfiles size=2950
texmf-dist/tex/latex/profcollege/PfCTrigonometrie.tex
texmf-dist/tex/latex/profcollege/PfCTrio.tex
texmf-dist/tex/latex/profcollege/PfCTriominos.tex
+ texmf-dist/tex/latex/profcollege/PfCUrneProba.tex
texmf-dist/tex/latex/profcollege/PfCVisualisationMulDeci.tex
texmf-dist/tex/latex/profcollege/PfCVueCubes.tex
texmf-dist/tex/latex/profcollege/PfCYohaku.tex
@@ -246419,7 +246669,7 @@ catalogue-also proflycee
catalogue-ctan /macros/latex/contrib/profcollege
catalogue-license lppl1.3c
catalogue-topics maths french teaching
-catalogue-version 0.99-A-f
+catalogue-version 0.99-A-g
name proflabo
category Package
@@ -246441,7 +246691,7 @@ catalogue-version 1.0
name proflycee
category Package
-revision 71414
+revision 71790
shortdesc A LaTeX package for French maths teachers in high school
longdesc This package provides some commands to help French mathematics
longdesc teachers for 15-18 years olds, for example: \SplineTikz to
@@ -246449,13 +246699,13 @@ longdesc create splines with "derivative control";
longdesc \CalculFormelParametres and \CalculFormelLigne in order to
longdesc create an xcas-windows-like; \CodePythonLstFichier to create
longdesc code presentation and code execution with pythontex.
-docfiles size=532
+docfiles size=538
texmf-dist/doc/latex/proflycee/ProfLycee-doc.pdf details="Package documentation" language="fr"
texmf-dist/doc/latex/proflycee/ProfLycee-docctan.zip
texmf-dist/doc/latex/proflycee/ProfLycee-exemples-pyluatex.pdf details="Examples using pyluatex" language="fr"
texmf-dist/doc/latex/proflycee/ProfLycee-exemples-pythontex.pdf details="Examples using python" language="fr"
texmf-dist/doc/latex/proflycee/README.md details="Readme"
-runfiles size=143
+runfiles size=144
texmf-dist/metapost/proflycee/PfLEspace.mp
texmf-dist/tex/latex/proflycee/ProfLycee.sty
texmf-dist/tex/latex/proflycee/proflycee-tools-aleatoire.tex
@@ -246483,7 +246733,7 @@ catalogue-contact-repository https://github.com/cpierquet/ProfLycee
catalogue-ctan /macros/latex/contrib/proflycee
catalogue-license lppl1.3c
catalogue-topics maths french teaching expl3 pgf-tikz
-catalogue-version 3.04c
+catalogue-version 3.04d
name profmaquette
category Package
@@ -246997,26 +247247,26 @@ catalogue-version 1.13
name prtec
category Package
-revision 51919
+revision 71883
shortdesc A template for PRTEC conference papers
longdesc This package provides a LaTeX class, a BibTeX style, and a
longdesc LaTeX template to format conference papers for the Pacific Rim
longdesc Thermal Engineering Conference (PRTEC). The .tex and .cls files
longdesc are commented and should be self-explanatory. The package
longdesc depends on newtx.
-docfiles size=138
- texmf-dist/doc/latex/prtec/PRTEC19-template.pdf details="Package documentation"
- texmf-dist/doc/latex/prtec/PRTEC19-template.tex
+docfiles size=142
+ texmf-dist/doc/latex/prtec/PRTEC24-template.pdf details="Example of use"
+ texmf-dist/doc/latex/prtec/PRTEC24-template.tex
texmf-dist/doc/latex/prtec/README.md details="Readme"
texmf-dist/doc/latex/prtec/prtec-sample.bib
texmf-dist/doc/latex/prtec/sample-figure.pdf
-runfiles size=13
+runfiles size=12
texmf-dist/bibtex/bst/prtec/prtec.bst
texmf-dist/tex/latex/prtec/prtec.cls
catalogue-ctan /macros/latex/contrib/prtec
catalogue-license mit
-catalogue-topics class bibtex-sty confproc engineering scientific-docs
-catalogue-version 1.06
+catalogue-topics class doc-templ bibtex-sty confproc engineering scientific-docs
+catalogue-version 1.07
name przechlewski-book
category Package
@@ -248564,7 +248814,7 @@ catalogue-version 0.16
name pst-diffraction
category Package
-revision 62977
+revision 71819
shortdesc Print diffraction patterns from various apertures
longdesc The package enables the user to draw (using PSTricks) the
longdesc diffraction patterns for different geometric forms of apertures
@@ -248576,25 +248826,19 @@ longdesc consideration and of the particular optical setting, e.g. the
longdesc radius in case of an circular opening. Moreover one can choose
longdesc the wavelength of the light (the associated color will be
longdesc calculated by the package).
-docfiles size=613
+docfiles size=5639
texmf-dist/doc/generic/pst-diffraction/Changes
texmf-dist/doc/generic/pst-diffraction/README details="Readme"
texmf-dist/doc/generic/pst-diffraction/pst-diffraction-doc.bib
- texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docDE.pdf details="Package documentation (German)" language="de"
- texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docDE.tex
- texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docE.pdf details="Package documentation (English)" language="en"
- texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docE.tex
- texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docFR.pdf details="Package documentation (French)" language="fr"
- texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docFR.tex
-srcfiles size=1
- texmf-dist/source/generic/pst-diffraction/Makefile
+ texmf-dist/doc/generic/pst-diffraction/pst-diffraction-doc.pdf details="Package documentation"
+ texmf-dist/doc/generic/pst-diffraction/pst-diffraction-doc.tex
runfiles size=6
texmf-dist/tex/generic/pst-diffraction/pst-diffraction.tex
texmf-dist/tex/latex/pst-diffraction/pst-diffraction.sty
catalogue-ctan /graphics/pstricks/contrib/pst-diffraction
catalogue-license lppl
catalogue-topics graphics-use pstricks physics
-catalogue-version 2.03
+catalogue-version 2.06a
name pst-electricfield
category Package
@@ -249694,7 +249938,7 @@ catalogue-version 2.2
name pst-node
category Package
-revision 61838
+revision 71773
shortdesc Nodes and node connections in PSTricks
longdesc The package enables the user to connect information, and to
longdesc place labels, without knowing (in advance) the actual positions
@@ -249704,11 +249948,14 @@ longdesc mathematical diagrams, linguistic syntax diagrams, and so on.
longdesc The package contents were previously distributed as a part of
longdesc the pstricks base distribution; the package serves as an
longdesc extension to PSTricks.
-docfiles size=154
+docfiles size=238
texmf-dist/doc/generic/pst-node/Changes
texmf-dist/doc/generic/pst-node/README details="Readme"
+ texmf-dist/doc/generic/pst-node/psmatrix-docDE.bib
+ texmf-dist/doc/generic/pst-node/psmatrix-docDE.pdf details="psmatrix documentation (German)" language="de"
+ texmf-dist/doc/generic/pst-node/psmatrix-docDE.tex
texmf-dist/doc/generic/pst-node/pst-node-doc.bib
- texmf-dist/doc/generic/pst-node/pst-node-doc.pdf details="Package documentation (English)" language="en"
+ texmf-dist/doc/generic/pst-node/pst-node-doc.pdf details="Package documentation (English)"
texmf-dist/doc/generic/pst-node/pst-node-doc.tex
runfiles size=29
texmf-dist/dvips/pst-node/pst-node.pro
@@ -249719,7 +249966,7 @@ runfiles size=29
catalogue-ctan /graphics/pstricks/contrib/pst-node
catalogue-license lppl
catalogue-topics graphics-in-tex linguistic
-catalogue-version 1.43
+catalogue-version 1.45
name pst-ob3d
category Package
@@ -251166,7 +251413,7 @@ catalogue-version 1.5e
name pstricks
category Package
-revision 69674
+revision 71883
catalogue pstricks-base
shortdesc PostScript macros for TeX
longdesc PSTricks offers an extensive collection of macros for
@@ -251277,7 +251524,7 @@ catalogue-contact-support https://tug.org/mailman/listinfo/pstricks
catalogue-ctan /graphics/pstricks/base
catalogue-license lppl1.3
catalogue-topics graphics-in-tex colour pstricks dvips-special xetex
-catalogue-version 3.19c
+catalogue-version 3.20
name pstricks-add
category Package
@@ -256885,7 +257132,7 @@ catalogue-version 0.2
name randexam
category Package
-revision 69960
+revision 71883
shortdesc Make an exam paper and its randomized variants
longdesc This class helps you make an exam paper and its randomized
longdesc variants. It mainly focuses on making math exam papers, but you
@@ -256913,7 +257160,7 @@ catalogue-contact-support https://github.com/lvjr/randexam/discussions
catalogue-ctan /macros/latex/contrib/randexam
catalogue-license lppl1.3c
catalogue-topics exam
-catalogue-version 2024E
+catalogue-version 2024F
name random
category Package
@@ -257809,7 +258056,7 @@ catalogue-version 0.0.3
name reledmac
category Package
-revision 71236
+revision 71890
shortdesc Typeset scholarly editions
longdesc A package for typesetting scholarly critical editions,
longdesc replacing the established ledmac and eledmac packages. Ledmac
@@ -258162,7 +258409,7 @@ catalogue-version 1.0
name resolsysteme
category Package
-revision 70845
+revision 71707
shortdesc Work on linear systems using xint or pyluatex
longdesc This package provides some commands (in French) to perform
longdesc calculations on small (2x2 or 3x3 or 4x4) linear systems, with
@@ -258172,7 +258419,7 @@ longdesc \MatriceInverse or \MatriceInversePY to display the invers of a
longdesc matrix (with formatting options) ; \SolutionSysteme or
longdesc \SolutionSystemePY to display the solution of a linear system
longdesc (with formatting options); ...
-docfiles size=134
+docfiles size=136
texmf-dist/doc/latex/resolsysteme/README.md details="Readme"
texmf-dist/doc/latex/resolsysteme/ResolSysteme-doc.pdf details="Package documentation" language="fr"
texmf-dist/doc/latex/resolsysteme/ResolSysteme-doc.tex
@@ -258187,7 +258434,7 @@ catalogue-contact-support https://github.com/cpierquet/ResolSysteme/issues
catalogue-ctan /macros/latex/contrib/resolsysteme
catalogue-license lppl1.3c
catalogue-topics maths matrix calculation use-luatex
-catalogue-version 0.1.6
+catalogue-version 0.1.8
name resphilosophica
category Package
@@ -258217,7 +258464,7 @@ catalogue-version 1.35
name responsive
category Package
-revision 69147
+revision 71800
shortdesc Responsive design methods for LaTeX
longdesc Responsive design aims to display text and other design
longdesc elements well on variety of outputs, including electronic
@@ -258239,8 +258486,8 @@ catalogue-contact-bugs https://github.com/michal-h21/responsive-latex/issues
catalogue-contact-home https://github.com/michal-h21/responsive-latex
catalogue-ctan /macros/latex/contrib/responsive
catalogue-license lppl1.3
-catalogue-topics typesetting
-catalogue-version 0.1
+catalogue-topics typesetting expl3
+catalogue-version 0.1a
name rest-api
category Package
@@ -268980,7 +269227,7 @@ catalogue-version 1.2.1
name se2thesis
category Package
-revision 71473
+revision 71883
shortdesc A Thesis Class for the Chair of Software Engineering II at the University of Passau, Germany
longdesc The se2thesis bundle provides a document class for writing a
longdesc theses with the Chair of Software Engineering II at the
@@ -268992,7 +269239,7 @@ longdesc title page, it still provides large degrees of freedom to its
longdesc users. However, the package's documentation also provides
longdesc recommendations regarding several aspects, for example,
longdesc recommending BibLaTeX for bibliographies.
-docfiles size=157
+docfiles size=158
texmf-dist/doc/latex/se2thesis/CHANGELOG.md
texmf-dist/doc/latex/se2thesis/LICENSE.txt
texmf-dist/doc/latex/se2thesis/README.md details="Readme"
@@ -269018,7 +269265,7 @@ catalogue-contact-repository https://github.com/se2p/se2thesis
catalogue-ctan /macros/latex/contrib/se2thesis
catalogue-license lppl1.3c
catalogue-topics class dissertation expl3
-catalogue-version 4.1.0
+catalogue-version 4.3.0
name secdot
category Package
@@ -269856,13 +270103,13 @@ catalogue-version 0.45
name sepfootnotes
category Package
-revision 41732
+revision 71883
shortdesc Support footnotes and endnotes from separate files
longdesc The package supports footnotes and endnotes from separate
longdesc files. This is achieved with commands \sepfootnotecontent and
longdesc \sepfootnote; the former defines the content of a note, while
longdesc the latter typesets that note.
-docfiles size=59
+docfiles size=60
texmf-dist/doc/latex/sepfootnotes/README details="Readme"
texmf-dist/doc/latex/sepfootnotes/sepfootnotes.pdf details="Package documentation"
texmf-dist/doc/latex/sepfootnotes/sepfootnotes.tex
@@ -269871,7 +270118,7 @@ runfiles size=3
catalogue-ctan /macros/latex/contrib/sepfootnotes
catalogue-license lppl1.3
catalogue-topics footnote
-catalogue-version 0.3c
+catalogue-version 0.3d
name sepnum
category Package
@@ -271269,12 +271516,12 @@ catalogue-version 1.5b
name sillypage
category Package
-revision 66349
+revision 71889
shortdesc John Cleese's Silly Walk as page numbering style
longdesc This simple LaTeX package provides John Cleese's iconic silly
longdesc walk routine as a page numbering style. Other counters, as well
longdesc as integers, can be typeset in this "silly" style, too.
-docfiles size=82
+docfiles size=83
texmf-dist/doc/latex/sillypage/README.md details="Readme"
texmf-dist/doc/latex/sillypage/sillypage-example.pdf details="Example of use"
texmf-dist/doc/latex/sillypage/sillypage-example.tex
@@ -271282,7 +271529,7 @@ docfiles size=82
srcfiles size=4
texmf-dist/source/latex/sillypage/sillypage.dtx
texmf-dist/source/latex/sillypage/sillypage.ins
-runfiles size=8
+runfiles size=9
texmf-dist/tex/latex/sillypage/sillypage.sty
texmf-dist/tex/latex/sillypage/sillywalk-map.pdf
catalogue-contact-bugs https://github.com/cereda/sillypage/issues
@@ -271290,7 +271537,7 @@ catalogue-contact-repository https://github.com/cereda/sillypage
catalogue-ctan /macros/latex/contrib/sillypage
catalogue-license cc-by-sa-4 lppl1.3c
catalogue-topics amusements page-nos numbers
-catalogue-version 1.6
+catalogue-version 1.7
name sim-os-menus
category Package
@@ -271437,19 +271684,19 @@ catalogue-version 1.6a
name simpleicons
category Package
-revision 71518
+revision 71785
shortdesc Simple Icons for LaTeX
longdesc Similar to FontAwesome icons being provided on LaTeX by the
longdesc fontawesome package, this package aims to do the same with
longdesc Simple Icons. For reference, visit their website:
longdesc https://simpleicons.org/.
execute addMap simpleicons.map
-docfiles size=673
+docfiles size=669
texmf-dist/doc/fonts/simpleicons/README.md details="Readme"
texmf-dist/doc/fonts/simpleicons/bindings.tex
texmf-dist/doc/fonts/simpleicons/simpleicons.pdf details="Package documentation"
texmf-dist/doc/fonts/simpleicons/simpleicons.tex
-runfiles size=1355
+runfiles size=1347
texmf-dist/fonts/enc/dvips/simpleicons/simpleiconseight.enc
texmf-dist/fonts/enc/dvips/simpleicons/simpleiconsfive.enc
texmf-dist/fonts/enc/dvips/simpleicons/simpleiconsfour.enc
@@ -271500,7 +271747,7 @@ catalogue-contact-repository https://github.com/ineshbose/simple-icons-latex
catalogue-ctan /fonts/simpleicons
catalogue-license cc-by-1
catalogue-topics font font-symbol font-supp-symbol font-otf font-type1
-catalogue-version 12.2.0
+catalogue-version 13.1.0
name simpleinvoice
category Package
@@ -271875,7 +272122,7 @@ catalogue-version 1.36
name siunitx
category Package
-revision 71521
+revision 71621
shortdesc A comprehensive (SI) units package
longdesc Typesetting values with units requires care to ensure that the
longdesc combined mathematical meaning of the value plus unit
@@ -271933,11 +272180,11 @@ catalogue-contact-repository https://github.com/josephwright/siunitx
catalogue-ctan /macros/latex/contrib/siunitx
catalogue-license lppl1.3c
catalogue-topics units scientific-docs expl3
-catalogue-version 3.3.18
+catalogue-version 3.3.19
name sjtutex
category Package
-revision 70867
+revision 71663
shortdesc LaTeX classes for Shanghai Jiao Tong University
longdesc SJTUTeX aims to establish a simple and easy-to-use collection
longdesc of document classes for Shanghai Jiao Tong University,
@@ -272020,7 +272267,7 @@ catalogue-contact-repository https://github.com/sjtug/SJTUTeX
catalogue-ctan /macros/latex/contrib/sjtutex
catalogue-license lppl1.3c
catalogue-topics class dissertation article-like report-like chinese
-catalogue-version 2.1.2
+catalogue-version 2.1.3
name skak
category Package
@@ -276571,13 +276818,13 @@ catalogue-version 2.8
name spbmark
category Package
-revision 71304
+revision 71812
shortdesc Customize superscripts and subscripts
longdesc This package provides three commands \super, \sub and \supersub
longdesc to improve the layout of superscripts and subscripts which can
longdesc be adjusted with respect to relative position and format, and
longdesc can be used in text and math mode.
-docfiles size=29
+docfiles size=30
texmf-dist/doc/latex/spbmark/README.md details="Readme"
texmf-dist/doc/latex/spbmark/spbmark.pdf details="Package documentation"
texmf-dist/doc/latex/spbmark/spbmark.tex
@@ -276587,7 +276834,7 @@ catalogue-contact-repository https://github.com/texno3/spbmark
catalogue-ctan /macros/latex/contrib/spbmark
catalogue-license cc-by-4
catalogue-topics subsup-pos expl3
-catalogue-version 1.46j
+catalogue-version 1.46n
name spectral
category Package
@@ -277972,7 +278219,7 @@ catalogue-version 1.3.3
name spelatex
category Package
-revision 71514
+revision 71581
shortdesc Create PDF documents with hyperlinks to audiofragments
longdesc This package equips the PDF that is generated with LaTeX with
longdesc hyperlinks to audio files that contain the spoken equivalent of
@@ -278003,7 +278250,7 @@ longdesc Org-Mode exporter, the latter just being there to make use more
longdesc convenient. For the text-to-speech conversion, one can use free
longdesc options (festival, balabolka, ...) or paying services (e.g. AWS
longdesc polly).
-docfiles size=3030
+docfiles size=3860
texmf-dist/doc/latex/spelatex/Example/example-spel/1.0.0.0.0-1.ogg
texmf-dist/doc/latex/spelatex/Example/example-spel/1.0.0.0.0-2.ogg
texmf-dist/doc/latex/spelatex/Example/example-spel/1.0.0.0.0-3.ogg
@@ -278038,16 +278285,41 @@ docfiles size=3030
texmf-dist/doc/latex/spelatex/Example/example.tex
texmf-dist/doc/latex/spelatex/LICENSE
texmf-dist/doc/latex/spelatex/README details="Readme"
- texmf-dist/doc/latex/spelatex/spelatex-spel/1.0.0.0.0-1.ogg
- texmf-dist/doc/latex/spelatex/spelatex-spel/1.0.0.0.0-2.ogg
- texmf-dist/doc/latex/spelatex/spelatex-spel/1.0.0.0.0-3.ogg
- texmf-dist/doc/latex/spelatex/spelatex-spel/1.0.0.0.0-4.ogg
- texmf-dist/doc/latex/spelatex/spelatex-spel/1.0.0.0.0-5.ogg
- texmf-dist/doc/latex/spelatex/spelatex-spel/1.0.0.0.0-6.ogg
- texmf-dist/doc/latex/spelatex/spelatex-spel/1.0.0.0.0-7.ogg
- texmf-dist/doc/latex/spelatex/spelatex-spel/1.0.0.0.0-8.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/1.0.0.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/1.0.0.0.0.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.1.0.0.0-1.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.1.0.0.0-2.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.1.0.0.0-3.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.1.0.0.0.m3u
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.1.0.0.0.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.2.0.0.0.m3u
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.2.0.0.0.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.2.1.0.0-1.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.2.1.0.0-2.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.2.1.0.0-3.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.2.1.0.0.m3u
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.2.1.0.0.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.2.2.0.0-1.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.2.2.0.0-2.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.2.2.0.0-3.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.2.2.0.0-4.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.2.2.0.0-5.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.2.2.0.0.m3u
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.2.2.0.0.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-1.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-10.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-11.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-12.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-2.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-3.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-4.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-5.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-6.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-7.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-8.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-9.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.3.0.0.0.m3u
+ texmf-dist/doc/latex/spelatex/spelatex-spel/1.3.0.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/2.0.0.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/2.0.0.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/2.1.0.0.0-1.ogg
@@ -278067,6 +278339,9 @@ docfiles size=3030
texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.1.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.1.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-1.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-10.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-11.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-12.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-2.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-3.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-4.ogg
@@ -278074,6 +278349,7 @@ docfiles size=3030
texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-6.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-7.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-8.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-9.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.2.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.2.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/2.2.3.0.0-1.ogg
@@ -278114,6 +278390,7 @@ docfiles size=3030
texmf-dist/doc/latex/spelatex/spelatex-spel/3.0.0.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/3.1.0.0.0-1.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/3.1.0.0.0-2.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/3.1.0.0.0-3.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/3.1.0.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/3.1.0.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/3.2.0.0.0.m3u
@@ -278129,12 +278406,15 @@ docfiles size=3030
texmf-dist/doc/latex/spelatex/spelatex-spel/3.2.2.0.0-2.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/3.2.2.0.0-3.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/3.2.2.0.0-4.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/3.2.2.0.0-5.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/3.2.2.0.0-6.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/3.2.2.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/3.2.2.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/3.3.0.0.0-1.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/3.3.0.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/3.3.0.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/3.4.0.0.0-1.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/3.4.0.0.0-2.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/3.4.0.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/3.4.0.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/4.0.0.0.0.m3u
@@ -278188,6 +278468,7 @@ docfiles size=3030
texmf-dist/doc/latex/spelatex/spelatex-spel/4.1.7.0.0-1.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/4.1.7.0.0-2.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/4.1.7.0.0-3.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/4.1.7.0.0-4.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/4.1.7.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/4.1.7.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/4.2.0.0.0-1.ogg
@@ -278235,6 +278516,7 @@ docfiles size=3030
texmf-dist/doc/latex/spelatex/spelatex-spel/6.4.0.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/6.4.0.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/6.5.0.0.0-1.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/6.5.0.0.0-2.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/6.5.0.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/6.5.0.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/6.6.0.0.0.m3u
@@ -278275,9 +278557,6 @@ docfiles size=3030
texmf-dist/doc/latex/spelatex/spelatex-spel/7.10.3.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/7.10.4.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/7.10.4.0.0.ogg
- texmf-dist/doc/latex/spelatex/spelatex-spel/7.11.0.0.0-star-1.ogg
- texmf-dist/doc/latex/spelatex/spelatex-spel/7.11.0.0.0-star-2.ogg
- texmf-dist/doc/latex/spelatex/spelatex-spel/7.11.0.0.0-star-3.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/7.11.0.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/7.11.0.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/7.2.0.0.0.m3u
@@ -278306,29 +278585,35 @@ docfiles size=3030
texmf-dist/doc/latex/spelatex/spelatex-spel/7.8.5.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/7.8.6.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/7.8.6.0.0.ogg
- texmf-dist/doc/latex/spelatex/spelatex-spel/7.8.7.0.0.m3u
- texmf-dist/doc/latex/spelatex/spelatex-spel/7.8.7.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/7.9.0.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/7.9.0.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/7.9.1.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/7.9.1.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/7.9.2.0.0.m3u
texmf-dist/doc/latex/spelatex/spelatex-spel/7.9.2.0.0.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/8.0.0.0.0-1.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/8.0.0.0.0-2.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/8.0.0.0.0-3.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/8.0.0.0.0-star-1.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/8.0.0.0.0-star-2.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/8.0.0.0.0-star-3.ogg
+ texmf-dist/doc/latex/spelatex/spelatex-spel/8.0.0.0.0.m3u
+ texmf-dist/doc/latex/spelatex/spelatex-spel/8.0.0.0.0.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/author.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/date.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/footnote-1.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/footnote-2.ogg
texmf-dist/doc/latex/spelatex/spelatex-spel/title.ogg
texmf-dist/doc/latex/spelatex/spelatex.pdf details="Package documentation"
-srcfiles size=20
+srcfiles size=22
texmf-dist/source/latex/spelatex/spelatex.dtx
texmf-dist/source/latex/spelatex/spelatex.ins
-runfiles size=3
+runfiles size=4
texmf-dist/tex/latex/spelatex/spelatex.sty
catalogue-ctan /macros/latex/contrib/spelatex
catalogue-license lppl1.3
catalogue-topics multimedia expl3
-catalogue-version 0.9
+catalogue-version 0.91
name spelling
category Package
@@ -281997,7 +282282,7 @@ catalogue-version 0.1
name subeqn
category Package
-revision 15878
+revision 71864
shortdesc Package for subequation numbering
longdesc Sometimes it is necessary to be able to refer to subexpressions
longdesc of an equation. In order to do that these subexpressions should
@@ -282008,10 +282293,13 @@ longdesc Braams made them available for LaTeX2e. Note that this package
longdesc is not compatible with the package subeqnarray (written by
longdesc Johannes Braams), but it can be used together with the LaTeX
longdesc class options leqno and fleqn.
-docfiles size=25
- texmf-dist/doc/latex/subeqn/manifest.txt
+docfiles size=77
+ texmf-dist/doc/latex/subeqn/CATALOG
+ texmf-dist/doc/latex/subeqn/MANIFEST
+ texmf-dist/doc/latex/subeqn/README details="Readme"
+ texmf-dist/doc/latex/subeqn/subeqn-sample.pdf details="Example of use"
+ texmf-dist/doc/latex/subeqn/subeqn-sample.tex
texmf-dist/doc/latex/subeqn/subeqn.pdf details="Package documentation"
- texmf-dist/doc/latex/subeqn/subeqn.tex
srcfiles size=4
texmf-dist/source/latex/subeqn/subeqn.dtx
texmf-dist/source/latex/subeqn/subeqn.ins
@@ -282019,13 +282307,13 @@ runfiles size=1
texmf-dist/tex/latex/subeqn/subeqn.sty
catalogue-also subeqnarray
catalogue-ctan /macros/latex/contrib/subeqn
-catalogue-license lppl
+catalogue-license lppl1.3c
catalogue-topics maths
-catalogue-version 2.0b
+catalogue-version 2.0c
name subeqnarray
category Package
-revision 15878
+revision 71865
shortdesc Equation array with sub numbering
longdesc This package defines the subeqnarray and subeqnarray*
longdesc environments, which behave like the corresponding eqnarray and
@@ -282034,20 +282322,23 @@ longdesc numbered like 1a, 1b, 1c, etc. To refer to these numbers an
longdesc extra label command \slabel is provided. Users are urged to
longdesc consider the alignment capabilities of the amsmath bundle,
longdesc which produce better results than eqnarray-related macros.
-docfiles size=33
- texmf-dist/doc/latex/subeqnarray/manifest.txt
+docfiles size=73
+ texmf-dist/doc/latex/subeqnarray/CATALOG
+ texmf-dist/doc/latex/subeqnarray/MANIFEST
+ texmf-dist/doc/latex/subeqnarray/README details="Readme"
+ texmf-dist/doc/latex/subeqnarray/subeqnarray-sample.pdf details="Example of use"
+ texmf-dist/doc/latex/subeqnarray/subeqnarray-sample.tex
texmf-dist/doc/latex/subeqnarray/subeqnarray.pdf details="Package documentation"
- texmf-dist/doc/latex/subeqnarray/subeqnarray.tex
-srcfiles size=5
+srcfiles size=4
texmf-dist/source/latex/subeqnarray/subeqnarray.dtx
texmf-dist/source/latex/subeqnarray/subeqnarray.ins
runfiles size=2
texmf-dist/tex/latex/subeqnarray/subeqnarray.sty
catalogue-also subeqn
catalogue-ctan /macros/latex/contrib/subeqnarray
-catalogue-license lppl
+catalogue-license lppl1.3c
catalogue-topics maths-syseqn
-catalogue-version 2.1c
+catalogue-version 2.1e
name subfig
category Package
@@ -282411,19 +282702,19 @@ catalogue-version 2.0
name supertabular
category Package
-revision 53658
+revision 71854
shortdesc A multi-page tables package
longdesc The package was a predecessor of longtable; the newer package
longdesc (designed on quite different principles) is easier to use and
longdesc more flexible, in many cases, but supertabular retains its
longdesc usefulness in a few situations where longtable has problems.
-docfiles size=70
+docfiles size=79
texmf-dist/doc/latex/supertabular/CATALOG
- texmf-dist/doc/latex/supertabular/ChangeLog
texmf-dist/doc/latex/supertabular/MANIFEST
texmf-dist/doc/latex/supertabular/README details="Package documentation"
+ texmf-dist/doc/latex/supertabular/supertabular.bug
texmf-dist/doc/latex/supertabular/supertabular.pdf details="Package documentation"
-srcfiles size=17
+srcfiles size=18
texmf-dist/source/latex/supertabular/supertabular.dtx
texmf-dist/source/latex/supertabular/supertabular.ins
runfiles size=4
@@ -282432,7 +282723,7 @@ catalogue-also xtab
catalogue-ctan /macros/latex/contrib/supertabular
catalogue-license lppl1.3c
catalogue-topics table table-long
-catalogue-version 4.1g
+catalogue-version 4.2c
name suppose
category Package
@@ -283247,7 +283538,7 @@ catalogue-version 0.8.2
name synthslant
category Package
-revision 71249
+revision 71883
shortdesc Synthetically slant text
longdesc This package allows to slant ("shear") short pieces of text to
longdesc the left or to the right by an arbitrary angle, thus creating
@@ -283255,23 +283546,23 @@ longdesc for example "fake italics" or upright italics. Several
longdesc back-ends that do the actual shearing are supported, though
longdesc currently the pdfLaTeX back-end works best concerning output
longdesc quality and processing speed.
-docfiles size=299
+docfiles size=310
texmf-dist/doc/latex/synthslant/LICENSE
texmf-dist/doc/latex/synthslant/README.md details="Readme"
- texmf-dist/doc/latex/synthslant/RELEASE-HOWTO.md
texmf-dist/doc/latex/synthslant/compare-with-the-gimp.png.base64
- texmf-dist/doc/latex/synthslant/index.md
texmf-dist/doc/latex/synthslant/shear-transform.mp
texmf-dist/doc/latex/synthslant/synthslant-gauge.pdf
texmf-dist/doc/latex/synthslant/synthslant-gauge.tex
+ texmf-dist/doc/latex/synthslant/synthslant-minimal-test.tex
+ texmf-dist/doc/latex/synthslant/synthslant.gst
texmf-dist/doc/latex/synthslant/synthslant.ist
texmf-dist/doc/latex/synthslant/synthslant.pdf details="Package documentation"
texmf-dist/doc/latex/synthslant/title.mp
-srcfiles size=72
+srcfiles size=75
texmf-dist/source/latex/synthslant/Makefile
texmf-dist/source/latex/synthslant/synthslant.dtx
texmf-dist/source/latex/synthslant/synthslant.ins
-runfiles size=2
+runfiles size=3
texmf-dist/tex/latex/synthslant/synthslant.sty
catalogue-contact-bugs https://github.com/cspiel/synthslant/issues
catalogue-contact-home https://github.com/cspiel/synthslant
@@ -283279,7 +283570,7 @@ catalogue-contact-repository https://github.com/cspiel/synthslant.git
catalogue-ctan /macros/latex/contrib/synthslant
catalogue-license lppl1.3c
catalogue-topics font-use font-supp
-catalogue-version 0.1
+catalogue-version 0.1a
name syntrace
category Package
@@ -284527,6 +284818,40 @@ catalogue-license lppl1.3
catalogue-topics bibtex-doc
catalogue-version 1.4
+name tango
+category Package
+revision 71825
+shortdesc A LaTeX document class for math teachers
+longdesc Tango is a LaTeX document class for use by mathematics
+longdesc teachers. It requires LuaLaTeX, some LaTeX packages (see the
+longdesc complete documentation for details), and a recent version of
+longdesc LaTeX.
+docfiles size=199
+ texmf-dist/doc/lualatex/tango/README details="Readme"
+ texmf-dist/doc/lualatex/tango/examples/Ch-1-15.tex
+ texmf-dist/doc/lualatex/tango/examples/Ch-16-30.tex
+ texmf-dist/doc/lualatex/tango/examples/book-mathematics.tex
+ texmf-dist/doc/lualatex/tango/examples/candide.tex
+ texmf-dist/doc/lualatex/tango/examples/euler.tex
+ texmf-dist/doc/lualatex/tango/examples/handout-euler.tex
+ texmf-dist/doc/lualatex/tango/examples/handout-polynomes-deg2.tex
+ texmf-dist/doc/lualatex/tango/examples/polynome-deg2.tex
+ texmf-dist/doc/lualatex/tango/examples/puissance-cercle.tex
+ texmf-dist/doc/lualatex/tango/examples/recurrence.tex
+ texmf-dist/doc/lualatex/tango/examples/rel-bin.tex
+ texmf-dist/doc/lualatex/tango/examples/schoolwork.tex
+ texmf-dist/doc/lualatex/tango/tango-en.pdf details="Package documentation" language="en"
+ texmf-dist/doc/lualatex/tango/tango-en.tex
+ texmf-dist/doc/lualatex/tango/tango-fr.pdf details="Package documentation" language="fr"
+ texmf-dist/doc/lualatex/tango/tango-fr.tex
+runfiles size=17
+ texmf-dist/tex/lualatex/tango/tango.cls
+catalogue-contact-home https://tango.mathriochka.net
+catalogue-ctan /macros/luatex/latex/tango
+catalogue-license lppl1.3c
+catalogue-topics class teaching maths
+catalogue-version 0.8.0
+
name tangocolors
category Package
revision 66733
@@ -284667,7 +284992,7 @@ catalogue-version 1.4a
name tblr-extras
category Package
-revision 71506
+revision 71623
shortdesc Extra libraries for tabularray for caption and babel compatibility
longdesc The tabularray package offers a modern and nice way to typeset
longdesc tables, keeping contents and style separated. The tblr-extras
@@ -284677,21 +285002,20 @@ longdesc text in tabularray headers: caption library: Use the caption
longdesc package captions with tabularray environments (talltblr and
longdesc longtblr), babel library: Translated "continued" text for babel
longdesc languages (spanish, french, ngerman).
-docfiles size=17
+docfiles size=16
texmf-dist/doc/latex/tblr-extras/README.md details="Readme"
texmf-dist/doc/latex/tblr-extras/tblr-extras-doc-EN.pdf details="Package documentation"
texmf-dist/doc/latex/tblr-extras/tblr-extras-doc-EN.tex
texmf-dist/doc/latex/tblr-extras/test-tblr-extras.pdf
texmf-dist/doc/latex/tblr-extras/test-tblr-extras.tex
-runfiles size=5
- texmf-dist/tex/latex/tblr-extras/tblr-extras-dev.sty
+runfiles size=3
texmf-dist/tex/latex/tblr-extras/tblr-extras.sty
catalogue-contact-bugs https://github.com/mmerino25/tblr-extras/issues
catalogue-contact-repository https://github.com/mmerino25/tblr-extras
catalogue-ctan /macros/latex/contrib/tblr-extras
catalogue-license lppl1.3c
catalogue-topics table table-long expl3
-catalogue-version 1.2
+catalogue-version 1.3
name tcldoc
category Package
@@ -284732,7 +285056,7 @@ catalogue-version 2.40
name tcolorbox
category Package
-revision 70838
+revision 71883
shortdesc Coloured boxes, for LaTeX examples and theorems, etc
longdesc This package provides an environment for coloured and framed
longdesc text boxes with a heading line. Optionally, such a box may be
@@ -284746,7 +285070,7 @@ longdesc etoolbox packages.
depend environ
depend pgf
depend tools
-docfiles size=1764
+docfiles size=1644
texmf-dist/doc/latex/tcolorbox/Basilica_5.png
texmf-dist/doc/latex/tcolorbox/CHANGES.md
texmf-dist/doc/latex/tcolorbox/README.md details="Readme"
@@ -284792,7 +285116,7 @@ docfiles size=1764
texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.xparse.tex
texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf details="Package documentation"
texmf-dist/doc/latex/tcolorbox/tcolorbox.tex
-runfiles size=149
+runfiles size=150
texmf-dist/tex/latex/tcolorbox/blueshade.png
texmf-dist/tex/latex/tcolorbox/crinklepaper.png
texmf-dist/tex/latex/tcolorbox/goldshade.png
@@ -284820,7 +285144,7 @@ catalogue-contact-bugs https://github.com/T-F-S/tcolorbox/issues
catalogue-ctan /macros/latex/contrib/tcolorbox
catalogue-license lppl1.3
catalogue-topics boxing colour verbatim listing macro-demo
-catalogue-version 6.2.0
+catalogue-version 6.3.0
name tdclock
category Package
@@ -287728,7 +288052,7 @@ binfiles arch=x86_64-solaris size=1
name tex4ht
category Package
-revision 71576
+revision 71730
shortdesc Convert (La)TeX to HTML/XML
longdesc A converter from TeX and LaTeX to SGML-based formats such as
longdesc (X)HTML, MathML, OpenDocument, and Docbook, providing a
@@ -287820,7 +288144,7 @@ docfiles size=260
texmf-dist/doc/generic/tex4ht/mn56.html
texmf-dist/doc/generic/tex4ht/mn5x.png
texmf-dist/doc/generic/tex4ht/mn6x.png
-srcfiles size=4651
+srcfiles size=4652
texmf-dist/source/generic/tex4ht/ChangeLog
texmf-dist/source/generic/tex4ht/Makefile
texmf-dist/source/generic/tex4ht/README
@@ -299730,7 +300054,7 @@ docfiles size=748
name texlive-msg-translations
category TLCore
-revision 71515
+revision 71858
shortdesc translations of the TeX Live installer and TeX Live Manager
longdesc This package contains the translated messages of the TeX Live
longdesc installer and TeX Live Manager. For information on creating or
@@ -299787,7 +300111,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 71577
+revision 71895
shortdesc TeX Live infrastructure programs
longdesc Includes install-tl, tl-portable, rungs, etc.; not needed for
longdesc tlmgr to run but still ours. Not included in tlcritical.
@@ -299877,7 +300201,7 @@ runfiles size=163
name texlive-scripts-extra
category TLCore
-revision 62517
+revision 71746
shortdesc TeX Live scripts
longdesc Miscellaneous scripts maintained as part of TeX Live, but not
longdesc important for the infrastructure. Thus, this is not part of
@@ -299918,7 +300242,7 @@ docfiles size=108
texmf-dist/doc/man/man1/texconfig.man1.pdf
texmf-dist/doc/man/man1/texlinks.1
texmf-dist/doc/man/man1/texlinks.man1.pdf
-runfiles size=36
+runfiles size=34
texmf-dist/scripts/texlive-extra/allcm.sh
texmf-dist/scripts/texlive-extra/allneeded.sh
texmf-dist/scripts/texlive-extra/dvi2fax.sh
@@ -299941,7 +300265,7 @@ runfiles size=36
name texlive-scripts-extra.aarch64-linux
category TLCore
-revision 53577
+revision 71749
shortdesc aarch64-linux files of texlive-scripts-extra
binfiles arch=aarch64-linux size=18
bin/aarch64-linux/allcm
@@ -299965,7 +300289,7 @@ binfiles arch=aarch64-linux size=18
name texlive-scripts-extra.amd64-freebsd
category TLCore
-revision 53577
+revision 71749
shortdesc amd64-freebsd files of texlive-scripts-extra
binfiles arch=amd64-freebsd size=18
bin/amd64-freebsd/allcm
@@ -299989,7 +300313,7 @@ binfiles arch=amd64-freebsd size=18
name texlive-scripts-extra.amd64-netbsd
category TLCore
-revision 53577
+revision 71749
shortdesc amd64-netbsd files of texlive-scripts-extra
binfiles arch=amd64-netbsd size=18
bin/amd64-netbsd/allcm
@@ -300013,7 +300337,7 @@ binfiles arch=amd64-netbsd size=18
name texlive-scripts-extra.armhf-linux
category TLCore
-revision 53577
+revision 71749
shortdesc armhf-linux files of texlive-scripts-extra
binfiles arch=armhf-linux size=18
bin/armhf-linux/allcm
@@ -300037,7 +300361,7 @@ binfiles arch=armhf-linux size=18
name texlive-scripts-extra.i386-freebsd
category TLCore
-revision 53577
+revision 71749
shortdesc i386-freebsd files of texlive-scripts-extra
binfiles arch=i386-freebsd size=18
bin/i386-freebsd/allcm
@@ -300061,7 +300385,7 @@ binfiles arch=i386-freebsd size=18
name texlive-scripts-extra.i386-linux
category TLCore
-revision 53577
+revision 71749
shortdesc i386-linux files of texlive-scripts-extra
binfiles arch=i386-linux size=18
bin/i386-linux/allcm
@@ -300085,7 +300409,7 @@ binfiles arch=i386-linux size=18
name texlive-scripts-extra.i386-netbsd
category TLCore
-revision 53577
+revision 71749
shortdesc i386-netbsd files of texlive-scripts-extra
binfiles arch=i386-netbsd size=18
bin/i386-netbsd/allcm
@@ -300109,7 +300433,7 @@ binfiles arch=i386-netbsd size=18
name texlive-scripts-extra.i386-solaris
category TLCore
-revision 53577
+revision 71749
shortdesc i386-solaris files of texlive-scripts-extra
binfiles arch=i386-solaris size=18
bin/i386-solaris/allcm
@@ -300133,7 +300457,7 @@ binfiles arch=i386-solaris size=18
name texlive-scripts-extra.universal-darwin
category TLCore
-revision 57908
+revision 71749
shortdesc universal-darwin files of texlive-scripts-extra
binfiles arch=universal-darwin size=18
bin/universal-darwin/allcm
@@ -300157,7 +300481,7 @@ binfiles arch=universal-darwin size=18
name texlive-scripts-extra.windows
category TLCore
-revision 70269
+revision 71749
shortdesc windows files of texlive-scripts-extra
binfiles arch=windows size=6
bin/windows/e2pall.exe
@@ -300166,7 +300490,7 @@ binfiles arch=windows size=6
name texlive-scripts-extra.x86_64-cygwin
category TLCore
-revision 53577
+revision 71749
shortdesc x86_64-cygwin files of texlive-scripts-extra
binfiles arch=x86_64-cygwin size=18
bin/x86_64-cygwin/allcm
@@ -300190,7 +300514,7 @@ binfiles arch=x86_64-cygwin size=18
name texlive-scripts-extra.x86_64-darwinlegacy
category TLCore
-revision 53577
+revision 71749
shortdesc x86_64-darwinlegacy files of texlive-scripts-extra
binfiles arch=x86_64-darwinlegacy size=18
bin/x86_64-darwinlegacy/allcm
@@ -300214,7 +300538,7 @@ binfiles arch=x86_64-darwinlegacy size=18
name texlive-scripts-extra.x86_64-linux
category TLCore
-revision 53577
+revision 71749
shortdesc x86_64-linux files of texlive-scripts-extra
binfiles arch=x86_64-linux size=18
bin/x86_64-linux/allcm
@@ -300238,7 +300562,7 @@ binfiles arch=x86_64-linux size=18
name texlive-scripts-extra.x86_64-linuxmusl
category TLCore
-revision 53577
+revision 71749
shortdesc x86_64-linuxmusl files of texlive-scripts-extra
binfiles arch=x86_64-linuxmusl size=18
bin/x86_64-linuxmusl/allcm
@@ -300262,7 +300586,7 @@ binfiles arch=x86_64-linuxmusl size=18
name texlive-scripts-extra.x86_64-solaris
category TLCore
-revision 53577
+revision 71749
shortdesc x86_64-solaris files of texlive-scripts-extra
binfiles arch=x86_64-solaris size=18
bin/x86_64-solaris/allcm
@@ -300591,9 +300915,9 @@ docfiles size=453
name texlive-zh-cn
category TLCore
-revision 54490
+revision 71700
shortdesc TeX Live manual (Chinese)
-docfiles size=302
+docfiles size=329
texmf-dist/doc/texlive/texlive-zh-cn/Makefile
texmf-dist/doc/texlive/texlive-zh-cn/README-live.ZH-CN
texmf-dist/doc/texlive/texlive-zh-cn/tex-live-zh-cn.sty
@@ -300602,7 +300926,7 @@ docfiles size=302
name texlive.infra
category TLCore
-revision 71556
+revision 71690
shortdesc basic TeX Live infrastructure
longdesc This package contains the files needed to get tlmgr running:
longdesc perl modules, xz binaries, plus (sometimes) tar, wget, lz4, and
@@ -300651,7 +300975,7 @@ docfiles size=139
texmf-dist/scripts/texlive/NEWS
tlpkg/README
tlpkg/installer/COPYING.MinGW-runtime.txt
-runfiles size=329
+runfiles size=328
LICENSE.CTAN
LICENSE.TL
release-texlive.txt
@@ -302569,24 +302893,25 @@ catalogue-version 1.1
name texvc
category Package
-revision 46844
+revision 71883
shortdesc Use MediaWiki LaTeX commands
longdesc User MediaWiki LaTeX commands to copy and past formulae from
longdesc MediaWiki to LaTeX documents.
-docfiles size=67
+docfiles size=82
texmf-dist/doc/latex/texvc/LICENSE
texmf-dist/doc/latex/texvc/README.md details="Readme"
texmf-dist/doc/latex/texvc/texvc.pdf details="Package documentation"
-srcfiles size=7
+srcfiles size=8
+ texmf-dist/source/latex/texvc/Makefile
texmf-dist/source/latex/texvc/texvc.dtx
texmf-dist/source/latex/texvc/texvc.ins
runfiles size=1
texmf-dist/tex/latex/texvc/texvc.sty
-catalogue-contact-repository https://github.com/ag-gipp/texvc-latex
+catalogue-contact-repository https://github.com/MaRDI4NFDI/texvc-ctan
catalogue-ctan /macros/latex/contrib/texvc
catalogue-license lppl1.3
catalogue-topics foreign-import
-catalogue-version 1.1
+catalogue-version 1.2
name texware
category TLCore
@@ -304312,13 +304637,13 @@ catalogue-version 0.1
name thuthesis
category Package
-revision 71311
+revision 71680
shortdesc Thesis template for Tsinghua University
longdesc This package establishes a simple and easy-to-use LaTeX
longdesc template for Tsinghua dissertations, including general
longdesc undergraduate research papers, masters theses, doctoral
longdesc dissertations, and postdoctoral reports.
-docfiles size=433
+docfiles size=434
texmf-dist/doc/latex/thuthesis/CHANGELOG.md
texmf-dist/doc/latex/thuthesis/README.md details="Readme (Chinese & English)"
texmf-dist/doc/latex/thuthesis/data/abstract.tex
@@ -304341,7 +304666,7 @@ docfiles size=433
texmf-dist/doc/latex/thuthesis/thuthesis-example.pdf details="Example of use (Chinese)" language="zh"
texmf-dist/doc/latex/thuthesis/thuthesis-example.tex
texmf-dist/doc/latex/thuthesis/thuthesis.pdf details="Package documentation (Chinese)" language="zh"
-srcfiles size=54
+srcfiles size=55
texmf-dist/source/latex/thuthesis/thuthesis.dtx
texmf-dist/source/latex/thuthesis/thuthesis.ins
runfiles size=77
@@ -304363,7 +304688,7 @@ catalogue-contact-repository https://github.com/tuna/thuthesis
catalogue-ctan /macros/latex/contrib/thuthesis
catalogue-license lppl1.3c
catalogue-topics dissertation class doc-templ std-conform chinese
-catalogue-version 7.5.1
+catalogue-version 7.5.2
name ticket
category Package
@@ -304576,6 +304901,32 @@ shortdesc x86_64-solaris files of tie
binfiles arch=x86_64-solaris size=23
bin/x86_64-solaris/tie
+name tiet-question-paper
+category Package
+revision 71601
+shortdesc A LaTeX question paper class for the TIET
+longdesc This package provides a LaTeX document class
+longdesc tiet-question-paper.cls in order to create question papers for
+longdesc the Thapar Institute of Engineering and Technologie (TIET).
+longdesc Although created for the TIET, the module is easily adaptable
+longdesc to any organisation.
+docfiles size=28
+ texmf-dist/doc/latex/tiet-question-paper/LICENSE
+ texmf-dist/doc/latex/tiet-question-paper/README.md details="Readme"
+ texmf-dist/doc/latex/tiet-question-paper/images/sample.png
+ texmf-dist/doc/latex/tiet-question-paper/tiet-question-paper-sample-org.org
+ texmf-dist/doc/latex/tiet-question-paper/tiet-question-paper-sample-org.pdf
+ texmf-dist/doc/latex/tiet-question-paper/tiet-question-paper-sample-org.tex
+ texmf-dist/doc/latex/tiet-question-paper/tiet-question-paper-sample.pdf details="Example of use"
+ texmf-dist/doc/latex/tiet-question-paper/tiet-question-paper-sample.tex
+runfiles size=3
+ texmf-dist/tex/latex/tiet-question-paper/tiet-question-paper.cls
+catalogue-contact-bugs https://github.com/bvraghav/qptiet_latex-class/issues
+catalogue-contact-repository https://github.com/bvraghav/qptiet_latex-class
+catalogue-ctan /macros/latex/contrib/tiet-question-paper
+catalogue-license mit
+catalogue-topics class exam
+
name tikz-3dplot
category Package
revision 25087
@@ -307648,7 +307999,7 @@ catalogue-version 1.45c
name tkz-elements
category Package
-revision 71130
+revision 71827
shortdesc A Lua library for drawing Euclidean geometry with TikZ or tkz-euclide
longdesc This package provides a library written in Lua, allowing to
longdesc make all the necessary calculations to define the objects of a
@@ -307658,7 +308009,7 @@ longdesc main possibility of programmation proposed is oriented "object
longdesc programming" with object classes like point, line, triangle,
longdesc circle and ellipse. For the moment, once the calculations are
longdesc done, it is tkz-euclide or TikZ which allows the drawings.
-docfiles size=321
+docfiles size=370
texmf-dist/doc/latex/tkz-elements/README.md details="Readme"
texmf-dist/doc/latex/tkz-elements/TKZdoc-elements-classes-circle.tex
texmf-dist/doc/latex/tkz-elements/TKZdoc-elements-classes-ellipse.tex
@@ -307726,7 +308077,7 @@ catalogue-contact-home https://altermundus.fr
catalogue-ctan /macros/latex/contrib/tkz/tkz-elements
catalogue-license lppl1.3
catalogue-topics maths calculation luatex
-catalogue-version 2.25c
+catalogue-version 2.30c
name tkz-euclide
category Package
@@ -307898,7 +308249,7 @@ catalogue-version 2.0
name tkz-grapheur
category Package
-revision 71535
+revision 71805
shortdesc A LaTeX package with tools for graph plotting (and TikZ)
longdesc This package provides some commands to help French mathematics
longdesc teachers for 15-18 years olds, with graphs of functions: define
@@ -307906,19 +308257,23 @@ longdesc and draw functions and interpolations curves work with
longdesc integrals, tangents, intersersections get coordinates of points
longdesc ... The syntax is rather explicit, like \DefinirCourbe,
longdesc \RecupererCoordonnees,\TrouverIntersections, etc.
-docfiles size=254
+docfiles size=734
texmf-dist/doc/latex/tkz-grapheur/README.md details="Readme"
- texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-doc-fr.pdf details="Package documentation"
+ texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-doc-en.pdf details="Package documentation (English)" language="en"
+ texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-doc-en.tex
+ texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-doc-fr.pdf details="Package documentation (French)" language="fr"
texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-doc-fr.tex
- texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-exemples-integrales.pdf details="Example of use"
+ texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-examples-integrals.pdf details="Example of use (English)" language="en"
+ texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-examples-integrals.tex
+ texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-exemples-integrales.pdf details="Example of use (French)" language="fr"
texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-exemples-integrales.tex
-runfiles size=19
+runfiles size=38
texmf-dist/tex/latex/tkz-grapheur/tkz-grapheur.sty
catalogue-contact-repository https://forge.apps.education.fr/pierquetcedric/package-latex-tkz-grapheur
catalogue-ctan /graphics/pgf/contrib/tkz-grapheur
catalogue-license lppl1.3c
catalogue-topics graphics maths graphics-plotfn pgf-tikz
-catalogue-version 0.1.4
+catalogue-version 0.1.6
name tkz-orm
category Package
@@ -315149,7 +315504,7 @@ catalogue-version 0.2
name tramlines
category Package
-revision 65692
+revision 71842
shortdesc A package for creating tramlines (lines above and below a title used by lawyers in the UK)
longdesc This package automatically creates tramlines (lines above and
longdesc below a title used by lawyers in the UK and the Commonwealth).
@@ -315163,7 +315518,7 @@ catalogue-contact-home https://github.com/ezgranet/tramlines
catalogue-ctan /macros/latex/contrib/tramlines
catalogue-license lppl1.3c cc-by-sa-3
catalogue-topics headings legal
-catalogue-version 1.1.0
+catalogue-version 1.1.1
name translation-array-fr
category Package
@@ -316079,14 +316434,14 @@ catalogue-version 1.0
name tuda-ci
category Package
-revision 71209
+revision 71696
shortdesc LaTeX templates of Technische Universitat Darmstadt
longdesc The TUDa-CI-Bundle provides a possibility to use the Corporate
longdesc Design of TU Darmstadt in LaTeX. It contains documentclasses as
longdesc well as some helper packages and config files together with
longdesc some templates for user documentation, which currently are only
longdesc available in German.
-docfiles size=1748
+docfiles size=1751
texmf-dist/doc/latex/tuda-ci/DEMO-TUDaAnnouncement.pdf
texmf-dist/doc/latex/tuda-ci/DEMO-TUDaAnnouncement.tex
texmf-dist/doc/latex/tuda-ci/DEMO-TUDaBeamer.pdf
@@ -316114,7 +316469,7 @@ docfiles size=1748
texmf-dist/doc/latex/tuda-ci/DEMO-TUDaThesis.pdf details="Example bachelor's thesis" language="de"
texmf-dist/doc/latex/tuda-ci/DEMO-TUDaThesis.tex
texmf-dist/doc/latex/tuda-ci/README.md details="Readme"
-runfiles size=94
+runfiles size=95
texmf-dist/tex/latex/tuda-ci/beamercolorthemeTUDa.sty
texmf-dist/tex/latex/tuda-ci/beamercolorthemeTUDa2008.sty
texmf-dist/tex/latex/tuda-ci/beamerfontthemeTUDa.sty
@@ -316157,7 +316512,7 @@ catalogue-contact-repository https://github.com/tudace/tuda_latex_templates
catalogue-ctan /macros/latex/contrib/tuda-ci
catalogue-license lppl1.3c
catalogue-topics class doc-templ letter dissertation presentation poster std-conform
-catalogue-version 3.38
+catalogue-version 3.41
name tudscr
category Package
@@ -317506,7 +317861,7 @@ catalogue-version 0.4.7
name typog
category Package
-revision 71202
+revision 71883
shortdesc Typographic fine-tuning and micro-typographic enhancements
longdesc This package provides macros for micro-typographic
longdesc enhancements. It covers a variety of topics: Precise
@@ -317522,11 +317877,10 @@ longdesc to flag interesting parts of the information deluge typically
longdesc accumulating in a LaTeX log-file and an associated tool,
longdesc typog-grep, that selectively retrieves these parts.
depend typog.ARCH
-docfiles size=485
+docfiles size=527
+ texmf-dist/doc/latex/typog/LICENSE
texmf-dist/doc/latex/typog/README.md details="Readme"
- texmf-dist/doc/latex/typog/RELEASE-HOWTO.md
texmf-dist/doc/latex/typog/crooked-paragraphs.mp
- texmf-dist/doc/latex/typog/index.md
texmf-dist/doc/latex/typog/slant-angle.mp
texmf-dist/doc/latex/typog/smooth-parshapes.mp
texmf-dist/doc/latex/typog/teximan2latex.sed
@@ -317534,17 +317888,21 @@ docfiles size=485
texmf-dist/doc/latex/typog/typog-example.pdf details="Examples of use"
texmf-dist/doc/latex/typog/typog-example.tex
texmf-dist/doc/latex/typog/typog-grep.1.pdf details="Man page for typog-grep"
+ texmf-dist/doc/latex/typog/typog-grep.pl.in
texmf-dist/doc/latex/typog/typog-grep.pod
- texmf-dist/doc/latex/typog/typog-nomt.tex
+ texmf-dist/doc/latex/typog/typog-grep.version.sed
+ texmf-dist/doc/latex/typog/typog-minimal-test.tex
+ texmf-dist/doc/latex/typog/typog-without-microtype-test.tex
+ texmf-dist/doc/latex/typog/typog.gst
texmf-dist/doc/latex/typog/typog.ist
texmf-dist/doc/latex/typog/typog.pdf details="Package documentation"
texmf-dist/doc/man/man1/typog-grep.1
texmf-dist/doc/man/man1/typog-grep.man1.pdf
-srcfiles size=89
+srcfiles size=107
texmf-dist/source/latex/typog/Makefile
texmf-dist/source/latex/typog/typog.dtx
texmf-dist/source/latex/typog/typog.ins
-runfiles size=18
+runfiles size=21
texmf-dist/scripts/typog/typog-grep.pl
texmf-dist/tex/latex/typog/typog.sty
catalogue-contact-bugs https://github.com/cspiel/typog/issues
@@ -317552,7 +317910,7 @@ catalogue-contact-repository https://github.com/cspiel/typog
catalogue-ctan /macros/latex/contrib/typog
catalogue-license lppl1.3c
catalogue-topics micro-layout letterspace
-catalogue-version 0.3
+catalogue-version 0.4
name typog.aarch64-linux
category Package
@@ -317793,7 +318151,7 @@ catalogue-version 12.12
name uantwerpendocs
category Package
-revision 70903
+revision 71617
shortdesc Course texts, master theses, and exams in University of Antwerp style
longdesc These class files implement the house style of the University
longdesc of Antwerp. This package originated from the Faculty of Applied
@@ -317801,7 +318159,7 @@ longdesc Engineering. Using these class files will make it easy for you
longdesc to make and keep your documents compliant to this version and
longdesc future versions of the house style of the University of
longdesc Antwerp.
-docfiles size=1148
+docfiles size=1147
texmf-dist/doc/latex/uantwerpendocs/LICENSE
texmf-dist/doc/latex/uantwerpendocs/README details="Readme"
texmf-dist/doc/latex/uantwerpendocs/beamerthemeuantwerpenuserguide.pdf
@@ -318169,7 +318527,7 @@ runfiles size=3147
catalogue-ctan /macros/latex/contrib/uantwerpendocs
catalogue-license lppl1.3
catalogue-topics class dissertation essay letter exam std-conform
-catalogue-version 4.6
+catalogue-version 4.7
name uassign
category Package
@@ -322434,7 +322792,7 @@ binfiles arch=x86_64-solaris size=1
name ulthese
category Package
-revision 60217
+revision 71697
shortdesc Thesis class and templates for Universite Laval
longdesc The package provides a class based on memoir to prepare theses
longdesc and memoirs compliant with the presentation rules set forth by
@@ -322444,7 +322802,7 @@ longdesc for the various types of theses and memoirs offered at Laval.
longdesc Please note that the documentation for the class and the
longdesc comments in the templates are all written in French, the
longdesc language of the target audience.
-docfiles size=87
+docfiles size=54
texmf-dist/doc/latex/ulthese/README.md details="Readme (in French)" language="fr"
texmf-dist/doc/latex/ulthese/abstract.tex
texmf-dist/doc/latex/ulthese/annexe.tex
@@ -322464,7 +322822,7 @@ docfiles size=87
texmf-dist/doc/latex/ulthese/remerciements.tex
texmf-dist/doc/latex/ulthese/resume.tex
texmf-dist/doc/latex/ulthese/ulthese.pdf details="Package documentation" language="fr"
-srcfiles size=28
+srcfiles size=25
texmf-dist/source/latex/ulthese/ulthese.dtx
texmf-dist/source/latex/ulthese/ulthese.ins
runfiles size=47
@@ -322472,11 +322830,14 @@ runfiles size=47
texmf-dist/tex/latex/ulthese/ul_p.pdf
texmf-dist/tex/latex/ulthese/ulthese.cls
catalogue-also memoir babel
+catalogue-contact-announce https://gitlab.com/vigou3/ulthese/-/releases
+catalogue-contact-bugs https://gitlab.com/vigou3/ulthese/-/issues
+catalogue-contact-home https://vigou3.gitlab.io/ulthese/
catalogue-contact-repository https://gitlab.com/vigou3/ulthese
catalogue-ctan /macros/latex/contrib/ulthese
catalogue-license lppl1.3c
catalogue-topics dissertation class french
-catalogue-version 5.3a
+catalogue-version 6.0
name umbclegislation
category Package
@@ -322735,7 +323096,7 @@ catalogue-version 2.1
name unbtex
category Package
-revision 70307
+revision 71708
shortdesc A class for theses at University of Brasilia (UnB)
longdesc This package provides a class based on abnTeX and compatible
longdesc with pdflatex and BibTeXr to prepare bachelor, master, and
@@ -322745,7 +323106,7 @@ longdesc theses for undergraduate and graduate programs at UnB. The
longdesc documentation for the class and the comments in the templates
longdesc are all written in Portuguese, the language of the target
longdesc audience.
-docfiles size=301
+docfiles size=303
texmf-dist/doc/latex/unbtex/README.md details="Readme"
texmf-dist/doc/latex/unbtex/unbtex-example.pdf details="Example of use" language="pt-br"
texmf-dist/doc/latex/unbtex/unbtex-example.tex
@@ -322780,7 +323141,7 @@ runfiles size=9
catalogue-ctan /macros/latex/contrib/unbtex
catalogue-license lppl1.3
catalogue-topics class doc-templ dissertation portuguese-br
-catalogue-version 1.5.1
+catalogue-version 1.5.2
name undar-digitacion
category Package
@@ -323958,7 +324319,7 @@ catalogue-topics font font-body font-sans font-proportional font-otf font-type1
name univie-ling
category Package
-revision 71217
+revision 71883
shortdesc Papers, theses and research proposals in (Applied) Linguistics at Vienna University
longdesc This bundle provides LaTeX2e classes, BibLaTeX files, and
longdesc templates suitable for student papers, PhD research proposals
@@ -323971,7 +324332,7 @@ longdesc context. The classes can also be used for General and
longdesc Historical Linguistics as well as for other fields of study at
longdesc Vienna University. In this case, however, some settings may
longdesc have to be adjusted.
-docfiles size=1378
+docfiles size=1384
texmf-dist/doc/latex/univie-ling/README details="Readme"
texmf-dist/doc/latex/univie-ling/templates/template-expose-deutsch.pdf
texmf-dist/doc/latex/univie-ling/templates/template-expose-deutsch.tex
@@ -324031,7 +324392,7 @@ catalogue-contact-repository https://github.com/jspitz/univie-ling
catalogue-ctan /macros/latex/contrib/univie-ling
catalogue-license lppl1.3
catalogue-topics linguistic class dissertation article-like misc-paper std-conform
-catalogue-version 2.5
+catalogue-version 2.7
name unizgklasa
category Package
@@ -334121,7 +334482,8 @@ revision 64058
shortdesc Wrapping text around stuff
longdesc This package provides another implementation of text wrapping.
longdesc Its implementation benefits from the paragraph hooks available
-longdesc since LaTeX 2021-06-01.
+longdesc since LaTeX 2021-06-01. English documentation is provided by
+longdesc the wrapstuff-doc-en package.
docfiles size=112
texmf-dist/doc/latex/wrapstuff/README.md details="Readme"
texmf-dist/doc/latex/wrapstuff/wrapstuff.pdf details="Package documentation" language="zh"
@@ -334138,6 +334500,23 @@ catalogue-license lppl1.3c
catalogue-topics text-flow expl3
catalogue-version 0.3
+name wrapstuff-doc-en
+category Package
+revision 71835
+shortdesc English version of the wrapstuff package documentation
+longdesc This package provides an English translation of the
+longdesc documentation for the wrapstuff package.
+docfiles size=89
+ texmf-dist/doc/latex/wrapstuff-doc-en/README.md details="Readme"
+ texmf-dist/doc/latex/wrapstuff-doc-en/wrapstuff-doc-en.pdf details="The document itself"
+ texmf-dist/doc/latex/wrapstuff-doc-en/wrapstuff-doc-en.tex
+catalogue-contact-bugs https://github.com/SwitWu/wrapstuff-doc-en/issues
+catalogue-contact-repository https://github.com/SwitWu/wrapstuff-doc-en
+catalogue-ctan /info/wrapstuff-doc-en
+catalogue-license lppl1.3c
+catalogue-topics documentation docu-pkg translation
+catalogue-version 0.3
+
name writeongrid
category Package
revision 70939
@@ -335880,26 +336259,26 @@ catalogue-version 1.26
name xcharter-math
category Package
-revision 70298
+revision 71883
shortdesc XCharter-based OpenType Math font for LuaTeX and XeTeX
longdesc This package provides an Unicode Math font XCharter-Math.otf
longdesc meant to be used together with XCharter Opentype Text fonts
longdesc (extension of Bitstream Charter) in LuaLaTeX or XeLaTeX
longdesc documents.
-docfiles size=519
+docfiles size=511
texmf-dist/doc/fonts/xcharter-math/README.md details="Readme"
texmf-dist/doc/fonts/xcharter-math/XCharter-Math.ltx
texmf-dist/doc/fonts/xcharter-math/XCharter-Math.pdf details="Package documentation"
texmf-dist/doc/fonts/xcharter-math/unimath-xcharter.ltx
texmf-dist/doc/fonts/xcharter-math/unimath-xcharter.pdf details="List of glyphs"
-runfiles size=126
+runfiles size=127
texmf-dist/fonts/opentype/public/xcharter-math/XCharter-Math-Bold.otf
texmf-dist/fonts/opentype/public/xcharter-math/XCharter-Math.otf
texmf-dist/tex/latex/xcharter-math/xcharter-otf.sty
catalogue-ctan /fonts/xcharter-math
catalogue-license ofl lppl1.3c
catalogue-topics font font-otf font-maths font-supp-maths
-catalogue-version 0.62
+catalogue-version 0.63
name xcite
category Package
diff --git a/Master/tlpkg/tlpsrc/bonum-otf.tlpsrc b/Master/tlpkg/tlpsrc/bonum-otf.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/bonum-otf.tlpsrc
diff --git a/Master/tlpkg/tlpsrc/collection-context.tlpsrc b/Master/tlpkg/tlpsrc/collection-context.tlpsrc
index 75007a2771e..a6388fd1574 100644
--- a/Master/tlpkg/tlpsrc/collection-context.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-context.tlpsrc
@@ -12,6 +12,7 @@ depend jmn
#
# rest are contrib modules from the garden:
depend context-calendar-examples
+depend context-chat
depend context-collating-marks
depend context-cyrillicnumbers
depend context-filter
diff --git a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc
index baa3f123096..c972fcf04a7 100644
--- a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc
@@ -53,6 +53,7 @@ depend bguq
depend bitter
depend blacklettert1
depend boisik
+depend bonum-otf
depend bookhands
depend boondox
depend braille
@@ -166,6 +167,7 @@ depend frimurer
depend garamond-libre
depend garamond-math
depend gelasio
+depend gelasiomath
depend genealogy
depend gentium-tug
depend gfsartemisia
@@ -233,6 +235,7 @@ depend lineara
depend linguisticspro
depend lobster2
depend logix
+depend luwiantype
depend lxfonts
depend ly1
depend magra
diff --git a/Master/tlpkg/tlpsrc/collection-langenglish.tlpsrc b/Master/tlpkg/tlpsrc/collection-langenglish.tlpsrc
index 02ee95b372f..675aa7a55d8 100644
--- a/Master/tlpkg/tlpsrc/collection-langenglish.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-langenglish.tlpsrc
@@ -76,5 +76,6 @@ depend typstfun
depend undergradmath
depend visualfaq
depend webguide
+depend wrapstuff-doc-en
depend xetexref
depend yet-another-guide-latex2e
diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
index 206c2158fe5..cb54948aaea 100644
--- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
@@ -386,6 +386,7 @@ depend doctools
depend documentation
depend docutils
depend doi
+depend doibanner
depend dotarrow
depend dotlessi
depend dotseqn
@@ -1059,6 +1060,7 @@ depend parselines
depend pas-cours
depend pas-cv
depend pas-tableur
+depend passopt
depend patch
depend patchcmd
depend pauldoc
diff --git a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc
index 7cf9d21872f..e41f0ac1bfa 100644
--- a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc
@@ -105,6 +105,7 @@ depend spacekern
depend spelling
depend stricttex
depend sympycalc
+depend tango
depend texfindpkg
depend truthtable
depend tsvtemplate
diff --git a/Master/tlpkg/tlpsrc/collection-mathscience.tlpsrc b/Master/tlpkg/tlpsrc/collection-mathscience.tlpsrc
index 1a0bfec8779..f7392151044 100644
--- a/Master/tlpkg/tlpsrc/collection-mathscience.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-mathscience.tlpsrc
@@ -162,6 +162,7 @@ depend mhchem
depend mhequ
depend miller
depend mismath
+depend moremath
depend multiobjective
depend naive-ebnf
depend namedtensor
diff --git a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
index b6097e24e9b..cb8473e38e4 100644
--- a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
@@ -234,6 +234,7 @@ depend thubeamer
depend thucoursework
depend thuthesis
depend tidyres
+depend tiet-question-paper
depend timbreicmc
depend tlc-article
depend topletter
diff --git a/Master/tlpkg/tlpsrc/context-chat.tlpsrc b/Master/tlpkg/tlpsrc/context-chat.tlpsrc
new file mode 100644
index 00000000000..80e71c2e536
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/context-chat.tlpsrc
@@ -0,0 +1,2 @@
+category ConTeXt
+depend context
diff --git a/Master/tlpkg/tlpsrc/doibanner.tlpsrc b/Master/tlpkg/tlpsrc/doibanner.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/doibanner.tlpsrc
diff --git a/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc b/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc
index ff227ce3b49..45806514388 100644
--- a/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc
+++ b/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc
@@ -1,5 +1,6 @@
category TLCore
depend glyphlist
+depend texlive-scripts-extra
#
postaction script file=tlpkg/tlpostcode/dvipdfmx.pl
#
@@ -13,9 +14,15 @@ binpattern f bin/${ARCH}/dvipdfm
binpattern f bin/${ARCH}/dvipdfmx
binpattern f bin/${ARCH}/dvipdft
binpattern f bin/${ARCH}/ebb
-binpattern f bin/${ARCH}/extractbb
+# not the extractbb symlink to xdvipdfmx.
binpattern f bin/${ARCH}/xdvipdfmx
#
+# symlink and target. Should move into the dvipdfmx sources, but it's
+# convenient to keep it in the dvipdfmx package, since that's where it's
+# needed, and LaTeX assumes installing this package is enough.
+binpattern f bin/${ARCH}/extractbb
+runpattern f texmf-dist/scripts/texlive/extractbb.lua
+#
docpattern d texmf-dist/doc/dvipdfm
docpattern d texmf-dist/doc/dvipdfmx
docpattern f texmf-dist/doc/man/man1/dvipdfm.*
@@ -23,4 +30,5 @@ docpattern f texmf-dist/doc/man/man1/dvipdfmx.*
docpattern f texmf-dist/doc/man/man1/xdvipdfmx.*
docpattern f texmf-dist/doc/man/man1/dvipdft.*
docpattern f texmf-dist/doc/man/man1/ebb.*
+# keep extractbb docs here since that's what the script runs internally
docpattern f texmf-dist/doc/man/man1/extractbb*
diff --git a/Master/tlpkg/tlpsrc/gelasiomath.tlpsrc b/Master/tlpkg/tlpsrc/gelasiomath.tlpsrc
new file mode 100644
index 00000000000..433947a0c9a
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/gelasiomath.tlpsrc
@@ -0,0 +1 @@
+execute addMap GelasioMath.map
diff --git a/Master/tlpkg/tlpsrc/hyphen-finnish.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-finnish.tlpsrc
index 6dbdf6c03c3..4dbe036d643 100644
--- a/Master/tlpkg/tlpsrc/hyphen-finnish.tlpsrc
+++ b/Master/tlpkg/tlpsrc/hyphen-finnish.tlpsrc
@@ -2,7 +2,7 @@ category TLCore
depend hyphen-base
depend hyph-utf8
shortdesc Finnish hyphenation patterns.
-longdesc Hyphenation patterns for Finnish in T1 and UTF-8 encodings. The older set, labelled just “fi”, tries to implement etymological rules, while the newer ones (fi-x-school) implements the simpler rules taught at Finnish school.
+longdesc Hyphenation patterns for Finnish in T1 and UTF-8 encodings. The older set, labelled just 'fi', tries to implement etymological rules, while the newer ones (fi-x-school) implements the simpler rules taught at Finnish school.
execute AddHyphen \
name=finnish \
lefthyphenmin=2 \
diff --git a/Master/tlpkg/tlpsrc/luwiantype.tlpsrc b/Master/tlpkg/tlpsrc/luwiantype.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/luwiantype.tlpsrc
diff --git a/Master/tlpkg/tlpsrc/moremath.tlpsrc b/Master/tlpkg/tlpsrc/moremath.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/moremath.tlpsrc
diff --git a/Master/tlpkg/tlpsrc/passopt.tlpsrc b/Master/tlpkg/tlpsrc/passopt.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/passopt.tlpsrc
diff --git a/Master/tlpkg/tlpsrc/tango.tlpsrc b/Master/tlpkg/tlpsrc/tango.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/tango.tlpsrc
diff --git a/Master/tlpkg/tlpsrc/tiet-question-paper.tlpsrc b/Master/tlpkg/tlpsrc/tiet-question-paper.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/tiet-question-paper.tlpsrc
diff --git a/Master/tlpkg/tlpsrc/wrapstuff-doc-en.tlpsrc b/Master/tlpkg/tlpsrc/wrapstuff-doc-en.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/wrapstuff-doc-en.tlpsrc
diff --git a/Master/tlpkg/translations/cs.po b/Master/tlpkg/translations/cs.po
index dc1a926b60c..ee7a612a0b4 100644
--- a/Master/tlpkg/translations/cs.po
+++ b/Master/tlpkg/translations/cs.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2022-03-21 13:54+0100\n"
"Last-Translator: Petr Sojka <sojka@fi.muni.cz>\n"
"Language-Team: Czech <>\n"
@@ -1957,16 +1957,16 @@ msgstr "Podpůrné programy výhradně pro Windows"
msgid "XeTeX and packages"
msgstr "XeTeX a balíky"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Vítejte v TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1975,7 +1975,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/da.po b/Master/tlpkg/translations/da.po
index 247283cba94..427474728bb 100644
--- a/Master/tlpkg/translations/da.po
+++ b/Master/tlpkg/translations/da.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2021\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2021-05-05 10:13+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -1958,16 +1958,16 @@ msgstr "Programmer, der kun understøttes på Windows"
msgid "XeTeX and packages"
msgstr "XeTeX med pakker"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Velkommen til TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1976,7 +1976,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/de.po b/Master/tlpkg/translations/de.po
index 52fe74a6c6d..34efa57001d 100644
--- a/Master/tlpkg/translations/de.po
+++ b/Master/tlpkg/translations/de.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2024-03-16 09:53+0100\n"
"Last-Translator: Uwe Ziegenhagen <ziegenhagen@gmail.com>\n"
"Language-Team: TL German Translation Team <tex-live@tug.org>\n"
@@ -1949,16 +1949,16 @@ msgstr "Zusatzprogramme (nur-Windows)"
msgid "XeTeX and packages"
msgstr "XeTeX und XeTeX-Pakete"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Willkommen bei TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr "Siehe %s/index.html für Links zur Dokumentation.\n"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1973,7 +1973,7 @@ msgstr ""
"beitreten.\n"
"Die Liste der Gruppen finden Sie unter https://tug.org/usergroups.html.\n"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/es.po b/Master/tlpkg/translations/es.po
index 34669cf935a..538c040f197 100644
--- a/Master/tlpkg/translations/es.po
+++ b/Master/tlpkg/translations/es.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2019-03-30 17:58-0400\n"
"Last-Translator: linguafalsa <linguafalsa@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1960,16 +1960,16 @@ msgstr "Programas de respaldo solamente para Windows"
msgid "XeTeX and packages"
msgstr "XeTeX y paquetes"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "¡Bienvenido a Tex Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1978,7 +1978,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/fr.po b/Master/tlpkg/translations/fr.po
index 764d21fd6a4..a338206dd59 100644
--- a/Master/tlpkg/translations/fr.po
+++ b/Master/tlpkg/translations/fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2024-02-22 22:35+0100\n"
"Last-Translator: Denis Bitouzé <denis.bitouze@univ-littoral.fr>\n"
"Language-Team: French <kde-i18n-doc@kde.org>\n"
@@ -1966,16 +1966,16 @@ msgstr "Programmes pour le support de Windows seulement"
msgid "XeTeX and packages"
msgstr "XeTeX et packages associés"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Bienvenue sous TeX Live !"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr "Voir %s/index.html pour les liens vers la documentation.\n"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1992,7 +1992,7 @@ msgstr ""
".La liste des groupes est disponible sur le Web à l'adresse https://tug.org/"
"usergroups.html.\n"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/it.po b/Master/tlpkg/translations/it.po
index 9974a593c64..7d944877ac6 100644
--- a/Master/tlpkg/translations/it.po
+++ b/Master/tlpkg/translations/it.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tex Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2021-03-22 06:20+0100\n"
"Last-Translator: Marco Pallante\n"
"Language-Team: <>\n"
@@ -1956,16 +1956,16 @@ msgstr "Programmi di supporto solo per Windows"
msgid "XeTeX and packages"
msgstr "XeTeX e pacchetti"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Benvenuto in TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1974,7 +1974,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/ja.po b/Master/tlpkg/translations/ja.po
index 46968c69275..9554f11b8e7 100644
--- a/Master/tlpkg/translations/ja.po
+++ b/Master/tlpkg/translations/ja.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2024-02-04 15:32+0900\n"
"Last-Translator: Takuto Asakura <tkt.asakura@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1955,16 +1955,16 @@ msgstr "Windows専用プログラム"
msgid "XeTeX and packages"
msgstr "XeTeXとパッケージ"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "TeX Liveへようこそ!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr "ドキュメントの一覧は%s/index.htmlをご覧ください。\n"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1978,7 +1978,7 @@ msgstr ""
"なTeXユーザ会に入会することをご検討ください。TeXユーザ会の一覧はhttps://tug."
"org/usergroups.htmlでご確認いただけます。\n"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/messages.pot b/Master/tlpkg/translations/messages.pot
index c5394c16fee..573db35c94e 100644
--- a/Master/tlpkg/translations/messages.pot
+++ b/Master/tlpkg/translations/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2024\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1895,16 +1895,16 @@ msgstr ""
msgid "XeTeX and packages"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1913,7 +1913,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/nl.po b/Master/tlpkg/translations/nl.po
index a45bc061e29..6a3bbf35da9 100644
--- a/Master/tlpkg/translations/nl.po
+++ b/Master/tlpkg/translations/nl.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2023-03-10 09:39+0100\n"
"Last-Translator: Siep Kroonenberg <siepo@bitmuis.nl>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1954,16 +1954,16 @@ msgstr "Ondersteunende programma's specifiek voor Windows"
msgid "XeTeX and packages"
msgstr "XeTeX en bijbehorende pakketten"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Welkom bij TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1972,7 +1972,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/pl.po b/Master/tlpkg/translations/pl.po
index 01462772c62..594ea098564 100644
--- a/Master/tlpkg/translations/pl.po
+++ b/Master/tlpkg/translations/pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2023\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2023-03-18 16:47+0100\n"
"Last-Translator: Zofia Walczak <zofia.walczak@wmii.uni.lodz.pl>\n"
"Language-Team: \n"
@@ -1960,16 +1960,16 @@ msgstr "Dodatkowe programy tylko dla Windows"
msgid "XeTeX and packages"
msgstr "XeTeX i pakiety"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Witamy w TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1978,7 +1978,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/pt_BR.po b/Master/tlpkg/translations/pt_BR.po
index 434b59b0614..f6c53309844 100644
--- a/Master/tlpkg/translations/pt_BR.po
+++ b/Master/tlpkg/translations/pt_BR.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2022-02-21 07:43-0300\n"
"Last-Translator: Paulo Roberto Massa Cereda <cereda.paulo@gmail.com>\n"
"Language-Team: Paulo Roberto Massa Cereda <cereda.paulo@gmail.com>\n"
@@ -1960,16 +1960,16 @@ msgstr "Programas de suporte exclusivos para Windows"
msgid "XeTeX and packages"
msgstr "XeTeX e pacotes"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Bem-vindo ao TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1978,7 +1978,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/ru.po b/Master/tlpkg/translations/ru.po
index b14aa6b9cf8..325c1145127 100644
--- a/Master/tlpkg/translations/ru.po
+++ b/Master/tlpkg/translations/ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2022-03-23 09:50+0800\n"
"Last-Translator: Vladimir Lomov <irk.translator@yandex.ru>\n"
"Language-Team: Russian <tldoc@tug.org>\n"
@@ -1959,16 +1959,16 @@ msgstr "Вспомогательные программы, только для W
msgid "XeTeX and packages"
msgstr "XeTeX и пакеты"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Вас приветствует TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1977,7 +1977,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/sk.po b/Master/tlpkg/translations/sk.po
index b85f99f369a..50f46a1b40e 100644
--- a/Master/tlpkg/translations/sk.po
+++ b/Master/tlpkg/translations/sk.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2022-03-21 13:59+0100\n"
"Last-Translator: Ján Buša <jan.busa@tuke.sk>\n"
"Language-Team: tex-live@tug.org\n"
@@ -1958,16 +1958,16 @@ msgstr "Podporné programy len pre Windows"
msgid "XeTeX and packages"
msgstr "XeTeX a balíky"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Vitajte vo svete TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1976,7 +1976,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/sl.po b/Master/tlpkg/translations/sl.po
index 97388b95001..a69fe2f1911 100644
--- a/Master/tlpkg/translations/sl.po
+++ b/Master/tlpkg/translations/sl.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2022-03-21 13:45+0100\n"
"Last-Translator: Mojca Miklavec <mojca.miklavec.lists@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -2044,16 +2044,16 @@ msgstr "Programi za MS Windows"
msgid "XeTeX and packages"
msgstr "XeTeX s paketi"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Dobrodošli v TeX Live-u!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -2062,7 +2062,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/sr.po b/Master/tlpkg/translations/sr.po
index 0d380ee72f1..bbccd104d8a 100644
--- a/Master/tlpkg/translations/sr.po
+++ b/Master/tlpkg/translations/sr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2019-10-23 02:13+0300\n"
"Last-Translator: Nikola Lečić <nikola.lecic@anthesphoria.net>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1955,16 +1955,16 @@ msgstr "Помоћни програми за Windows"
msgid "XeTeX and packages"
msgstr "XeTeX и повезани пакети"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Добродошли у TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1973,7 +1973,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/uk.po b/Master/tlpkg/translations/uk.po
index e63a6074302..e1431aec807 100644
--- a/Master/tlpkg/translations/uk.po
+++ b/Master/tlpkg/translations/uk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2010\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2019-03-23 09:02+0200\n"
"Last-Translator: Andriy Bandura <andriykopanytsia@gmail.com>\n"
"Language-Team: Ukrainian <andriykopanytsia@gmail.com>\n"
@@ -1939,16 +1939,16 @@ msgstr "Додаткові програми лише під Windows"
msgid "XeTeX and packages"
msgstr "XeTeX та пакунки"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Ласкаво просимо до TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1957,7 +1957,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/vi.po b/Master/tlpkg/translations/vi.po
index c51046abb2f..51e240dd4e0 100644
--- a/Master/tlpkg/translations/vi.po
+++ b/Master/tlpkg/translations/vi.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2021-03-13 11:02+0100\n"
"Last-Translator: Anh K. Huỳnh <kyanh@viettug.org>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1950,16 +1950,16 @@ msgstr "Các chương trình chỉ cho Windows"
msgid "XeTeX and packages"
msgstr "XeTeX và các gói của nó"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Chào mừng đến với TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1968,7 +1968,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/zh_CN.po b/Master/tlpkg/translations/zh_CN.po
index 982e3acf505..bd9286a3daf 100644
--- a/Master/tlpkg/translations/zh_CN.po
+++ b/Master/tlpkg/translations/zh_CN.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2009-09-22 12:54+0800\n"
"Last-Translator: Jiang Jiang <gzjjgod@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1899,16 +1899,16 @@ msgstr ""
msgid "XeTeX and packages"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "欢迎进入 TeX Live 的世界!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1917,7 +1917,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/Master/tlpkg/translations/zh_TW.po b/Master/tlpkg/translations/zh_TW.po
index 39c679a4b07..4bd4a771fc8 100644
--- a/Master/tlpkg/translations/zh_TW.po
+++ b/Master/tlpkg/translations/zh_TW.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2023-03-02 16:26+0800\n"
"Last-Translator: Kung-chih Jen <kaitul@outlook.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1942,16 +1942,16 @@ msgstr "僅 Windows 支援程式"
msgid "XeTeX and packages"
msgstr "XeTeX 和套件"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "歡迎使用 TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1960,7 +1960,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"