summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-02 03:03:15 +0000
committerNorbert Preining <norbert@preining.info>2021-05-02 03:03:15 +0000
commitdb2a2e7b5c4ca1335618a0b5f5c574229bf459f6 (patch)
treed0f4c73e3a871ce1ff86e9e94ac3bcca055bf6e5 /systems
parent33ca54806c387d16002fc16e31418d3a28c2dd63 (diff)
CTAN sync 202105020303
Diffstat (limited to 'systems')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLCrypto.pm6
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm66
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl3
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb160
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.md52
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha5122
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc14
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.xzbin2300584 -> 2303468 bytes
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/cs.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/da.po12
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/de.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/es.po3
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/fr.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/it.po3
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/ja.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/messages.pot8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/nl.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/pl.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/pt_BR.po3
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/sk.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/sl.po3
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/sr.po3
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/uk.po3
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/vi.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/zh_CN.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/zh_TW.po8
-rw-r--r--systems/win32/miktex/tm/packages/next/pr.ini8
-rw-r--r--systems/win32/miktex/tm/packages/pr.ini8
-rw-r--r--systems/win32/w32tex/ChangeLog4
29 files changed, 231 insertions, 160 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLCrypto.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLCrypto.pm
index 4f73cb75f0..4a0fb53bfb 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLCrypto.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLCrypto.pm
@@ -1,6 +1,6 @@
-# $Id: TLCrypto.pm 58709 2021-04-03 12:05:04Z preining $
+# $Id: TLCrypto.pm 59044 2021-05-01 22:05:56Z karl $
# TeXLive::TLCrypto.pm - handle checksums and signatures.
-# Copyright 2016-2020 Norbert Preining
+# Copyright 2016-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -12,7 +12,7 @@ use TeXLive::TLConfig;
use TeXLive::TLUtils qw(debug ddebug win32 which platform
conv_to_w32_path tlwarn tldie);
-my $svnrev = '$Revision: 58709 $';
+my $svnrev = '$Revision: 59044 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
index 384e6d9a32..8b437b1b0b 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
@@ -1,4 +1,4 @@
-# $Id: TLUtils.pm 58961 2021-04-22 00:55:07Z preining $
+# $Id: TLUtils.pm 59044 2021-05-01 22:05:56Z karl $
# TeXLive::TLUtils.pm - the inevitable utilities for TeX Live.
# Copyright 2007-2021 Norbert Preining, Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
@@ -6,7 +6,7 @@
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 58961 $';
+my $svnrev = '$Revision: 59044 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -2910,7 +2910,7 @@ Return C</dev/null> on Unix and C<nul> on Windows.
=cut
sub nulldev {
- return (&win32)? 'nul' : '/dev/null';
+ return (&win32()) ? 'nul' : '/dev/null';
}
=item C<get_full_line ($fh)>
@@ -3913,26 +3913,68 @@ Return a particular mirror given by the generic CTAN auto-redirecting
default (specified in L<$TLConfig::TexLiveServerURL>) if we get a
response, else the empty string.
-Neither C<TL_DOWNLOAD_PROGRAM> nor <TL_DOWNLOAD_ARGS> is honored (see
-L<download_file>), since certain options have to be set to do the job
-and the program has to be C<wget> since we parse the output.
+Use C<curl> if it is listed as a C<working_downloader>, else C<wget>,
+else give up. We can't support arbitrary downloaders here, as we do for
+regular package downloads, since certain options have to be set and the
+output has to be parsed.
+
+We try invoking the program three times (hardwired).
=cut
sub query_ctan_mirror {
+ my @working_downloaders = @{$::progs{'working_downloaders'}};
+ ddebug("query_ctan_mirror: working_downloaders: @working_downloaders\n");
+ if (TeXLive::TLUtils::member("curl", @working_downloaders)) {
+ return query_ctan_mirror_curl();
+ } elsif (TeXLive::TLUtils::member("wget", @working_downloaders)) {
+ return query_ctan_mirror_wget();
+ } else {
+ return;
+ }
+}
+
+# curl will follow the redirect chain for us.
+#
+sub query_ctan_mirror_curl {
+ my $max_trial = 3;
+ for (my $i = 1; $i <= $max_trial; $i++) {
+ # -L -> follow redirects
+ # -s -> silent
+ # -w -> what to output after completion
+ my $cmd = "$::progs{'curl'} -Ls "
+ . "-o " . nulldev() . " "
+ . "-w '%{url_effective}' "
+ . "--connect-timeout $NetworkTimeout "
+ . "--max-time $NetworkTimeout "
+ . $TeXLiveServerURL;
+ ddebug("query_ctan_mirror_curl: cmd: $cmd\n");
+ my $url = `$cmd`;
+ if (length $url) {
+ # remove trailing slashes
+ $url =~ s,/*$,,;
+ ddebug("query_ctan_mirror_curl: returning url: $url\n");
+ return $url;
+ }
+ sleep(1);
+ }
+ return;
+}
+
+sub query_ctan_mirror_wget {
my $wget = $::progs{'wget'};
if (!defined ($wget)) {
- tlwarn("query_ctan_mirror: Programs not set up, trying wget\n");
+ tlwarn("query_ctan_mirror_wget: Programs not set up, trying wget\n");
$wget = "wget";
}
# we need the verbose output, so no -q.
# do not reduce retries here, but timeout still seems desirable.
my $mirror = $TeXLiveServerURL;
- my $cmd = "$wget $mirror --timeout=$NetworkTimeout -O "
- . (win32() ? "nul" : "/dev/null") . " 2>&1";
+ my $cmd = "$wget $mirror --timeout=$NetworkTimeout "
+ . "-O " . nulldev() . " 2>&1";
+ ddebug("query_ctan_mirror_wget: cmd is $cmd\n");
- #
# since we are reading the output of wget to find a mirror
# we have to make sure that the locale is unset
my $saved_lcall;
@@ -3950,6 +3992,7 @@ sub query_ctan_mirror {
foreach (@out) {
if (m/^Location: (\S*)\s*.*$/) {
(my $mhost = $1) =~ s,/*$,,; # remove trailing slashes since we add it
+ ddebug("query_ctan_mirror_wget: returning url: $mhost\n");
return $mhost;
}
}
@@ -4013,9 +4056,10 @@ sub check_on_working_mirror {
sub give_ctan_mirror_base {
# only one backbone has existed for a while (2018).
- my @backbone = qw!http://www.ctan.org/tex-archive!;
+ my @backbone = qw!https://www.ctan.org/tex-archive!;
# start by selecting a mirror and test its operationality
+ ddebug("give_ctan_mirror_base: calling query_ctan_mirror\n");
my $mirror = query_ctan_mirror();
if (!defined($mirror)) {
# three times calling mirror.ctan.org did not give anything useful,
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index df2d9e2f2f..1d6eb75062 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -8,6 +8,7 @@ $mirrors = {
},
'South Africa' => {
'http://ftp.sun.ac.za/ftp/CTAN/' => 1,
+ 'http://mirror.ufs.ac.za/ctan/' => 1,
'https://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1,
},
},
@@ -47,7 +48,6 @@ $mirrors = {
},
'Korea' => {
'http://ftp.ktug.org/tex-archive/' => 1,
- 'http://mirror.kakao.com/CTAN/' => 1,
'https://cran.asia/tex/' => 1,
'https://ftp.harukasan.org/CTAN/' => 1,
'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1,
@@ -153,6 +153,7 @@ $mirrors = {
'https://ctan.ijs.si/tex-archive/' => 1,
},
'Spain' => {
+ 'https://ctan.javinator9889.com/' => 1,
'https://osl.ugr.es/CTAN/' => 1,
},
'Sweden' => {
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index b304279f80..e39b66e4bd 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
@@ -26,11 +26,11 @@ depend container_split_src_files/1
depend frozen/0
depend minrelease/2016
depend release/2021
-depend revision/59032
+depend revision/59044
name 00texlive.image
category TLCore
-revision 59031
+revision 59042
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
@@ -4382,7 +4382,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 59030
+revision 59034
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
@@ -122495,19 +122495,18 @@ catalogue-version 0.7.2
name fontsetup
category Package
-revision 57553
+revision 59042
shortdesc A front-end to fontspec, for selected fonts with math support
relocated 1
longdesc This package facilitates the use of fontspec for users who do
longdesc not wish to bother with details, with a special focus on
longdesc quality fonts supporting Mathematics.
-containersize 5828
-containerchecksum 4bde3744749a14553b1b8a0638584536dc4f7604435597e33ffaf519d136477e01eb410f30e89aa1630c701aaf39ac0ae696215ace362cff002e0d1e4c9b37f7
-doccontainersize 740076
-doccontainerchecksum a73455cdeb748fff1e6e7a1ef9ef711b5727799212da6e7be37630f6028a9ce10b13206d7e6f7c08529e90239832a72d054c0cb1d057d548ce898195d028d068
-docfiles size=315
+containersize 6096
+containerchecksum 2369eee1018f03dbb672fb60b0c999ea1c87b5f3f4afe2ef74efcce58f538131fe77555db4d9643204b966d42204b47cdf515194d0bfcda52696e27402b4da26
+doccontainersize 573164
+doccontainerchecksum 716e243401358dc36ec573ed14c63556e1d41ffc88a705e0255f8fea4e0ceca002a5f2019f0f72b4fa17002e76728bfcc8ba95cfc4fb41509aae0dc4b9de4b02
+docfiles size=248
RELOC/doc/latex/fontsetup/README details="Readme"
- RELOC/doc/latex/fontsetup/README.TEXLIVE
RELOC/doc/latex/fontsetup/fontsetup-doc.pdf details="Package documentation"
RELOC/doc/latex/fontsetup/fontsetup-doc.tex
RELOC/doc/latex/fontsetup/fspsample-cmr.pdf
@@ -122542,10 +122541,11 @@ runfiles size=18
RELOC/tex/latex/fontsetup/fsppalatinoot.sty
RELOC/tex/latex/fontsetup/fspstixtwoot.sty
RELOC/tex/latex/fontsetup/fsptimesot.sty
+catalogue-also fontsetup-nonfree
catalogue-ctan /macros/unicodetex/latex/fontsetup
catalogue-license gpl3
catalogue-topics font-sel font-supp xetex luatex maths
-catalogue-version 1.009
+catalogue-version 1.01
name fontsize
category Package
@@ -142925,7 +142925,7 @@ catalogue-version 2.2
name install-latex-guide-zh-cn
category Package
-revision 58796
+revision 59037
shortdesc A short introduction to LaTeX installation written in Chinese
relocated 1
longdesc This package will introduce the operations related to
@@ -142934,10 +142934,10 @@ longdesc macro packages, and compiling simple documents on Windows 10,
longdesc Ubuntu 20.04, and macOS systems, and mainly introducing command
longdesc line operations.
containersize 568
-containerchecksum df82e74e3bd7fb351ee29594f5ef2438b2217008ed03a9a3dd11e99dd7e64253b8bfe8c40d41cc20763143b8c65fa600ba9c81a72872dc4e51b974aeb6da640e
-doccontainersize 762088
-doccontainerchecksum dced6a6a334cdef2d648a5619a246fbb2704c0119b179516491e3fcd832d8fe568ad9fb47c6732793717c040d5556ffcc54e0714e9da5ca6f81fca1bf336b485
-docfiles size=217
+containerchecksum 25689f4a96ff97c4790dca455abe2230d5d98f58a0deabb2f8d665d44c9a0a88ad336ace256d830d051a1e796f17da13a14f5f75f5acfb28148ded82658b0dc8
+doccontainersize 766856
+doccontainerchecksum d54c0f575208ba36bdc4d5281e3822816ec65c393caa0d8f3cdbcdcfd6236ea2a10509257690e0c62302c84f7330c91966cedc42a197bda584f2bc84f36f5aa9
+docfiles size=219
RELOC/doc/latex/install-latex-guide-zh-cn/LICENSE
RELOC/doc/latex/install-latex-guide-zh-cn/README.md details="Readme"
RELOC/doc/latex/install-latex-guide-zh-cn/appendix/mirror.tex
@@ -142959,7 +142959,7 @@ catalogue-contact-repository https://github.com/OsbertWang/install-latex-guide-z
catalogue-ctan /info/install-latex-guide-zh-cn
catalogue-license lppl1.3c
catalogue-topics chinese-doc tutorial
-catalogue-version 2021.4.7
+catalogue-version 2021.5.1
name installfont
category Package
@@ -211651,23 +211651,59 @@ catalogue-version 2.0
name newcomputermodern
category Package
-revision 57801
+revision 59041
shortdesc Computer Modern fonts including matching non-latin alphabets
relocated 1
longdesc This is a new assembly of Computer Modern fonts plus glyphs for
longdesc non Latin alphabets which are considered compatible in style to
longdesc CM fonts. In addition to the Regular weight of Computer Modern,
longdesc it provides a Book weight for heavier printing.
-containersize 4974288
-containerchecksum 65072672488d99cf5d3b66449fc18da0539e75fe009311a7ac1d572888a702f0cee7cc928fc75d552eb81a6b8a5d604089a5d2461df397424259397c8c08716b
-doccontainersize 1663012
-doccontainerchecksum 6d2ce6b57fe538c52e57ccf769e30672e2844ec13b2af0cdd66e1aa1983e8966eb3b9263bb4186b0825c6878684377de74371d68819dcb957d03f3bcfbd11e49
-docfiles size=427
+containersize 7083292
+containerchecksum 44026c998397d5d93fccb3738db4f11c5b13ba1c1ead211b41bc785cad79710a863a6d6fef55d15d48ce7b3a62341b122add542605c1045cd3b22acd407c0eef
+doccontainersize 1443332
+doccontainerchecksum ac229dc7db9d8267ff93b60d8d6e84c8e6654c398e22d1d0966065bf83ed52b84b467805dc17d282ab4814b226f8af153b18e7fab39c9d20d4c683674f5294da
+docfiles size=362
RELOC/doc/fonts/newcomputermodern/README details="Readme"
- RELOC/doc/fonts/newcomputermodern/newcm-unimath-symbols.pdf
+ RELOC/doc/fonts/newcomputermodern/newcm-unimath-symbols.ltx
+ RELOC/doc/fonts/newcomputermodern/newcm-unimath-symbols.pdf details="Math coverage and symbol comparison"
RELOC/doc/fonts/newcomputermodern/newcomputermodern-sample.pdf details="Font samples"
RELOC/doc/fonts/newcomputermodern/newcomputermodern-sample.tex
-runfiles size=3413
+srccontainersize 14023192
+srccontainerchecksum 49f298a28fcd546bcd533ca713bd4cdc72962642c8004adb35f03a418d693fee4732a9bffc133a327efe053602f3cad75eb669e36bffddbc7f6557d01bf25edd
+srcfiles size=27996
+ RELOC/source/fonts/newcomputermodern/NewCM08-Book.sfd
+ RELOC/source/fonts/newcomputermodern/NewCM08-BookItalic.sfd
+ RELOC/source/fonts/newcomputermodern/NewCM08-Italic.sfd
+ RELOC/source/fonts/newcomputermodern/NewCM08-Regular.sfd
+ RELOC/source/fonts/newcomputermodern/NewCM10-Bold.sfd
+ RELOC/source/fonts/newcomputermodern/NewCM10-BoldItalic.sfd
+ RELOC/source/fonts/newcomputermodern/NewCM10-Book.sfd
+ RELOC/source/fonts/newcomputermodern/NewCM10-BookItalic.sfd
+ RELOC/source/fonts/newcomputermodern/NewCM10-Italic.sfd
+ RELOC/source/fonts/newcomputermodern/NewCM10-Regular.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMMath-Book.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMMath-Regular.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMMono10-Bold.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMMono10-BoldOblique.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMMono10-Book.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMMono10-BookItalic.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMMono10-Italic.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMMono10-Regular.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMSans08-Book.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMSans08-BookOblique.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMSans08-Oblique.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMSans08-Regular.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMSans10-Bold.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMSans10-BoldOblique.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMSans10-Book.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMSans10-BookOblique.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMSans10-Oblique.sfd
+ RELOC/source/fonts/newcomputermodern/NewCMSans10-Regular.sfd
+runfiles size=4945
+ RELOC/fonts/opentype/public/newcomputermodern/NewCM08-Book.otf
+ RELOC/fonts/opentype/public/newcomputermodern/NewCM08-BookItalic.otf
+ RELOC/fonts/opentype/public/newcomputermodern/NewCM08-Italic.otf
+ RELOC/fonts/opentype/public/newcomputermodern/NewCM08-Regular.otf
RELOC/fonts/opentype/public/newcomputermodern/NewCM10-Bold.otf
RELOC/fonts/opentype/public/newcomputermodern/NewCM10-BoldItalic.otf
RELOC/fonts/opentype/public/newcomputermodern/NewCM10-Book.otf
@@ -211682,6 +211718,10 @@ runfiles size=3413
RELOC/fonts/opentype/public/newcomputermodern/NewCMMono10-BookItalic.otf
RELOC/fonts/opentype/public/newcomputermodern/NewCMMono10-Italic.otf
RELOC/fonts/opentype/public/newcomputermodern/NewCMMono10-Regular.otf
+ RELOC/fonts/opentype/public/newcomputermodern/NewCMSans08-Book.otf
+ RELOC/fonts/opentype/public/newcomputermodern/NewCMSans08-BookOblique.otf
+ RELOC/fonts/opentype/public/newcomputermodern/NewCMSans08-Oblique.otf
+ RELOC/fonts/opentype/public/newcomputermodern/NewCMSans08-Regular.otf
RELOC/fonts/opentype/public/newcomputermodern/NewCMSans10-Bold.otf
RELOC/fonts/opentype/public/newcomputermodern/NewCMSans10-BoldOblique.otf
RELOC/fonts/opentype/public/newcomputermodern/NewCMSans10-Book.otf
@@ -211699,7 +211739,7 @@ catalogue-alias newcm
catalogue-ctan /fonts/newcomputermodern
catalogue-license gfl
catalogue-topics font font-cm font-body font-proportional font-mono font-serif font-sans font-multilingual font-greek font-cyrillic font-hebrew font-maths font-otf cherokee font-supp
-catalogue-version 3.02
+catalogue-version 3.90
name newenviron
category Package
@@ -246654,7 +246694,7 @@ catalogue-version 3.0
name pm-isomath
category Package
-revision 56868
+revision 59038
shortdesc Poor man ISO math for pdfLaTeX users
relocated 1
longdesc This small package realizes a poor man approximation of the ISO
@@ -246663,23 +246703,23 @@ longdesc other more elegant solutions, it does not load any math
longdesc alphabet, since pdfLaTeX can use only a maximum of such
longdesc alphabets. The necessary user macros are defined for typsetting
longdesc common math symbols that require special ISO treatment.
-containersize 2516
-containerchecksum 095ed443c74eb0693331a6ca3c736f61ed5c34314e207cd379e26e523507f48c160671136b36dcbcb287bc1165da8223048e18261a4312ef07c129b79ad57ecf
-doccontainersize 595116
-doccontainerchecksum 7c5ee2ad9ee1cfcb8e6766de6a0aca29524dade913bd32e54fee1f5645934fb9840764b98542ed31bb94560f6589c5a074c2b3dadd59b7f20515fbc47c8ad981
-docfiles size=147
+containersize 2656
+containerchecksum a384375db6983768ff95cedc4f5cdf6c2e54df11e392e18130deddd38ebe87d9ec60a5edce1223620bb579790738a03b7a4abd0593922022861ceda995d68d83
+doccontainersize 623532
+doccontainerchecksum 4ea4db531cb73cd2a4930f503ba0d519ba76eba1d3197339b970c9aa860ddab267e73fc0a9fcd6178f519791fcb341d1beb862fab396ede1edb866730ab87f5f
+docfiles size=154
RELOC/doc/latex/pm-isomath/README.txt details="Readme"
RELOC/doc/latex/pm-isomath/pm-isomath.pdf details="Package documentation"
-srccontainersize 15916
-srccontainerchecksum 3f69521a43a3fe5821904adc9c15d7dcb993b1bc8f86c2ea7ff5729945b45af955c47a89e54b031b596d47fc83bf983b6eb18f15e5b1ef3a97786b2e5b80975d
-srcfiles size=13
+srccontainersize 17016
+srccontainerchecksum ffbbf8d0f71ed6cd648a10d5746b13896df1f9d75fa58f3395959004fab261eba9b5827d10e93adf79f412c07d95aa19e41a688daae292d4ea2be9e8245bb152
+srcfiles size=14
RELOC/source/latex/pm-isomath/pm-isomath.dtx
runfiles size=2
RELOC/tex/latex/pm-isomath/pm-isomath.sty
catalogue-ctan /macros/latex/contrib/pm-isomath
catalogue-license lppl1.3c
catalogue-topics maths physics
-catalogue-version 1.0.07
+catalogue-version 1.1.00
name pmboxdraw
category Package
@@ -289849,7 +289889,7 @@ binfiles arch=x86_64-solaris size=1
name tex4ht
category Package
-revision 59024
+revision 59036
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
@@ -289864,10 +289904,10 @@ longdesc restricted-syntax systems such as hyperlatex and gellmu. Note
longdesc that CTAN no longer holds the definitive sources of the
longdesc package: see the 'Readme' file.
depend tex4ht.ARCH
-containersize 906324
-containerchecksum fb1725b0c3a7dde29cf126a6b72ca549cedb9bb3b47be295d95562c701d272388f0499c0be51c2d107d870fa851fbaa1e05e073e6921c9332191d105c17139a3
+containersize 906620
+containerchecksum d4cbffe927e119bf37e4d68a2e39817d6ec02755c311965ebccf660704382bf95ef801eff51e52938aeb33c4a0e9c44e102c925154fbd1a8337b6cbe27744dbe
doccontainersize 136156
-doccontainerchecksum 0242441e90b5f943070d514271804512f8497cefe7f6bd02fa8c43d6169a2efb7ba52c80ad5cda9aaa0a838de814cf12f782a186ca3a710a001b90f3c2ec81c2
+doccontainerchecksum 2a343b5728f68b24433299755214a137b4d874aa7bf108e2f405ea6bd587d7ac5f66c67cfbcabe54abbae5e317c4c386a73c3860fadc7111be632c5419266e46
docfiles size=259
texmf-dist/doc/generic/tex4ht/Makefile
texmf-dist/doc/generic/tex4ht/TeX4ht-doc.tex
@@ -298423,17 +298463,17 @@ catalogue-version v2r3
name texfot
category Package
-revision 54246
+revision 59040
shortdesc Filter clutter from the output of a TeX run
longdesc The package provides a small Perl script to filter the online
longdesc output from a TeX run, attempting to show only those messages
longdesc which probably deserve some change in the source. The TeX
longdesc invocation itself need not change.
depend texfot.ARCH
-containersize 6244
-containerchecksum 9565c8106738793c9c14c8f42c750857bc64c324c190344267f99ee3e383f8052ff5df100298f4d7963ff44953c3af01a58ff8cfeee5237e0f07035ee6066be1
-doccontainersize 30972
-doccontainerchecksum 1779cc8d4a6dd35acc591f959500e155b5ce155b75383c7b7478e934d00c508aa84f8acf13b07a2e67f529bcd125c7868d3a30d851f293ea149cf5a56d3cfcb6
+containersize 6320
+containerchecksum 101a37bb79e58f25c2a9198f1327ca911ab292578fb7d80769cee8d0b4459bec9e3b49addd64ac1064523de0685a595c4bce86cb272fd02294d3168b3db28bf4
+doccontainersize 32296
+doccontainerchecksum 883a70368bbc9797e7e2967a4c451f6ab735cba63d92d1ec65ce954cfdf7235ca2ad4291dd2fb50cc09eb0e6c3831e6befd67839ba9b9c522f1199f995cae772
docfiles size=13
texmf-dist/doc/man/man1/texfot.1
texmf-dist/doc/man/man1/texfot.man1.pdf
@@ -298443,7 +298483,7 @@ runfiles size=4
catalogue-ctan /support/texfot
catalogue-license pd
catalogue-topics comp-mgmt
-catalogue-version 1.40
+catalogue-version 1.43
name texfot.aarch64-linux
category Package
@@ -298911,14 +298951,14 @@ docfiles size=539
name texlive-msg-translations
category TLCore
-revision 59026
+revision 59043
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
longdesc updating translations, see
longdesc http://tug.org/texlive/doc.html#install-tl-xlate.
-containersize 146388
-containerchecksum 0697ba30f6be6bbe10cc1bf0bcbcb954a1cdb6d517d23a1917dd95a10321ec41c38ac26a46e60cd7cfa3d553cad64e209350edf8e9f5b77688080cb2d78e6c59
+containersize 146436
+containerchecksum 917e6e1dbe819ed3343eaa80b2fc3f28011293823f34c5db8ed48080ccf40c15443c97e32db02f73db1cae2feb8b73954d72e260fd25785355ec8dbb47f04dfc
runfiles size=364
tlpkg/translations/README
tlpkg/translations/cs.po
@@ -298980,7 +299020,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 59030
+revision 59034
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.
@@ -298988,10 +299028,10 @@ depend texlive-scripts.ARCH
depend texlive.infra
execute addMap mathpple.map
postaction shortcut type=menu name="TeX Live command-line" cmd=TEXDIR/tlpkg/installer/tl-cmd.bat
-containersize 107092
-containerchecksum 34abfaf61c81d2baf1cffb931bf4c47d8aa12f08eeaf9f0037015f9cf98c9cb70dd24e5f49a6a4a25a6cb9bdc7a26b9d3c1c62929d8ecc24b54902091c597c9e
+containersize 107116
+containerchecksum c0758e8446af1ea4a52e04f5524f1169dd83e11975c7e45b380dcd9788c6a40786dd22085d72a56041581a7af580d338e48efd7d190dd9d01e2f07f95a7d5c03
doccontainersize 212828
-doccontainerchecksum 22cfb5d7a3c688b8a5bf37466ef5cfde846593bb9897a426a84845f2c4ba086d2f43d68d0f6eede012b8f87d1b3a7bae41a2012284722e3be6817a306a8ebf7f
+doccontainerchecksum 859e2d081c81ef34280b5776e8843a5df68a5df115f12c1e5e3201c2a348540058a0a478e6435e0e598ccf684566e2e6639d6aafdc4c06ea8222742939fd4f3b
docfiles size=133
texmf-dist/doc/man/man1/fmtutil-sys.1
texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf
@@ -325931,7 +325971,7 @@ catalogue-version 0.4
name vcell
category Package
-revision 55191
+revision 59039
shortdesc Vertical alignment of content inside table cells
relocated 1
longdesc This package offers low-level macros to build rows with
@@ -325939,11 +325979,11 @@ longdesc vertically-aligned cells (top, middle or bottom) and calculate
longdesc the height of a row. These cells can have variable or fixed
longdesc height and can be paragraph-cells or inline-cells. Different
longdesc vertical alignments can be used in the same row.
-containersize 1352
-containerchecksum 7ca3866a8341d756cc567f3b71122cc1a9a5060399f3258b9de809aba2c0d2944a140a6d0d76a4dd8593cb314a8bf469829f5d5d383f3718f5e8422f06f5f8b1
-doccontainersize 150228
-doccontainerchecksum 568ed02cc71370c3a77f468c43cf6cd72b79e9572f463c7aeca663ab725dff4c7db1a630ac7eab7f71063b115fbe3d8299190129c2d50cde859061bf62fdc385
-docfiles size=40
+containersize 1392
+containerchecksum 39d8f934a07095d21219d58fb41fd3e939391d5c68c51d8b9ec82a97522e55fc09a23195c8b5ae48cc3e9d9bb9a62a0b22123f467627784c767321140356d6b1
+doccontainersize 137652
+doccontainerchecksum f13e941e7327f4369112f59387cae9c49f10197a2c7c4016cbcc5880759d89fe88535266f5f753b48b547deda24a3ad959b42f864b9ca2764cd593bacbf908b4
+docfiles size=37
RELOC/doc/latex/vcell/README.md details="Readme"
RELOC/doc/latex/vcell/vcell.pdf details="Package documentation"
RELOC/doc/latex/vcell/vcell.tex
@@ -325952,7 +325992,7 @@ runfiles size=1
catalogue-ctan /macros/latex/contrib/vcell
catalogue-license lppl1.3c
catalogue-topics table
-catalogue-version 1.0.1
+catalogue-version 1.0.2
name vdmlisting
category Package
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index 62e3563d89..afc753bc8f 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-8c5a99661e1c2cefeae3195db4501928 texlive.tlpdb
+dd0de1ed9be9c3fb10602f7ff47d39a1 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index c69943b272..0c8a9d331c 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-37af9fe966a13ec2ec4f589fe7bd9511000da19910652091038e99cb4bae3be194fbaa89a4222cfff7930b42c5acd1cc4383e5dc172dadb18bb44c98042e6c1f texlive.tlpdb
+22a9994e5bc9f44c08ff2a138b4ec4471bcc709137bdad27af42b4f23ad0295b4bd39ab632efbaf1207afaec15b266a0f2164c2adb5cb754acffa3dcc0cc346d texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 8f206d2e65..8e4fc5bf5d 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNATURE-----
-iQEcBAEBCgAGBQJgjJnrAAoJEEzhh34ZQ4xwpk8H/2g36z3J7OUwKCRd+Bbzu0S9
-n3mJLh1kSZBnjDMAinMeXUtiq4L3ryuxT53B9H3fVg42jU2W4ef/9OniP7etuzo9
-8+dlAVJPU84yIm9OrCw7LoaAU3GMU/7OKb2HF8bycss6u4ZSV8GZLcvBfEPhJfFC
-6ZFB7QSBfzw8ExMFEKbJFGHZ3JAJYxPbt965aO3rr3vFD8RyPtTdCLn7mZz2XQzF
-FdkFrmDpSkQ9+HhlUJQXJrKs8sP3DizdbiwtUIuuiSIJGWWKynUNcD628DMGJdBm
-cYt6KNq2XgDVJCCpiAIPY1kNxxlobg2jYHYqwo7HF1Z6UuD0ugjIMVfcS+OK2Kw=
-=XI2d
+iQEcBAEBCgAGBQJgjesIAAoJEEzhh34ZQ4xw17sIAJrQu+ZJCrRSoY/68l5o+39S
+kO84QyDxV3fk8wqkxU9vMlcRyMsrMFr8gWQvgSoIT+nz0oCZBYB7KuqeE6WUOfwg
+3PBL06AzgggBO/YkPaUIgPkI+K1Hx82iQp3fhe72/UfaBD99FNUA1D1APv/Vr8s2
+3VamSIGb3TSlOLtzz+pX7oiPEGEs70xV6/rXrAXg4+FEYmCjDQh/73mco7dyMVqk
+sqaNzO4IjUG7AvzHswhDe/qB0kp25hMJRkQoMA6eqJjmwA/zKw1sZxPQCOrH100h
+3yFoxbXpe1QLXQy8l+R4af/QXSQgODedWidii5xuUqjRxddhCxvbva9Ka1oYYSk=
+=lkMr
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 8c41bd1c85..371a52606a 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ
diff --git a/systems/texlive/tlnet/tlpkg/translations/cs.po b/systems/texlive/tlnet/tlpkg/translations/cs.po
index f63b62594c..7bd220631c 100644
--- a/systems/texlive/tlnet/tlpkg/translations/cs.po
+++ b/systems/texlive/tlnet/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: 2021-04-26 01:49+0200\n"
+"POT-Creation-Date: 2021-05-01 01:50+0200\n"
"PO-Revision-Date: 2021-03-11 09:18+0300\n"
"Last-Translator: Petr Sojka <sojka@fi.muni.cz>\n"
"Language-Team: Czech <>\n"
@@ -1913,11 +1913,11 @@ 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:2621
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
msgid "Welcome to TeX Live!"
msgstr "Vítejte v TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2624
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1932,7 +1932,7 @@ msgstr ""
"podporu přijetím členství ve sdružení, které je Vám nejbližší (CSTUG). "
"Seznam skupin u6ivatel; najdete na webu https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2634
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/da.po b/systems/texlive/tlnet/tlpkg/translations/da.po
index 83902b84ba..f78cedea6e 100644
--- a/systems/texlive/tlnet/tlpkg/translations/da.po
+++ b/systems/texlive/tlnet/tlpkg/translations/da.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2021\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-04-26 01:49+0200\n"
+"POT-Creation-Date: 2021-05-01 01:50+0200\n"
"PO-Revision-Date: 2021-04-29 11:20+0200\n"
+"Last-Translator: \n"
+"Language-Team: \n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"Last-Translator: \n"
-"Language-Team: \n"
"X-Generator: Poedit 2.3\n"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:137
@@ -1914,11 +1914,11 @@ msgstr "Programmer, der kun understøttes på Windows"
msgid "XeTeX and packages"
msgstr "XeTeX med pakker"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2621
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
msgid "Welcome to TeX Live!"
msgstr "Velkommen til TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2624
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1933,7 +1933,7 @@ msgstr ""
"rundt; overvej venligt at støtte den gruppe, der passer bedst med dine "
"behov. En liste med grupper er at finde på https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2634
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/de.po b/systems/texlive/tlnet/tlpkg/translations/de.po
index 4e7b67b5fd..7aafb98621 100644
--- a/systems/texlive/tlnet/tlpkg/translations/de.po
+++ b/systems/texlive/tlnet/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: 2021-04-26 01:49+0200\n"
+"POT-Creation-Date: 2021-05-01 01:50+0200\n"
"PO-Revision-Date: 2021-03-11 13:46+0100\n"
"Last-Translator: Uwe Ziegenhagen <ziegenhagen@gmail.com>\n"
"Language-Team: TL German Translation Team <tex-live@tug.org>\n"
@@ -1905,11 +1905,11 @@ msgstr "Zusatzprogramme (nur-Windows)"
msgid "XeTeX and packages"
msgstr "XeTeX und XeTeX-Pakete"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2621
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
msgid "Welcome to TeX Live!"
msgstr "Willkommen bei TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2624
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1924,7 +1924,7 @@ msgstr ""
"weltweit, werden Sie Mitglied um ihre Arbeit zu unterstützen. Die Liste der "
"Gruppen finden Sie unter https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2634
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/es.po b/systems/texlive/tlnet/tlpkg/translations/es.po
index dda5e3e798..fb5358e229 100644
--- a/systems/texlive/tlnet/tlpkg/translations/es.po
+++ b/systems/texlive/tlnet/tlpkg/translations/es.po
@@ -2082,9 +2082,6 @@ msgstr ""
#~ "Si quiere cambiar algo, vuelva atrás,\n"
#~ "o si quiere continuar presione el botón \"Instalar\"."
-#~ msgid "A4"
-#~ msgstr "A4"
-
#~ msgid "Please select a different mirror."
#~ msgstr "Por favor seleccione un espejo diferente."
diff --git a/systems/texlive/tlnet/tlpkg/translations/fr.po b/systems/texlive/tlnet/tlpkg/translations/fr.po
index 537ca5a873..24ad67fc5b 100644
--- a/systems/texlive/tlnet/tlpkg/translations/fr.po
+++ b/systems/texlive/tlnet/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: 2021-04-26 01:49+0200\n"
+"POT-Creation-Date: 2021-05-01 01:50+0200\n"
"PO-Revision-Date: 2021-03-24 08:08+0100\n"
"Last-Translator: Denis Bitouzé <denis.bitouze@univ-littoral.fr>\n"
"Language-Team: French <kde-i18n-doc@kde.org>\n"
@@ -1921,11 +1921,11 @@ 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:2621
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
msgid "Welcome to TeX Live!"
msgstr "Bienvenue sous TeX Live !"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2624
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1942,7 +1942,7 @@ msgstr ""
"groupes est disponible sur le web à l'adresse http://tug.org/usergroups."
"html ;la page du groupe francophone est http://www.gutenberg.eu.org/."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2634
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/it.po b/systems/texlive/tlnet/tlpkg/translations/it.po
index ec75c1481f..7c86e648f9 100644
--- a/systems/texlive/tlnet/tlpkg/translations/it.po
+++ b/systems/texlive/tlnet/tlpkg/translations/it.po
@@ -2022,9 +2022,6 @@ msgstr "Aggiungi %s/texmf-dist/doc/man alla variabile MANPATH.\n"
#~ "Se desiderate modificare qualcosa prima di procedere, tornate indietro,\n"
#~ "altrimenti premete sul pulsante \"Installa\"."
-#~ msgid "A4"
-#~ msgstr "A4"
-
#~ msgid "Please select a different mirror."
#~ msgstr "Scegli un mirror differente."
diff --git a/systems/texlive/tlnet/tlpkg/translations/ja.po b/systems/texlive/tlnet/tlpkg/translations/ja.po
index b66e4b7ab6..8247deaa9a 100644
--- a/systems/texlive/tlnet/tlpkg/translations/ja.po
+++ b/systems/texlive/tlnet/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: 2021-04-26 01:49+0200\n"
+"POT-Creation-Date: 2021-05-01 01:50+0200\n"
"PO-Revision-Date: 2021-03-18 11:41+0900\n"
"Last-Translator: Takuto Asakura <tkt.asakura@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1909,11 +1909,11 @@ msgstr "Windows 専用プログラム"
msgid "XeTeX and packages"
msgstr "XeTeX とパッケージ"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2621
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
msgid "Welcome to TeX Live!"
msgstr "TeX Live へようこそ!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2624
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1929,7 +1929,7 @@ msgstr ""
"入会することをご検討ください.TeX ユーザ会の一覧はhttps://tug.org/usergroups."
"html でご確認いただけます."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2634
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/messages.pot b/systems/texlive/tlnet/tlpkg/translations/messages.pot
index 436d2d7a6a..f6ada5629c 100644
--- a/systems/texlive/tlnet/tlpkg/translations/messages.pot
+++ b/systems/texlive/tlnet/tlpkg/translations/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2021\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-04-26 01:49+0200\n"
+"POT-Creation-Date: 2021-05-01 01:50+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"
@@ -1851,11 +1851,11 @@ msgstr ""
msgid "XeTeX and packages"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2621
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
msgid "Welcome to TeX Live!"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2624
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1865,7 +1865,7 @@ msgid ""
"list of groups is available on the web at https://tug.org/usergroups.html."
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2634
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/nl.po b/systems/texlive/tlnet/tlpkg/translations/nl.po
index eb7e9e5bd1..9da9268e10 100644
--- a/systems/texlive/tlnet/tlpkg/translations/nl.po
+++ b/systems/texlive/tlnet/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: 2021-04-26 01:49+0200\n"
+"POT-Creation-Date: 2021-05-01 01:50+0200\n"
"PO-Revision-Date: 2021-03-08 12:17+0100\n"
"Last-Translator: Siep Kroonenberg <siepo@bitmuis.nl>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1910,11 +1910,11 @@ msgstr "Ondersteunende programma's specifiek voor Windows"
msgid "XeTeX and packages"
msgstr "XeTeX en bijbehorende pakketten"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2621
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
msgid "Welcome to TeX Live!"
msgstr "Welkom bij TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2624
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1929,7 +1929,7 @@ msgstr ""
"wereldwijd; overweeg ondersteuning door lid te worden van zo'n groep. De "
"lijst van gebruikersgroepen staat op https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2634
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/pl.po b/systems/texlive/tlnet/tlpkg/translations/pl.po
index 5c6833bb34..dda61943ed 100644
--- a/systems/texlive/tlnet/tlpkg/translations/pl.po
+++ b/systems/texlive/tlnet/tlpkg/translations/pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2020\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-04-26 01:49+0200\n"
+"POT-Creation-Date: 2021-05-01 01:50+0200\n"
"PO-Revision-Date: 2021-03-22 01:37+0100\n"
"Last-Translator: Jerzy Ludwichowski <Jerzy.Ludwichowski@umk.pl>\n"
"Language-Team: \n"
@@ -1916,11 +1916,11 @@ msgstr "Dodatkowe programy tylko dla Windows"
msgid "XeTeX and packages"
msgstr "XeTeX i pakiety"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2621
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
msgid "Welcome to TeX Live!"
msgstr "Witamy w TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2624
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1936,7 +1936,7 @@ msgstr ""
"rozważ wsparcie poprzez przystąpienie do jednej z grup.\n"
"Lista grup dostępna jest na stronie https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2634
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/pt_BR.po b/systems/texlive/tlnet/tlpkg/translations/pt_BR.po
index 571387bd49..016b6ab5f3 100644
--- a/systems/texlive/tlnet/tlpkg/translations/pt_BR.po
+++ b/systems/texlive/tlnet/tlpkg/translations/pt_BR.po
@@ -2088,9 +2088,6 @@ msgstr ""
#~ "às etapas anteriores; caso contrário, pressione o\n"
#~ "botão \"Instalar\"."
-#~ msgid "A4"
-#~ msgstr "A4"
-
#~ msgid "Please select a different mirror."
#~ msgstr "Por favor, selecione um espelho diferente."
diff --git a/systems/texlive/tlnet/tlpkg/translations/sk.po b/systems/texlive/tlnet/tlpkg/translations/sk.po
index 24d575e4aa..d1b139330c 100644
--- a/systems/texlive/tlnet/tlpkg/translations/sk.po
+++ b/systems/texlive/tlnet/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: 2021-04-26 01:49+0200\n"
+"POT-Creation-Date: 2021-05-01 01:50+0200\n"
"PO-Revision-Date: 2021-03-11 09:24+0300\n"
"Last-Translator: Ján Buša <jan.busa@tuke.sk>\n"
"Language-Team: tex-live@tug.org\n"
@@ -1914,11 +1914,11 @@ msgstr "Podporné programy len pre Windows"
msgid "XeTeX and packages"
msgstr "XeTeX a balíky"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2621
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
msgid "Welcome to TeX Live!"
msgstr "Vitajte vo svete TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2624
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1934,7 +1934,7 @@ msgstr ""
"najlepšej. Zoznam skupín je dostupný na webe na https://tug.org/usergroups."
"html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2634
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/sl.po b/systems/texlive/tlnet/tlpkg/translations/sl.po
index 9473c8f414..099369a04e 100644
--- a/systems/texlive/tlnet/tlpkg/translations/sl.po
+++ b/systems/texlive/tlnet/tlpkg/translations/sl.po
@@ -2170,9 +2170,6 @@ msgstr ""
#~ "Če bi radi karkoli spremenili, se vrnite nazaj,\n"
#~ "sicer pritisnite gumb \"Namesti\"."
-#~ msgid "A4"
-#~ msgstr "A4"
-
#, fuzzy
#~ msgid "Please select a different mirror."
#~ msgstr "Prosimo izberite drugi zrcalni strežnik."
diff --git a/systems/texlive/tlnet/tlpkg/translations/sr.po b/systems/texlive/tlnet/tlpkg/translations/sr.po
index 9e9b586e92..bfd80dfb5a 100644
--- a/systems/texlive/tlnet/tlpkg/translations/sr.po
+++ b/systems/texlive/tlnet/tlpkg/translations/sr.po
@@ -2083,9 +2083,6 @@ msgstr ""
#~ "Ако желите да нешто промените, вратите се назад,\n"
#~ "иначе притисните дугме „Инсталирај“."
-#~ msgid "A4"
-#~ msgstr "A4"
-
#~ msgid "Please select a different mirror."
#~ msgstr "Изаберите друго огледало (mirror)."
diff --git a/systems/texlive/tlnet/tlpkg/translations/uk.po b/systems/texlive/tlnet/tlpkg/translations/uk.po
index efa96b0a88..6be83fc7bd 100644
--- a/systems/texlive/tlnet/tlpkg/translations/uk.po
+++ b/systems/texlive/tlnet/tlpkg/translations/uk.po
@@ -2067,9 +2067,6 @@ msgstr ""
#~ "Якщо ви хочете щось змінити, натисніть кнопку „Назад“,\n"
#~ "інакше натисніть кнопку \"Встановити\"."
-#~ msgid "A4"
-#~ msgstr "A4"
-
#~ msgid "Please select a different mirror."
#~ msgstr "Будь ласка, виберіть інше дзеркало."
diff --git a/systems/texlive/tlnet/tlpkg/translations/vi.po b/systems/texlive/tlnet/tlpkg/translations/vi.po
index f4c914d9e1..47f6051f27 100644
--- a/systems/texlive/tlnet/tlpkg/translations/vi.po
+++ b/systems/texlive/tlnet/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: 2021-04-26 01:49+0200\n"
+"POT-Creation-Date: 2021-05-01 01:50+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"
@@ -1906,11 +1906,11 @@ 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:2621
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
msgid "Welcome to TeX Live!"
msgstr "Chào mừng đến với TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2624
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1926,7 +1926,7 @@ msgstr ""
"hợp nhất. Danh sách các nhóm người dùng có thể tìm thấy tại http://tug.org/"
"usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2634
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/zh_CN.po b/systems/texlive/tlnet/tlpkg/translations/zh_CN.po
index c954bbf47d..b723e66477 100644
--- a/systems/texlive/tlnet/tlpkg/translations/zh_CN.po
+++ b/systems/texlive/tlnet/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: 2021-04-26 01:49+0200\n"
+"POT-Creation-Date: 2021-05-01 01:50+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"
@@ -1855,11 +1855,11 @@ msgstr ""
msgid "XeTeX and packages"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2621
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
msgid "Welcome to TeX Live!"
msgstr "欢迎进入 TeX Live 的世界!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2624
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1869,7 +1869,7 @@ msgid ""
"list of groups is available on the web at https://tug.org/usergroups.html."
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2634
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/zh_TW.po b/systems/texlive/tlnet/tlpkg/translations/zh_TW.po
index 9f3c79239c..b2293e8097 100644
--- a/systems/texlive/tlnet/tlpkg/translations/zh_TW.po
+++ b/systems/texlive/tlnet/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: 2021-04-26 01:49+0200\n"
+"POT-Creation-Date: 2021-05-01 01:50+0200\n"
"PO-Revision-Date: 2009-09-03 12:34+0200\n"
"Last-Translator: Norbert Preining <preining@logic.at>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1881,11 +1881,11 @@ msgstr ""
msgid "XeTeX and packages"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2621
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
msgid "Welcome to TeX Live!"
msgstr "歡迎進入 TeX Live 的世界!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2624
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1895,7 +1895,7 @@ msgid ""
"list of groups is available on the web at https://tug.org/usergroups.html."
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2634
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/win32/miktex/tm/packages/next/pr.ini b/systems/win32/miktex/tm/packages/next/pr.ini
index 792eeecc47..16ee36f185 100644
--- a/systems/win32/miktex/tm/packages/next/pr.ini
+++ b/systems/win32/miktex/tm/packages/next/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1619813704
+date=1619900070
lastupd=miktex-arctrl-bin-2.9 miktex-arctrl-bin-x64-2.9 miktex-asymptote-bin-2.9 miktex-asymptote-bin-x64-2.9 miktex-autosp-bin-2.9 miktex-autosp-bin-x64-2.9 miktex-axohelp-bin-2.9 miktex-axohelp-bin-x64-2.9 miktex-bibarts-bin-2.9 miktex-bibarts-bin-x64-2.9 miktex-bibtex-bin-2.9 miktex-bibtex-bin-x64-2.9 miktex-bibtex8bit-bin-2.9 miktex-bibtex8bit-bin-x64-2.9 miktex-bzip2-bin-2.9 miktex-bzip2-bin-x64-2.9 miktex-cairo-bin-2.9 miktex-cairo-bin-x64-2.9 miktex-chktex-bin-2.9 miktex-chktex-bin-x64-2.9
-lstdigest=1a7ccc129fd18542d098aec8843e4639
+lstdigest=b23d857707f495f5e3db3b859432c43b
numpkg=4092
relstate=next
-version=7790
+version=7791
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: BMHxdH2IN1h8JsBtkuYVTi6HunibnB49KnH7MoNWXgyunA2SPlaE8H3mlgbKZfRlSqrqmPpbQc0DbllBmOYxJiD200zThajdIruyo6rqeaWajotFMue8OeHTn0bNh+LYvkChk/hW747LjINd2nf6gPzZ3ZsFjLhHayF8iuJPO4j7SgVcwZ89Ux/O5SfHitZK4C5Ehem+eGUBTBCghBOU46ukXBtRxazAc3cT6h5fToP7tUP7q0E2YZhzV540wG6Tn6BuG1EltaecmZiKhiSYDyVsJ7juyWQ+ua2ESUUhvsIoVGUSKT3urtbSlb5NJpXvFY4bFcmBJNrmanDhFgdTIw==
+;;;; signature/miktex: C5DquPlWp9zB2bJ8oAr1o8W6660FXyPYDkv7jk5+ZFcan98FyBCOdg1EOQMU8NmpJbnn0VlqlFA13JzzKFTZRLOc0OSGfodDkGEzeaglTrtSMRh3iLfog6LPDRbtd80kwWEvRfIdmzquZUH1duLUQ1BVfmUa5msIvRESKk750bB8CFYlqsXE1t3eYIGQFdITjbzUB8F2b+UnijjBqG7qzs75omoT17EVBQf2pWYnTeTKe2j7QzbFmN+1qfpey5BWc56yqyisgEOPKjr8t+vQPM7I5RkK8CWo9m4hMKRMK8Rgnpj267FM6FZ0FKpocW2qeerH/pY6Oviy4E7QGx2Rbg==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini
index fb11d39df1..ff38e62004 100644
--- a/systems/win32/miktex/tm/packages/pr.ini
+++ b/systems/win32/miktex/tm/packages/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1619813503
+date=1619899894
lastupd=acrotex babel easybook grundgesetze lua-ul nicematrix optex pdfxup profcollege structmech todonotes worldflags acmart beamerswitch biblatex-ext biblatex-philosophy byo-twemojis circuitikz erewhon erewhon-math
-lstdigest=4c6e16de2a9d15889aee241ea1e3d954
+lstdigest=4ac8576b07312db5dd1f21ab72054f9f
numpkg=4092
relstate=stable
-version=7790
+version=7791
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: atlESqYRaTLP9me7wyCc76117wOOiSEnMnVhtmcoXmmCaHXZYKTXc6k2S2J6er0wBk2A4ItJ9JVGkiNyLsGSxeE+AetjnxgYSZaQuAYbNi68LFSpQvo8o5I9uUpaNFYr/vdoL03RnqTLBVdVDSgixQihToPBAOKx3VeSPCUMcgSq2ejRI+6YibOFk9G4DiAtZoQ5hsOjfK33friLiPsDJWoyjCMpDklskgjqswD6YF+a67TA5A2GSxZ40dhgpRiwJj5M9f10SBa5fIfIzDFb/THUlMWsG7c7a5pzfKZ40MIlSylFZ+y5jNhWUTxF5tPQODxNPS43iFLkgMA/h8dP0g==
+;;;; signature/miktex: GuJEFjhCWuZAxjBvWUfRE8UzdozAAl1ESU8MPDRTTY45RpwNOah+xWu+7gWUKFaxroEkpfYHsrEY3srHYHrDIFpo46baI+EZB018tCza0GGYTO0MmT0gp/Fw3a7VaHtWuXXxFq9vARY6KgyuTrIvrpaJCnGMxuK9Y7Sjb9ujiLq3DJfcU0CRktDBdwAXKrhzZ9y3GpEr+7hWmaCAvU05o0GMrtS+TvbegVTIkCS+gUnFTkgpeYOpe/Y7XiyLb6R6aa3a/czuVkqsf3OaEPGmJjr+1+6Klhw/8QLnvaN5neXnAYJp66ubQAFvirq4xvQTWkQFHDAidP2nIgzbue/bMQ==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/w32tex/ChangeLog b/systems/win32/w32tex/ChangeLog
index c63fd61b89..2be12aa574 100644
--- a/systems/win32/w32tex/ChangeLog
+++ b/systems/win32/w32tex/ChangeLog
@@ -1,5 +1,9 @@
W32TeX (x86 & x64) ChangeLog
+[2021/05/01]
+(01) tex4htk-w32.tar.xz
+ Update beamer.4ht, html4.4ht and mathml.4ht.
+
[2021/04/30]
(01) aleph-w32.tar.xz
Update aleph.dll.