From c4dbe7c982d00abf62e9a8927ecdef11521773a8 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 18 Jan 2024 03:01:29 +0000 Subject: CTAN sync 202401180301 --- systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm | 36 +-- systems/texlive/tlnet/tlpkg/installer/config.guess | 11 +- systems/texlive/tlnet/tlpkg/texlive.tlpdb | 348 ++++++++++++--------- systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 | 2 +- systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 | 2 +- .../texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc | 16 +- systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz | Bin 2520276 -> 2521520 bytes 7 files changed, 217 insertions(+), 198 deletions(-) (limited to 'systems/texlive') diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm index e468d8719a..b70f8c0d69 100644 --- a/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm +++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm @@ -1,4 +1,4 @@ -# $Id: TLWinGoo.pm 65994 2023-02-20 23:40:00Z karl $ +# $Id: TLWinGoo.pm 69435 2024-01-15 20:05:55Z siepo $ # TeXLive::TLWinGoo.pm - Windows goop. # Copyright 2008-2023 Siep Kroonenberg, Norbert Preining # This file is licensed under the GNU General Public License version 2 @@ -13,7 +13,7 @@ package TeXLive::TLWinGoo; -my $svnrev = '$Revision: 65994 $'; +my $svnrev = '$Revision: 69435 $'; my $_modulerevision; if ($svnrev =~ m/: ([0-9]+) /) { $_modulerevision = $1; @@ -34,7 +34,6 @@ C -- TeX Live Windows-specific support =head2 DIAGNOSTICS - TeXLive::TLWinGoo::is_ten; TeXLive::TLWinGoo::admin; TeXLive::TLWinGoo::non_admin; TeXLive::TLWinGoo::reg_country; @@ -91,7 +90,6 @@ BEGIN { use vars qw( @ISA @EXPORT @EXPORT_OK $Registry); @ISA = qw( Exporter ); @EXPORT = qw( - &is_ten &admin &non_admin ); @@ -179,36 +177,8 @@ if ($is_win) { =head2 DIAGNOSTICS -=over 4 - -=item C - -C returns the Windows version number as stored in the -registry: 5.0 for Windows 2000, 5.1 for Windows XP and 6.0 for Vista. - =cut -my $windows_version = 0; -my $windows_subversion = 0; - -if ($is_win) { - my $ver = `ver`; - chomp $ver; - $ver =~ s/^[^0-9]*//; - $ver =~ s/[^0-9.]*$//; - ($windows_version = $ver) =~ s/\..*$//; - ($windows_subversion = $ver) =~ s/^[^\.]*\.//; - $windows_subversion =~ s/\..*$//; -} - -=item C - -C returns 1 if windows version is >= 10.0, otherwise 0. - -=cut - -sub is_ten { return $windows_version >= 10; } - # permissions with which we try to access the system environment my $is_admin = 1; @@ -1272,7 +1242,7 @@ UNEND3 # but not for a user install under win10 because then # it shows up in Settings / Apps / Apps & features, # where it will trigger an inappropriate UAC prompt - if (admin() || !is_ten()) { + if (admin()) { &log("Registering uninstaller\n"); my $k; my $uninst_key = $Registry -> Open((admin() ? "LMachine" : "CUser") . diff --git a/systems/texlive/tlnet/tlpkg/installer/config.guess b/systems/texlive/tlnet/tlpkg/installer/config.guess index cdfc439204..f6d217a49f 100755 --- a/systems/texlive/tlnet/tlpkg/installer/config.guess +++ b/systems/texlive/tlnet/tlpkg/installer/config.guess @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2023 Free Software Foundation, Inc. +# Copyright 1992-2024 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2023-08-22' +timestamp='2024-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -60,7 +60,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2023 Free Software Foundation, Inc. +Copyright 1992-2024 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -165,6 +165,8 @@ Linux|GNU|GNU/*) LIBC=dietlibc #elif defined(__GLIBC__) LIBC=gnu + #elif defined(__LLVM_LIBC__) + LIBC=llvm #else #include /* First heuristic to detect musl libc. */ @@ -1593,6 +1595,9 @@ EOF *:Unleashed:*:*) GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE ;; + *:Ironclad:*:*) + GUESS=$UNAME_MACHINE-unknown-ironclad + ;; esac # Do we have a guess based on uname results? diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb index 31122bbb3c..251021d7a9 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/2023 -depend revision/69420 +depend revision/69463 name 00texlive.image category TLCore -revision 69420 +revision 69452 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 @@ -462,6 +462,7 @@ runfiles size=13630 tlpkg/tlpsrc/altsubsup.tlpsrc tlpkg/tlpsrc/amiri.tlpsrc tlpkg/tlpsrc/amiweb2c-guide.tlpsrc + tlpkg/tlpsrc/amnestyreport.tlpsrc tlpkg/tlpsrc/amsaddr.tlpsrc tlpkg/tlpsrc/amscdx.tlpsrc tlpkg/tlpsrc/amscls-doc.tlpsrc @@ -4834,7 +4835,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd name 00texlive.installer category TLCore -revision 69415 +revision 69447 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 @@ -17525,6 +17526,39 @@ catalogue-license lppl1.3c catalogue-topics documentation catalogue-version 1.0 +name amnestyreport +category Package +revision 69439 +shortdesc A LaTeX class for Amnesty International +relocated 1 +longdesc This package provides a class for Amnesty International reports +longdesc according to guidelines at https://brandhub.amnesty.org/. +containersize 5240 +containerchecksum 9fb76037c976d48259609295b876a256e5b72e611c7ece52cbc39b7df607d58a90ce2b0a0ff33d816c08f869e911a2cf979b8635a044697af8331d8769382be5 +doccontainersize 1544912 +doccontainerchecksum e3a3989cd630e3776bfc103d5ebd7fcdd39464e49338b638b165e1c486a7afb58ebc907e2fcaaf008be5463f3496e66aa36b0bebea87d1d945a0497469f36eb5 +docfiles size=392 + RELOC/doc/latex/amnestyreport/BoschFragment.png + RELOC/doc/latex/amnestyreport/README details="Readme" + RELOC/doc/latex/amnestyreport/amnestyreport.pdf details="Package documentation" + RELOC/doc/latex/amnestyreport/amnestytemplate.tex + RELOC/doc/latex/amnestyreport/examplereferences.bib + RELOC/doc/latex/amnestyreport/sample.Rmd + RELOC/doc/latex/amnestyreport/sample.pdf details="Example of use" + RELOC/doc/latex/amnestyreport/sample.tex +srccontainersize 11396 +srccontainerchecksum bacce1f1ab7f2c6220c1fb59ecd63a4dc93405e57654390f377c5b6b511a5f732198e869b955211a752e94aa8c1601c4ea13d3d0aea7324a3ae38e035ff3e43e +srcfiles size=11 + RELOC/source/latex/amnestyreport/Makefile + RELOC/source/latex/amnestyreport/amnestyreport.dtx + RELOC/source/latex/amnestyreport/amnestyreport.ins +runfiles size=4 + RELOC/tex/latex/amnestyreport/amnestyreport.cls +catalogue-ctan /macros/latex/contrib/amnestyreport +catalogue-license lppl1.3 +catalogue-topics class report-like std-conform +catalogue-version 1.2 + name amsaddr category Package revision 64357 @@ -37087,7 +37121,7 @@ catalogue-version 2.6 name bibcop category Package -revision 69395 +revision 69454 shortdesc Style checker for .bib files longdesc This LaTeX package checks the quality of your .bib file and longdesc emits warning messages if any issues are found. For this, the @@ -37098,10 +37132,10 @@ longdesc Windows. depend bibcop.ARCH depend iexec depend pgfopts -containersize 8168 -containerchecksum e4520627247c144f8fdaa3f3923f150297714171124f3e76e0d772ef0455d89c8229574a3e9bc8875c6902103465dace4eda81b0e30de3830152f3cd260bc794 +containersize 8180 +containerchecksum 31f7f19f43b7e2c89da45b73e7049eac432dacf1d9c78d4e9334422838dab9367318c31100b7caf9837cc98699fb6bc9782c80845a8d9982364469459b3a1749 doccontainersize 359716 -doccontainerchecksum 30ee2abd74da23ece25080c25c9c94bf44a54dea50088fa6a04109a7f67c9ddbd08973679499854cc4a29ed432a110283319cd2f8f53f6aed005a03218d0ab0c +doccontainerchecksum 3f0a1ba3c2ac798a57250c38c8b95e3029fd414d0fc85f7fb0d6d1fb62f6893b9044ab58697c9f4b2450480581acf891da3fdf90425e4c5a13eadc033ae85b26 docfiles size=95 texmf-dist/doc/bibtex/bibcop/DEPENDS.txt texmf-dist/doc/bibtex/bibcop/LICENSE.txt @@ -37110,8 +37144,8 @@ docfiles size=95 texmf-dist/doc/bibtex/bibcop/bibcop.pdf details="Package documentation" texmf-dist/doc/man/man1/bibcop.1 texmf-dist/doc/man/man1/bibcop.man1.pdf -srccontainersize 6244 -srccontainerchecksum e2bfecbc459f92887760ce2862874f05a392970c8d5dc5564a46128564f7da7d8dec4d4fa27ae4381efc79222760d76c74f19f5a6216fc234a377f83402ee0db +srccontainersize 6240 +srccontainerchecksum 23aa6b5a8d7826cef40c29e5e2675aa8390e4ebbdc478037f861068a3ceab43e8f91b73a688998e9522b0907e28829ba90df845d3cb4b794d1d3af7648ace05b srcfiles size=5 texmf-dist/source/bibtex/bibcop/bibcop.dtx texmf-dist/source/bibtex/bibcop/bibcop.ins @@ -37122,7 +37156,7 @@ catalogue-contact-repository https://github.com/yegor256/bibcop catalogue-ctan /biblio/bibtex/utils/bibcop catalogue-license mit catalogue-topics biblio-supp ext-code -catalogue-version 0.0.17 +catalogue-version 0.0.18 name bibcop.aarch64-linux category Package @@ -43967,7 +44001,7 @@ catalogue-version 1.6 name bodeplot category Package -revision 69397 +revision 69442 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 @@ -43981,15 +44015,15 @@ 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 5788 -containerchecksum ce07cd6d21576123e5fcbefe15417f90a3c8bb65344a0700cb017bbcf76a27b2a3938e7d3f13e12a06398f6af739af69d4e09e614f1ca58850f2d74150bedb71 -doccontainersize 738136 -doccontainerchecksum 478f633335f8fd55c712c37b11f54523c9d51a650d9025bd0f09b4ba77241710a6921fac8caac6ab0c4aeab252ba89886871c3887b327d1abc01771e6e9c5618 -docfiles size=267 +containersize 5792 +containerchecksum c8adf79728e4aaca8762d6125b4f0c04254d27811077388ca5e89e2fa7b03337ee494ccebe74e1b92c51e4ba0f56c4da8029cfb9d980a15f55c1cb50e744a830 +doccontainersize 554784 +doccontainerchecksum 74baacbe307a7fe9b0a6400d32fa9d78064a656fd29791a2bc34ccecf0f4d6cc3e8c52f7da91f36a656da5363d34e85c4e7b74fac6e0345c8cc69ddb424eed20 +docfiles size=217 RELOC/doc/latex/bodeplot/README.md details="Readme" RELOC/doc/latex/bodeplot/bodeplot-doc.pdf details="Package documentation" -srccontainersize 17376 -srccontainerchecksum 53c0f4825ad3323af7cb59ee07327d628a075e86dc880edffcac25dd0b3891d2f156085764cf0153c4b7bb9549f6e9253d090a4b08c0d12d195e872dbab02686 +srccontainersize 17324 +srccontainerchecksum c2b6ae18ac11fc793ef15fcb89e5b4f5670a074cdcc24229492b247bc980a20e7526ad3a9793a44f2060097c5aa013fba281d923a28162ac63086354ea2b0f3d srcfiles size=27 RELOC/source/latex/bodeplot/bodeplot.dtx RELOC/source/latex/bodeplot/bodeplot.ins @@ -44001,7 +44035,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.5 +catalogue-version 1.1.6 name bohr category Package @@ -71681,7 +71715,7 @@ containerchecksum 889eae40b82f31c7c4b3a17740399c763dabec7986fcb39261b252afff69a0 name collection-latexextra category Collection -revision 69389 +revision 69452 shortdesc LaTeX additional packages relocated 1 longdesc A very large collection of add-on packages for LaTeX. @@ -71748,6 +71782,7 @@ depend autonum depend autopdf depend autopuncitems depend avremu +depend awesomebox depend axessibility depend background depend bankstatement @@ -73210,8 +73245,8 @@ depend zref-clever depend zref-vario depend zwgetfdate depend zwpagelayout -containersize 7068 -containerchecksum 9241966245fa9c875e458a781779f1ab00b615cfee8e5b4a591bd2fe71ed0ef148f7ed40559e7a54c6a46c63305838bb2e46634a2f434d550e80366af2f329a1 +containersize 7072 +containerchecksum bb1fbab6ef9acc1f4ac06d524b36deb92044dcd22e81c5c725d4558eb8770700f7c60d4045ec1c76cff0d94a45a45cc96a81662756a96e1fccf16468fcf51790 name collection-latexrecommended category Collection @@ -74297,7 +74332,7 @@ containerchecksum 508276fe37018f3d9773fc7cda0cb37edcdd28e9cf8ab54ed5be16b07c2066 name collection-publishers category Collection -revision 69033 +revision 69439 shortdesc Publisher styles, theses, etc. relocated 1 depend aastex @@ -74312,6 +74347,7 @@ depend afparticle depend afthesis depend aguplus depend aiaa +depend amnestyreport depend anonymous-acm depend anufinalexam depend aomart @@ -74586,8 +74622,8 @@ depend yathesis depend yazd-thesis depend yb-book depend york-thesis -containersize 1728 -containerchecksum 3bef1e82951ac3624c88c3f42e7d9dfdb4aaef71648852a0df777276139a1fa121f640420d5977a5eae99a590a53eb96854dc97b6637bbebf76e63a7c1248228 +containersize 1736 +containerchecksum 07d08a200302a0395d26630c10c44b439513ce922047f24d39b3b796133d1bf18d7662293c037c0b47abd24aafe0bb3c3b55272c2b20ce1c173df3a2a5d04ad3 name collection-texworks category Collection @@ -74614,13 +74650,12 @@ containerchecksum 8af5c376990a7ed062588a0eb8695455936a92376b94f157d75a22f976f620 name collection-xetex category Collection -revision 64951 +revision 69452 shortdesc XeTeX and packages relocated 1 longdesc Packages for XeTeX, the Unicode/OpenType-enabled TeX by longdesc Jonathan Kew, http://tug.org/xetex. depend arabxetex -depend awesomebox depend bidi-atbegshi depend bidicontour depend bidipagegrid @@ -74662,8 +74697,8 @@ depend xetexfontinfo depend xetexko depend xevlna depend zbmath-review-template -containersize 660 -containerchecksum 457c4e7a3e2089adc69173950c5d3fa177c6e03c5936c49328bbd3c276d9940ba5aca974aea4b97c5dd51b6ec1ca9ebe28861e730aef63b1312589e0cb16df1e +containersize 652 +containerchecksum 5ec49133c1a9f43a8c025fc3b46d855d13f230f2885ed1d2cf57aa32f071a471a9c77c590e1269c885be045ea9c8cd36334a4b4fe647aa23454e91e42c229089 name collref category Package @@ -105670,7 +105705,7 @@ catalogue-topics notes editorial name easybook category Package -revision 69411 +revision 69457 shortdesc Easily typesetting Chinese theses or books relocated 1 longdesc easybook is a pure academic template created based on the @@ -105681,16 +105716,16 @@ 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 16444 -containerchecksum 384ca42bbf351ddcde2675f202c4fc8d8413b074415d55f80858e982d8cc487583b00618b8a9a0fa084305b0bc425438c5859a18e8b2127d7cc58976049148cb -doccontainersize 622156 -doccontainerchecksum 8a9ec5d3147540f5ebebc7c85a2c1413a86d96d5961d7dadf9f24179bdf546f7645dc157a7f1b3ec12daefe243dafec828380532e867958733fa554baea45dcf +containersize 16612 +containerchecksum 1d4753fb37f821708a1aaf3f7afb2074427b13539fdd69953db5e5f394a4467eeeeb25b7618c145e61bba18696de56a42dda9fae280c6350b70264efe5639d23 +doccontainersize 625352 +doccontainerchecksum 0cfdd40633811e41a9877d41d44f5c257277aee092f60d3cbb3ae437eba5a324d3905d0c0047d3152f0ccc89d1ed5ed8568b01cc3fc4ae0435faced4627f2161 docfiles size=170 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 16356 -srccontainerchecksum aef472cd48badc742213b17cfad43b5c5b59b4bc185548a3332a733542301f6cb6f9de10b60d6b7d860f6e2e62c43b9338a14eb5683456563e38377d84bc08dd +srccontainersize 16480 +srccontainerchecksum 6eff17397a34e39b2ddfbac8ea6273a763e90cdca3de424e7f2643883d8c7f164382849332939010c3717917d1535f5900887d51c4a0d96a9352f91c64f691a9 srcfiles size=20 RELOC/source/latex/easybook/easybook.dtx RELOC/source/latex/easybook/easybook.ins @@ -105703,7 +105738,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 2024G +catalogue-version 2024I name easydtx category Package @@ -179980,7 +180015,7 @@ catalogue-version 2.0e name latex category Package -revision 68720 +revision 69443 shortdesc A TeX macro package that defines LaTeX relocated 1 longdesc LaTeX is a widely-used macro package for TeX, providing many @@ -180002,11 +180037,11 @@ depend latex-fonts depend latexconfig depend luatex depend pdftex -containersize 238136 -containerchecksum 5db84e105289993a7b03358f17af52568fc826c677368aec4c9326c1ca974961de01833b038aae6b95101a05dbd60f6714756d866e1a144c30199a0bd661e30c -doccontainersize 34912628 -doccontainerchecksum 53f76796c526b4357b48df1443baedf5af5304da87b21ed2ee6619184c9daec33c8fd7a059f92c0dc037c1b19c3bedf804e907c8031385b1f62d199c7af67e2b -docfiles size=11018 +containersize 238228 +containerchecksum b6696892356c87acc788255f0023f081078878f4f76408be138b8b9b62f0fe01f8dd8bb68c8049fea319b41dfe4dafadb3237869fcde797ff5580ba94d68a473 +doccontainersize 34918312 +doccontainerchecksum d599e1fb7c4433658aa65df89ca318467b3c6689d3e4e2d16bddd9397968888052937900d382fdd43fe627813e40d242d7728325a1bc15c8ab5658fd6ea4c912 +docfiles size=11016 RELOC/doc/latex/base/README.md RELOC/doc/latex/base/alltt.pdf RELOC/doc/latex/base/bugs.txt @@ -180187,8 +180222,8 @@ docfiles size=11018 RELOC/doc/latex/base/utf8ienc.pdf RELOC/doc/latex/base/webcomp.err RELOC/doc/latex/base/webcomp.pdf -srccontainersize 750128 -srccontainerchecksum c6c5244599aa46ee18f66dfbb59e59411625cdb75333bd84a461f3c03b3f4d0400e3d6100b1f511107d779f0adc7dc1ae50952c1315ed587b95432dd3b659a0c +srccontainersize 750220 +srccontainerchecksum 4b156445e50bd24dc3ab2f90088b0ae5e25930818fa14b7db3ccc1aec4642cb3172f07c57bf0dab3e17f91cf22e1b5d5fa08e705e392635328fd366514da7a24 srcfiles size=1107 RELOC/source/latex/base/alltt.dtx RELOC/source/latex/base/alltt.ins @@ -180467,7 +180502,7 @@ runfiles size=674 catalogue-contact-home http://www.latex-project.org/ catalogue-license lppl1.3c catalogue-topics format -catalogue-version 2023-06-01 PL1 +catalogue-version 2023-11-01 PL1 name latex-amsmath-dev category Package @@ -194407,7 +194442,7 @@ catalogue-topics font font-body font-type1 font-serif font-sans font-proportiona name libertinust1math category Package -revision 69062 +revision 69440 shortdesc A Type 1 font and LaTeX support for Libertinus Math relocated 1 longdesc The package provides a Type1 version of Libertinus Math, with a @@ -194416,10 +194451,10 @@ longdesc allow it to serve as a math accompaniment to Libertine under longdesc LaTeX. In addition, with option sansmath, it can function as a longdesc standalone math font with sans serif Roman and Greek letters. execute addMap libertinust1math.map -containersize 1248760 -containerchecksum 9a44af1c4f96453aa69c83658c9474838efcf1020c9301d12577a403371d2b3127fefb57baa0bd5fa5ef737e842abd4f9c368761ee38f6285aeb5a2dd88ad1af -doccontainersize 1533708 -doccontainerchecksum 14c87d5e0d19d818152bf1a5dd7533eb651d5b477f3e42d42277fc4040a263114fc2006000af25884c7dfc64de0936d950fcacdf7fc55e4d09c2d756400c34f3 +containersize 1248764 +containerchecksum ad93607e4accadbc0a429bab7d6bb8ba964a98324a9c65fc1993db025a728dfb8b3e48e3d67552a88bbecad247db573d1b1f7386e1aacce7954b00ace4feacb3 +doccontainersize 1533744 +doccontainerchecksum 012227a7d46da30dc4a20b403a0f0abc0010d6902585c18a0bb3fea1e4b7cf58b629ae8c49597c6c39a264cf25a7a80877cb09e99b0f59b01d37198c5c4db769 docfiles size=1246 RELOC/doc/fonts/libertinust1math/FONTLOG.txt RELOC/doc/fonts/libertinust1math/LibertinusT1Math-doc.pdf details="Package documentation" @@ -194523,7 +194558,7 @@ runfiles size=543 catalogue-ctan /fonts/libertinust1math catalogue-license ofl lppl catalogue-topics font-serif font-sans font-maths font-type1 -catalogue-version 2.0.3 +catalogue-version 2.0.4 name libgreek category Package @@ -211561,7 +211596,7 @@ catalogue-version 1.7e name memoize category Package -revision 69285 +revision 69456 shortdesc Externalization of graphics and memoization of compilation results in general longdesc Memoize is a package for externalization of graphics and longdesc memoization of compilation results in general, allowing the @@ -211576,10 +211611,10 @@ longdesc cross-referencing, TikZ overlays and Beamer, (v) works with all longdesc major engines and formats, and (vi) is adaptable to any longdesc workflow. depend memoize.ARCH -containersize 27692 -containerchecksum 1464aad053b69b821e1c99c72a6e448a231a554c1f04d31550fe29401698705fca9c97149435655269d3128885601d4917c7954be2990905360cde1de73db477 -doccontainersize 2501412 -doccontainerchecksum d210344a90649cdd67b118aca5096db266fede551b7170de088eec4a40b765b9a66b890824092329f76969ebab71dfe6faa3a55ba46bd8b5af9d092cf4fb4aa1 +containersize 27704 +containerchecksum 5e4016350f1bd7455890c7cb068b9f61545545821b722d91a2c29d8ba83c3bbe64b4c67d4dbfbd9cd1aff4d6ae7a8c2f8c073a9a7b2f95564da33890b0bcc0fc +doccontainersize 2501444 +doccontainerchecksum 0ffcd2fef90f2295d440fbefa4bcb1cbaa2988096c9045b46d14af77dbc4fb14a90b9f090308bd88b7fba3946fc39ab2d21916b2e514a91fc2252884b659ac5d docfiles size=870 texmf-dist/doc/generic/memoize/CHANGELOG.md texmf-dist/doc/generic/memoize/FILES @@ -211611,8 +211646,8 @@ docfiles size=870 texmf-dist/doc/man/man1/memoize-extract.pl.man1.pdf texmf-dist/doc/man/man1/memoize-extract.py.1 texmf-dist/doc/man/man1/memoize-extract.py.man1.pdf -srccontainersize 38860 -srccontainerchecksum 68ac9d4a8af74c5d4922da8d8f2c89518bf855d8d578d0df1d9fd798f242c0a339a0e76d10b913a178c0c4195ffbd2e1aab7d3927ba4ea6133fb5e45ce4f9eef +srccontainersize 38880 +srccontainerchecksum 8724636e205cd0ad5349ecd82748fd1170b341091cf20efbfacd7a27225139a1c897e804d7d2a6ef1ffe91dec86cf0f642daccda33b0a41d5246b988b89742b5 srcfiles size=39 texmf-dist/source/generic/memoize/Makefile texmf-dist/source/generic/memoize/memoize.edtx @@ -211637,7 +211672,7 @@ catalogue-contact-repository https://github.com/sasozivanovic/memoize catalogue-ctan /macros/generic/memoize catalogue-license lppl1.3c catalogue-topics compilation ext-code cond-comp macro-gen graphics -catalogue-version 1.1.0 +catalogue-version 1.1.1 name memoize.aarch64-linux category Package @@ -233711,7 +233746,7 @@ catalogue-version 1.055 name newtxtt category Package -revision 54512 +revision 69451 shortdesc Enhancement of typewriter fonts from newtx relocated 1 longdesc The package provides enhanced fonts with LaTeX support files @@ -233719,15 +233754,15 @@ longdesc providing access to the typewriter fonts from newtx. Regular longdesc and bold weights, slanted variants and a choice of four longdesc different styles for zero. execute addMap newtxtt.map -containersize 116976 -containerchecksum 8d453dd25a50384aa0ffc620448a7c1ecff58b51b2cefd0ee2a3ea98ef274ffe1a11e6e26ccabc1d218d4a3f69da4cb254b3e9c6ee9fa99ac32d8714c15a9164 -doccontainersize 171356 -doccontainerchecksum 0a29f11edadeec4284ac9c9c04230a925517b198eb3653a456ab68bf495a9dd0b846cea4c3e1a425539f0b834d37f8f9a7f20e5945e8c8efea7ab4bb9342f6fd -docfiles size=45 +containersize 117944 +containerchecksum 8139f2084b0ea3cbd7b03951152aadd1d2658106806ccb52f09203fba2a657138227da5512fcaf8954efc56d2b7976738eeed6530ed8d709c92d8031ea6f6b12 +doccontainersize 194632 +doccontainerchecksum 533360ee2cb99b4c71bd9a1b77e51e4aa341c8ea58ad587252a896c8ecf4dc2b92c92f9ed2af4db042ab68a5710022186c3cdc8787d47459037ec8171be73e40 +docfiles size=52 RELOC/doc/fonts/newtxtt/README details="Readme" RELOC/doc/fonts/newtxtt/newtxtt-doc.pdf details="Package documentation" RELOC/doc/fonts/newtxtt/newtxtt-doc.tex -runfiles size=204 +runfiles size=205 RELOC/fonts/enc/dvips/newtxtt/txttAec.enc RELOC/fonts/enc/dvips/newtxtt/txttAqec.enc RELOC/fonts/enc/dvips/newtxtt/txttBec.enc @@ -233863,6 +233898,7 @@ runfiles size=204 RELOC/fonts/tfm/public/newtxtt/tcxbttzsl.tfm RELOC/fonts/tfm/public/newtxtt/tcxttz.tfm RELOC/fonts/tfm/public/newtxtt/tcxttzsl.tfm + RELOC/fonts/tfm/public/newtxtt/txttz.tfm RELOC/fonts/type1/public/newtxtt/newtxbtt.pfb RELOC/fonts/type1/public/newtxtt/newtxbttsc.pfb RELOC/fonts/type1/public/newtxtt/newtxtt.pfb @@ -233875,7 +233911,7 @@ runfiles size=204 catalogue-ctan /fonts/newtxtt catalogue-license gpl3 lppl catalogue-topics font font-type1 font-mono font-supp font-t1enc -catalogue-version 1.056 +catalogue-version 1.057 name newunicodechar category Package @@ -258919,28 +258955,28 @@ catalogue-topics doc-supp name piton category Package -revision 69320 +revision 69437 shortdesc Typeset Python listings with LPEG relocated 1 longdesc This package uses the Lua library LPEG to typeset and highlight longdesc informatic listings in several languages (Python, OCaml, SQL longdesc and C++). It requires the use of LuaLaTeX. It won't work with longdesc XeLaTeX, nor pdfLaTeX. -containersize 16704 -containerchecksum 95028768d96516ebd9b44abd790d47694716edc795bafed8ec8ddc54626792b0590295e87ee8d06740b50d42b2e4a00c326cc8ce737ff31b2f0d42130f8a57c5 -doccontainersize 813280 -doccontainerchecksum 11825345e1017add9674e543d146dd151fb3d9dbcc228ec0660392a12e0baa7ec08f224d7024f059ca125f26e744e083369fb972c308173e17908b0d48ce2aa1 -docfiles size=353 +containersize 17356 +containerchecksum a698dbcb6406981b94000609c6e75e1f669f6f82b0ddeedb686b654fcd45a7dcc678f03e0d68549e57e8f5c6f921e7a5591f70af5ff956cdf46af08c0a261aad +doccontainersize 830348 +doccontainerchecksum cb704c81b4bebbe8dbfdbcc9978476f0377d029c7f9f187db58297453977ffa09294f41847b56f843f64789a98dad4b98b4cff196108b9cd7aa28a77968004dd +docfiles size=366 RELOC/doc/lualatex/piton/README.md details="Readme" RELOC/doc/lualatex/piton/piton-french.pdf details="Package documentation (French)" language="fr" RELOC/doc/lualatex/piton/piton-french.tex RELOC/doc/lualatex/piton/piton.pdf details="Package documentation (English)" -srccontainersize 48396 -srccontainerchecksum f29cdafeb5efbe3a0d927a68183687aaa6ac6f932a24d362af32827377de566f69c8721329546d07c1a1127da587b25fa3b649ffed0579056e88bf9e987bb7c6 -srcfiles size=60 +srccontainersize 49484 +srccontainerchecksum 88e7a9a60ec494211a7710e9a3065b07ff7161f250e1e603fb8b0456c1aa2f82e111bd94742b64114130bc1cf104cf2f94a2e1081aafca1e6f63bd6f817c4160 +srcfiles size=63 RELOC/source/lualatex/piton/piton.dtx RELOC/source/lualatex/piton/piton.ins -runfiles size=23 +runfiles size=26 RELOC/tex/lualatex/piton/piton.lua RELOC/tex/lualatex/piton/piton.sty catalogue-also codehigh @@ -258948,7 +258984,7 @@ catalogue-contact-repository https://github.com/fpantigny/piton catalogue-ctan /macros/luatex/latex/piton catalogue-license lppl1.3 catalogue-topics listing synt-hlt luatex expl3 -catalogue-version 2.3 +catalogue-version 2.4 name pittetd category Package @@ -265405,7 +265441,7 @@ catalogue-version 0.13c name ppt-slides category Package -revision 68764 +revision 69458 shortdesc Good-looking slide decks a la PowerPoint (PPT) relocated 1 longdesc This LaTeX package helps you create slide decks as good-looking @@ -265424,19 +265460,19 @@ depend tikzpagenodes depend tools depend varwidth depend xcolor -containersize 4204 -containerchecksum 6b4748adc7f9823f7ff3dce2a73c4535085974a9f7cda33b53a934acd3399e310a85dbdf367102f71c310b8678119d3396f71f36e3e26063569a85af0c77595c -doccontainersize 789572 -doccontainerchecksum e258319f37ef32ce20ec72e055755ce1782e2133a98fdfaeee6402c404df02e1c60ef9fbdaff39306da947534b6bd79fd16c2b82d4a635325ad8c94858b4cbea +containersize 4112 +containerchecksum 59191fec553512620c04c25f1d9967440253cf54503f34c6e1502e734a14dc9877ede13d334fd7f87bd86f5671fb410eef0c0068d707f8bb0566a12f4e2c2a7f +doccontainersize 791348 +doccontainerchecksum ccb47339e04eb07325dd489f389a569e523614d5808988070848d14f00d9e6e4abbff3cc9175f04c4af374b6e95629cf32752dffdec008af62b3de658592c1da docfiles size=256 RELOC/doc/latex/ppt-slides/DEPENDS.txt RELOC/doc/latex/ppt-slides/LICENSE.txt RELOC/doc/latex/ppt-slides/README.md details="Readme" RELOC/doc/latex/ppt-slides/ppt-slides.pdf details="Package documentation and example of use" RELOC/doc/latex/ppt-slides/socrates.jpg -srccontainersize 6516 -srccontainerchecksum a5f1384b3d4fd1e33e924b2bc51498c509772136bac0c03abab8125ab5ef0720f5583ffb9236ce9a044bb87127e0f42ae6668c4fd2b0b98f07e32ded13ce619b -srcfiles size=6 +srccontainersize 6680 +srccontainerchecksum b7c0f8c8503900f84ae8e98b9cdc4b0b68ea72bab031f09cc602a55063a12f750fd9c290e1079ec9f46c1e65b86144cec73388fcc134359266442c960d3078c3 +srcfiles size=7 RELOC/source/latex/ppt-slides/ppt-slides.dtx RELOC/source/latex/ppt-slides/ppt-slides.ins runfiles size=7 @@ -265450,7 +265486,7 @@ catalogue-contact-repository https://github.com/yegor256/ppt-slides catalogue-ctan /macros/latex/contrib/ppt-slides catalogue-license mit catalogue-topics presentation -catalogue-version 0.3.0 +catalogue-version 0.3.1 name pracjourn category Package @@ -285409,7 +285445,7 @@ catalogue-topics font font-body font-proportional font-mono font-sans font-serif name robust-externalize category Package -revision 68842 +revision 69459 shortdesc Cache anything (TikZ, python, ...) in a robust, efficient and pure way relocated 1 longdesc This package provides a LaTeX library to cache anything (TikZ, @@ -285417,15 +285453,15 @@ longdesc python, ...), in a robust, efficient and pure way. We also longdesc provide a template system with placeholders to provide longdesc configurable templates. For more information, see the longdesc documentation and the github repository. -containersize 27184 -containerchecksum b210a9adbfa6bc7d0063e624a30abb885eb49a7e7dd3e215f97784e5da4c79886fe4d19aa012395894098833c18209c117e913b14091fd2f3eb8904a356fd792 -doccontainersize 691812 -doccontainerchecksum e1732e10a355b4f54d870420acfa3bbeb6256b0a7c0136f5cfde829ff02885422b175c2834b229bf22a4b4a28a1c8e80932af2b0a826b1658d0d8ec58de909bf -docfiles size=244 +containersize 35040 +containerchecksum e15a349a1b9b3283ef8efc534cfc3f506fe0b2114189941e344a029a9104bd9946d13f540c3626501c678f20ba66b2ab4b0aa103499cb6127bd2c0c1645b9e20 +doccontainersize 1342484 +doccontainerchecksum 05a2619dc2b3c43df9dfc32dc5de2ffc6845a23cd3f85df9f6a2955c3a1a9c3c819cacbbcb82ed1b033073b632d035c8367d6e1c3fe17cfad7cefbe57fd3f976 +docfiles size=457 RELOC/doc/latex/robust-externalize/README.md details="Readme" RELOC/doc/latex/robust-externalize/robust-externalize.pdf details="Package documentation" RELOC/doc/latex/robust-externalize/robust-externalize.tex -runfiles size=35 +runfiles size=45 RELOC/tex/latex/robust-externalize/robust-externalize.sty catalogue-contact-announce https://github.com/leo-colisson/robust-externalize/releases catalogue-contact-bugs https://github.com/leo-colisson/robust-externalize/issues @@ -285433,7 +285469,7 @@ catalogue-contact-repository https://github.com/leo-colisson/robust-externalize/ catalogue-ctan /macros/latex/contrib/robust-externalize catalogue-license mit catalogue-topics compilation expl3 -catalogue-version 2.2 +catalogue-version 2.5 name robustcommand category Package @@ -311569,7 +311605,7 @@ binfiles arch=x86_64-solaris size=1 name tex4ht category Package -revision 69412 +revision 69463 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 @@ -311590,10 +311626,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 1116136 -containerchecksum 59848f9a4accb16164f2af9c7c26ae4a28af826116ac85f68fd1d9a399b979cff18e0d15ad85cbcdec5a955a01da1f46fc7ea6c817a216cc8aaf0df88c5b9ef6 +containersize 1116308 +containerchecksum 9ef08eb11e654575d48957cedc168b1fee5f4edc2dfc1c068e5a1bfa8bdf2d89edb8df8a176ff1507986f8940f9afbf745ba7e99af2e02ad4b9165af666fe8ec doccontainersize 136384 -doccontainerchecksum 6756a4022af3e42e47e090638e114a2d4c4a50bcfef7473bb8ebac3a9d2adea6153b7596144f65955cf02a697c0df47a631877118cdfe8b25a00ffcd5b1737de +doccontainerchecksum d8a76bc65f6b6af3498b42550103c543ac036c97cf547098cfcafc9a9ab7e6362b43e40f31d8368084f96557bea1848661b4a4db327afe1d2a3d465d99707dd0 docfiles size=260 texmf-dist/doc/generic/tex4ht/Makefile texmf-dist/doc/generic/tex4ht/README details="Readme" @@ -311665,8 +311701,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 1484084 -srccontainerchecksum c1c3746084f4eb88f6aab21c20168e9a520f4757eeec5d6742e905d81aff44d5b2b0265efcad2066fab8669a59186a05d634bbe87f28b44f6e58cf3a0fac52ae +srccontainersize 1479264 +srccontainerchecksum a3611eecca3260f0ba8d06ab4d5a5da2c20f097570a4846a6608a51a10fe6e41bdcef0f66fcf0b11724c7aabddb70ca000339cbb64f78856a852199354c4fd04 srcfiles size=4632 texmf-dist/source/generic/tex4ht/ChangeLog texmf-dist/source/generic/tex4ht/Makefile @@ -311747,7 +311783,7 @@ srcfiles size=4632 texmf-dist/source/generic/tex4ht/update-htfonts texmf-dist/source/generic/tex4ht/wripro.tex texmf-dist/source/generic/tex4ht/xtpipes.tex -runfiles size=13077 +runfiles size=13078 texmf-dist/scripts/tex4ht/ht.sh texmf-dist/scripts/tex4ht/htcopy.pl texmf-dist/scripts/tex4ht/htlatex.sh @@ -312109,6 +312145,7 @@ runfiles size=13077 texmf-dist/tex/generic/tex4ht/pdfbase-hooks.4ht texmf-dist/tex/generic/tex4ht/pdfpages.4ht texmf-dist/tex/generic/tex4ht/pdfx-hooks.4ht + texmf-dist/tex/generic/tex4ht/pgf-hooks.4ht texmf-dist/tex/generic/tex4ht/pgf.4ht texmf-dist/tex/generic/tex4ht/physics.4ht texmf-dist/tex/generic/tex4ht/picins.4ht @@ -324077,7 +324114,7 @@ docfiles size=376 name texlive-scripts category TLCore -revision 69415 +revision 69447 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. @@ -324085,10 +324122,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 114276 -containerchecksum fe322c525f5787a17d4ee7e7b6f2fbaad5574ce83b08c31f5878c8f11a8dbb50e50d47a914289ac0c39ac6bf0ab451c4e812fb459ee8a75a5206ae16733048a0 -doccontainersize 431400 -doccontainerchecksum d9016f7838fd24c0b335fee6dc2544b957d8b49ee148a25371dfcbdc5ebf0f87599cdd2e33bfc9293e5df0001b36772c4401aa2f19e4c08824ac96a38a1cb94b +containersize 114280 +containerchecksum 96b666030ebc16b6ce9e540b36bbb6ced1c24cd17301ea96ee015468818ba3ae06f1fa36e5ca7995501ed1acc5552e273a33031f871fe749bfc64c810ce2dbcc +doccontainersize 431496 +doccontainerchecksum 61e12e21be2a86b339735b7a5cb589fb6acb232c28f9b452ba41c0be46beaa5a72a9e24331d4427103e81693e01785684532f13ab01039f7954381ebd1e4e6ad docfiles size=562 doc.html texmf-dist/doc/man/man1/fmtutil-sys.1 @@ -325755,26 +325792,26 @@ catalogue-version 1.3.1 name texlogsieve category Package -revision 69072 +revision 69436 shortdesc Filter and summarize LaTeX log files longdesc texlogsieve reads a LaTeX log file (or the standard input if no longdesc file is specified), filters out less relevant messages, and longdesc displays a summary report. It is a texlua script, similar in longdesc spirit to tools such as texfot, texloganalyser, rubber-info, -longdesc textlog_extract, texlogparser, and others. Highlights: Two -longdesc reports: the most important messages from the log file followed -longdesc by a summary of repeated messages, undefined references etc.; -longdesc The program goes to great lengths to correctly handle TeX line -longdesc wrapping and does a much better job at that than existing -longdesc tools; Multiline messages are treated as a single entity; -longdesc Several options to control which messages should be filtered -longdesc out; No messages are accidentally removed; The summary report -longdesc is currently simple, but useful. +longdesc textlog_extract, texlogparser, texlogfilter, and others. +longdesc Highlights: Two reports: the most important messages from the +longdesc log file followed by a summary of repeated messages, undefined +longdesc references etc.; The program goes to great lengths to correctly +longdesc handle TeX line wrapping and does a much better job at that +longdesc than existing tools; Multiline messages are treated as a single +longdesc entity; Several options to control which messages should be +longdesc filtered out; No messages are accidentally removed; The summary +longdesc report is currently simple, but useful. depend texlogsieve.ARCH -containersize 46836 -containerchecksum 22822a9ea14652674238224914fd84d9ea09ba1a19fd8eca288fad52c35b0c7e0a0003730b1214e9f358d068eeda191a92dbb2cf2e14bf29297b61177af1a1b4 -doccontainersize 114904 -doccontainerchecksum 507ed977b9c272c789fabe42b48b60722c09f0548c4f857d9f3207651b05ac593a6e2b94a53f66527591cc3bc15b61a3849a540db3923d196f135dd7cce11836 +containersize 46980 +containerchecksum a4e94f5674cc2bb54f03e285aa18a19d3c389455f2ab15e40998aed6d211435bde3fcf549c989364673bc77a93458e4146b0e662d4bd139e18880a36d4445832 +doccontainersize 115048 +doccontainerchecksum 47d11f611bc3a440dab6dea06cc55053802d2b78133eec21af4eb8d44e74b013a4dd8df0667b946afcbdd8132821ab1429f30f74da610bc1e1283793d465c454 docfiles size=46 texmf-dist/doc/man/man1/texlogsieve.1 texmf-dist/doc/man/man1/texlogsieve.man1.pdf @@ -325788,7 +325825,7 @@ catalogue-contact-repository https://gitlab.com/lago/texlogsieve catalogue-ctan /support/texlogsieve catalogue-license gpl3+ catalogue-topics comp-mgmt log-manip use-lua -catalogue-version 1.4.0 +catalogue-version 1.4.1 name texlogsieve.aarch64-linux category Package @@ -332867,17 +332904,17 @@ catalogue-version 2.1d name tkz-base category Package -revision 66115 +revision 69460 shortdesc Tools for drawing with a cartesian coordinate system relocated 1 longdesc The bundle is a set of packages, designed to give mathematics longdesc teachers (and students) easy access to programming of drawings longdesc with TikZ. -containersize 16308 -containerchecksum 1bcee5c2d6ce967369dbd6fc7c55a69793410c2d1a4de6c66c79071a360c3a0889c014eaab27ac73c771424c0d0655cabe62f9e2514dc13de418c336ea09ef80 -doccontainersize 373140 -doccontainerchecksum 3c2f7a584b1580c4fe15a5945b45a912960bff6c25ad637be8a43ee82b752949e1228008179d7a311b6961b1d0d4aa08fc44daa02696d2fdcc51777512db80c7 -docfiles size=133 +containersize 16296 +containerchecksum a26cb6c8fda3baad6d455a989a4c0f46b5e3b1364acb8f32a866f5ed946344574d29b310c2fbf4e3534dde555d068ae588f9e04b430d15a59ccfdedfe31bd2ca +doccontainersize 368052 +doccontainerchecksum 9da2aa2bad4901e14cb4c8fa747af000de891005c38175bdce88d706fe83166b534f0d5b39c8557e5ae5975b8b58212cfafee7d2d22c07e76d41ba77ce1403fe +docfiles size=132 RELOC/doc/latex/tkz-base/README.md details="Readme" RELOC/doc/latex/tkz-base/TKZdoc-base-BB.tex RELOC/doc/latex/tkz-base/TKZdoc-base-axes.tex @@ -332922,7 +332959,7 @@ catalogue-contact-home http://altermundus.fr catalogue-ctan /macros/latex/contrib/tkz/tkz-base catalogue-license lppl1.3 catalogue-topics pgf-tikz -catalogue-version 4.2c +catalogue-version 4.21c name tkz-berge category Package @@ -333166,7 +333203,7 @@ catalogue-version 1.45c name tkz-elements category Package -revision 69213 +revision 69461 shortdesc A Lua library for drawing Euclidean geometry with TikZ or tkz-euclide relocated 1 longdesc This package provides a library written in Lua, allowing to @@ -333177,11 +333214,11 @@ longdesc main possibility of programmation proposed is oriented "object longdesc programming" with object classes like point, line, triangle, longdesc circle and ellipse. For the moment, once the calculations are longdesc done, it is tkz-euclide or TikZ which allows the drawings. -containersize 16596 -containerchecksum 66380dcbb489c8afd4f916024baf3008975543424a391e0449f261f9fdb66118f9dd4bc8ad988a4f48ed2a770daca48fdb98243456025d545736e61e2b42aed3 -doccontainersize 684280 -doccontainerchecksum 4f6630df37eb9192cd2b9d0f0b4f687762e39b83ac6b4249e86defe945093ead57dcad5414a0ae1edceca75eef7f8be706b3b626dd4557b2377354d8717bea1b -docfiles size=261 +containersize 17216 +containerchecksum de69c7074684a308bc04b97d182ba6977ea24797e71db1f86de0ea7f0599927e9fe092bfe29e77263c99fa618a3ed9e90cd37c7eeb29b72049c3a3574c1cec90 +doccontainersize 747488 +doccontainerchecksum 95681e2aa14371df774ae0ab6b57d61f57a17e62bef58c780004f498c11546de66bafaa2bfdf1a853692403147e76dcf205e19c8684ec1c28dfcacfd2d40acaf +docfiles size=291 RELOC/doc/latex/tkz-elements/README.md details="Readme" RELOC/doc/latex/tkz-elements/TKZdoc-elements-classes-circle.tex RELOC/doc/latex/tkz-elements/TKZdoc-elements-classes-ellipse.tex @@ -333199,9 +333236,12 @@ docfiles size=261 RELOC/doc/latex/tkz-elements/TKZdoc-elements-examples.tex RELOC/doc/latex/tkz-elements/TKZdoc-elements-indepthstudy.tex RELOC/doc/latex/tkz-elements/TKZdoc-elements-intersection.tex + RELOC/doc/latex/tkz-elements/TKZdoc-elements-inversion.tex RELOC/doc/latex/tkz-elements/TKZdoc-elements-main.tex + RELOC/doc/latex/tkz-elements/TKZdoc-elements-organization.tex RELOC/doc/latex/tkz-elements/TKZdoc-elements-presentation.tex RELOC/doc/latex/tkz-elements/TKZdoc-elements-structure.tex + RELOC/doc/latex/tkz-elements/TKZdoc-elements-tests.tex RELOC/doc/latex/tkz-elements/TKZdoc-elements-transferts.tex RELOC/doc/latex/tkz-elements/TKZdoc-elements-why.tex RELOC/doc/latex/tkz-elements/examples/tkz-elements-demo_1.pdf @@ -333212,8 +333252,10 @@ docfiles size=261 RELOC/doc/latex/tkz-elements/examples/tkz-elements-demo_3.tex RELOC/doc/latex/tkz-elements/examples/tkz-elements-demo_4.pdf RELOC/doc/latex/tkz-elements/examples/tkz-elements-demo_4.tex + RELOC/doc/latex/tkz-elements/gold_preamble.lua + RELOC/doc/latex/tkz-elements/sangaku.lua RELOC/doc/latex/tkz-elements/tkz-elements.pdf details="Package documentation" -runfiles size=33 +runfiles size=35 RELOC/tex/latex/tkz-elements/tkz-elements.sty RELOC/tex/latex/tkz-elements/tkz_elements_circle.lua RELOC/tex/latex/tkz-elements/tkz_elements_class.lua @@ -333240,21 +333282,21 @@ catalogue-contact-home https://altermundus.fr catalogue-ctan /macros/latex/contrib/tkz/tkz-elements catalogue-license lppl1.3 catalogue-topics maths calculation luatex -catalogue-version 1.72c +catalogue-version 1.82c name tkz-euclide category Package -revision 68747 +revision 69462 shortdesc Tools for drawing Euclidean geometry relocated 1 longdesc The tkz-euclide package is a set of files designed to give math longdesc teachers and students easy access to the programming of longdesc Euclidean geometry with TikZ. -containersize 41924 -containerchecksum 14e39eb45f188f8563b8c49b16cceffe62117ac3cb17d484d1722122b6f3ca927b35ed0dc15cf0650d877f584eaf05f6473dcd8ca83f4766f5d421a07eced464 -doccontainersize 1175256 -doccontainerchecksum ba09b1cbb47c65ab74119c7e52fc4d08c3174ddfebe0cae6c3b0ad9954d40e78bb57a219acb12584cc67616d51d70212de284a4f30286ecdfc3bd70c4ef9bf8b -docfiles size=392 +containersize 41944 +containerchecksum bdac2d5f2bb723b25612257659444a67efe515990bb1ae6a1901cd1eec40f645c8da55c9fd3652d3b7ef8e60162181db232c7fedf7f094cb31e9e74ea336095e +doccontainersize 1172932 +doccontainerchecksum 23e70d1723b07f7d802e71222611934876db06f238db13f2ac659ab064905060769947a08ea2e0812f2103c4f7a402ed34fc4b2ce51a7b7efe5e4e5327ee1135 +docfiles size=391 RELOC/doc/latex/tkz-euclide/README.md details="Readme" RELOC/doc/latex/tkz-euclide/TKZdoc-euclide-FAQ.tex RELOC/doc/latex/tkz-euclide/TKZdoc-euclide-angles.tex @@ -333340,7 +333382,7 @@ catalogue-contact-home https://altermundus.fr catalogue-ctan /macros/latex/contrib/tkz/tkz-euclide catalogue-license lppl1.3 catalogue-topics maths graphics-use use-luatex pgf-tikz -catalogue-version 5.04c +catalogue-version 5.05c name tkz-fct category Package @@ -375285,7 +375327,7 @@ catalogue-version 1.4e name zx-calculus category Package -revision 60838 +revision 69455 shortdesc A library to typeset ZX Calculus diagrams relocated 1 longdesc This library (based on the great TikZ and TikZ-cd packages) @@ -375294,15 +375336,16 @@ longdesc with many pre-built wire shapes, a highly customizable node longdesc style (with multiple flavours for putting labels inside or longdesc outside nodes), and a "debugging" mode to avoid getting lost in longdesc big diagrams. -containersize 19132 -containerchecksum 17854656622c012a3c0a4711e9c38d2c100a156072e7556b3ba3d6ce6edf1463c69078073bd72b83d3136e96e72e4adfff3982a73d4fd4d66fa98ff6823eafb5 -doccontainersize 631596 -doccontainerchecksum 076a25ef96775d28fad2e97027ef69b983f1cc44f11866b7f6db0408bca45759b8ed0f3914516712f235ee4a670bb3fcb28954a2b3f745786e6d6f8f7c06cde9 -docfiles size=185 +containersize 38400 +containerchecksum 5849c1cebc5e3cd88f8c9d5f5841c6ae037ace8182b47135c83738ec97b4ddacb236912707a7fee72ad0aa3ea7c472111237d5227434fbeef95dcd9289e9f856 +doccontainersize 1158936 +doccontainerchecksum 1cc693a10173fa3d8b8542b401b2a8f68c4fc1358e1c60116f3b3505cd3bf46f4fadd0592d9e1d1283de027ecb626dd74244ba20fdd4dc8d29d7a8332909a835 +docfiles size=345 RELOC/doc/latex/zx-calculus/README.md details="Readme" + RELOC/doc/latex/zx-calculus/biblio.bib RELOC/doc/latex/zx-calculus/zx-calculus.pdf details="Package documentation" RELOC/doc/latex/zx-calculus/zx-calculus.tex -runfiles size=21 +runfiles size=46 RELOC/tex/latex/zx-calculus/tikzlibraryzx-calculus.code.tex RELOC/tex/latex/zx-calculus/zx-calculus.sty catalogue-contact-bugs https://github.com/leo-colisson/zx-calculus/issues @@ -375310,6 +375353,7 @@ catalogue-contact-repository https://github.com/leo-colisson/zx-calculus catalogue-ctan /graphics/pgf/contrib/zx-calculus catalogue-license mit catalogue-topics pgf-tikz diagram +catalogue-version 2.0 name zxjafbfont category Package diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 index c361b583bb..699fece1e3 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 @@ -1 +1 @@ -b08f5bbaf519ff9a58180840eee2f0b3 texlive.tlpdb +b10ba2c0e7ff72886468afd6c3943b8b texlive.tlpdb diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 index 4064fb7a25..817da199a4 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 @@ -1 +1 @@ -d54fa1dbb7fe99f3609079322fe9d8b945c3ae7a88a8cec18234cb67be454939f20b064561f873d934d410dbf0fbda8f83522b2a023cb0ee3db03c6ed7f8ace2 texlive.tlpdb +e73f388021f4d116f14a475074a3eac01f9055b29297be1923abc71667a89a4f8b21c0c53de2178790616594092715b9f6329d7a055f8fea0527aa44f917a2a3 texlive.tlpdb diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc index b57773db33..18952c56a1 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+QqiBBqTOGHfhlDjHAFAmWkgC8ACgkQTOGHfhlD -jHBK0Af/cMu3agQj/3QXmRbGE0bWeamv2l5uAS+GI+f58GpxemBaezK+8GBlC2/2 -jpRIvy7X4mQ4ZHRdHKm2O1u6u6kP00r84IwfUbeC5ZwccnKRiE0iUPZT6d+Jf5wN -Ry8Ztem/XrhPaJyqAXc7qDK/Bj0ztnrWIfSLT9PQuDrmdD5a4vsPRN61wu2vZg/2 -bzQW8rgmeWSvtelafltOMdxKDtxCrifSABu1UHXNrhhwuirQQYd8CtzwCKOifK+Z -HMml7mFg5MVzCWEsMkhyct/LYEXm1+IlLKGHHRuhWIPzxfHN/VB1DyHG5KEq7jvJ -Q1VW9tjnG/Yl70Eg45KNDQVS6MygRQ== -=UOJZ +iQEzBAEBCgAdFiEE2PL4YFeoV+QqiBBqTOGHfhlDjHAFAmWnI4QACgkQTOGHfhlD +jHA24Af/TPb/SnSjaleevpDGDA+tQRT91KUA+md2DumJMlOsaFLkGXydmFbKD3lc +1fcJysMGHKm9X97pbT3Uj54pMuo3zOH5qL8bR13g4pHyjY69uR4l0oeVWnpE8JuT +gbsFX8EZ7uGaNXSRViiPCrXqKfeZqBIJdNe/DuwRjqWyyxMffGygkFMIubrNH1wa +1W+iDoIfWjLs+KIQl4HYI0b7yLxGow526F/SWfwjSUDtMKxDY0WQOphs7Lu1G1Hf +xvyJ/WNXedLVz4bbYPZdx/xXM6g0nneYbGtW6i+yNFv1W1OhNRr2A3nssK3e3cea +zEVDlc8ii3GfHaaewlW9yzHMYDURyA== +=D8ke -----END PGP SIGNATURE----- diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz index 7e2271c81e..9858397bf1 100644 Binary files a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz and b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz differ -- cgit v1.2.3