summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-04-21 03:01:15 +0000
committerNorbert Preining <norbert@preining.info>2024-04-21 03:01:15 +0000
commit3617595995cb2684b6a938dcbb288f658b3f9501 (patch)
tree7b8881d6145a5eae4e9ca95073704ce3a83cad39 /systems/texlive/tlnet/tlpkg
parentb235955f171a9dc4a73c82b7b44fc2be52576393 (diff)
CTAN sync 202404210301
Diffstat (limited to 'systems/texlive/tlnet/tlpkg')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm32
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl2
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb326
-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.asc16
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.xzbin2566816 -> 2564120 bytes
7 files changed, 198 insertions, 182 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
index 5df36bc188..ee3c0aafc6 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
@@ -1,4 +1,4 @@
-# $Id: TLUtils.pm 70991 2024-04-19 15:58:50Z karl $
+# $Id: TLUtils.pm 71007 2024-04-20 14:42:05Z karl $
# TeXLive::TLUtils.pm - the inevitable utilities for TeX Live.
# Copyright 2007-2024 Norbert Preining, Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
@@ -8,7 +8,7 @@ use strict; use warnings;
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 70991 $';
+my $svnrev = '$Revision: 71007 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -4866,6 +4866,13 @@ sub tlnet_disabled_packages {
return @ret;
}
+=item C<< report_tlpdb_differences($rret) >>
+
+Report, using info function, as given in hash reference argument RET,
+with keys removed_packages, added_packages, different_packages.
+
+=cut
+
sub report_tlpdb_differences {
my $rret = shift;
my %ret = %$rret;
@@ -4884,21 +4891,28 @@ sub report_tlpdb_differences {
}
if (defined($ret{'different_packages'})) {
info ("different packages from A to B:\n");
+ my $printed_fmttriggers_msg = 0;
for my $p (sort keys %{$ret{'different_packages'}}) {
- info (" $p\n");
+ info (" $p:\n");
for my $k (sort keys %{$ret{'different_packages'}->{$p}}) {
if ($k eq "revision") {
- info(" revision differ: $ret{'different_packages'}->{$p}->{$k}\n");
+ info(" revision differ: $ret{'different_packages'}->{$p}->{$k}\n");
} elsif ($k eq "removed" || $k eq "added") {
- info(" $k files:\n");
+ info (" $k files:\n");
for my $f (sort @{$ret{'different_packages'}->{$p}->{$k}}) {
- info(" $f\n");
+ info (" $f\n");
}
- } else {
- # e.g., fmttriggers; don't bother making a complete report.
+ } elsif ($k eq "fmttriggers") {
+ # fmttriggers; don't bother making a complete report.
# The fmttriggers will differ when the global variables in
- # 00texlive.autopatterns.tlpsrc change but we forget to
+ # 00texlive.autopatterns.tlpsrc change but we forgot to
# tlforceincr all the packages that depend on the variables.
+ # Which happens depressingly often.
+ info(" $k differ)\n");
+ info("(if 00texlive.autopatterns change, tlforceincr dependents.)\n")
+ if ! $printed_fmttriggers_msg; # just show once
+ $printed_fmttriggers_msg = 1;
+ } else {
info(" $k differ\n");
}
}
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index 0ff606b5eb..6e42250f02 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -31,11 +31,11 @@ $mirrors = {
'https://mirror.niser.ac.in/ctan/' => 1,
},
'Indonesia' => {
- 'http://repo.ugm.ac.id/ctan/' => 1,
'https://mirror.unpad.ac.id/ctan/' => 1,
},
'Iran' => {
'http://ctan.asis.ai/' => 1,
+ 'https://ctan.yazd.ac.ir/' => 1,
},
'Japan' => {
'http://ring.airnet.ne.jp/archives/text/CTAN/' => 1,
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index 59ab883af5..5b9404caec 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/2024
-depend revision/70998
+depend revision/71022
name 00texlive.image
category TLCore
-revision 70998
+revision 71015
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
@@ -4886,7 +4886,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 70988
+revision 71022
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
@@ -26722,7 +26722,7 @@ catalogue-version 0.2
name atkinson
category Package
-revision 64385
+revision 71010
shortdesc Support for the Atkinson Hyperlegible family of fonts
relocated 1
longdesc This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
@@ -26732,11 +26732,11 @@ longdesc it different from traditional typography design is that it
longdesc focuses on letterform distinction to increase character
longdesc recognition, ultimately improving readability.
execute addMap atkinson.map
-containersize 337144
-containerchecksum 8b763a29fbd529b91d586e00f13176c1cff3777541816a02913e57e8f8586357331615ba4d16549b9a98a0e049a42b2f49af39b3f950fc4845a46e37435dce2b
-doccontainersize 634088
-doccontainerchecksum f5bcfd015fc4292f4568e9d960e921739a9ebcd8f198f648323d475f6ae5d803d3f0ef77d368fa9fe36f53947908e4bcf1cfbdbd621e780221c5e8432ca9db05
-docfiles size=187
+containersize 337120
+containerchecksum 270b483ce57918b97529c614afbf2536bc85eb8c050689822a3291c8eff8689581fa89a9cb722b616a51a5c41157cfa566933054ebd91e21096737926c4eb285
+doccontainersize 680072
+doccontainerchecksum e86ceaf03b9a180904d94b8107686acf667e8e60917da92c74da701cb48bdce66ed4f5abf5e26802e926537a5cae08a514e770df02838f8f9fecb288b534eeb4
+docfiles size=197
RELOC/doc/fonts/atkinson/Atkinson-Hyperlegible-Font-License-2020-1104.pdf
RELOC/doc/fonts/atkinson/BIA_AtkinsonHyerlegible-Specimen_200210.pdf
RELOC/doc/fonts/atkinson/README details="Readme"
@@ -28785,7 +28785,7 @@ catalogue-version 1.0
name babel
category Package
-revision 70809
+revision 71021
shortdesc Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and Plain TeX
relocated 1
longdesc This package manages culturally-determined typographical (and
@@ -28799,17 +28799,17 @@ longdesc about 300 languages from around the World, including many
longdesc written in non-Latin and RTL scripts. Many of them work with
longdesc pdfLaTeX, as well as with XeLaTeX and LuaLaTeX, out of the box.
longdesc A few even work with plain formats.
-containersize 230804
-containerchecksum f38c5c384f14d1713ed041dd524c1da7e5dbde36fa844a15ee5458c148c12883aba16b9cc2551cd677ded11f839a9f928fbcc3bc2f46716b987887291894a2f4
-doccontainersize 1052216
-doccontainerchecksum f077677ff5b16cc228dc7a3c8a743f7998fc2e392a684f487ef27c3a2936ae722d5c8bfd43daf48e11f400f4776b29260793fe1fc918c0c1b92b627582eb3ece
+containersize 231364
+containerchecksum 797b882c91ddc4d6ee8b7bd596467f6afd71c7d8d4939d1558e3303455c7acb0b541e083b05caf257d748b24dbeca50222fb29f40e9bcbac1788d64613f4e055
+doccontainersize 1052572
+doccontainerchecksum 818581165f65d908d5bb58fd1586b82bbdea66f2f0208d423b7e5bfe750fb7ee28fabf26137640dd41fdfaa2900a1a3e0f648e38adf6bf29f85b50676b3acec9
docfiles size=263
RELOC/doc/latex/babel/README.md details="Readme"
RELOC/doc/latex/babel/babel-code.pdf details="Code documentation"
RELOC/doc/latex/babel/babel.pdf details="User guide"
-srccontainersize 887080
-srccontainerchecksum 8e9e868a5ac244e35449bf993248b298a1cefc2454cac9cc32ac4a91d459378f4ba80f0f054b8bb78e242fc661530da4e1f838fa514019ecff0c4037070028dd
-srcfiles size=472
+srccontainersize 889240
+srccontainerchecksum d5340b426a55ae2d72bab6dae43d6bfd150bded0b7202ca234fc3f8e005d0eb283751f8947384fdc6678ec75af5e089f818889a11a5c3e229135d05df20efe5b
+srcfiles size=473
RELOC/source/latex/babel/babel.dtx
RELOC/source/latex/babel/babel.ins
RELOC/source/latex/babel/bbcompat.dtx
@@ -29786,8 +29786,8 @@ catalogue-contact-home https://latex3.github.io/babel/
catalogue-contact-repository https://github.com/latex3/babel
catalogue-ctan /macros/latex/required/babel/base
catalogue-license lppl1.3
-catalogue-topics multilingual
-catalogue-version 24.3
+catalogue-topics multilingual expl3
+catalogue-version 24.4
name babel-albanian
category Package
@@ -44267,7 +44267,7 @@ catalogue-version 1.6
name bodeplot
category Package
-revision 69742
+revision 71000
shortdesc Draw Bode, Nyquist and Nichols plots with gnuplot or pgfplots
relocated 1
longdesc This is a LaTeX package to plot Bode, Nichols, and Nyquist
@@ -44281,19 +44281,20 @@ longdesc and unstable second order transfer functions. Support for both
longdesc Gnuplot (default) and pgfplots (package option pgf). Support
longdesc for linear and asymptotic approximation of magnitude and phase
longdesc plots of any transfer function given poles, zeros, and gain.
-containersize 5932
-containerchecksum 596a8cca1eeaf49acf1f24341601b4b7b1ff64f5df72a811738d57e2d0e5644cc9f6096b15825f208068446dfd825f9fa61406451234669df95683f746770d44
-doccontainersize 741028
-doccontainerchecksum d0eb443a98da30d66becca6e48e4e66b4efaf31d0405ff5d559738018f0c760a660175978f603f9c648af4ba20942a58b82c45f5a5446f39d7bfa05c944b4db4
+containersize 6224
+containerchecksum 49c521f96ade855835734de357a2043878394edf243398fca00bfee6fc8db796edc98e56f5c64be2b50b7638cc1dabfb567e5a6dda8871c9eab714aa7b7766b6
+doccontainersize 741540
+doccontainerchecksum f3f10dc6170c825bcbc365af25df9d26bfd4721570b1f36d625ea771bac7bfc3ca9c0428a22858d97bedcbd1cfdd979ddd2bb881b07646bf29443e4216dbf6d4
docfiles size=270
RELOC/doc/latex/bodeplot/README.md details="Readme"
RELOC/doc/latex/bodeplot/bodeplot.pdf details="Package documentation"
-srccontainersize 17624
-srccontainerchecksum 84b487c782ccbc9f8a76331a7a01f3059d39052f440db82ba93ee40f82f420f2ebc25ab8a9351deb0a1261603d0866a7acf89a457bdb2c0b446d541a6bd78163
+srccontainersize 17840
+srccontainerchecksum 00a3dbd9322d721cea5d0329d42048f08bb165ea9695824f5d2a8bff4bebc23c7ecb1bb09fb362c9d3d52ee29f481d3aeed1e1381b666422ab00278f68e96a78
srcfiles size=27
RELOC/source/latex/bodeplot/bodeplot.dtx
RELOC/source/latex/bodeplot/bodeplot.ins
-runfiles size=10
+runfiles size=20
+ RELOC/tex/latex/bodeplot/bodeplot-2024-02-06.sty
RELOC/tex/latex/bodeplot/bodeplot.sty
catalogue-also bodegraph
catalogue-contact-bugs https://github.com/rlkamalapurkar/bodeplot/issues
@@ -44301,7 +44302,7 @@ catalogue-contact-repository https://github.com/rlkamalapurkar/bodeplot
catalogue-ctan /graphics/pgf/contrib/bodeplot
catalogue-license lppl1.3c
catalogue-topics engineering graphics-plot pgf-tikz
-catalogue-version 1.1.7
+catalogue-version 1.2
name bohr
category Package
@@ -84758,7 +84759,7 @@ catalogue-version 0.1
name cormorantgaramond
category Package
-revision 64411
+revision 71011
shortdesc Cormorant Garamond family of fonts
relocated 1
longdesc This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
@@ -84767,10 +84768,10 @@ longdesc Christian Thalman of Catharsis Fonts. The family includes
longdesc light, regular, medium, semi-bold, and bold weights, with
longdesc italics.
execute addMap CormorantGaramond.map
-containersize 5571976
-containerchecksum 1f1707a00298fc2015ba01259dc8558a79e72a10753f3c101f318359f0d4a3b6a9ae16cb1c1825ccf152fb50045f2cca429b00da27607fa8ba1046ad15e5a86f
-doccontainersize 158032
-doccontainerchecksum 85a5ba16ec8756b5052b4e6342d47e83c9fc8f348ac3b4c067afba131a7ed853cab04c22f8723a912a1178cc8ed373ab5fdd9d2be0d9816918bd22233c13ba95
+containersize 5571660
+containerchecksum 119b399841b098150c2d8547984936b697c17fa8e5f7633a4e78e177f9e914d09567d687351fb3425215e4d3f00a420fada94ae931e2bbedd27866ca4c297e34
+doccontainersize 158028
+doccontainerchecksum 1ee8460cfa1763d03cbc70c8d5efeb0be448d82606c904c54a584147071886c79323219fc11101d7cf8fdd1babc95c5e37190ebbad16a413a28226a7b3c7ad13
docfiles size=42
RELOC/doc/fonts/cormorantgaramond/OFL.txt
RELOC/doc/fonts/cormorantgaramond/README details="Readme"
@@ -106555,7 +106556,7 @@ catalogue-topics notes editorial
name easybook
category Package
-revision 70843
+revision 71016
shortdesc Easily typesetting Chinese theses or books
relocated 1
longdesc easybook is a pure academic template created based on the
@@ -106566,17 +106567,17 @@ 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.
-containersize 16828
-containerchecksum e9ee655506617fe1e197a48d810418f660c8aa4aff521803e09a03caab7a7ab6829d7354a80e426bd631b3cd28fbe56ea9d5735624da7646d7461ccb3dae1212
-doccontainersize 633812
-doccontainerchecksum 607de307d99ef71512104408cd435fdd4fbd6cc6fcb78d4b4268b5ebedc83cf1041e3c745e7be3e45c62dcbc8be744447671eebb5116d57ead85be7ea19f3380
-docfiles size=173
+containersize 17036
+containerchecksum b58cd419896fc9e1cb7b4f96c1f126fd6194ae4afbef9ca1b8e10e355ddd15a8ea1f4b255b162f3077454ef3a307d001fe89547ab59dea822de0187602ad0ce7
+doccontainersize 634732
+doccontainerchecksum 10f65575584f2139c86b8c9702244b87ff357a8ee5ed63e3839d6ed3988109a19612bd8b8e1d7c4751ef1d6532f7e23ae722892cbe85962898a9cd60463b963b
+docfiles size=174
RELOC/doc/latex/easybook/README.md details="Readme"
RELOC/doc/latex/easybook/easybook.pdf details="Package documentation" language="zh"
RELOC/doc/latex/easybook/easybook.tex
-srccontainersize 16724
-srccontainerchecksum 28672ded7078f1a343b734b0c203138b01266a925aaf2937b6d4faa0e6449eefd3fe06d8e2c28c6e7cda92f69e90891ebdf0b4e663b6d80c5ed4960178f03546
-srcfiles size=20
+srccontainersize 16904
+srccontainerchecksum 21be9ce642f3a57f3c794159e7e68c7314d2b59607fd0619274caf0c1fa3fd54b20bac9a1f2811c94992090391abfef849e4c726eb0ba357733d5691a0515d65
+srcfiles size=21
RELOC/source/latex/easybook/easybook.dtx
RELOC/source/latex/easybook/easybook.ins
runfiles size=21
@@ -106588,7 +106589,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 2024ar
+catalogue-version 2024as
name easydtx
category Package
@@ -121021,18 +121022,18 @@ catalogue-version 2.1
name fadingimage
category Package
-revision 70674
+revision 71001
shortdesc Add full width fading pictures at the top or bottom of a page
relocated 1
longdesc This package provides commands for adding full width fading
longdesc pictures at the top or bottom of a page. It is based on TikZ
longdesc with the fadings library. Welcome to feedback bugs or ideas via
longdesc email to xiamyphys@gmail.com.
-containersize 1320
-containerchecksum 2090c1c42a1b616fbefef2410d761d367223aa69659e1cc353fc98bcfcae6e20ec8d1cb2c073e9b2b9c271bbb9dd25b094cff66dae6cf445cd96320e7cd0fdfc
-doccontainersize 138444
-doccontainerchecksum e960c572d744332c93a205e31bab4a98f6a76bbc80ddb2f9c122070cf627d9b51846283c41fc2e31c5266cd5fc751d2b7608ac37a493e40e29dad58e022c9638
-docfiles size=86
+containersize 1300
+containerchecksum 182159c463004b1d023cd331cb628f66c11c802b6e0595b5e67e159d314c7646aec0897700ee3019bd0b4b9cd26c3dfb3a5adc8bd8ad0b7440aeb0bd7151c27e
+doccontainersize 142572
+doccontainerchecksum 225936f9350d3cb303446c3f1c7df518ff0187b8db0f503475eb55537ad6dbdfcee98b3a6d45c534960294c77b65c50538f7b28f41ec5e0c5b92df56018e2144
+docfiles size=64
RELOC/doc/latex/fadingimage/Beautiful-realities.jpeg
RELOC/doc/latex/fadingimage/License
RELOC/doc/latex/fadingimage/README.md details="Readme"
@@ -121040,14 +121041,15 @@ docfiles size=86
RELOC/doc/latex/fadingimage/fadingimage.tex
runfiles size=1
RELOC/tex/latex/fadingimage/fadingimage.sty
-catalogue-contact-bugs https://github.com/xiamyphys/FadingImage/issues
+catalogue-contact-announce https://t.me/hsiastexcafe
+catalogue-contact-bugs https://github.com/xiamyphys/fadingimage/issues
catalogue-contact-development https://github.com/xiamyphys
-catalogue-contact-repository https://github.com/xiamyphys/FadingImage
+catalogue-contact-repository https://github.com/xiamyphys/fadingimage
catalogue-contact-support https://qm.qq.com/q/RGFmHwBecC
catalogue-ctan /macros/latex/contrib/fadingimage
catalogue-license lppl1.3c
catalogue-topics background graphics-incl pgf-tikz
-catalogue-version 0.1d
+catalogue-version 0.2a
name fail-fast
category Package
@@ -134992,7 +134994,7 @@ catalogue-version 1.1
name garamond-libre
category Package
-revision 64412
+revision 71013
shortdesc The Garamond Libre font face
relocated 1
longdesc Garamond Libre is a free and open-source old-style font family.
@@ -135008,10 +135010,10 @@ longdesc and inferior figures, historical ligatures, Byzantine musical
longdesc symbols, the IPA and swash capitals.
execute addMap GaramondLibre.map
containersize 7141676
-containerchecksum 2c8a9057bccac0b8187e7e7b38445102e2ee89885595d93eb3dcd88bea4fe18d73786b471812f9a0ba256a6fe16ceb3724902e587b3ce6a98a1461d554182698
-doccontainersize 86012
-doccontainerchecksum b8a575d15c7020287313aed6fc7f08d4d6d9cc02633527a657db4fd0fe39a25154f7dbbd9d6516ecd4662d08644d803822a19da43348f955f553725558c0dd6a
-docfiles size=24
+containerchecksum a942887010f20d17e93f382e7886d8b6ec59063d2e1a1aebbc81053482f350d6a233a0ca43211d27ed5494272bb20c61b63615562a45ac32a315a1af53fa5ccd
+doccontainersize 495076
+doccontainerchecksum 940668d504f7735645cb67aadab86c837fdf0043e32ac82911f8f111708246503a2e84d1072a29f32856623018cdd11fdaf78cf917e02a5044240bc1c709685e
+docfiles size=124
RELOC/doc/fonts/garamond-libre/COPYING
RELOC/doc/fonts/garamond-libre/README details="Readme"
RELOC/doc/fonts/garamond-libre/garamond-libre.pdf details="Package documentation"
@@ -135933,7 +135935,7 @@ catalogue-version 1.2
name gelasio
category Package
-revision 66805
+revision 71012
shortdesc LaTeX support for the Gelasio family of fonts
relocated 1
longdesc This package provides (pdf)LaTeX, XeLaTeX and LuaLaTeX support
@@ -135941,10 +135943,10 @@ longdesc for the Gelasio family of fonts designed by Eben Sorkin to be
longdesc metric-compatible with Georgia in its Regular and Bold weights.
longdesc Medium and SemiBold weights have been added.
execute addMap gelasio.map
-containersize 1565056
-containerchecksum d5ef910eee7b3e26a180c88ae104da77becb4bed3a955938486d6763c2a0dc51e71ab6f9351304894d5e531fab714cf75f6a0cc421d074b3ac86931698582274
-doccontainersize 34616
-doccontainerchecksum aa49c6e0bebb4c097b78ba11781f7027b783c6280a5fa0e3077f9c1eb20f6b372b3910f5c78b0103afa2429938a94b277bdcacd210afb8bad2bac92f5022ed8a
+containersize 1565084
+containerchecksum d3cd48b8ae97f26bd38ebf32bedb32ceed9bd5201d28515bcd19cbed282409bb485be38acffb8c9a696f6f4cc9e3212ef2bc7b122bc651b5a45668c7128c6d6e
+doccontainersize 34640
+doccontainerchecksum 8de3f310a5a9f7af8a3943bedf9f185d2e2e95c19099737c8a86237ed4fe05f1c2fccfc5ace1bd618b7f4776eefe3bc148e7025a381b014e69430a208175bf81
docfiles size=14
RELOC/doc/fonts/gelasio/OFL.txt
RELOC/doc/fonts/gelasio/README details="Readme"
@@ -199305,23 +199307,25 @@ catalogue-version 0.2b
name litesolution
category Package
-revision 70965
+revision 71017
shortdesc A template providing a light design for solutions of test papers
relocated 1
longdesc This template provides a fresh design for typesetting solutions
longdesc of exams, textbooks or other exercises. Welcome to feedback
longdesc bugs or ideas via email xiamyphys@gmail.com.
containersize 3672
-containerchecksum d33f58f5bba00e6c527a5015a57793a629c613f685a6aa2ce3a15414ee8aecdfeb9473774518c18273db6e722c6cca03da409c2c47c7b996c05da734dd98b191
-doccontainersize 554980
-doccontainerchecksum cbb1761e1aac8be3354e59f35f6394242a50f8b6df27fe1b3c2fd08c3770e6add352453ad721591966b423a782ad052cb9c75825bfa7226faf72e6e174447fd6
-docfiles size=167
- RELOC/doc/latex/litesolution/Beautiful-realities.jpeg
+containerchecksum 8e88728253c2bef9662559f6558bcdbef9390e4f144fe11d830312b813d02cdbd7095df52fd5578bd534ea66bb3ed786581fd51ab160069669aadb6e9d60c4bd
+doccontainersize 654840
+doccontainerchecksum 9e9b01b51fc84d8ff8aa190fce3bda88b0c862ea84adb1ec02f28f873524daa3ed5ed3da072d6453a744a44c429f17775f4c8abc39d70fb3aa1430cc40ab02a2
+docfiles size=211
RELOC/doc/latex/litesolution/License
RELOC/doc/latex/litesolution/README.md details="Readme"
+ RELOC/doc/latex/litesolution/figure/Beautiful-realities.jpeg
+ RELOC/doc/latex/litesolution/figure/schrodinger.pdf
+ RELOC/doc/latex/litesolution/figure/universe.pdf
+ RELOC/doc/latex/litesolution/figure/universe.tex
RELOC/doc/latex/litesolution/litesolution.pdf details="Package documentation"
RELOC/doc/latex/litesolution/litesolution.tex
- RELOC/doc/latex/litesolution/schrodinger.pdf
runfiles size=3
RELOC/tex/latex/litesolution/litesolution.cls
catalogue-contact-announce https://t.me/hsiastexcafe
@@ -199332,7 +199336,7 @@ catalogue-contact-support https://qm.qq.com/q/RGFmHwBecC
catalogue-ctan /macros/latex/contrib/litesolution
catalogue-license lppl1.3c
catalogue-topics class doc-templ
-catalogue-version 2.1a
+catalogue-version 2.1c
name litetable
category Package
@@ -204360,10 +204364,10 @@ binfiles arch=universal-darwin size=3673
name luahbtex.windows
category TLCore
-revision 70990
+revision 71006
shortdesc windows files of luahbtex
-containersize 1937596
-containerchecksum 29f5ce9f73f432decf67a13df8f29311b13a07d7105fd6054133a7425b41abc80aa396d8111d7306fbf584e8ec08f3a2f7936a00dc77c25c3c7540affbda5162
+containersize 1929616
+containerchecksum daa23fd05c7973f6c0db8b4ded91974b0c913c9a2d04492f51825eab86a303eb94c9a10c6e194e7085e1c990c666eb2aa72c13ff752baa35011729a5ff0ad429
binfiles arch=windows size=1736
bin/windows/luahbtex.dll
bin/windows/luahbtex.exe
@@ -204684,10 +204688,10 @@ binfiles arch=universal-darwin size=6973
name luajittex.windows
category TLCore
-revision 70990
+revision 71006
shortdesc windows files of luajittex
-containersize 3942020
-containerchecksum bcc445074ae43f17fc19d86628f98c40d278ada2a761d8e3c6f5657985a64dcb80f2dd94be3b0f66de36de8fe28ce0b1bf39358a982c0490489eab11d80e48c5
+containersize 3941832
+containerchecksum ce388891f7fd9da48a7b2acfa7f9ec906d1f5bae813f3dc12624d17a55e8cf1a0fc70a7e9865ee0dde1a220c6daad6f7d9a08ceee9a5b0c17d736b864c2568d2
binfiles arch=windows size=3947
bin/windows/luajit51w64.dll
bin/windows/luajithbtex.dll
@@ -205112,29 +205116,29 @@ catalogue-version 1.1
name luamplib
category Package
-revision 70930
+revision 71003
shortdesc Use LuaTeX's built-in MetaPost interpreter
relocated 1
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.
-containersize 14784
-containerchecksum 6e4d3f273f48d3572c4014e8c47678aeb2d92bf40b9ae6b2066ef9b4d8727f5662749b123e0e911f58ea9b55496befcb58eac59fcc73774618aa4b4c54d994dc
-doccontainersize 173056
-doccontainerchecksum d918b876559c132aa8f379a26656b2e61a45228bfbda647321773f2ab6237a9f3ecb6a53cba563e8312f4666b25b9ce1c21935aee4c0e8114e64df340ed49e05
+containersize 15224
+containerchecksum dcbb6b0ba9a1cd3a391c348f1c561d95c2f8b44de4508e2218cf5cc1710e588aae588fef5746baf86e71bb25ccd90a19f408ac8f53d55f30d908bf1bac9e0b77
+doccontainersize 174112
+doccontainerchecksum 922c1dc695d6d477038ef2c844dbd9dcc15823de8fb71623afb729cc1efa2e4b71216fd76a92d5ac7d8df20f1d2b54f4d744451b627c49d89a7882cb7dbf6330
docfiles size=50
RELOC/doc/luatex/luamplib/NEWS
RELOC/doc/luatex/luamplib/README details="Readme"
RELOC/doc/luatex/luamplib/luamplib.pdf details="Package documentation"
RELOC/doc/luatex/luamplib/test-luamplib-latex.tex
RELOC/doc/luatex/luamplib/test-luamplib-plain.tex
-srccontainersize 30948
-srccontainerchecksum 818bd2b9c95947accfea072170a1e387016755b601e6f28bb2a97d7fc20f66705723534609970793aefb8bde1dcd9fe6192dffd0a0852fee4004c3dcc9e21fcc
+srccontainersize 31284
+srccontainerchecksum 3ac5306d7ccc52b76179e1f206d2e76a6271d24f9e0ae9425b4b2fe8d6d83e0275c886b67905c18c07edd06d64b794aca80001d129434dab1b8772e28285f273
srcfiles size=29
RELOC/source/luatex/luamplib/Makefile
RELOC/source/luatex/luamplib/luamplib.dtx
-runfiles size=15
+runfiles size=16
RELOC/tex/luatex/luamplib/luamplib.lua
RELOC/tex/luatex/luamplib/luamplib.sty
catalogue-contact-bugs https://github.com/lualatex/luamplib/issues
@@ -205142,7 +205146,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.28.0
+catalogue-version 2.28.1
name luanumint
category Package
@@ -205916,10 +205920,10 @@ binfiles arch=universal-darwin size=3159
name luatex.windows
category TLCore
-revision 70975
+revision 71006
shortdesc windows files of luatex
-containersize 2105120
-containerchecksum a65d6f1af171628897ce67c237f5d737c3d8f33467018f2aa727131aa77cbd15d70a00ddccd1ff942121556d5aa6dc580fb497bd70d8a0065d85160b24069a98
+containersize 2104924
+containerchecksum 584f75f699f136f15951ccae940a55a3e6739ccba8d0dff2b369122620a4c045ca9ad8717d3f75f771adf9029eb33015b5c264fd2a6b51fe0774c5b2906cf998
binfiles arch=windows size=1931
bin/windows/api-ms-win-core-file-l1-2-0.dll
bin/windows/api-ms-win-core-file-l2-1-0.dll
@@ -237347,42 +237351,34 @@ catalogue-version 2.4
name notebeamer
category Package
-revision 68871
+revision 71002
shortdesc A template for printing presentations on notepaper
relocated 1
longdesc This template provides an easy way to put Beamer presentations
longdesc on note paper and quickly produce notebooks. It is optimized
longdesc for Goodnotes' default paper size.
-containersize 3816
-containerchecksum 87870abd8c42303024df10a6339f6973e83e61fbbffd8851526683ad672810929b1e2f2fb2c9ade58a155b063fa39932122c6e21c652df1a4f7ad60f64c5ab7f
-doccontainersize 11122204
-doccontainerchecksum d9b9bdeff61fac3e6bea8aea4611cd46cc08362cc104bb30e4a67638ddb9d45c91059606d016be559c4926b0450bbef3962eb75d6d6c1fc14f262ef3acac2510
-docfiles size=3892
+containersize 2408
+containerchecksum ca675449350fbe56a81ffd0327282b5c3ecfd5bec61634ac45afc3163b9f2ca881c784b89ec48b5dae53b8df09350acabd0dcd308eee0660f5b2ea41ac84ed89
+doccontainersize 3434376
+doccontainerchecksum 06b2dc01902b95a3b2e02f1fdd17e8c6af4b12c462292091b28ffb7614e80ebc3ce291ac39864286f9a916def922ad033edf59262d33031f93b273d62352f18e
+docfiles size=1059
RELOC/doc/latex/notebeamer/License
RELOC/doc/latex/notebeamer/README.md details="Readme"
- RELOC/doc/latex/notebeamer/images/HDU.pdf
- RELOC/doc/latex/notebeamer/images/Inuyasa.jpg
- RELOC/doc/latex/notebeamer/images/newnote3sdemo.pdf
- RELOC/doc/latex/notebeamer/images/newnote4sdemo.pdf
- RELOC/doc/latex/notebeamer/images/newnotedemo.pdf
- RELOC/doc/latex/notebeamer/images/titlepage1.pdf
- RELOC/doc/latex/notebeamer/images/titlepage2.pdf
- RELOC/doc/latex/notebeamer/notebeamer-demo.pdf details="Example of use"
- RELOC/doc/latex/notebeamer/notebeamer-demo.tex
- RELOC/doc/latex/notebeamer/notebeamer-doc.pdf details="Package documentation"
- RELOC/doc/latex/notebeamer/notebeamer-doc.tex
-runfiles size=5
- RELOC/tex/latex/notebeamer/notebeamer.cls
-catalogue-contact-announce https://qm.qq.com/q/RGFmHwBecC
-catalogue-contact-bugs https://github.com/xiamyphys/NoteBeamer/issues
+ RELOC/doc/latex/notebeamer/figures/beamerdemo.pdf
+ RELOC/doc/latex/notebeamer/figures/paperdemo.pdf
+ RELOC/doc/latex/notebeamer/notebeamer.pdf details="Package documentation"
+ RELOC/doc/latex/notebeamer/notebeamer.tex
+runfiles size=3
+ RELOC/tex/latex/notebeamer/notebeamer.sty
+catalogue-contact-announce https://t.me/hsiastexcafe
+catalogue-contact-bugs https://github.com/xiamyphys/notebeamer/issues
catalogue-contact-development https://github.com/xiamyphys
-catalogue-contact-home https://github.com/xiamyphys/NoteBeamer
-catalogue-contact-repository https://github.com/xiamyphys/NoteBeamer
+catalogue-contact-repository https://github.com/xiamyphys/notebeamer
catalogue-contact-support https://qm.qq.com/q/RGFmHwBecC
catalogue-ctan /macros/latex/contrib/notebeamer
catalogue-license lppl1.3c
-catalogue-topics notes presentation class doc-templ pgf-tikz
-catalogue-version 2.3a
+catalogue-topics notes presentation doc-templ pgf-tikz
+catalogue-version 3.0a
name notes
category Package
@@ -268165,7 +268161,7 @@ catalogue-version 1.1
name profcollege
category Package
-revision 70746
+revision 71018
shortdesc A LaTeX package for French maths teachers in college
relocated 1
longdesc This package provides some commands to help French mathematics
@@ -268175,16 +268171,16 @@ 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.
-containersize 1333964
-containerchecksum 2d1ff2dc248262cd426ce8cd8ebbd3cba765f8c6fe501c9506c2b8a49d8d698dbc1797263a87bb562cd7903a06762f1c203aaaa91c37c91843f64eb39c0687b5
-doccontainersize 14800384
-doccontainerchecksum 1a1eab550388cbd43ccb62acf7b4f94d74d3f78d5e80695469bcab3820fab326e0568bfcca0c9c7766a47fc279f915b36fd2b41a2a467619e7ae5212293a36df
-docfiles size=3905
+containersize 1343388
+containerchecksum 44c301fa1cf508d7f4be1f4d0bfea7ae24c21acc5775c104b7061495a6b3c6cffeeb458372b0839428c00f639d6a63186d4fb397333e9d226f49c642a2d24406
+doccontainersize 15036364
+doccontainerchecksum 8edf2d79b5374ee4d7d3e9ba9009ef869cc07870297331168ae343600b17c13abb23e7a74ef3e17975e050a20b9535042e92454738ad4fb70e50f2775e9c8812
+docfiles size=3917
RELOC/doc/latex/profcollege/PfCLogoNumberHive.png
RELOC/doc/latex/profcollege/ProfCollege-doc.pdf details="Package documentation" language="fr"
RELOC/doc/latex/profcollege/ProfCollege-doc.zip
RELOC/doc/latex/profcollege/README details="Readme"
-runfiles size=2937
+runfiles size=2945
RELOC/metapost/profcollege/PfCAfficheur.mp
RELOC/metapost/profcollege/PfCAllumettes.mp
RELOC/metapost/profcollege/PfCArithmetique.mp
@@ -268408,6 +268404,7 @@ runfiles size=2937
RELOC/metapost/profcollege/PfCzambie.dat
RELOC/metapost/profcollege/PfCzimbabwe.dat
RELOC/tex/latex/profcollege/PfCAllumettes.tex
+ RELOC/tex/latex/profcollege/PfCAssemblagesSolides.tex
RELOC/tex/latex/profcollege/PfCAutomatismes.tex
RELOC/tex/latex/profcollege/PfCAutonomie.tex
RELOC/tex/latex/profcollege/PfCBarreNiveaux.tex
@@ -268554,7 +268551,7 @@ catalogue-also proflycee
catalogue-ctan /macros/latex/contrib/profcollege
catalogue-license lppl1.3c
catalogue-topics maths french teaching
-catalogue-version 0.99-A-b
+catalogue-version 0.99-A-c
name proflabo
category Package
@@ -268581,7 +268578,7 @@ catalogue-version 1.0
name proflycee
category Package
-revision 70817
+revision 71019
shortdesc A LaTeX package for French maths teachers in high school
relocated 1
longdesc This package provides some commands to help French mathematics
@@ -268590,17 +268587,20 @@ 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.
-containersize 68720
-containerchecksum eb48e852737cf5260bae46f3cdf087f604af021dd84b81dd0df4d2ce95fe8ba70fd58bf7567cd06cc48cc129470e71bd10e2be5738acfdab694d0e0405ed1fce
-doccontainersize 1993216
-doccontainerchecksum 8cf3e94c72342f10d4ce5e8940a914aeb2b028c6536657558e21ccfbfecd84aa1bc93e03840a23f4dfd78eaee3ae1da7e3371ed78eb56a7a18b787ca38d44835
-docfiles size=505
+containersize 69912
+containerchecksum c41bacf622a9daa2400d7f0a885981a549273ea6e15b52d86f30be55157c434b4e8126584ad78c352670f514a1664e3a86636a925be2d6b4825cebd571a219fa
+doccontainersize 2024508
+doccontainerchecksum bd4f193b69d563fba8672db9430f4538d7fe89892cda9004a998bffae25de9e0e1a74d8497b3aaf6ff3d48145dc2939df5a68d5f55a92b82fc1e3178f9e79667
+docfiles size=518
RELOC/doc/latex/proflycee/ProfLycee-doc.pdf details="Package documentation" language="fr"
+ RELOC/doc/latex/proflycee/ProfLycee-doc.tex
RELOC/doc/latex/proflycee/ProfLycee-docctan.zip
RELOC/doc/latex/proflycee/ProfLycee-exemples-pyluatex.pdf details="Examples using pyluatex" language="fr"
+ RELOC/doc/latex/proflycee/ProfLycee-exemples-pyluatex.tex
RELOC/doc/latex/proflycee/ProfLycee-exemples-pythontex.pdf details="Examples using python" language="fr"
+ RELOC/doc/latex/proflycee/ProfLycee-exemples-pythontex.tex
RELOC/doc/latex/proflycee/README.md details="Readme"
-runfiles size=134
+runfiles size=136
RELOC/metapost/proflycee/PfLEspace.mp
RELOC/tex/latex/proflycee/ProfLycee.sty
RELOC/tex/latex/proflycee/proflycee-tools-aleatoire.tex
@@ -268610,6 +268610,7 @@ runfiles size=134
RELOC/tex/latex/proflycee/proflycee-tools-complexes.tex
RELOC/tex/latex/proflycee/proflycee-tools-ecritures.tex
RELOC/tex/latex/proflycee/proflycee-tools-espace.tex
+ RELOC/tex/latex/proflycee/proflycee-tools-exams.tex
RELOC/tex/latex/proflycee/proflycee-tools-geom.tex
RELOC/tex/latex/proflycee/proflycee-tools-graphiques.tex
RELOC/tex/latex/proflycee/proflycee-tools-listings.tex
@@ -268627,7 +268628,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.03c
+catalogue-version 3.03d
name profmaquette
category Package
@@ -268653,15 +268654,15 @@ catalogue-version 0.91
name profsio
category Package
-revision 70868
+revision 71014
shortdesc Commands (with TikZ) to work with French "BTS SIO" maths themes
relocated 1
longdesc This package provides some commands (in French) to work with:
longdesc tables of Karnaugh ; MPM graphs ; simple graphs.
-containersize 18136
-containerchecksum 5d132d2c8ac2c5bca85c4927ec95235a3e84dfb4cfc064454f067781d1ace4265b43c45d131b288e8a6eaac9fe3ac3eca2cca659bd8d17c47c580bf103954a54
-doccontainersize 504604
-doccontainerchecksum 13333e66b1ff3802495cb7bf6745772435141e45879b00034aa0930e66cd3616a9406d41401c1066155894872ede4219922259de3469affca94a491e5d8ab06e
+containersize 18260
+containerchecksum e313a1dda54e2d10ba581689fc375b41a22e73ad6457995d1f1c899baafba40337fdbd51ac51e698d2d848f3883131f648cf43b7e618e067fde0f746b5be522d
+doccontainersize 505760
+doccontainerchecksum 34648494fb74dfd34931e70b205fc84e164da6664f71d457f418182256679863a6f97afa6ae91011dd0daea725cfe2df93ff6e6da9b7b0d751ba2b1c77fbcc96
docfiles size=144
RELOC/doc/latex/profsio/ProfSio-doc-fr.pdf details="Package documentation" language="fr"
RELOC/doc/latex/profsio/ProfSio-doc-fr.tex
@@ -268673,7 +268674,7 @@ catalogue-contact-repository https://github.com/cpierquet/profsio
catalogue-ctan /graphics/pgf/contrib/profsio
catalogue-license lppl1.3c
catalogue-topics graphics pgf-tikz maths
-catalogue-version 0.2.4
+catalogue-version 0.2.6
name program
category Package
@@ -293495,7 +293496,7 @@ catalogue-version 1.2.1
name se2thesis
category Package
-revision 70112
+revision 71020
shortdesc A Thesis Class for the Chair of Software Engineering II at the University of Passau, Germany
relocated 1
longdesc The se2thesis bundle provides a document class for writing a
@@ -293508,11 +293509,11 @@ 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.
-containersize 9672
-containerchecksum 92e5a284474a110533816f00526031e5030357a8b3e36db78e543074d09e6c4ac3a001bbed79c42ddb27de3f64a765cfc927ae485e162e8d92b94edaf510a39b
-doccontainersize 575196
-doccontainerchecksum a7e9d6f6dd45e0252e89636f2da0a03336dda60023ca4e5c883f2e77214070e206993b5b7b288f3af3ac32381367c1ce20c1c6f00fff5fad3aa98d41509bd166
-docfiles size=154
+containersize 9768
+containerchecksum 2f083778e011605b8c34cc1d6cb7460f54e12557f29d7633c98eb20f71da72c597a163b6976dd3ace6816f1ab124de8e2ae5b10ee32351a1a595acaa78f46e6f
+doccontainersize 585376
+doccontainerchecksum 1bad0cf81eca1e2b246b65c2059c2381fde090756640095e2bb43c755b4dd00587e7bc5f40bbe39462cd8c8056179860fa0cde8a9eecdf06d077bbbb7740084c
+docfiles size=156
RELOC/doc/latex/se2thesis/CHANGELOG.md
RELOC/doc/latex/se2thesis/LICENSE.txt
RELOC/doc/latex/se2thesis/README.md details="Readme"
@@ -293520,8 +293521,8 @@ docfiles size=154
RELOC/doc/latex/se2thesis/se2thesis-master-thesis-example.tex
RELOC/doc/latex/se2thesis/se2thesis.pdf details="Package documentation"
RELOC/doc/latex/se2thesis/se2thesis.tex
-srccontainersize 24792
-srccontainerchecksum 1b53e69fe51bd2ec4110ada47b0b088b9c7f09d17877c96eb8ed845d6145e4e9cb1f971e9adae6724858741526bf72c6facdc78aa5f03970ea95c7329ea2afdd
+srccontainersize 25328
+srccontainerchecksum 5688acc29a785ccf2038b239b7b0b30ca5b0fa971caf457c17be882af8800e561cd7ce3985f0b169b05597ff1929cb733c9db3e47b23ecb571248680e2985271
srcfiles size=31
RELOC/source/latex/se2thesis/se2colors.dtx
RELOC/source/latex/se2thesis/se2fonts.dtx
@@ -293540,7 +293541,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 3.3.1
+catalogue-version 3.4.0
name secdot
category Package
@@ -313966,7 +313967,7 @@ binfiles arch=x86_64-solaris size=1
name tex4ht
category Package
-revision 70983
+revision 71009
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
@@ -313987,10 +313988,10 @@ longdesc files from them is nontrivial, and generally done with the
longdesc Makefile in development, from which the TeX4ht package in TeX
longdesc Live is updated.
depend tex4ht.ARCH
-containersize 1131896
-containerchecksum 68514273e5e2a345380b4e49bd1466499c8228a3a07e71fb0689e32c1f3afe8ac30253a4dc3bcaa0a34305f7a5fd2f77f7047f744c1e75dfef02a15ec96852a8
+containersize 1131808
+containerchecksum 0aa304f88caf85b1d3105d33b8a44038355ad3b644bfafd08d5a841a2ee266446ddbbebcf8574afde0624e020219b730fb904da2a5fc5348e6648b6182a02f2d
doccontainersize 136384
-doccontainerchecksum 7ee0dd3b4c18eff96f4f7de4e412452065692cfdd484039cc1e7d30228e203a6089c1d7cc66d25edd260e713d9136bcee2607e1d214f63f5a3078efed4542c08
+doccontainerchecksum cec1907d9e3175061b298297a7a9d685e1a3bc1929335251607ed553c88b548e20ead4dd1ce679b09cdaf47df988c53304fca5f24653508d90013eae966a32cf
docfiles size=260
texmf-dist/doc/generic/tex4ht/Makefile
texmf-dist/doc/generic/tex4ht/README details="Readme"
@@ -314062,8 +314063,8 @@ docfiles size=260
texmf-dist/doc/generic/tex4ht/mn56.html
texmf-dist/doc/generic/tex4ht/mn5x.png
texmf-dist/doc/generic/tex4ht/mn6x.png
-srccontainersize 1487708
-srccontainerchecksum d067f99b694c64133c0e0cb0cd07f60d94577afef2d049963e35e41471b861caa35460f0a683a5ddc3fc981670ab37e06f84fa5c54f6fc70fdc2c93e471647bc
+srccontainersize 1488244
+srccontainerchecksum 1976e72649cd8252eefc8728071ea4a57b04f16e61d2fcb07685f49becb39b9c8c252e294ce5d58e156c7b4bf11b5e3f33052477c6943d69f1833369c3fd8a0c
srcfiles size=4647
texmf-dist/source/generic/tex4ht/ChangeLog
texmf-dist/source/generic/tex4ht/Makefile
@@ -326491,7 +326492,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 70996
+revision 71022
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.
@@ -326500,9 +326501,9 @@ depend texlive.infra
execute addMap mathpple.map
postaction shortcut type=menu name="TeX Live command-line" cmd=TEXDIR/tlpkg/installer/tl-cmd.bat
containersize 114168
-containerchecksum dc4cdeb8dec4a1155ae2c4e32d9544ff9f244356e6dcd112606d1665c43880b04c5ecbcdf98ea99670df8c0e6759a9bbc2af572bd36756750a420cae209312db
-doccontainersize 434980
-doccontainerchecksum 8208d28668da33e856ed86c400bcbe28fb7f703db5cd123771fdc3c62ca5809e74d85fcaebdb20da446840ee5ae651cfc62d102bd2a9b2b687660d845380166a
+containerchecksum 0e834bce8a4b06e61a7dde313c25d7a22d26ca523953040708b410f069ec28c4c7daaf2aef909b64659e76f4688ddad24295c2ea5e9a258dc1a688c5391cfb6c
+doccontainersize 434912
+doccontainerchecksum fb031e533328f00ade759cc06a78306d7667b518bd7b37ea03ea8b22ddd7dd27fb4c45454f8c2f5eb55add612def583eeccb904687450ac5e916606e86014196
docfiles size=568
doc.html
texmf-dist/doc/man/man1/fmtutil-sys.1
@@ -333500,21 +333501,22 @@ catalogue-version 1.1
name tikzducks
category Package
-revision 66773
+revision 71015
shortdesc A little fun package for using rubber ducks in TikZ
relocated 1
longdesc The package is a LaTeX package for ducks to be used in TikZ
longdesc pictures. This project is a continuation of an answer at
longdesc StackExchange How we can draw a duck?
-containersize 18896
-containerchecksum 73675b3ee47740e0c54c352a9cf3349b563cd22756a33aa1f56b6282a9cb4b2da3b851705e7574d5591190bf2392f8900a477d8f93b9102d831c01b2a8650dea
-doccontainersize 473020
-doccontainerchecksum 23fa53a7ee87b26dde5f9832c8b0b23466baaaed4be3ac361659828af6d611ee742b92531ee977fa0341ee5c3058a8ff77cf6ec1a7c3076f6ae4145328320164
-docfiles size=128
+containersize 19512
+containerchecksum 797ccc2215694cb785ac771bc2e401e516867249cc2696a3a18c09bd8ca9317a74e931590f61f8a5a551a365cb800f5ddfe890f1b87bceb2308a5abcea5ac068
+doccontainersize 420132
+doccontainerchecksum 8db4047573a50b3cdac9cec6ae3fcbce1c3d2432780280275cb471835d5f93080c5f6f80ede095010c9d407a1ea0eb6a5d347047775325acbcb4916213c6caa2
+docfiles size=115
RELOC/doc/generic/tikzducks/README.md details="Readme"
+ RELOC/doc/generic/tikzducks/tikzducks-doc-settings.sty
RELOC/doc/generic/tikzducks/tikzducks-doc.pdf details="Package documentation"
RELOC/doc/generic/tikzducks/tikzducks-doc.tex
-runfiles size=29
+runfiles size=30
RELOC/tex/generic/tikzducks/t-tikzducks.mkiv
RELOC/tex/generic/tikzducks/tikzducks-generic.tex
RELOC/tex/generic/tikzducks/tikzducks-plain.tex
@@ -333526,7 +333528,7 @@ catalogue-contact-support https://github.com/samcarter/tikzducks/issues
catalogue-ctan /graphics/pgf/contrib/tikzducks
catalogue-license lppl1.3c
catalogue-topics amusements graphics pgf-tikz expl3
-catalogue-version 1.6
+catalogue-version 1.7
name tikzfill
category Package
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index e97276e630..92e1325f5d 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-7e90646c6e05ddfef14c07f0b703992c texlive.tlpdb
+171048acaf678e401dcc99632d6a222d texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index b0ba95114d..9f0c31a4f8 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-62306705906e76c8e2c571a4040c9cf8eac552c988b85adf695270385d3f9463b5758ff7a47c74574570da3f631468c864eadd7862cbfc1fa4cb24d861b26694 texlive.tlpdb
+e06f9db2c4c8cba7a62663d69aaf3f8f9afdb476338ad9d350f2195d3af56a461eec9750aa52bdc8ba19e58889cc03929351c8fb665d42848e51ab6da1824cc8 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 9bb4a0acf2..583d4f1620 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
@@ -1,11 +1,11 @@
-----BEGIN PGP SIGNATURE-----
-iQEzBAEBCgAdFiEE2PL4YFeoV+QqiBBqTOGHfhlDjHAFAmYinGUACgkQTOGHfhlD
-jHDQ9QgAhcH7IBg3T2wX/J2yj2vIcrCJC61K9UTMOspaxR3wcKNhpvcenfC6hCJ4
-HieWAw0RIEl8OBcXUV+DNeQvcp3gSYDk9aMQwVW5Yr9LMm4UEGI5Ngzhq2wWEM5c
-uj3JocYy0NtaLHULK7ocSbfVtIJ77jJYGdzJKOLm5+Gvb+9mjhWOwXuRFV3uMQAI
-SwV/Y/MTzRW2w2fNTwoj+he6i2VyQjlMpi4D1Zy/YcAUTt/YjBc5fkwZqDJ7On3s
-x9MwEfGwjei5tpjjDtQ1Tjcp3spMxA0lERcXK9CgOQRI29ACxFNAI+fe4Bphwi+4
-K7LES65iThmWwbw7kjqxK7VlC+etiw==
-=M2f8
+iQEzBAEBCgAdFiEE2PL4YFeoV+QqiBBqTOGHfhlDjHAFAmYkVMYACgkQTOGHfhlD
+jHCcFggArxpbQzBLZgXF+p8sYTBgBzYAxApfmtl9W89RUkb1JLZMO6j5j0cxd28c
+EdwXTgKROvsF2DYtKfKxGVdruSPGgxhehyLPpSewS4maZXuZizCJSk4G4VJ0gj1E
+u020yMLKsVFElYdbCBTN47kMhrEketkg5rVRsfbK3uiUQz8W/eC1uWElOhwVWytJ
+KS+QcFqGT2azzhjRCb7dSCMmnPv5mu5x/ZhToqvtP9cZcnVYS/dsp2ikz2IFrxT8
+yhd60SCeZpIJn6aFkJbd+YndQRzDmurWimIL08zngaKG8HYYsBzGzJlIJcgwsNkT
+o01GXdBW57GjkOjfh+RsC97MCzSJJw==
+=tiva
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 054ecbb05f..54cdee1c8a 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ