summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rwxr-xr-xsystems/texlive/tlnet/install-tl7
-rwxr-xr-xsystems/texlive/tlnet/tlpkg/installer/config.guess11
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl20
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb5172
-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.xzbin2579732 -> 2588288 bytes
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/cs.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/da.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/de.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/es.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/fr.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/it.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/ja.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/messages.pot10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/nl.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/pl.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/pt_BR.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/ru.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/sk.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/sl.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/sr.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/uk.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/vi.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/zh_CN.po10
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/zh_TW.po10
-rw-r--r--systems/win32/miktex/tm/packages/files.csv.lzmabin822772 -> 823662 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/files.csv.lzmabin823312 -> 824237 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/pr.ini10
-rw-r--r--systems/win32/miktex/tm/packages/pr.ini12
31 files changed, 3305 insertions, 2137 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index f4861e4f4d..aa9b1d8c7b 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 71157 2024-05-02 20:29:00Z karl $
+# $Id: install-tl 71853 2024-07-20 15:57:11Z preining $
# Copyright 2007-2024
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
# This file is licensed under the GNU General Public License version 2
@@ -12,7 +12,7 @@
use strict; use warnings;
-my $svnrev = '$Revision: 71157 $';
+my $svnrev = '$Revision: 71853 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -1141,6 +1141,7 @@ sub do_installation {
my $tlpobj = new TeXLive::TLPOBJ;
$tlpobj->name("00texlive.config");
my $t = $tlpdb->get_package("00texlive.config");
+ $tlpobj->category($t->category);
$tlpobj->depends("minrelease/" . $tlpdb->config_minrelease,
"release/" . $tlpdb->config_release);
$localtlpdb->add_tlpobj($tlpobj);
@@ -3598,7 +3599,7 @@ This script and its documentation were written for the TeX Live
distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: install-tl 71157 2024-05-02 20:29:00Z karl $
+$Id: install-tl 71853 2024-07-20 15:57:11Z preining $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html
diff --git a/systems/texlive/tlnet/tlpkg/installer/config.guess b/systems/texlive/tlnet/tlpkg/installer/config.guess
index f6d217a49f..48a684601b 100755
--- a/systems/texlive/tlnet/tlpkg/installer/config.guess
+++ b/systems/texlive/tlnet/tlpkg/installer/config.guess
@@ -4,7 +4,7 @@
# shellcheck disable=SC2006,SC2268 # see below for rationale
-timestamp='2024-01-01'
+timestamp='2024-07-27'
# 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
@@ -123,7 +123,7 @@ set_cc_for_build() {
dummy=$tmp/dummy
case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in
,,) echo "int x;" > "$dummy.c"
- for driver in cc gcc c89 c99 ; do
+ for driver in cc gcc c17 c99 c89 ; do
if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then
CC_FOR_BUILD=$driver
break
@@ -634,7 +634,8 @@ EOF
sed 's/^ //' << EOF > "$dummy.c"
#include <sys/systemcfg.h>
- main()
+ int
+ main ()
{
if (!__power_pc())
exit(1);
@@ -718,7 +719,8 @@ EOF
#include <stdlib.h>
#include <unistd.h>
- int main ()
+ int
+ main ()
{
#if defined(_SC_KERNEL_BITS)
long bits = sysconf(_SC_KERNEL_BITS);
@@ -1621,6 +1623,7 @@ cat > "$dummy.c" <<EOF
#endif
#endif
#endif
+int
main ()
{
#if defined (sony)
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index 74f8bcb9bd..6e4dd34abc 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -5,6 +5,7 @@ $mirrors = {
},
'South Africa' => {
'https://mirror.ufs.ac.za/ctan/' => 1,
+ 'https://za.mirrors.cicku.me/ctan/' => 1,
},
},
'Asia' => {
@@ -15,6 +16,7 @@ $mirrors = {
'https://mirrors.bfsu.edu.cn/CTAN/' => 1,
'https://mirrors.cloud.tencent.com/CTAN/' => 1,
'https://mirrors.cqu.edu.cn/CTAN/' => 1,
+ 'https://mirrors.hust.edu.cn/CTAN/' => 1,
'https://mirrors.jlu.edu.cn/CTAN/' => 1,
'https://mirrors.nju.edu.cn/CTAN/' => 1,
'https://mirrors.pku.edu.cn/ctan/' => 1,
@@ -27,6 +29,7 @@ $mirrors = {
'https://mirror-hk.koddos.net/CTAN/' => 1,
},
'India' => {
+ 'https://2.mirrors.in.sahilister.net/ctan/' => 1,
'https://in.mirrors.cicku.me/ctan/' => 1,
'https://mirror.niser.ac.in/ctan/' => 1,
},
@@ -48,16 +51,19 @@ $mirrors = {
'http://ftp.ktug.org/tex-archive/' => 1,
'https://ftp.kaist.ac.kr/tex-archive/' => 1,
'https://kr.mirrors.cicku.me/ctan/' => 1,
- 'https://lab.uklee.pe.kr/tex-archive/' => 1,
'https://mirror.kakao.com/CTAN/' => 1,
'https://mirror.navercorp.com/CTAN/' => 1,
},
+ 'Saudi Arabia' => {
+ 'https://sa.mirrors.cicku.me/ctan/' => 1,
+ },
'Singapore' => {
'https://sg.mirrors.cicku.me/ctan/' => 1,
},
'Taiwan' => {
'https://ctan.mirror.twds.com.tw/tex-archive/' => 1,
'https://ctan.simanglam.com/' => 1,
+ 'https://tw.mirrors.cicku.me/ctan/' => 1,
},
'Thailand' => {
'https://mirror.kku.ac.th/CTAN/' => 1,
@@ -71,10 +77,6 @@ $mirrors = {
'Belarus' => {
'https://mirror.datacenter.by/pub/mirrors/CTAN/' => 1,
},
- 'Bulgaria' => {
- 'https://mirrors.neterra.net/CTAN/' => 1,
- 'https://mirrors.netix.net/CTAN/' => 1,
- },
'Czech Republic' => {
'http://ftp.cvut.cz/tex-archive/' => 1,
'https://mirrors.nic.cz/tex-archive/' => 1,
@@ -132,6 +134,7 @@ $mirrors = {
'https://ftp.snt.utwente.nl/pub/software/tex/' => 1,
'https://mirror.koddos.net/CTAN/' => 1,
'https://mirror.lyrahosting.com/CTAN/' => 1,
+ 'https://nl.mirrors.cicku.me/ctan/' => 1,
},
'Norway' => {
'https://ctan.uib.no/' => 1,
@@ -150,7 +153,6 @@ $mirrors = {
'https://mirrors.nxthost.com/ctan/' => 1,
},
'Russia' => {
- 'https://ctan.altspu.ru/' => 1,
'https://mirror.macomnet.net/pub/CTAN/' => 1,
'https://mirror.truenetwork.ru/CTAN/' => 1,
},
@@ -164,13 +166,14 @@ $mirrors = {
'https://mirror.accum.se/mirror/CTAN/' => 1,
},
'Switzerland' => {
+ 'https://ch.mirrors.cicku.me/ctan/' => 1,
'https://mirror.foobar.to/CTAN/' => 1,
'https://mirror.init7.net/ctan/' => 1,
},
'United Kingdom' => {
'https://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1,
- 'https://eu.mirrors.cicku.me/ctan/' => 1,
- 'https://www-uxsup.csx.cam.ac.uk/pub/tex-archive/' => 1,
+ 'https://gb.mirrors.cicku.me/ctan/' => 1,
+ 'https://mirror.apps.cam.ac.uk/pub/tex-archive/' => 1,
},
},
'North America' => {
@@ -208,6 +211,7 @@ $mirrors = {
},
'South America' => {
'Brazil' => {
+ 'https://br.mirrors.cicku.me/ctan/' => 1,
'https://linorg.usp.br/CTAN/' => 1,
},
'Chile' => {
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index e8045f89b7..54e7747621 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/71690
+depend revision/72115
name 00texlive.image
category TLCore
-revision 71677
+revision 72110
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
@@ -40,7 +40,7 @@ longdesc IgnorePatterns in the check_files routine in tlmgr.pl augment
longdesc this list. Those are not included in the source/ tarball. For
longdesc information on the 00texlive prefix see
longdesc 00texlive.installation(.tlpsrc)
-runfiles size=14492
+runfiles size=14522
.mkisofsrc
autorun.inf
texmf-dist/README
@@ -753,6 +753,7 @@ runfiles size=14492
tlpkg/tlpsrc/bhcexam.tlpsrc
tlpkg/tlpsrc/bib-fr.tlpsrc
tlpkg/tlpsrc/bib2gls.tlpsrc
+ tlpkg/tlpsrc/bib2qr.tlpsrc
tlpkg/tlpsrc/bibarts.tlpsrc
tlpkg/tlpsrc/bibcop.tlpsrc
tlpkg/tlpsrc/biber-ms.tlpsrc
@@ -885,6 +886,7 @@ runfiles size=14492
tlpkg/tlpsrc/boldtensors.tlpsrc
tlpkg/tlpsrc/bondgraph.tlpsrc
tlpkg/tlpsrc/bondgraphs.tlpsrc
+ tlpkg/tlpsrc/bonum-otf.tlpsrc
tlpkg/tlpsrc/book-of-common-prayer.tlpsrc
tlpkg/tlpsrc/bookcover.tlpsrc
tlpkg/tlpsrc/bookdb.tlpsrc
@@ -1247,6 +1249,7 @@ runfiles size=14492
tlpkg/tlpsrc/constants.tlpsrc
tlpkg/tlpsrc/conteq.tlpsrc
tlpkg/tlpsrc/context-calendar-examples.tlpsrc
+ tlpkg/tlpsrc/context-chat.tlpsrc
tlpkg/tlpsrc/context-collating-marks.tlpsrc
tlpkg/tlpsrc/context-companion-fonts.tlpsrc
tlpkg/tlpsrc/context-cyrillicnumbers.tlpsrc
@@ -1499,7 +1502,9 @@ runfiles size=14492
tlpkg/tlpsrc/documentation.tlpsrc
tlpkg/tlpsrc/docutils.tlpsrc
tlpkg/tlpsrc/doi.tlpsrc
+ tlpkg/tlpsrc/doibanner.tlpsrc
tlpkg/tlpsrc/doipubmed.tlpsrc
+ tlpkg/tlpsrc/domaincoloring.tlpsrc
tlpkg/tlpsrc/domitian.tlpsrc
tlpkg/tlpsrc/dosepsbin.tlpsrc
tlpkg/tlpsrc/dot2texi.tlpsrc
@@ -1605,6 +1610,7 @@ runfiles size=14492
tlpkg/tlpsrc/edichokey.tlpsrc
tlpkg/tlpsrc/edmac.tlpsrc
tlpkg/tlpsrc/edmargin.tlpsrc
+ tlpkg/tlpsrc/edmaths.tlpsrc
tlpkg/tlpsrc/eemeir.tlpsrc
tlpkg/tlpsrc/eepic.tlpsrc
tlpkg/tlpsrc/efbox.tlpsrc
@@ -1849,6 +1855,7 @@ runfiles size=14492
tlpkg/tlpsrc/filehook.tlpsrc
tlpkg/tlpsrc/fileinfo.tlpsrc
tlpkg/tlpsrc/filemod.tlpsrc
+ tlpkg/tlpsrc/fillwith.tlpsrc
tlpkg/tlpsrc/finbib.tlpsrc
tlpkg/tlpsrc/findhyph.tlpsrc
tlpkg/tlpsrc/fink.tlpsrc
@@ -2000,6 +2007,7 @@ runfiles size=14492
tlpkg/tlpsrc/gcite.tlpsrc
tlpkg/tlpsrc/gckanbun.tlpsrc
tlpkg/tlpsrc/gelasio.tlpsrc
+ tlpkg/tlpsrc/gelasiomath.tlpsrc
tlpkg/tlpsrc/gender.tlpsrc
tlpkg/tlpsrc/gene-logic.tlpsrc
tlpkg/tlpsrc/genealogy-profiles.tlpsrc
@@ -2171,6 +2179,7 @@ runfiles size=14492
tlpkg/tlpsrc/havannah.tlpsrc
tlpkg/tlpsrc/hc.tlpsrc
tlpkg/tlpsrc/he-she.tlpsrc
+ tlpkg/tlpsrc/hebdomon.tlpsrc
tlpkg/tlpsrc/hebrew-fonts.tlpsrc
tlpkg/tlpsrc/hecthese.tlpsrc
tlpkg/tlpsrc/helmholtz-ellis-ji-notation.tlpsrc
@@ -2248,6 +2257,7 @@ runfiles size=14492
tlpkg/tlpsrc/hvqrurl.tlpsrc
tlpkg/tlpsrc/hwemoji.tlpsrc
tlpkg/tlpsrc/hycolor.tlpsrc
+ tlpkg/tlpsrc/hypcap.tlpsrc
tlpkg/tlpsrc/hypdestopt.tlpsrc
tlpkg/tlpsrc/hypdoc.tlpsrc
tlpkg/tlpsrc/hypdvips.tlpsrc
@@ -2393,6 +2403,7 @@ runfiles size=14492
tlpkg/tlpsrc/interactiveworkbook.tlpsrc
tlpkg/tlpsrc/interchar.tlpsrc
tlpkg/tlpsrc/interfaces.tlpsrc
+ tlpkg/tlpsrc/interlinear.tlpsrc
tlpkg/tlpsrc/interpreter.tlpsrc
tlpkg/tlpsrc/interval.tlpsrc
tlpkg/tlpsrc/intopdf.tlpsrc
@@ -2817,6 +2828,7 @@ runfiles size=14492
tlpkg/tlpsrc/luamathalign.tlpsrc
tlpkg/tlpsrc/luamaths.tlpsrc
tlpkg/tlpsrc/luamesh.tlpsrc
+ tlpkg/tlpsrc/luamml.tlpsrc
tlpkg/tlpsrc/luamodulartables.tlpsrc
tlpkg/tlpsrc/luamplib.tlpsrc
tlpkg/tlpsrc/luanumint.tlpsrc
@@ -2841,6 +2853,7 @@ runfiles size=14492
tlpkg/tlpsrc/luavlna.tlpsrc
tlpkg/tlpsrc/luaxml.tlpsrc
tlpkg/tlpsrc/lutabulartools.tlpsrc
+ tlpkg/tlpsrc/luwiantype.tlpsrc
tlpkg/tlpsrc/lwarp.tlpsrc
tlpkg/tlpsrc/lxfonts.tlpsrc
tlpkg/tlpsrc/ly1.tlpsrc
@@ -2973,6 +2986,7 @@ runfiles size=14492
tlpkg/tlpsrc/metsymb.tlpsrc
tlpkg/tlpsrc/mex.tlpsrc
tlpkg/tlpsrc/mf2pt1.tlpsrc
+ tlpkg/tlpsrc/mfb-oldstyle.tlpsrc
tlpkg/tlpsrc/mfirstuc.tlpsrc
tlpkg/tlpsrc/mflogo-font.tlpsrc
tlpkg/tlpsrc/mflogo.tlpsrc
@@ -3051,6 +3065,7 @@ runfiles size=14492
tlpkg/tlpsrc/moreenum.tlpsrc
tlpkg/tlpsrc/morefloats.tlpsrc
tlpkg/tlpsrc/morehype.tlpsrc
+ tlpkg/tlpsrc/moremath.tlpsrc
tlpkg/tlpsrc/moresize.tlpsrc
tlpkg/tlpsrc/moreverb.tlpsrc
tlpkg/tlpsrc/morewrites.tlpsrc
@@ -3332,6 +3347,7 @@ runfiles size=14492
tlpkg/tlpsrc/pas-tableur.tlpsrc
tlpkg/tlpsrc/pascaltriangle.tlpsrc
tlpkg/tlpsrc/passivetex.tlpsrc
+ tlpkg/tlpsrc/passopt.tlpsrc
tlpkg/tlpsrc/patch.tlpsrc
tlpkg/tlpsrc/patchcmd.tlpsrc
tlpkg/tlpsrc/patgen.tlpsrc
@@ -3417,6 +3433,7 @@ runfiles size=14492
tlpkg/tlpsrc/pgfornament-han.tlpsrc
tlpkg/tlpsrc/pgfornament.tlpsrc
tlpkg/tlpsrc/pgfplots.tlpsrc
+ tlpkg/tlpsrc/pgfplotsthemebeamer.tlpsrc
tlpkg/tlpsrc/phaistos.tlpsrc
tlpkg/tlpsrc/phfcc.tlpsrc
tlpkg/tlpsrc/phfextendedabstract.tlpsrc
@@ -3506,6 +3523,7 @@ runfiles size=14492
tlpkg/tlpsrc/polyhedra.tlpsrc
tlpkg/tlpsrc/polynom.tlpsrc
tlpkg/tlpsrc/polynomial.tlpsrc
+ tlpkg/tlpsrc/polyomino.tlpsrc
tlpkg/tlpsrc/polytable.tlpsrc
tlpkg/tlpsrc/poormanlog.tlpsrc
tlpkg/tlpsrc/postage.tlpsrc
@@ -4197,6 +4215,7 @@ runfiles size=14492
tlpkg/tlpsrc/talos.tlpsrc
tlpkg/tlpsrc/tamefloats.tlpsrc
tlpkg/tlpsrc/tamethebeast.tlpsrc
+ tlpkg/tlpsrc/tango.tlpsrc
tlpkg/tlpsrc/tangocolors.tlpsrc
tlpkg/tlpsrc/tangramtikz.tlpsrc
tlpkg/tlpsrc/tap.tlpsrc
@@ -4211,6 +4230,7 @@ runfiles size=14492
tlpkg/tlpsrc/technics.tlpsrc
tlpkg/tlpsrc/technion-thesis-template.tlpsrc
tlpkg/tlpsrc/ted.tlpsrc
+ tlpkg/tlpsrc/telprint.tlpsrc
tlpkg/tlpsrc/templates-fenn.tlpsrc
tlpkg/tlpsrc/templates-sommer.tlpsrc
tlpkg/tlpsrc/templatetools.tlpsrc
@@ -4723,6 +4743,7 @@ runfiles size=14492
tlpkg/tlpsrc/worldflags.tlpsrc
tlpkg/tlpsrc/wrapfig.tlpsrc
tlpkg/tlpsrc/wrapfig2.tlpsrc
+ tlpkg/tlpsrc/wrapstuff-doc-en.tlpsrc
tlpkg/tlpsrc/wrapstuff.tlpsrc
tlpkg/tlpsrc/writeongrid.tlpsrc
tlpkg/tlpsrc/wsemclassic.tlpsrc
@@ -4914,7 +4935,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 71690
+revision 72115
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
@@ -8497,16 +8518,16 @@ catalogue-topics font-bookhand font-calligraphic font-medieval font-display font
name abraces
category Package
-revision 64967
+revision 71955
shortdesc Asymmetric over-/underbraces in maths
relocated 1
longdesc The package provides a character key-driven interface to
longdesc supplement new constructions of the traditional \overbrace and
longdesc \underbrace pairs in an asymmetric or arbitrary way.
-containersize 3852
-containerchecksum ca6061935e6be1089592f77612de222313e41b8f78f0f14bfc06a8823da052543cf6ef0cb95c585698a8a07b5d3c2954909d85ee2ed300c8602574d34ede2892
-doccontainersize 246364
-doccontainerchecksum 84c9a8585ec4cd16dd8e07140f10e545f99622dd90ff3ed28a7eeaa070ce18cfc9ed64e2bbc9efd0dbd4ebe1c27b68aee66eb091ffd6c8debad1cb502edb6f4e
+containersize 3940
+containerchecksum b32204970bb51dbe2fd16c49e0a8c9957c1c4ee45ec5f90dd19e70f85d9a924add4042d61a9f054a797ce966b1fe953369fae6eb04d2eaf1c68941945e0e2253
+doccontainersize 246088
+doccontainerchecksum edd65924114b76bfc65beaa12ae6bf5e0164dccc3273eb472e5be537b9dd8f3bd46e188b4efcf44a3533a6e2a033bd1473207c61a0f8867e442bcd15e3aa3a7a
docfiles size=66
RELOC/doc/latex/abraces/README.md details="Readme"
RELOC/doc/latex/abraces/abraces-doc.pdf details="Package documentation"
@@ -8517,7 +8538,7 @@ catalogue-contact-repository https://github.com/wgrundlingh/abraces
catalogue-ctan /macros/latex/contrib/abraces
catalogue-license lppl1.3
catalogue-topics maths maths-symbol
-catalogue-version 2.1
+catalogue-version 2.2
name abspos
category Package
@@ -9201,16 +9222,16 @@ catalogue-version 3.13g
name acmart
category Package
-revision 71406
+revision 72113
shortdesc Class for typesetting publications of ACM
relocated 1
longdesc This package provides a class for typesetting publications of
longdesc the Association for Computing Machinery (ACM).
-containersize 43140
-containerchecksum eb5aaa275860424db7a34744164e694f216baf5d948550bd74c37775db74e75d90b1d98aec6df274fa95ac85146455058bcbb0a82b6c3481a1242e2f7c45d4ef
-doccontainersize 4596520
-doccontainerchecksum 63b4de2cb7d393f8c01db8ef6436994ef09abd737c663f3df49ca9630b5d8a5721185b8d029775a91db57ed0396e68f3d14e2325f279ebc839b36bc6aa68a5b8
-docfiles size=3281
+containersize 43404
+containerchecksum 5e9daf0cf8ab3682f72ad86be920ed786a8dba9a26ead414a1f2f3be0fcf22edac81e04b6e57e866ae7194e4d762029d81b02b72eabd41388860b1d06236a322
+doccontainersize 4835128
+doccontainerchecksum dcef7ac44f6a4a8a23c1f5b02675894ca5a99a63010f4e7b5047d8ba6b2dd97c72cf9cecb1cf7b1be994bf1213a9ae432b6b29c77e12b29271fdecf8830e63ca
+docfiles size=3406
RELOC/doc/latex/acmart/README details="Readme"
RELOC/doc/latex/acmart/acm-jdslogo.png
RELOC/doc/latex/acmart/acmart.bib
@@ -9230,6 +9251,8 @@ docfiles size=3281
RELOC/doc/latex/acmart/samples/sample-acmsmall-conf.tex
RELOC/doc/latex/acmart/samples/sample-acmsmall-submission.pdf
RELOC/doc/latex/acmart/samples/sample-acmsmall-submission.tex
+ RELOC/doc/latex/acmart/samples/sample-acmsmall-tagged.pdf
+ RELOC/doc/latex/acmart/samples/sample-acmsmall-tagged.tex
RELOC/doc/latex/acmart/samples/sample-acmsmall.pdf
RELOC/doc/latex/acmart/samples/sample-acmsmall.tex
RELOC/doc/latex/acmart/samples/sample-acmtog-conf.pdf
@@ -9256,14 +9279,15 @@ docfiles size=3281
RELOC/doc/latex/acmart/samples/samples.ins
RELOC/doc/latex/acmart/samples/sampleteaser.pdf
RELOC/doc/latex/acmart/samples/software.bib
-srccontainersize 62868
-srccontainerchecksum e4417e81b1b993198d9a3c7f3017de0e8c089d0e381bd200c40cbfbacfa888281bd552216ec553c73007197772751031ac051f4970fa2fe42c6e457cd79a07eb
+srccontainersize 63324
+srccontainerchecksum 755477b663beb126038c04530e684c9a5550f938bde07c4f572d04789a1fc813712c660bb5f77408dacaca08b663788c7aeb52c5239efe06d05f9d16431b253e
srcfiles size=75
RELOC/source/latex/acmart/Makefile
RELOC/source/latex/acmart/acmart.dtx
RELOC/source/latex/acmart/acmart.ins
-runfiles size=68
+runfiles size=97
RELOC/bibtex/bst/acmart/ACM-Reference-Format.bst
+ RELOC/tex/latex/acmart/acmart-tagged.cls
RELOC/tex/latex/acmart/acmart.cls
RELOC/tex/latex/acmart/acmauthoryear.bbx
RELOC/tex/latex/acmart/acmauthoryear.cbx
@@ -9276,7 +9300,7 @@ catalogue-contact-repository https://github.com/borisveytsman/acmart/
catalogue-ctan /macros/latex/contrib/acmart
catalogue-license lppl1.3
catalogue-topics class comp-sci comp-theory engineering journalpub
-catalogue-version 2.08
+catalogue-version 2.09
name acmconf
category Package
@@ -9979,7 +10003,7 @@ catalogue-version 1.5
name adjustbox
category Package
-revision 64967
+revision 72097
shortdesc Graphics package-alike macros for "general" boxes
relocated 1
longdesc The package provides several macros to adjust boxed content.
@@ -9998,10 +10022,10 @@ longdesc matching environments with the identical names as the macros.
depend collectbox
depend graphics
depend xkeyval
-containersize 13608
-containerchecksum ac12b052b2112d5bcd942888ab69fa20aca6e2b392bf868959b8573ee8611d93042de3f90eace1519a89d0da64d2dcb3046e26fb0f86f46ea3e673e2a2aee2c8
-doccontainersize 739224
-doccontainerchecksum d48b405a472df491b3ac6db23b126a70acda26e4dc2baf8e60569f110af2c4c740708c84fad9b70f689022e8747013198c98ea0bb3c6798f1dd8065a431d1ba5
+containersize 13616
+containerchecksum 30272c43ff20ada9ee3ae7232a631eb5d95a6566fa4c0a89e7cd387d93eb5349e6cda01bc472ee97758d7eea934b0375344de96a73ac4cf1ddaf37e5cd3d40b6
+doccontainersize 739228
+doccontainerchecksum 0cd4e31196e4841b1e2ebc91001fe5b44eba145f28819ec95a483e3f327b1ff001ec39556983de34e2f248e3c27f3b1ff72f511c1a20fc37791d394bb36b7445
docfiles size=203
RELOC/doc/latex/adjustbox/DEPENDS.txt
RELOC/doc/latex/adjustbox/README.txt details="Readme"
@@ -10017,8 +10041,8 @@ docfiles size=203
RELOC/doc/latex/adjustbox/trimclip.pdf
RELOC/doc/latex/adjustbox/viewport.tex
RELOC/doc/latex/adjustbox/viewport2.tex
-srccontainersize 49568
-srccontainerchecksum 08da88fe2a344716e7184ac2cadf564a90def84c03af8270a2f5e906ae720a7794dcb2707af5e41ab41406b01021029f4272c3e2844e9e36cd913ab56f049ba3
+srccontainersize 49572
+srccontainerchecksum ae59e1fd31bc2da5557bd46afb9bfffaeda4be20352eac079c52861c7bbd4594f39663676c4571217ca6d1e072ccb956e971f4a13ca2c917eda3f77773213805
srcfiles size=79
RELOC/source/latex/adjustbox/adjcalc.dtx
RELOC/source/latex/adjustbox/adjustbox.dtx
@@ -10038,7 +10062,7 @@ catalogue-contact-home https://github.com/MartinScharrer/adjustbox
catalogue-contact-repository https://github.com/MartinScharrer/adjustbox.git
catalogue-ctan /macros/latex/contrib/adjustbox
catalogue-license lppl1.3
-catalogue-topics typesetting box-manip
+catalogue-topics typesetting box-manip box-breaking
catalogue-version 1.3a
name adobemapping
@@ -21717,7 +21741,7 @@ catalogue-version 1.2.1
name aramaic-serto
category Package
-revision 30042
+revision 71991
shortdesc Fonts and LaTeX for Syriac written in Serto
relocated 1
longdesc This package enables (La)TeX users to typeset words or phrases
@@ -21729,10 +21753,10 @@ longdesc choose the correct letter depending on word context
longdesc (initial/medial/final form). Detailed documentation and
longdesc examples are included.
execute addMap syriac.map
-containersize 97924
-containerchecksum 6731d62d8a24c9f0d26061b8b2574a880df30df333fbe16408d0830657ea36f04f50c56b574de5eb081f490a4c5782595fe17bdb9208b6602c1a0ac81a1f10f5
-doccontainersize 220652
-doccontainerchecksum 433018891123aebb201d6c4f2b00dd15a558344b758899f85b9bdc21556ad4fc4845ce72084863b243e42beba643c5ae4dd210b74e2588af4825e3c83d6d7997
+containersize 97872
+containerchecksum dcbe195b8be4a9756363a9ea6964f5fd12f98dd0d254a014e474b4dc04e102315cc7eb6e8cb0a229726220a60ba0e87d8f25b35445f0dceca2bdf72e5db4e9cd
+doccontainersize 220648
+doccontainerchecksum ba354a72127026910e1dbb5b9f119c5bd462cc559ac7d5a4415964a6baec8c4a64ed21256d6fb2ee4b900c994f9b50e5fe538ffe33d5f62bf9ac26985b60e874
docfiles size=75
RELOC/doc/latex/aramaic-serto/README
RELOC/doc/latex/aramaic-serto/assyr.font
@@ -21772,7 +21796,6 @@ runfiles size=78
RELOC/tex/latex/aramaic-serto/uassyr.fd
RELOC/tex/latex/aramaic-serto/userto.fd
catalogue-also syriac aramaic
-catalogue-contact-home http://heinecke.pagesperso-orange.fr/serto/
catalogue-ctan /language/aramaic/serto
catalogue-license lppl1.3
catalogue-topics font font-archaic font-mf font-type1
@@ -25418,7 +25441,7 @@ catalogue-version 0.2
name asmeconf
category Package
-revision 69742
+revision 71956
shortdesc A LaTeX template for ASME conference papers
relocated 1
longdesc The asmeconf class provides a LaTeX template for ASME
@@ -25437,11 +25460,11 @@ longdesc archivability (PDF/A), and multilingual support. The code is
longdesc compatible with pdfLaTeX or LuaLaTeX. This LaTeX template is
longdesc not a publication of ASME, but it does conform to ASME's
longdesc currently published guidelines for conference papers.
-containersize 28436
-containerchecksum 93b55a406a9b7b1e652babc788f9674ba27f29036aa16c25a3e531ff63077588807914d23c865eba55f73fbec04c3254eae837976591481534f773d72412833d
-doccontainersize 3239220
-doccontainerchecksum 2c70973dd40e2afab5bc777c6a7b64d3c86a09e15c62b2f719410de6d05925534071e91ebdc482928382602d49d54b3ca342a7886234a15ed3b54ae761f51208
-docfiles size=2147
+containersize 29868
+containerchecksum 26de71315f5bd7d01ab47cece6ea9332365c3454070151c3df7077881e31cd173c31a63f9fcf24b07849dcc4bd4e14bc6b1c5189baac1d98715eb73b147c2974
+doccontainersize 42937184
+doccontainerchecksum bb5ac6f8626f311ccc13af932aca25d69b8a2cbe471d0f2e89f3f1194126e19d00e8b89accafe2a20cf8617ec0dd0be974653fbabf682fe4e80b5d9f6c681553
+docfiles size=11803
RELOC/doc/latex/asmeconf/README.md details="Readme"
RELOC/doc/latex/asmeconf/asmeconf-sample.bib
RELOC/doc/latex/asmeconf/asmeconf-template.pdf details="Example of use"
@@ -25462,18 +25485,18 @@ docfiles size=2147
RELOC/doc/latex/asmeconf/sample-figure-1.pdf
RELOC/doc/latex/asmeconf/sample-figure-2a.pdf
RELOC/doc/latex/asmeconf/sample-figure-2b.pdf
-runfiles size=32
+runfiles size=34
RELOC/bibtex/bst/asmeconf/asmeconf.bst
RELOC/tex/latex/asmeconf/asmeconf.cls
catalogue-contact-bugs https://github.com/John02139/asmeconf/issues
catalogue-ctan /macros/latex/contrib/asmeconf
catalogue-license mit
catalogue-topics bibtex-sty class confproc engineering scientific-docs
-catalogue-version 1.37
+catalogue-version 1.38
name asmejour
category Package
-revision 69722
+revision 71903
shortdesc A template for ASME journal papers
relocated 1
longdesc The asmejour class provides a template to format preprints
@@ -25488,10 +25511,10 @@ longdesc column balancing, various math options, government copyright,
longdesc and archivability (PDF/A). The class is compatible with
longdesc pdfLaTeX or LuaLaTeX. This package is not a publication of
longdesc ASME.
-containersize 22852
-containerchecksum 11e65ea5fa72880c52c63de1a7214de9322c26133722eed08bd54fba00f58f309f4d1a7fcb4a0112c1d66ca6be5fa3868f6779de8c47b660a143bc61855a47c6
-doccontainersize 2161400
-doccontainerchecksum 3af8026c3e0a77ca0f4ba99901577d253ac139fe049363994f56480cd6177524cb7a7dd5a4c59f436620a089ea08f2faf048957a2d2290800b71bf8a43d964bb
+containersize 22884
+containerchecksum 1c790c15558eb7dbe0b8f9774cc66ade7dc5cd966f20f269262cd2f8a69ca9a2eb2f148208a268094e60e424ad96423f003def6eb4030a3d2480faebc5fd8da0
+doccontainersize 2164300
+doccontainerchecksum 6ec3579de80e17ece66957aef3ae6981607330f31a09de280483d7b704c89f63fb8457e9a05b2c8d4183981da7d5b7f9eb6d38c282ec55bfbbb2719880e443c6
docfiles size=1609
RELOC/doc/latex/asmejour/README.md details="Readme"
RELOC/doc/latex/asmejour/asmejour-sample.bib
@@ -25510,8 +25533,8 @@ runfiles size=23
RELOC/tex/latex/asmejour/asmejour.cls
catalogue-ctan /macros/latex/contrib/asmejour
catalogue-license mit
-catalogue-topics class journalpub scientific-docs bibtex-sty engineering
-catalogue-version 1.22
+catalogue-topics class journalpub scientific-docs bibtex-sty engineering expl3
+catalogue-version 1.23
name aspectratio
category Package
@@ -25815,7 +25838,7 @@ catalogue-version 0.1c
name asymptote
category TLCore
-revision 71609
+revision 72097
shortdesc 2D and 3D TeX-Aware Vector Graphics Language
longdesc Asymptote is a powerful descriptive vector graphics language
longdesc for technical drawing, inspired by MetaPost but with an
@@ -25823,10 +25846,10 @@ longdesc improved C++-like syntax. Asymptote provides for figures the
longdesc same high-quality level of typesetting that LaTeX does for
longdesc scientific text.
depend asymptote.ARCH
-containersize 380420
-containerchecksum 3b67e9291024f93b851925f0eda8fc2efbd431d9f7ce2b455c63d6bdee9a488881a21f5d346befcb7650e03434200b793d8728628be7867070301d022a7afc2b
-doccontainersize 2345040
-doccontainerchecksum e9ed312edc9e6a1cea25ed0fa60547451af6ff150ad874bbe2ac85e2c912b4df997b562be79dbedd7dc3e4663605ef018264ad0ef5dfe2ea82240eee24e3d180
+containersize 380424
+containerchecksum e2b020bdf1a9a1a69e291c12a66af2c5f8a2c829f9fb725113bbcca9b0daa895a292fa7796f97512463b86e31070934a7643e96d18ed09366678006f3a08757f
+doccontainersize 2345036
+doccontainerchecksum 39a6470731565f0a95e04264054c5171d1da55f24e94ed9f87f5c2f0ca807ce830b70b3aebc6b4ead6bc0fa3b0f33bfd0fddd6a589b199afb53dc65f1d743b27
docfiles size=1308
texmf-dist/doc/asymptote/CAD.pdf details="Using Asymptote for 2D CAD"
texmf-dist/doc/asymptote/TeXShopAndAsymptote.pdf
@@ -26368,7 +26391,7 @@ catalogue-contact-repository https://github.com/vectorgraphics/asymptote
catalogue-ctan /graphics/asymptote
catalogue-license lgpl3
catalogue-topics graphics graphics-engn
-catalogue-version 2.90
+catalogue-version 2.91
name asymptote-by-example-zh-cn
category Package
@@ -27246,24 +27269,20 @@ binfiles arch=x86_64-solaris size=1
name atveryend
category Package
-revision 53108
+revision 71991
shortdesc Hooks at the very end of a document
relocated 1
-longdesc This LaTeX packages provides two hooks for \end{document} that
-longdesc are executed after the hook of \AtEndDocument:
-longdesc \AfterLastShipout can be used for code that is to be executed
-longdesc right after the last \clearpage before the `.aux' file is
-longdesc closed. \AtVeryEndDocument is used for code after closing and
-longdesc final reading of the `.aux' file.
-containersize 3908
-containerchecksum 2a546be6d2109de9db60e94bea3a63a3c7af8ae892c8540a1513fbe4bfa505dcbdde9913b7a4449727df0ccf6957f8010c5b76abd8d6310c118b269bdc7334e4
-doccontainersize 376388
-doccontainerchecksum 5c5948ab7f0ca213bb5fe3ae056cddd392461911e2af7dfff133253f6aae970d525fc752f154921de2186c8a443fa4f90b18d23896a016ebc9ea177d6826613b
+longdesc This LaTeX package provides some wrapper commands around LaTeX
+longdesc end document hooks.
+containersize 3820
+containerchecksum 3df66a07295292d3c223ccbfdb2d18808d7973b41faf8c399f283b4832e749108ed71f758a2825da4541c14731ecbdce76ad2ae033ca9582d8460ec7eaf946ee
+doccontainersize 376392
+doccontainerchecksum 35069598bb69186341d434853b10dda719ba7f93fb5c07645d2a5e9b2b12591e3173d47b97ac2f9a936a2fcaa67a16d94c010d4cb866bd5cda1c33c9c6ddb4e2
docfiles size=95
RELOC/doc/latex/atveryend/README.md details="README"
RELOC/doc/latex/atveryend/atveryend.pdf details="Package documentation"
srccontainersize 8600
-srccontainerchecksum 1ec0c4752df403e47c4f8d4186167ccb59d2269012d904e9de1ec54acacbdb84b571f5bd1e6b645f7f86972178db2793853701cfa180b66ae7edc1d1488958b2
+srccontainerchecksum 78f55f35e6c3e874a574b0376c144ba3c09f5097079e519093ae17b48664668fca1436cbe44c379d8be45d808d3c3892a51bdeda2dd3ead62b51f2382c9790f4
srcfiles size=10
RELOC/source/latex/atveryend/atveryend.dtx
runfiles size=5
@@ -27271,9 +27290,9 @@ runfiles size=5
catalogue-contact-bugs https://github.com/ho-tex/atveryend/issues
catalogue-contact-repository https://github.com/ho-tex/atveryend
catalogue-ctan /macros/latex/contrib/atveryend
-catalogue-license lppl1.3
+catalogue-license lppl1.3c
catalogue-topics defer-stuff
-catalogue-version 1.11
+catalogue-version 1.12
name aucklandthesis
category Package
@@ -28532,21 +28551,21 @@ catalogue-topics font font-type1 font-collection
name avremu
category Package
-revision 35373
+revision 71991
shortdesc An 8-Bit Microcontroller Simulator written in LaTeX
relocated 1
longdesc A fully working package to simulate a Microprocessor in pure
longdesc LaTeX. The simulator is able to calculate complex pictures,
longdesc like Mandelbrot sets.
-containersize 12992
-containerchecksum 2541e80c0dd798675164cace381730c75268d5385883163b67230d49022f16c9ec72a77d602e8b5094db31b1d3aef2f0f71da91ed2f7eb7fe1039117f7488cf3
+containersize 12936
+containerchecksum 619760a4fb2a118c83fc5c9f9b036df971564888117ba01499eddbf66021dfef41e11ad1db8b04818470645c959f057704fa07b3f1eb9361a3096e22434b8a66
doccontainersize 147960
-doccontainerchecksum 12c97e23dc853a971b27258a7666753d019620e832a06b10a49a26f0f30d7c6fde83c0e328e1579b62376f2e9cd10b0b3950fd6c4ca89041a988fedd4c604acb
+doccontainerchecksum da2c1b60369884ef94472853c087f604539d94195638da80189bf5b7efd763db9b2f2b992e1aeb04fbf70905d287efef9dbc1d48254bef39e8139d45b24473c4
docfiles size=37
RELOC/doc/latex/avremu/README details="Readme"
RELOC/doc/latex/avremu/avremu.pdf details="Package documentation"
srccontainersize 22324
-srccontainerchecksum 1d6a7f16cacd937490ae5e7416f43f4f9eafbf053f6e35d498a26b8d4092ffe79740a12d96503ee5636c4d1d8b3bd02653b4839b957cb91cca672914bbe98899
+srccontainerchecksum 4295fa0fc74d2c344f0a63c809bab20ef43cb787a04d65b4c546ad99fa8a20cf639826f0896f16265ddd23421981c84896c7bf3eea75d78b49134af562392bb5
srcfiles size=25
RELOC/source/latex/avremu/avremu.tex
RELOC/source/latex/avremu/imgs/mandelbrot-128x128.png
@@ -28577,7 +28596,6 @@ runfiles size=27
RELOC/tex/latex/avremu/avr.numbers.tex
RELOC/tex/latex/avremu/avr.testsuite.tex
RELOC/tex/latex/avremu/avremu.sty
-catalogue-contact-repository https://gitlab.brokenpipe.de/stettberger/avremu
catalogue-ctan /macros/latex/contrib/avremu
catalogue-license lppl1.3
catalogue-topics emulation
@@ -28868,7 +28886,7 @@ catalogue-version 1.0
name babel
category Package
-revision 71656
+revision 72061
shortdesc Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and Plain TeX
relocated 1
longdesc This package manages culturally-determined typographical (and
@@ -28882,17 +28900,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 231904
-containerchecksum bd90b504e7d29cc1af77b18d833bd15af62699472776fbfb054af7193286391512afe22694f7a8f5adeb3979ec1cff6e0ec42a1d044a32ef9485e56a20e5cf8d
-doccontainersize 1056044
-doccontainerchecksum e00b33664655297e69e156dbab13d63b4c3a34a18cd9b44d3c8bdbe11e1246860c1bd819c3a3db7ee1a73859075af13f5e4d2c2ec3bf4a0810d907462e6f87a2
+containersize 231584
+containerchecksum e87831442caf0b350da82ad70f5e577b2cb47af7dc7c11d726edc5561720d2cdf385f2bacafe5a1bd8ff3913c2cd159623a0b0d84e2c422a883ecd555a59ba4d
+doccontainersize 1057600
+doccontainerchecksum 337ccc637bdffa79f9a2422cd14cbf613a14753684b5137a683a1c733734990561db48b78f2e03330d7bc1e2665d82a30b09b4002672ad7f9259cb6f99e0a8f6
docfiles size=264
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 890808
-srccontainerchecksum fe1770bdaa8566bad78ba1388b1b219c5a1509c298363fe3209bc9137ca596e23d0f1a6f1dda3d44a34020dc8a9fdc96bfb66a6435773359416574ec771b7d76
-srcfiles size=473
+srccontainersize 891492
+srccontainerchecksum 16ede7b95aff7ac4222f57fcb0ae04d8d4d99f786a4d48182c6ea8bda16a0d2540aca1a8aeb88fbc582a1ef9bc6223c28807dadefef23c3a68d8228256b16e03
+srcfiles size=474
RELOC/source/latex/babel/babel.dtx
RELOC/source/latex/babel/babel.ins
RELOC/source/latex/babel/bbcompat.dtx
@@ -29870,7 +29888,7 @@ catalogue-contact-repository https://github.com/latex3/babel
catalogue-ctan /macros/latex/required/babel/base
catalogue-license lppl1.3
catalogue-topics multilingual expl3
-catalogue-version 24.7
+catalogue-version 24.8
name babel-albanian
category Package
@@ -30312,23 +30330,23 @@ catalogue-version 1.3s
name babel-french
category Package
-revision 71632
+revision 71907
shortdesc Babel contributed support for French
relocated 1
longdesc The package, formerly known as frenchb, establishes French
longdesc conventions in a document (or a subset of the conventions, if
longdesc French is not the main language of the document).
-containersize 15780
-containerchecksum f0833adebd10fbdfa7d26bea05f49fb6dc35d990e96c2f5b5993b8ee92904b095ee5f753e73255b9678b7424618638abbc813b8155cd683a74eaea1db9478629
-doccontainersize 513736
-doccontainerchecksum 55f6d288251333874a155401087b93a533c109c0a55eedfaa9a1b24bf16819a6de9101417ffe3e0bc5cda9da61dd6acafc7600bf2cb3bc416c7b1261781e4ad3
+containersize 15784
+containerchecksum 9072fbdc7d0571e22d7481dfe61f8bf947829902bd6cb09680fde7aa9e450880ade40d9775f157ee906432495d1979ac95db7ad4c8d452e8edc9d05bb68dba7c
+doccontainersize 513980
+doccontainerchecksum d879962eb5199467dfdacac4bc53dffe9b5f396619a61edc5503cd43684f0419559009cbc082a838bcc9d2613339267f66ed9987fba04906268c9713ceb379d5
docfiles size=160
RELOC/doc/generic/babel-french/README.md details="Readme"
RELOC/doc/generic/babel-french/frenchb-doc.pdf details="User manual" language="fr"
RELOC/doc/generic/babel-french/frenchb-doc.tex
RELOC/doc/generic/babel-french/frenchb.pdf details="Package documentation"
-srccontainersize 55352
-srccontainerchecksum 316ebaaf36af6feddf71f26705977a86a9a482d7f816fd6cec2b346e7fb1e495f5ba1b6480bc1e631b16d78553e2f5c76ae077d14dbd24adc2148ec536af8b7f
+srccontainersize 55392
+srccontainerchecksum 1882b8a698b0b652173b33747cd628327fd930ed37d5908de32db09d70d04946e5987508a5f1cbce5d345bfd09fe35660cc580e3d056874cf393e4b02d45b51c
srcfiles size=59
RELOC/source/generic/babel-french/frenchb.dtx
runfiles size=24
@@ -30342,7 +30360,7 @@ catalogue-contact-home http://daniel.flipo.free.fr/babel-french
catalogue-ctan /macros/latex/contrib/babel-contrib/french
catalogue-license lppl1.3c
catalogue-topics french multilingual-addon
-catalogue-version 3.6a
+catalogue-version 3.6c
name babel-friulan
category Package
@@ -35281,25 +35299,25 @@ catalogue-version 2.0.0
name beamertheme-rainbow
category Package
-revision 71110
+revision 71925
shortdesc A beamer colour theme which alternates theme colours on every frame
relocated 1
longdesc This package provides a beamer colour theme which alternates
longdesc theme colours on every frame.
depend beamer
depend tools
-containersize 3156
-containerchecksum 9b886fa7070d828d7e6e5ca1c5fc3d2e20364bb0e810f2da262c127bea3073dd314873376fd6124fc0ed9aa64d30453e3bddbd86643b0b46c6dc511906886aa7
-doccontainersize 156372
-doccontainerchecksum 2bdbea7e06d583959e918629e5bea5322b1cee3a07e4b90584ded8bbb04eee7ffca98ee0c39fa113a17f423c2dac15b22229f513a0ac522b7aeaf2b3d587ad6a
-docfiles size=45
+containersize 1124
+containerchecksum e95322c03afa835494b70eae1ac6e2d384dc5f2f6ed44071b1ad87942f3a037751ac731f8127617665fbaabd4dbb2d5309bc21495a79a2c282c376f582c9f327
+doccontainersize 158352
+doccontainerchecksum 5beb176019d15ab5d92582c470b4ccfe928b5e273aa81cb359234386a40f22d8ce494f52d6c8a8eb07742e868466b4e6b869e6b5285416aba027aa5ce8c383b7
+docfiles size=47
RELOC/doc/latex/beamertheme-rainbow/DEPENDS.txt
RELOC/doc/latex/beamertheme-rainbow/README.md details="Readme"
+ RELOC/doc/latex/beamertheme-rainbow/beamertheme-rainbow-doc-settings.sty
RELOC/doc/latex/beamertheme-rainbow/beamertheme-rainbow-doc.pdf details="Package documentation"
RELOC/doc/latex/beamertheme-rainbow/beamertheme-rainbow-doc.tex
-runfiles size=3
+runfiles size=1
RELOC/tex/latex/beamertheme-rainbow/beamercolorthemerainbow.sty
- RELOC/tex/latex/beamertheme-rainbow/beamertheme-rainbow-doc-settings.sty
catalogue-contact-repository https://github.com/samcarter/beamertheme-rainbow
catalogue-contact-support https://github.com/samcarter/beamertheme-rainbow/issues
catalogue-ctan /macros/latex/contrib/beamer-contrib/themes/beamertheme-rainbow
@@ -35778,25 +35796,29 @@ catalogue-topics class book-pub chinese multilingual expl3
name beautybook
category Package
-revision 71660
+revision 71693
shortdesc A beautiful book template for maths and science
relocated 1
-longdesc The package contains LaTeX classes (both a Chinese and an
-longdesc English version) as well as style files for creating beautiful
-longdesc science books.
-containersize 17576
-containerchecksum 45ee9f308e6c0c371b953896a44381e2df9818de9d4cd49ae7401bb3a6a70d66ae65958deaf7954922acdc7ce19d1bfd4286faaf049cdb0129bbe8ffbf850c50
-doccontainersize 44213384
-doccontainerchecksum 774a2407bd5ad6767337cd520f85a8c62505a4488f626cfb2aa4f3718741a41d111ff48ffeef2577407aee952c0dfa7a7af4c2f4caf61ec816892b098b4fa655
-docfiles size=12120
+longdesc The package contains a LaTeX class as well as style files for
+longdesc creating beautiful science books.
+containersize 15256
+containerchecksum a1ee472653d3b281924c720a988e1c8f49d34a4444219b7ec566f4df31a764f40ac2df2c8e884ff19565d5d0143b04142c68f45699533c721d81daa94cfa6a8b
+doccontainersize 52185048
+doccontainerchecksum 37d0531b68b8cba2bca9e40df737791a6eb7bdf1db64e738b4a91cd5543c2152d44077860f58016d97afbb9422099e00f1b1d4c3987eb0de60c31407cd2ed6e0
+docfiles size=13889
RELOC/doc/latex/beautybook/README.md details="Readme"
RELOC/doc/latex/beautybook/beautybook-cn.pdf details="Package documentation (Chinese)"
RELOC/doc/latex/beautybook/beautybook-cn.tex
RELOC/doc/latex/beautybook/beautybook-en.pdf details="Package documentation (English)"
RELOC/doc/latex/beautybook/beautybook-en.tex
+ RELOC/doc/latex/beautybook/inner_pics/beautybook-logo.png
RELOC/doc/latex/beautybook/inner_pics/coverimage.jpg
+ RELOC/doc/latex/beautybook/inner_pics/hummingbird-8013214.jpg
RELOC/doc/latex/beautybook/inner_pics/ivy-ge998908f8_1280.jpg
- RELOC/doc/latex/beautybook/inner_pics/logo.png
+ RELOC/doc/latex/beautybook/inner_pics/mystery-1599527.jpg
+ RELOC/doc/latex/beautybook/inner_pics/titleimages/c10.pdf
+ RELOC/doc/latex/beautybook/inner_pics/titleimages/c11.pdf
+ RELOC/doc/latex/beautybook/inner_pics/titleimages/c9.pdf
RELOC/doc/latex/beautybook/inner_pics/titleimages/even1.png
RELOC/doc/latex/beautybook/inner_pics/titleimages/even2.png
RELOC/doc/latex/beautybook/inner_pics/titleimages/even3.png
@@ -35829,9 +35851,8 @@ docfiles size=12120
RELOC/doc/latex/beautybook/inner_pics/titleimages/odd9.png
RELOC/doc/latex/beautybook/inner_pics/titleimages/songeven.png
RELOC/doc/latex/beautybook/inner_pics/titleimages/songodd.png
-runfiles size=43
- RELOC/tex/latex/beautybook/beautybook-CN.cls
- RELOC/tex/latex/beautybook/beautybook-EN.cls
+runfiles size=30
+ RELOC/tex/latex/beautybook/beautybook.cls
RELOC/tex/latex/beautybook/stys/beautybook-bottompage.sty
RELOC/tex/latex/beautybook/stys/beautybook-cover-birkar.sty
RELOC/tex/latex/beautybook/stys/beautybook-cover-cn.sty
@@ -35876,16 +35897,16 @@ catalogue-topics book-pub class doc-templ expl3
name beebe
category Package
-revision 71419
+revision 71974
catalogue biblio
shortdesc A collection of bibliographies
relocated 1
longdesc A collection of BibTeX bibliographies on TeX-related topics
longdesc (including, for example, spell-checking and SGML). Each
longdesc includes a LaTeX wrapper file to typeset the bibliography.
-containersize 927316
-containerchecksum cd96ff3feae458a4887a3f0b22fdf5ff0d7a7dbb725cf0bdc8cd7b7499601c5ea4ec446f772a53755472b11bf6853e14f9f42356f9bdf16f78e2b56a022caa2d
-runfiles size=2283
+containersize 928552
+containerchecksum 07595b4aba32d28deea43c83a0eefb8475e034ed0edae0e402f2c4d6d59eb7773b9493f220e5f9eebede35871350561dd8b771c93231b864e9fa756d3088d64f
+runfiles size=2284
RELOC/bibtex/bib/beebe/epodd.bib
RELOC/bibtex/bib/beebe/font.bib
RELOC/bibtex/bib/beebe/printing-history.bib
@@ -37432,6 +37453,37 @@ binfiles arch=x86_64-solaris size=2
bin/x86_64-solaris/bib2gls
bin/x86_64-solaris/convertgls2bib
+name bib2qr
+category Package
+revision 71940
+shortdesc Cite BibTeX entries with QR codes
+relocated 1
+longdesc This package provides functionality to cite BibTeX entries with
+longdesc QR codes for easy sharing and referencing. The target of the QR
+longdesc code is the entry's digital object identifier (DOI), or URL if
+longdesc no DOI exists. It is realised via the LaTeX packages biblatex
+longdesc and qrcode.
+containersize 1692
+containerchecksum 06ee75c5428d52252559609e429673699f18a77314cac83a9ae91b4cb77d47840dd6f131ace93ddaca1c567bdfb4222a255bec77e78e953bf4f1c5a73abbb5a6
+doccontainersize 494044
+doccontainerchecksum 5d2c9805bc44c8a62934e468f141e7dec2fb296771c6898bcc7807be823894d1c67e192b874110583410600ba50b617771986ec17486dff498b1105a40393759
+docfiles size=126
+ RELOC/doc/latex/bib2qr/README.md details="Readme"
+ RELOC/doc/latex/bib2qr/bib2qr.pdf details="Package documentation"
+srccontainersize 6856
+srccontainerchecksum cae81877d35a544f70228526bdaafcc0df11644cedab85c6dcdba114ea94c3e3c5e1137d984892e397ac405c26ae9e4472bf03018268c3ad7b7bd3710b488043
+srcfiles size=7
+ RELOC/source/latex/bib2qr/bib2qr.dtx
+ RELOC/source/latex/bib2qr/bib2qr.ins
+runfiles size=1
+ RELOC/tex/latex/bib2qr/bib2qr.sty
+catalogue-contact-home https://codeberg.org/Cs137/bib2qr
+catalogue-contact-repository https://codeberg.org/Cs137/bib2qr.git
+catalogue-ctan /macros/latex/contrib/bib2qr
+catalogue-license lppl1.3c
+catalogue-topics qrcode biblatex
+catalogue-version 0.2
+
name bibarts
category Package
revision 67407
@@ -39973,7 +40025,7 @@ catalogue-version 0.4
name biblatex-ieee
category Package
-revision 61243
+revision 72032
shortdesc IEEE style files for BibLaTeX
relocated 1
longdesc This is a BibLaTeX style that implements the bibliography style
@@ -39984,11 +40036,11 @@ longdesc \usepackage[style=ieee]{biblatex} A demonstration database is
longdesc provided to show how to format input for the style.
longdesc biblatex-ieee requires BibLaTeX 2.7 or later, and works with
longdesc both BibTeX and Biber as the database back-end.
-containersize 5564
-containerchecksum 2f4dd68ea556dc56fde888294bd9a3368efcf4099b95b0c90e60225c3b99181de52b406a7e40a09792b6b58410174d74d774a0aeb1feb4c8bef69fd513861303
-doccontainersize 566908
-doccontainerchecksum ef24c360fd211b79538aba8394a831a48c4b518bcecc516fee91191aad5b2eef06ce9e0e2e033134499a94dac4542803c32a207b2b71d48b14401b20f5aca549
-docfiles size=182
+containersize 5600
+containerchecksum 108ced17ce7fd1218aa3b7ced2470b0d312eeeeac20007f8da55fed4b66752efd8efe29b70beef0bdf37625103db2ad06cca173f0edcbcd77f3e1d4927dd5d2e
+doccontainersize 568904
+doccontainerchecksum 54b9a5489cc31810305a18296250eeae46f165ea5b1cbb7a1a959b60b631cc6e69e5bd740de58300c31449779e193286a0ec444b699a6cd86b7c33cc98cb4e8e
+docfiles size=183
RELOC/doc/latex/biblatex-ieee/README.md details="Readme"
RELOC/doc/latex/biblatex-ieee/biblatex-ieee-alphabetic.pdf
RELOC/doc/latex/biblatex-ieee/biblatex-ieee-alphabetic.tex
@@ -40004,7 +40056,7 @@ runfiles size=10
catalogue-ctan /macros/latex/contrib/biblatex-contrib/biblatex-ieee
catalogue-license lppl1.3c
catalogue-topics biblatex journalpub
-catalogue-version 1.3f
+catalogue-version 1.3g
name biblatex-ijsra
category Package
@@ -40988,7 +41040,7 @@ catalogue-version 1.9.8g
name biblatex-phys
category Package
-revision 55643
+revision 71905
shortdesc A BibLaTeX implementation of the AIP and APS bibliography style
relocated 1
longdesc The package provides an implementation of the bibliography
@@ -40999,11 +41051,11 @@ longdesc \usepackage[style=phys]{biblatex} A demonstration database is
longdesc provided to show how to format input for the style. Style
longdesc options are provided to cover the minor formatting variations
longdesc between the AIP and APS bibliography styles.
-containersize 3420
-containerchecksum 76a37bc2d37e2813dc39b9b21cf38788e6da14e60222e4fb36aa90e5c933c18adfcbc1c8affcf9a8e70df14d516a4827599b2c5979828e7e28b77b7b3021329d
-doccontainersize 456536
-doccontainerchecksum 62fe809519f86ad46136c18247b5c440766778b61d1d406df302aec76756a2259f06ae175af2267de30c1347db511f9482503326c28e1d382039d5047a75a961
-docfiles size=118
+containersize 3428
+containerchecksum fc17230466613919d3620fca28b10bbc002a54de0757fc9fe7ec50c44eb9108a6e15c624d1ae857cf3fe8472b195c2584b5c0349bdd4c5ff77417a49eb173f21
+doccontainersize 479676
+doccontainerchecksum 3584e6d80a6ca3a940d1ee83eff497ac9713be673d46af04306625b15873697e8c5d108962ba127205a89074388aad92158fbe74d57b542af87a699a7c8b364f
+docfiles size=126
RELOC/doc/latex/biblatex-phys/README.md details="Readme"
RELOC/doc/latex/biblatex-phys/biblatex-phys.bib
RELOC/doc/latex/biblatex-phys/biblatex-phys.pdf details="Package documentation"
@@ -41015,11 +41067,11 @@ runfiles size=6
catalogue-ctan /macros/latex/contrib/biblatex-contrib/biblatex-phys
catalogue-license lppl1.3
catalogue-topics physics biblatex
-catalogue-version 1.1b
+catalogue-version 1.1c
name biblatex-publist
category Package
-revision 71686
+revision 72079
shortdesc BibLaTeX bibliography support for publication lists
relocated 1
longdesc The package provides a BibLaTeX bibliography style file (*.bbx)
@@ -41028,15 +41080,30 @@ longdesc authoryear style, but provides some extra features often
longdesc desired for publication lists, such as the omission of the
longdesc author's own name from author or editor data. At least version
longdesc 3.4 of biblatex is required.
-containersize 13100
-containerchecksum 0d9a09b6faeb36d113d9a266812131b9513618f2eabf86bf12fc6a87b27f9a4a2654ba30383930c92f27638855f946259efaa38935b6b12a122b0e8132b7e8d5
-doccontainersize 436888
-doccontainerchecksum 0c1dfc463858b074be778c0bc2e365ce2b1ff39f3d1b2ae43525708a6ac2eda64e4b296d3b6c881e6961b7f6543abecf0106c2fc84d1ac01f7379f2f8d22c4ac
-docfiles size=124
+containersize 15164
+containerchecksum cc028df8024e2a06e3416b496f22d74bbb7c647c3cb3406ba5e050dc1e4ecf425ba4ac28e4487e7007818aebf2dd7c275174223a4755266fd5229dd6d4bd2c51
+doccontainersize 449012
+doccontainerchecksum 3c2891994da092a7ef5052b71c7877e101c39de2bfa6e16acd6aa559bba36523099ef57a50eda4afd47b4d26cae12f601612c56296c0d0280a79005c05d475f4
+docfiles size=127
RELOC/doc/latex/biblatex-publist/README details="Readme"
RELOC/doc/latex/biblatex-publist/biblatex-publist.pdf details="Package documentation"
RELOC/doc/latex/biblatex-publist/biblatex-publist.tex
-runfiles size=20
+runfiles size=36
+ RELOC/tex/latex/biblatex-publist/lbx/UKenglish-publist.lbx
+ RELOC/tex/latex/biblatex-publist/lbx/USenglish-publist.lbx
+ RELOC/tex/latex/biblatex-publist/lbx/american-publist.lbx
+ RELOC/tex/latex/biblatex-publist/lbx/australian-publist.lbx
+ RELOC/tex/latex/biblatex-publist/lbx/austrian-publist.lbx
+ RELOC/tex/latex/biblatex-publist/lbx/british-publist.lbx
+ RELOC/tex/latex/biblatex-publist/lbx/canadian-publist.lbx
+ RELOC/tex/latex/biblatex-publist/lbx/english-publist.lbx
+ RELOC/tex/latex/biblatex-publist/lbx/french-publist.lbx
+ RELOC/tex/latex/biblatex-publist/lbx/german-publist.lbx
+ RELOC/tex/latex/biblatex-publist/lbx/naustrian-publist.lbx
+ RELOC/tex/latex/biblatex-publist/lbx/newzealand-publist.lbx
+ RELOC/tex/latex/biblatex-publist/lbx/ngerman-publist.lbx
+ RELOC/tex/latex/biblatex-publist/lbx/nswissgerman-publist.lbx
+ RELOC/tex/latex/biblatex-publist/lbx/swissgerman-publist.lbx
RELOC/tex/latex/biblatex-publist/publist.bbx
RELOC/tex/latex/biblatex-publist/publist.cbx
RELOC/tex/latex/biblatex-publist/publist.dbx
@@ -41045,7 +41112,7 @@ catalogue-contact-repository https://github.com/jspitz/biblatex-publist
catalogue-ctan /macros/latex/contrib/biblatex-contrib/biblatex-publist
catalogue-license lppl1.3
catalogue-topics biblatex
-catalogue-version 2.11
+catalogue-version 2.13
name biblatex-readbbl
category Package
@@ -44065,7 +44132,7 @@ catalogue-version 2.0.0
name bmstu-iu8
category Package
-revision 61937
+revision 72055
shortdesc A class for IU8 reports
relocated 1
longdesc This package consists of a class file and style files for
@@ -44074,39 +44141,78 @@ longdesc (Bauman Moscow State Technical University). The class defines
longdesc all headings, structure elements and other things in respect of
longdesc Russian standard GOST 7.32-2017. But there are correctives to
longdesc be compatible with our local IU8 department requirements.
-containersize 12504
-containerchecksum 7d4d2f575bf4a3a14024b478610a1d3d1fb9a9609492890ce4edf9f3ed1e34abd99f519d3574c39347f35f8bd2bb1b19569ed6a3652443063942bb0900877ba6
-doccontainersize 171944
-doccontainerchecksum 142cceab83b83c5a0eddde753f67b44cb2e881cd01a4de1059606e02cc241d6d55f271d525db523f82f6ecd68bf6bb09dffcb15adb1b4b080b5701e041ec6f2e
-docfiles size=59
+depend algorithm2e
+depend amscls
+depend anyfontsize
+depend babel
+depend biblatex
+depend bookmark
+depend caption
+depend chngcntr
+depend csquotes
+depend enumitem
+depend fancyhdr
+depend float
+depend fontspec
+depend geometry
+depend glossaries
+depend glossaries-extra
+depend graphics
+depend ifoddpage
+depend koma-script
+depend lastpage
+depend lineno
+depend listings
+depend ltablex
+depend multirow
+depend nowidow
+depend oberdiek
+depend relsize
+depend setspace
+depend stackengine
+depend tabto-ltx
+depend titlesec
+depend tools
+depend totcount
+depend ulem
+depend xassoccnt
+depend xcolor
+depend xltabular
+depend xstring
+containersize 12716
+containerchecksum 63e9fe9da198c234c32d3e9756e4ff3480cf5a5c71f55929e9bb623adf757216b4c0efdad0520bc08f58ed18bcf65b32c1ecb576a52cb048799b2b97cf88703d
+doccontainersize 172416
+doccontainerchecksum 6c450af3a76a7f69eeb6a685b9491b39a264133571b835a34e6d55a1d62ac9377273142d26a0883887dd78e439dbd83b5713e9df74279a8a47e52e8f2ea9871f
+docfiles size=60
+ RELOC/doc/latex/bmstu-iu8/DEPENDS.txt
RELOC/doc/latex/bmstu-iu8/README.md details="Readme"
RELOC/doc/latex/bmstu-iu8/bmstu-example.pdf details="Example of use" language="ru"
RELOC/doc/latex/bmstu-iu8/bmstu-example.tex
RELOC/doc/latex/bmstu-iu8/bmstu.png
runfiles size=26
- RELOC/tex/latex/bmstu-iu8/01-IU8-base.sty
- RELOC/tex/latex/bmstu-iu8/02-IU8-construction.sty
- RELOC/tex/latex/bmstu-iu8/03-IU8-numbering.sty
- RELOC/tex/latex/bmstu-iu8/04-IU8-section-numbering.sty
- RELOC/tex/latex/bmstu-iu8/05-IU8-figures.sty
- RELOC/tex/latex/bmstu-iu8/06-IU8-tables.sty
- RELOC/tex/latex/bmstu-iu8/07-IU8-footnotes.sty
- RELOC/tex/latex/bmstu-iu8/08-IU8-formulas.sty
- RELOC/tex/latex/bmstu-iu8/09-IU8-cites.sty
- RELOC/tex/latex/bmstu-iu8/10-IU8-titlepage.sty
- RELOC/tex/latex/bmstu-iu8/11-IU8-performers.sty
- RELOC/tex/latex/bmstu-iu8/12-IU8-abstract.sty
- RELOC/tex/latex/bmstu-iu8/13-IU8-contents.sty
- RELOC/tex/latex/bmstu-iu8/14-IU8-terms-and-definitions.sty
- RELOC/tex/latex/bmstu-iu8/15-IU8-list-of-abbreviations.sty
- RELOC/tex/latex/bmstu-iu8/16-IU8-references.sty
- RELOC/tex/latex/bmstu-iu8/17-IU8-appendices.sty
- RELOC/tex/latex/bmstu-iu8/18-IU8-extra.sty
- RELOC/tex/latex/bmstu-iu8/19-IU8-counters.sty
- RELOC/tex/latex/bmstu-iu8/20-IU8-listing.sty
- RELOC/tex/latex/bmstu-iu8/21-IU8-math.sty
- RELOC/tex/latex/bmstu-iu8/22-IU8-algorithms.sty
RELOC/tex/latex/bmstu-iu8/BMSTU-IU8.cls
+ RELOC/tex/latex/bmstu-iu8/IU8-01-base.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-02-construction.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-03-numbering.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-04-section-numbering.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-05-figures.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-06-tables.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-07-footnotes.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-08-formulas.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-09-cites.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-10-titlepage.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-11-performers.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-12-abstract.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-13-contents.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-14-terms-and-definitions.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-15-list-of-abbreviations.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-16-references.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-17-appendices.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-18-extra.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-19-counters.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-20-listing.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-21-math.sty
+ RELOC/tex/latex/bmstu-iu8/IU8-22-algorithms.sty
catalogue-also bmstu
catalogue-contact-bugs https://github.com/CatInCosmicSpace/latex-template/issues
catalogue-contact-repository https://github.com/CatInCosmicSpace/latex-template
@@ -44114,7 +44220,7 @@ catalogue-contact-support https://t.me/CatInCosmicSpace
catalogue-ctan /macros/latex/contrib/bmstu-iu8
catalogue-license mit
catalogue-topics class doc-templ report-like std-conform
-catalogue-version 1.2
+catalogue-version 1.3
name bnumexpr
category Package
@@ -44701,6 +44807,29 @@ catalogue-license lppl1.3
catalogue-topics diagram pgf-tikz
catalogue-version 1.0.1
+name bonum-otf
+category Package
+revision 71894
+shortdesc Support for the OpenType font Bonum
+relocated 1
+longdesc Support for the OpenType font Bonum (text and math) of the
+longdesc TeXGyre Fonts.
+containersize 2236
+containerchecksum 3c24877701be98943073fc5359a21358752369df6176872f948f41e16120ceb47a3952eb6c5c89eb087cd1105c398a777c730606d65c540d0605e4254d9c0347
+doccontainersize 459220
+doccontainerchecksum 34b81aed31a8cfc5a93ec59dbea745df43d6c5ff4b37230fb1b22454844d38019183a61dbef692f3fab796f5eeec77148069cce367834d1866323099b60e49a6
+docfiles size=127
+ RELOC/doc/fonts/bonum-otf/Changes
+ RELOC/doc/fonts/bonum-otf/README.md details="Readme"
+ RELOC/doc/fonts/bonum-otf/bonum-otf-doc.pdf details="Package documentation"
+ RELOC/doc/fonts/bonum-otf/bonum-otf-doc.tex
+runfiles size=3
+ RELOC/tex/fonts/bonum-otf/bonum-otf.sty
+catalogue-ctan /fonts/bonum-otf
+catalogue-license lppl1.3
+catalogue-topics font
+catalogue-version 0.01
+
name book-of-common-prayer
category Package
revision 62240
@@ -47118,7 +47247,7 @@ catalogue-version 0.4a
name bxjatoucs
category Package
-revision 52509
+revision 71870
shortdesc Convert Japanese character code to Unicode
relocated 1
longdesc This package is meant for macro/package developers: It provides
@@ -47127,26 +47256,27 @@ longdesc character code value in one of several Japanese encodings to a
longdesc Unicode value. Supported source encodings are: ISO-2022-JP
longdesc (jis), EUC-JP (euc), Shift_JIS (sjis), and the Adobe-Japan1
longdesc glyph set.
-containersize 25604
-containerchecksum ffe18ddb89393c61df4371d6fe1154759992e544af64cdfcc007122ed212e87d16194d906d4c9f797671860a96c4dcde12682ecf98adb3c7b8b4c6ae0b432b81
-doccontainersize 2068
-doccontainerchecksum 9c281fdda182269c7a048e1ef422f0c403ecef7d8fd8dc462ebe39b861fba013ede2ef351baa5ad4537b2e1495f1f0572c7edc6fa6407031ff19053bd6dfdc02
+containersize 41344
+containerchecksum d31cd50019061aa932d8d53d27be1fc6652d2a8d57f2a9b0428e9d2479a3ca61ded2d276ce888ffeb1ab7cc32e58b2be3c067f0db1a9c31965af502d83eac9ba
+doccontainersize 2252
+doccontainerchecksum 3f5f56ef9ed9a2741a196bbe2939a473385099ca721099e46d7e1ad6b16f00b18a33af4ac22f6065fc327c2b9bc449877a3b765e900a3f6b0a16271a0228f296
docfiles size=2
RELOC/doc/latex/bxjatoucs/LICENSE
RELOC/doc/latex/bxjatoucs/README.md details="Readme"
-runfiles size=34
+runfiles size=58
RELOC/fonts/tfm/public/bxjatoucs/bxjatoucs-cid.tfm
RELOC/fonts/tfm/public/bxjatoucs/bxjatoucs-jis.tfm
+ RELOC/fonts/tfm/public/bxjatoucs/bxjatoucs-tojis.tfm
RELOC/tex/latex/bxjatoucs/bxjatoucs.sty
catalogue-contact-repository https://github.com/zr-tex8r/BXjatoucs
catalogue-ctan /language/japanese/BX/bxjatoucs
catalogue-license mit
catalogue-topics japanese unicode macro-supp
-catalogue-version 0.2
+catalogue-version 0.3a
name bxjscls
category Package
-revision 69637
+revision 71848
shortdesc Japanese document class collection for all major engines
relocated 1
longdesc This package provides an extended version of the Japanese
@@ -47155,23 +47285,23 @@ longdesc original version supports only pLaTeX and upLaTeX, the extended
longdesc version also supports pdfLaTeX, XeLaTeX and LuaLaTeX, with the
longdesc aid of suitable packages that provide capability of Japanese
longdesc typesetting.
-containersize 35104
-containerchecksum bdcc01806c8379d02ebcb49c25bd497d11dcd3f0954dee7c1e1639c4cb3986a1bc54266e2f635c263058e1cdb34d540d52291cbe73502f02eb54d4b98ea3676b
-doccontainersize 1297828
-doccontainerchecksum 047fd7bca863ea5088d2e33d512a80879f72c32dd2e7bd3813fce6614d22f0285beb0adcd887f4528457db24472518663ea4e711d90e4fc0f36c8282db6672cf
-docfiles size=348
+containersize 35208
+containerchecksum ba267bb0d0f9357797e00e4e07bd99d1a72e11b3538329d03c4c64f48b90e2cd3b4fc912f38a4f5526206839f9d497583b4c38579b8c94785aa4a3b461a74f66
+doccontainersize 1300764
+doccontainerchecksum 287e3806d45a0a3a9445dc44bbd138e99864d35413de3f8fa44fba2947833c779eb19ac72113e592109539a30f8a90e63b9a635b2ecf9330dda4c8ba05723bca
+docfiles size=349
RELOC/doc/latex/bxjscls/LICENSE
RELOC/doc/latex/bxjscls/README-ja.md details="Readme (Japanese)" language="ja"
RELOC/doc/latex/bxjscls/README.md details="Readme"
RELOC/doc/latex/bxjscls/bxjscls-manual.pdf details="User guide (Japanese)" language="ja"
RELOC/doc/latex/bxjscls/bxjscls-manual.tex
RELOC/doc/latex/bxjscls/bxjscls.pdf details="Package documentation (Japanese)" language="ja"
-srccontainersize 93848
-srccontainerchecksum 5eecd3c63ba56bdae6a5a720aec1394649732db2acf7d25a6e3125ed742fb1033648edd7c45bd558f7dd3b9ea912617111b0846614546b89ab5f2aecdf770f00
-srcfiles size=115
+srccontainersize 94336
+srccontainerchecksum 192f88fd063a7d098fb752831707cf2c6d6657c997f9398abdc4526d605221b1b1866829b2e3a0a36c126d7bebb5d8d5db6030aab1eebd99e37ccbde0fc98fbd
+srcfiles size=116
RELOC/source/latex/bxjscls/bxjscls.dtx
RELOC/source/latex/bxjscls/bxjscls.ins
-runfiles size=111
+runfiles size=112
RELOC/tex/latex/bxjscls/bxjsarticle.cls
RELOC/tex/latex/bxjscls/bxjsbook.cls
RELOC/tex/latex/bxjscls/bxjscjkcat.sty
@@ -47188,7 +47318,7 @@ catalogue-contact-repository https://github.com/zr-tex8r
catalogue-ctan /language/japanese/BX/bxjscls
catalogue-license bsd2
catalogue-topics japanese class
-catalogue-version 2.9b
+catalogue-version 2.9c
name bxnewfont
category Package
@@ -47269,7 +47399,7 @@ catalogue-version 0.6
name bxpdfver
category Package
-revision 63185
+revision 71967
shortdesc Specify version and compression level of output PDF files
relocated 1
longdesc This package enables users to specify in their sources the
@@ -47277,21 +47407,21 @@ longdesc following settings on the PDF document to output: PDF version
longdesc (1.4, 1.5 etc.); whether or not to compress streams; whether or
longdesc not to use object streams. This package supports all major
longdesc PDF-output engines and dvipdfmx.
-containersize 7400
-containerchecksum 693b58af2200a99c98b1b4fe9d99fca00cd39f06877c4670e4b5e281f3c31221490f3f7106e42069c1d0f35e192fc3d8e1457572db84a8176fe5dab695a55c48
-doccontainersize 4912
-doccontainerchecksum 94500d43e01e6e4fcde2a5de892ff0587a495672620540c37f08d815a4178f153c98dc1b8ee099f2e4e849842066a126d2906defb5b07bc5849ea7dc19f81555
+containersize 8376
+containerchecksum 70c8820e1bf87c8429407feda8f31063c9231b58bc9f69221bae998c35ae11ff641b1508c6358118ebf397d10214169d7e61609481ead56b47c956609906a473
+doccontainersize 5736
+doccontainerchecksum 9292b2ca4acab64a682e34f5f52b937343f95f4078a80018b4d76f3b37a160177436bc65e10e1f44eb3def1e99eb8d66455be0c91279277c699b6a9dde524612
docfiles size=6
RELOC/doc/latex/bxpdfver/LICENSE
RELOC/doc/latex/bxpdfver/README-ja.md details="Readme" language="ja"
RELOC/doc/latex/bxpdfver/README.md details="Readme"
RELOC/doc/latex/bxpdfver/sample-bxpdfver.tex
-runfiles size=8
+runfiles size=9
RELOC/tex/latex/bxpdfver/bxpdfver.sty
catalogue-ctan /macros/latex/contrib/bxpdfver
catalogue-license mit
catalogue-topics pdf-feat
-catalogue-version 0.6
+catalogue-version 0.8
name bxtexlogo
category Package
@@ -50827,34 +50957,32 @@ catalogue-version 0.2.7i
name catppuccinpalette
category Package
-revision 71320
+revision 72060
shortdesc Provides (x)colors of catppuccin theme
relocated 1
longdesc "Catppuccin" is a nice pastel theme in four flavours/styles
longdesc (Latte, Frappe, Macchiato, Mocha). This package defines these
longdesc themes as xcolor colors.
-containersize 2892
-containerchecksum ad2959cff6587f193de9ad4920548b07147c16656cbabc5462b4ae27d2100ee2551eeceaf912543d064ea7554d24467ca04d2b17884e30abac9f1d7dd14eda54
-doccontainersize 205660
-doccontainerchecksum f1fb0d4e19835df99072a7ecf89d0b59de7c283aee1cd337beb06a569f139c1ab14b90f7607bad93a608bf49265e1f014ec53567fe2d59e6dc4c2e205c539527
-docfiles size=53
+containersize 3520
+containerchecksum 32b9e674dbad59d2606f63af41ad8e58ee599ae9778cabecc9320aee51846d08f66e16230b5e0c2d503b512ccdffbfbcaddc06a653ce3e0c23a7bec29b041676
+doccontainersize 218908
+doccontainerchecksum c9aaac45b0eefe681655dbdda2f69bb0f2c1e6f74f116b73be9f1696f83d90809cb741cb9e325f9e3cac008e964f34d0ae6e17a473893d57219bb46e5a4072a3
+docfiles size=56
RELOC/doc/latex/catppuccinpalette/README.md details="Readme"
RELOC/doc/latex/catppuccinpalette/catppuccinpalette.pdf details="Package documentation"
-srccontainersize 4984
-srccontainerchecksum 9491ab8e2dc68e2abcd222ec8f7df82f66b3322ff175e7bedfc375f9d5e4a17258371b0973283c4ccec38f697678f096553e9fb26e4620b90a63a9117e139993
-srcfiles size=5
+srccontainersize 6104
+srccontainerchecksum d8fa776b41a6dc98350d21120ae0db5a9386cda1fd5c7b65c3b0f8ffefc5f29e3eb686ee3059424339e29c279b8676b94303c7b5ec9c37c2ac2cd057da038b8a
+srcfiles size=7
RELOC/source/latex/catppuccinpalette/catppuccinpalette.dtx
RELOC/source/latex/catppuccinpalette/catppuccinpalette.ins
-runfiles size=2
+runfiles size=4
RELOC/tex/latex/catppuccinpalette/catppuccinpalette.sty
-catalogue-contact-announce https://github.com/atticus-sullivan/catppuccinPalette/issues/1
-catalogue-contact-bugs https://github.com/atticus-sullivan/catppuccinPalette/issues
-catalogue-contact-repository https://github.com/atticus-sullivan/catppuccinPalette/
-catalogue-contact-support https://github.com/atticus-sullivan/catppuccinPalette/discussions/categories/q-a
+catalogue-contact-bugs https://github.com/catppuccin/latex/issues
+catalogue-contact-repository https://github.com/catppuccin/latex
catalogue-ctan /macros/latex/contrib/catppuccinpalette
-catalogue-license lppl1.3
+catalogue-license mit
catalogue-topics colour
-catalogue-version 1.0.2
+catalogue-version 1.1.0
name causets
category Package
@@ -55494,7 +55622,7 @@ catalogue-version 1.5
name changebar
category Package
-revision 69367
+revision 71847
shortdesc Generate changebars in LaTeX documents
relocated 1
longdesc Identify areas of text to be marked with changebars with the
@@ -55502,10 +55630,10 @@ longdesc \cbstart and \cbend commands; the bars may be coloured. The
longdesc package uses 'drivers' to place the bars; the available drivers
longdesc can work with dvitoln03, dvitops, dvips, the emTeX and TeXtures
longdesc DVI drivers, and VTeX and pdfTeX.
-containersize 7124
-containerchecksum 2dda64af4a2528e5f81a1dad9002badd1c443d7f1e3cec36b9548254e5b365a641912e720779787cabc6057dca74af42db2e1ec3a9ffe39c3ae5ef7ffe0d8319
-doccontainersize 636916
-doccontainerchecksum 5e0e2766b5078d1ffe87c36d14961aca842ff7d0ee73aefc6277b730dfcf98ea573c822addb2d6b95cc3981e6f56458a3a209c03848eea48170f7452a6261b96
+containersize 7136
+containerchecksum f8dadbd0ab0c5c49d1b140aa13d0e3a95d0baf1a8c78a9a26e15feac1e2e866f1e45b9f0571a581f9a6a84365656b3e634dac09d9cfdd9d286a13259de11d04d
+doccontainersize 634756
+doccontainerchecksum e3cc8f3966f459ceddce695949aa41edc853f39988632aecce37d834fa0fcd1675e64d79400d81711190511b48c9d9363fcf05b1d96faae796169cc2d7f86911
docfiles size=201
RELOC/doc/latex/changebar/CATALOG
RELOC/doc/latex/changebar/MANIFEST
@@ -55518,8 +55646,8 @@ docfiles size=201
RELOC/doc/latex/changebar/cbtest2.tex
RELOC/doc/latex/changebar/changebar.bug
RELOC/doc/latex/changebar/changebar.pdf details="Package documentation"
-srccontainersize 27640
-srccontainerchecksum ad58dc8f77ac1f4852d47baad9718fab4549d8fc0f856596cd8501329895b532346a299e412e87840de6934151837eee0af0b4ec30200c1bb99f10709901c9d0
+srccontainersize 27712
+srccontainerchecksum eb75317139de9298dee9d70a22f1c19e57a9fefd854237f90dd59c06bc36f63f31f8377f41658df1981b9b1522065f31db68da8ed41f4a005981c5c5fb9bf0db
srcfiles size=34
RELOC/source/latex/changebar/changebar.dtx
RELOC/source/latex/changebar/changebar.ins
@@ -55529,7 +55657,7 @@ catalogue-also chbar xechangebar backgrnd
catalogue-ctan /macros/latex/contrib/changebar
catalogue-license lppl1.3
catalogue-topics editorial
-catalogue-version 3.7d
+catalogue-version 3.7e
name changelayout
category Package
@@ -56895,7 +57023,7 @@ catalogue-version 4.17
name chemformula-ru
category Package
-revision 70350
+revision 71883
shortdesc Using the chemformula package with babel-russian settings
relocated 1
longdesc The chemformula package and babel-russian settings
@@ -56904,14 +57032,14 @@ longdesc chemformula-ru undefines babel's macro to prevent an error when
longdesc both packages are loaded together. Optionally it redefines the
longdesc \cosh macro to print the hyperbolic cosine in Russian notation
longdesc and/or defines a new macro \Ch for that purpose.
-containersize 1172
-containerchecksum d14218a5f9fc8f87bc29bff486c1c46206efdbe422d198b01bcaa4c4da5b4b8176c9a4a8b09d056e5fe766656916d52e9de5bf79a09ba7ca663dcababf34110e
-doccontainersize 156900
-doccontainerchecksum b4a3360897c2cfb457c3e8a9901bad95e967374edf12d125064cc4f0e47cb3d2a0f8b7e691707e12af34d6f3940a45ce6a544fb4be6e9351871e2fd39e9a5deb
-docfiles size=44
+containersize 1152
+containerchecksum fd03f5fadbabf6ab209ac9fdcc037fd7d2876d163fa94f4654a13d4e06d28564bb85689293961f33402f723fbd3bddc1326c8418b87a408418c5564a7ce2d4fc
+doccontainersize 157152
+doccontainerchecksum d22f44c151dd5bbc27c67f549a34aed7c213aecee45a0186e1050258b494460e1d5f6f13f258b41efff35df0dc10104e89ae72936cd442ac9ca5001012a86a5a
+docfiles size=45
RELOC/doc/latex/chemformula-ru/README.md details="Readme (English)"
RELOC/doc/latex/chemformula-ru/README.ru details="Readme (Russian)" language="ru"
- RELOC/doc/latex/chemformula-ru/chemformula-ru.pdf details="Package documentation"
+ RELOC/doc/latex/chemformula-ru/chemformula-ru.pdf details="Package documentation (English and Russian)"
RELOC/doc/latex/chemformula-ru/chemformula-ru.tex
runfiles size=1
RELOC/tex/latex/chemformula-ru/chemformula-ru.sty
@@ -60802,7 +60930,7 @@ catalogue-version 10.6
name circuitikz
category Package
-revision 71455
+revision 71968
shortdesc Draw electrical networks with TikZ
relocated 1
longdesc The package provides a set of macros for naturally typesetting
@@ -60811,11 +60939,11 @@ longdesc networks. It is designed as a tool that is easy to use, with a
longdesc lean syntax, native to LaTeX, and directly supporting PDF
longdesc output format. It has therefore been based on the very
longdesc impressive PGF/TikZ package.
-containersize 180304
-containerchecksum f83ac22b96065e76d51aa7601f8dc1453406d49c185bec4fb09e6cdaa95b8c54679db3284c7df7990b44e1ab52bed7924d924723f57c7e9e699ba825d71fc1fc
-doccontainersize 2529796
-doccontainerchecksum 2fb39bc30f4bc14d900391124216e3c1ce58aed4d096f98be71ff86cade009147ab93f1b407f94078fe8f9619558e855ac1d652e0e117728b1cdbc303f0a2685
-docfiles size=770
+containersize 181852
+containerchecksum d3c1772a0d15cd84c88bd1b988875d1ebed6f84562d911a346c218839185e3df88f7bc0b0dd379d411bbf4abe25ed99ad5734cf0de73c61a9a7aa919790411a9
+doccontainersize 2551296
+doccontainerchecksum 7567d9e9f69d40f305c858b00192e52843bda3ccca644e811d99d2a92887f39ff05199a09711aadfc627d02ec84e49f19228b9a1e8d893984f66f72ab29c6b64
+docfiles size=779
RELOC/doc/context/third/circuitikz/circuitikz-context.pdf
RELOC/doc/context/third/circuitikz/circuitikz-context.tex
RELOC/doc/generic/circuitikz/CHANGELOG.md
@@ -60825,7 +60953,7 @@ docfiles size=770
RELOC/doc/latex/circuitikz/circuitikzmanual.tex
RELOC/doc/latex/circuitikz/compatibility.tex
RELOC/doc/latex/circuitikz/ctikzmanutils.sty
-runfiles size=3398
+runfiles size=3399
RELOC/tex/context/third/circuitikz/t-circuitikz-0.8.3.tex
RELOC/tex/context/third/circuitikz/t-circuitikz-0.9.3.tex
RELOC/tex/context/third/circuitikz/t-circuitikz-0.9.6.tex
@@ -60876,7 +61004,7 @@ catalogue-contact-repository https://github.com/circuitikz/circuitikz
catalogue-ctan /graphics/pgf/contrib/circuitikz
catalogue-license lppl gpl
catalogue-topics graphics diagram-circ pgf-tikz electronic
-catalogue-version 1.6.9
+catalogue-version 1.7.0
name circularglyphs
category Package
@@ -60910,7 +61038,7 @@ catalogue-version 0.1.1
name citation-style-language
category Package
-revision 71468
+revision 72078
shortdesc Bibliography formatting with Citation Style Language
longdesc The Citation Style Language (CSL) is an XML-based language that
longdesc defines the formats of citations and bibliography. There are
@@ -60932,11 +61060,11 @@ depend lualibs
depend luatex
depend luaxml
depend url
-containersize 2825440
-containerchecksum 1239c00030d07622444f363e72d311b109d8c5c0247bf4887b68020ed8c1dc2ce0358c49cbbc291845b9bb141742794372e31876a6564ec4faca8f1bda4fac96
-doccontainersize 254384
-doccontainerchecksum 25183ecf0002b44c61457b9e126496e3762bdccdc31365843bf429a5c4417e018395eb54791e95f2595a10dd0566b71be854f89f46002de3ab06de848a9c0f62
-docfiles size=73
+containersize 2830300
+containerchecksum 9b9a0be06ce09a5c0be131024aed16419bd41b585594974cda44879c33a824ca0fd728e8946ed1eb00ae80d721d7b4158ea54d162b74d00c838a9dcd6ae13b77
+doccontainersize 260340
+doccontainerchecksum b8bbd317eb2d247481eca33d591aff35cbdabbdf3e4b8f2e7e08ba54c6ceca50a21e90858c51c0e91cffaaae9e751dc42db8b05b1175c6e3ab1a2d08a0804626
+docfiles size=75
texmf-dist/doc/latex/citation-style-language/CHANGELOG.md
texmf-dist/doc/latex/citation-style-language/DEPENDS.txt
texmf-dist/doc/latex/citation-style-language/README.md details="Readme"
@@ -60944,7 +61072,7 @@ docfiles size=73
texmf-dist/doc/latex/citation-style-language/citation-style-language-doc.tex
texmf-dist/doc/man/man1/citeproc-lua.1
texmf-dist/doc/man/man1/citeproc-lua.man1.pdf
-runfiles size=4207
+runfiles size=4216
texmf-dist/scripts/citation-style-language/citeproc-bibtex-data.lua
texmf-dist/scripts/citation-style-language/citeproc-bibtex-parser.lua
texmf-dist/scripts/citation-style-language/citeproc-bibtex2csl.lua
@@ -60954,11 +61082,10 @@ runfiles size=4207
texmf-dist/scripts/citation-style-language/citeproc-engine.lua
texmf-dist/scripts/citation-style-language/citeproc-ir-node.lua
texmf-dist/scripts/citation-style-language/citeproc-journal-data.lua
- texmf-dist/scripts/citation-style-language/citeproc-latex-core.lua
texmf-dist/scripts/citation-style-language/citeproc-latex-data.lua
texmf-dist/scripts/citation-style-language/citeproc-latex-parser.lua
- texmf-dist/scripts/citation-style-language/citeproc-latex.lua
texmf-dist/scripts/citation-style-language/citeproc-lua.lua
+ texmf-dist/scripts/citation-style-language/citeproc-manager.lua
texmf-dist/scripts/citation-style-language/citeproc-node-bibliography.lua
texmf-dist/scripts/citation-style-language/citeproc-node-choose.lua
texmf-dist/scripts/citation-style-language/citeproc-node-citation.lua
@@ -61057,7 +61184,7 @@ catalogue-contact-repository https://github.com/zepinglee/citeproc-lua
catalogue-ctan /biblio/citation-style-language
catalogue-license mit cc-by-sa-3
catalogue-topics biblio use-lua expl3
-catalogue-version 0.5.0
+catalogue-version 0.6.2
name citation-style-language.aarch64-linux
category Package
@@ -62515,37 +62642,36 @@ binfiles arch=x86_64-solaris size=59
name cjs-rcs-article
category Package
-revision 69006
+revision 71936
shortdesc Article class for The Canadian Journal of Statistics
relocated 1
longdesc The document class cjs-rcs-article and its companion
longdesc bibliographic styles cjs-rcs-en and cjs-rcs-fr typeset
longdesc manuscripts immediately in accordance with the presentation
longdesc rules of The Canadian Journal of Statistics.
-containersize 14492
-containerchecksum 6f49b9c02aa67036997403d65a9efc60c0cb7bcc29931d93fbb0359624fcbf4b3899e75c1721155b6484d7baafa79a823adf08fa5f1491352d4bd547dee22a58
-doccontainersize 375192
-doccontainerchecksum 2932d797b3969a5e399c51d2c515c05cf7fccaa88d82d80b99f626dbf2ff7a6e5f7414963696842f1980755b72a06f9e9def3d282f8ff5ca5175ad1ec8d3f1c5
-docfiles size=164
+containersize 15044
+containerchecksum 8dbfc2caa83bb25e825aed15bb999e34b339f35725a2f62f842aafbd662d9668c1034259552464778a967d58bbfb8ca9621fc7ff00e4f7749eeb21b429c4726e
+doccontainersize 346032
+doccontainerchecksum c8575a01b4a4e4efeec5f1873e281bb7aa83a74d6884d020b2189324f903d61cd0993f5b8d9c70f229ff929b2240a58fb178654bae9b7a2bf8b75f950945aacf
+docfiles size=94
RELOC/doc/latex/cjs-rcs-article/README.md details="Readme"
RELOC/doc/latex/cjs-rcs-article/cjs-rcs-article-fr.pdf details="Package documentation (French)" language="fr"
- RELOC/doc/latex/cjs-rcs-article/cjs-rcs-article-fr.tex
RELOC/doc/latex/cjs-rcs-article/cjs-rcs-article.pdf details="Package documentation (English)"
- RELOC/doc/latex/cjs-rcs-article/cjs-rcs-bst-en.dbj
- RELOC/doc/latex/cjs-rcs-article/cjs-rcs-bst-fr.dbj
- RELOC/doc/latex/cjs-rcs-article/cjs-rcs-class.dbj
- RELOC/doc/latex/cjs-rcs-article/cjs-rcs-english.mbs
- RELOC/doc/latex/cjs-rcs-article/cjs-rcs-french.mbs
- RELOC/doc/latex/cjs-rcs-article/cjs-rcs-merlin.mbs
RELOC/doc/latex/cjs-rcs-article/cjs-rcs-merlin.pdf details="Documentation of bibliographic style"
RELOC/doc/latex/cjs-rcs-article/cjs-template.tex
RELOC/doc/latex/cjs-rcs-article/rcs-gabarit.tex
-srccontainersize 47452
-srccontainerchecksum e3ca39b24e2dee6d611ccf7b0753da2d99a419db6d7e31d5aee231439dfd08da4f4bd9f902fa8c65d16df7fb9560cacf3d76ce111ba2881d267be7964c538649
-srcfiles size=49
+srccontainersize 99952
+srccontainerchecksum b19f6a1f3c88518f66596dc7b0c0a8b255bb7beb5c15a5c1b221abe83faa792233b1abb1908bcbd5808a8369a937d0e983c0271f3d86393f1117a714daf79fa3
+srcfiles size=128
RELOC/source/latex/cjs-rcs-article/cjs-rcs-article.dtx
RELOC/source/latex/cjs-rcs-article/cjs-rcs-article.ins
-runfiles size=25
+ RELOC/source/latex/cjs-rcs-article/cjs-rcs-bst-en.dbj
+ RELOC/source/latex/cjs-rcs-article/cjs-rcs-bst-fr.dbj
+ RELOC/source/latex/cjs-rcs-article/cjs-rcs-class.dbj
+ RELOC/source/latex/cjs-rcs-article/cjs-rcs-english.mbs
+ RELOC/source/latex/cjs-rcs-article/cjs-rcs-french.mbs
+ RELOC/source/latex/cjs-rcs-article/cjs-rcs-merlin.mbs
+runfiles size=26
RELOC/bibtex/bst/cjs-rcs-article/cjs-rcs-en.bst
RELOC/bibtex/bst/cjs-rcs-article/cjs-rcs-fr.bst
RELOC/tex/latex/cjs-rcs-article/cjs-rcs-article.cls
@@ -62556,7 +62682,7 @@ catalogue-contact-repository https://gitlab.com/cjs-rcs/cjs-rcs-article
catalogue-ctan /macros/latex/contrib/cjs-rcs-article
catalogue-license lppl1.3c cc-by-sa-4
catalogue-topics journalpub article-like class doc-templ bibtex-sty
-catalogue-version 1.0
+catalogue-version 1.1a
name clara
category Package
@@ -70408,7 +70534,7 @@ containerchecksum 4241bc3a3ef21502faa9a2e0b16295126c357fc15813a625306552b40f9da8
name collection-bibtexextra
category Collection
-revision 70554
+revision 71940
shortdesc BibTeX additional styles
relocated 1
longdesc Additional BibTeX styles and bibliography data(bases), notably
@@ -70427,6 +70553,7 @@ depend beebe
depend besjournals
depend bestpapers
depend bib2gls
+depend bib2qr
depend bibarts
depend bibcop
depend biber
@@ -70579,8 +70706,8 @@ depend vak
depend windycity
depend xcite
depend zootaxa-bst
-containersize 1300
-containerchecksum d138eb5208d32746217d4dc99612553585d8c9eef2b492f92300a63c83d992c5aecb46b67a3003d690c086f9a17be43e864b5cd97430568ea86e9dfbfaeb3172
+containersize 1292
+containerchecksum 72f0c141b94a844e67d6ce7850b17faa3e77fc621ddab7807595b42bd3a664f5e64557d7d0b26df6707247d10366cb95ec4aee7897d4373e4025bab92830a6c5
name collection-binextra
category Collection
@@ -70705,7 +70832,7 @@ containerchecksum 0110465d7d795c242f33ff2f6214a1d4f844f73bd37d7d8063b1087103c4aa
name collection-context
category Collection
-revision 71515
+revision 71879
shortdesc ConTeXt and packages
relocated 1
longdesc Hans Hagen's powerful ConTeXt system, https://pragma-ade.com.
@@ -70713,6 +70840,7 @@ longdesc Also includes third-party ConTeXt packages.
depend collection-basic
depend context
depend context-calendar-examples
+depend context-chat
depend context-collating-marks
depend context-cyrillicnumbers
depend context-filter
@@ -70733,12 +70861,12 @@ depend context-vim
depend context-visualcounter
depend jmn
depend luajittex
-containersize 528
-containerchecksum 54bd03a9e95e9806219a8123c4b83668dad3903bb0a46286b3c47757668bea8754e3f1679ea9dffe6d9d2c1a75c207a9517911265b9742100999d66c42b44a8e
+containersize 532
+containerchecksum ce789f2713ee28ab46cf0cbe370fd1e914cd13b749033dfe86509ba44764d07a87f60883f1aca6fb96ef6f3291e9378ff56fbc5873f67040b1af0aecaddfebe5
name collection-fontsextra
category Collection
-revision 71246
+revision 71982
shortdesc Additional fonts
relocated 1
depend aboensis
@@ -70791,6 +70919,7 @@ depend bguq
depend bitter
depend blacklettert1
depend boisik
+depend bonum-otf
depend bookhands
depend boondox
depend braille
@@ -70905,6 +71034,7 @@ depend frimurer
depend garamond-libre
depend garamond-math
depend gelasio
+depend gelasiomath
depend genealogy
depend gentium-tug
depend gfsartemisia
@@ -70972,6 +71102,7 @@ depend lineara
depend linguisticspro
depend lobster2
depend logix
+depend luwiantype
depend lxfonts
depend ly1
depend magra
@@ -70983,6 +71114,7 @@ depend mdputu
depend mdsymbol
depend merriweather
depend metsymb
+depend mfb-oldstyle
depend miama
depend mintspirit
depend missaali
@@ -71101,8 +71233,8 @@ depend yfonts-t1
depend yinit-otf
depend ysabeau
depend zlmtt
-containersize 2056
-containerchecksum 9f3166bb69973743e71311b9105bd4fb50e9bf70e9c4cb506fcad2b4dddd849c898430edd0a2891f0c345c216885115eb66e18d69364a5870cbff5b2dbae274d
+containersize 2076
+containerchecksum b2321b7ec3ded15c19220e96331f1dcbf1c6bee2ab7701672473bbb9103bd63199e57d5ef0498fc7d7de790a26f4ee48268154b74c575aba0742b9be9df89211
name collection-fontsrecommended
category Collection
@@ -71281,7 +71413,7 @@ containerchecksum 43b0893ce80c5fa395348fd319110c3c0e0e47e589d70e63bc0023dc2e2ee9
name collection-humanities
category Collection
-revision 68465
+revision 72101
shortdesc Humanities packages
relocated 1
longdesc Packages for law, linguistics, social sciences, humanities,
@@ -71304,6 +71436,7 @@ depend expex
depend expex-glossonly
depend gb4e
depend gmverse
+depend interlinear
depend jura
depend juraabbrev
depend juramisc
@@ -71341,8 +71474,8 @@ depend theatre
depend tree-dvips
depend verse
depend xyling
-containersize 608
-containerchecksum 33b19b29b31671c148900d207f1f9947be502ab215e901afa9c5fe5264bafd004717dc8f6438d1a4b40abfa63c0b94725738b8c8bc117e293676f3db1e25ba6a
+containersize 620
+containerchecksum 0e3e5d62941c4e01d364a15b6c3d2bce8f1024a40b09a6c347689c50cd68541d1de7c1c2ab4f9d5f1408e8e0a0a1165da40b8fb366f419ed0762216833029a26
name collection-langarabic
category Collection
@@ -71547,7 +71680,7 @@ containerchecksum 719c321173ca12660891080dae509080934f72d13a9417b2c40a22add963c7
name collection-langenglish
category Collection
-revision 71432
+revision 71835
shortdesc US and UK English
relocated 1
longdesc Support for, and documentation in, English.
@@ -71623,10 +71756,11 @@ depend typstfun
depend undergradmath
depend visualfaq
depend webguide
+depend wrapstuff-doc-en
depend xetexref
depend yet-another-guide-latex2e
-containersize 900
-containerchecksum 9bac60a1098999704311f734a100674315bafd4d7ac44b17af650bd6380d31d260a88153e60febed970a41325d822e244993ca963e64944958ba1964a2a98450
+containersize 908
+containerchecksum 0128c7f7df1ad098675272b20ab1f77ed69d83da8e8c156efb7e56dbcbe80d9269f3d31755906cd35d7d26514c1fa511f0b6df2687cc69aaad11fc9c60bde099
name collection-langeuropean
category Collection
@@ -72133,7 +72267,7 @@ containerchecksum 1f3c1cc4d1e28871085092314a58671a2acab47da0a758c0bdff569b0a8069
name collection-latex
category Collection
-revision 69131
+revision 71912
shortdesc LaTeX fundamental packages
relocated 1
longdesc These packages are either mandated by the core LaTeX team, or
@@ -72165,6 +72299,7 @@ depend graphics-cfg
depend grfext
depend hopatch
depend hycolor
+depend hypcap
depend hyperref
depend intcalc
depend kvdefinekeys
@@ -72197,12 +72332,12 @@ depend stringenc
depend tools
depend uniquecounter
depend url
-containersize 704
-containerchecksum 889eae40b82f31c7c4b3a17740399c763dabec7986fcb39261b252afff69a03a16e660b114e358cd72e3fafa14a158849cf03aa2ad4d73a5bee4ca9abc4c24af
+containersize 708
+containerchecksum e2186a4295eb854d56e838deaae8330e47ced975d28ad83b51d8ada6955a5aa16f6cd9a08d2524f4419fd2256b895d1c14af183953c200dadc377f0d1e59fd91
name collection-latexextra
category Collection
-revision 71526
+revision 72033
shortdesc LaTeX additional packages
relocated 1
longdesc A very large collection of add-on packages for LaTeX.
@@ -72589,6 +72724,7 @@ depend doctools
depend documentation
depend docutils
depend doi
+depend doibanner
depend dotarrow
depend dotlessi
depend dotseqn
@@ -72733,6 +72869,7 @@ depend filecontentsdef
depend filedate
depend fileinfo
depend filemod
+depend fillwith
depend fink
depend finstrut
depend fistrum
@@ -72874,6 +73011,7 @@ depend harnon-cv
depend harpoon
depend hc
depend he-she
+depend hebdomon
depend hep-acronym
depend hep-float
depend hep-math
@@ -73263,6 +73401,7 @@ depend parselines
depend pas-cours
depend pas-cv
depend pas-tableur
+depend passopt
depend patch
depend patchcmd
depend pauldoc
@@ -73575,6 +73714,7 @@ depend tcolorbox
depend tdclock
depend technics
depend ted
+depend telprint
depend templatetools
depend termcal
depend termlist
@@ -73766,8 +73906,8 @@ depend zref-clever
depend zref-vario
depend zwgetfdate
depend zwpagelayout
-containersize 7224
-containerchecksum 2232e4487988c346c2f621c53927deae0dfcb88003b58cb147f901d8fce6b38cfbc447cf18a469cc6c61dc172a550b4496be5303539643eba2e296ffdfa28b1a
+containersize 7248
+containerchecksum ba2aa26917a61dca289ae5e6b0b4e06471f32bf0b4767fc3cd1429e98555a50937a9940fae65be1373b426ac2ed3c8c8f875b107dc85d7d71bda42fa2026ec2c
name collection-latexrecommended
category Collection
@@ -73853,7 +73993,7 @@ containerchecksum 69859043c611e236befbc95dc42d3e8ce283936971bfa41f0efa495919ddc7
name collection-luatex
category Collection
-revision 71305
+revision 72049
shortdesc LuaTeX packages
relocated 1
longdesc Packages for LuaTeX, a TeX engine using Lua as an embedded
@@ -73916,6 +74056,7 @@ depend lualibs
depend lualinalg
depend luamathalign
depend luamaths
+depend luamml
depend luamodulartables
depend luamplib
depend luaoptions
@@ -73960,18 +74101,19 @@ depend spacekern
depend spelling
depend stricttex
depend sympycalc
+depend tango
depend texfindpkg
depend truthtable
depend tsvtemplate
depend typewriter
depend uninormalize
depend yamlvars
-containersize 1044
-containerchecksum c400b3b9788b89be0847a3af3793eb26bc84457d4e267894a5cc7e8c525e6037cea06384f8f13ad2f0db38ce2d6743f1313d0fa1133cd9db2ba74cbd81ffe3d0
+containersize 1052
+containerchecksum db570ce04f9068f5ae55a4d5cb9c6adf3c3317cd03fb63ebd96ea55ad5b8b8847a28313dee597c4245f7614061453162b0ba1e205a4fcfbaa5e858f5bac4d7c1
name collection-mathscience
category Collection
-revision 71466
+revision 72095
shortdesc Mathematics, natural sciences, computer science packages
relocated 1
depend 12many
@@ -74050,6 +74192,7 @@ depend derivative
depend diffcoeff
depend digiconfigs
depend dijkstra
+depend domaincoloring
depend drawmatrix
depend drawstack
depend dyntree
@@ -74134,6 +74277,7 @@ depend mhchem
depend mhequ
depend miller
depend mismath
+depend moremath
depend multiobjective
depend naive-ebnf
depend namedtensor
@@ -74243,8 +74387,8 @@ depend youngtab
depend yquant
depend ytableau
depend zx-calculus
-containersize 1764
-containerchecksum 5ffe9266ac6125d6959d418b1c4798c3c5555bf8ab0177dc2848953f88c44a309fb4268965e002d7bc02f220d151b467e6e81c1539ae19e4107c1f4c1ac79b38
+containersize 1772
+containerchecksum dacd43b488e00e2f56d0b98e363c4788405b3d04960099750c122de14fc8c148456e73dba1cfb7ef888c2e820c7482f5731e3c59f49e7f073c77d7f31d557448
name collection-metapost
category Collection
@@ -74352,7 +74496,7 @@ containerchecksum 26100feabd6d95d8b29f0160f7e9b86d06e5055387acc63fe6e47fa0e68156
name collection-pictures
category Collection
-revision 71241
+revision 71947
shortdesc Graphics, pictures, diagrams
relocated 1
longdesc Including TikZ, pict, etc., but MetaPost and PStricks are
@@ -74481,6 +74625,7 @@ depend pgfmorepages
depend pgfopts
depend pgfornament
depend pgfplots
+depend pgfplotsthemebeamer
depend picinpar
depend pict2e
depend pictex
@@ -74491,6 +74636,7 @@ depend pixelart
depend pixelarttikz
depend pmgraph
depend polyhedra
+depend polyomino
depend postage
depend postit
depend prerex
@@ -74618,8 +74764,8 @@ depend worldflags
depend xistercian
depend xpicture
depend xypic
-containersize 1680
-containerchecksum d4f47f535558eae61514b83a5a65c973ab5deb2e8cd146e5c1a651d7a47339114bb7f3a40436af773476b677c1255634b191305a78b2ac78ce0e2a9600def4fa
+containersize 1696
+containerchecksum 93c43512ffc1937d3878fc9437fb6f370355c1e6980aa239000d6791f8fef1535e21067f7f3396a4244933b1aaca58a4a4f9a5f2269ea441665930439df5f541
name collection-plaingeneric
category Collection
@@ -74872,7 +75018,7 @@ containerchecksum 508276fe37018f3d9773fc7cda0cb37edcdd28e9cf8ab54ed5be16b07c2066
name collection-publishers
category Collection
-revision 71601
+revision 72074
shortdesc Publisher styles, theses, etc.
relocated 1
depend aastex
@@ -74938,6 +75084,7 @@ depend dithesis
depend ebook
depend ebsthesis
depend ecothesis
+depend edmaths
depend ejpecp
depend ekaia
depend elbioimp
@@ -75172,8 +75319,8 @@ depend yathesis
depend yazd-thesis
depend yb-book
depend york-thesis
-containersize 1788
-containerchecksum e3cf1329ff66d47e8cfdb735244ef4e6635c5e8e8c366e4f579f674cfffbdc96252cdbff2c83fa39072f6b41d7618419f14e0b55acf2c48048a8bfc8a9162410
+containersize 1792
+containerchecksum a027166da3654e5cbdaade0eb7847344bcb9a27f97f645c424ce670ae0cae339e54c91818584511fea0a263241ab9c9f34333211df85e701ee929367653812ba
name collection-texworks
category Collection
@@ -75680,23 +75827,23 @@ catalogue-version 1.0
name colortbl
category Package
-revision 71370
+revision 71883
shortdesc Add colour to LaTeX tables
relocated 1
longdesc The package allows rows and columns to be coloured, and even
longdesc individual cells.
-containersize 3636
-containerchecksum bff03ed54244fb84f336d949861c01d1540caee184167a5d77383ebf715ef238dfc70cf4cfbbece6ee43bd99f1a4cee274b6919979dfbaaf2e27755d045a9cf6
-doccontainersize 645004
-doccontainerchecksum cba7cf2c1c1004f45af8fe8352106ba5cc87bb1be55953aa5518911cfd0b517250f652bee50ad1f481dcee1e9747a8b346fff938ed9301cbd5bf15a1c7acaa58
+containersize 3740
+containerchecksum ad26ae19b376533a73cf162e74a38530a4655338897329756c295832eb0dd8d3f778cbc79f482926b8a134f80bf18e50a6850517f72b83b8b08ee07b7a8ec721
+doccontainersize 645592
+doccontainerchecksum 377dec782bfe978ed745c4302c970ca41cead29714a47907804f356bc7246c0393b9a6f72b65f7534a3455f4684c9261729d3309de985e72fb88aca57eb09c6f
docfiles size=169
RELOC/doc/latex/colortbl/README.txt details="Readme"
RELOC/doc/latex/colortbl/colortbl-DE.pdf details="Package manual (German)" language="de"
RELOC/doc/latex/colortbl/colortbl-DE.tex
RELOC/doc/latex/colortbl/colortbl.pdf details="Package manual (English)" language="en"
-srccontainersize 12904
-srccontainerchecksum 35c4316c593299fd79552a5068944243185c87e2eca43252c1201fad3a1012f9983d677db50cb77e14eafe8032cc70f56f4e843bec8be3f8fc4e31019d194a09
-srcfiles size=13
+srccontainersize 13060
+srccontainerchecksum 35226f0532ff8df37ab9f9abab5c332c7c86895d11fd701f4f6dcdc4aa24291406da92c6722281f6d3d42928e1ee22193553581773388defd4220a98905e7064
+srcfiles size=14
RELOC/source/latex/colortbl/colortbl.dtx
RELOC/source/latex/colortbl/colortbl.ins
runfiles size=4
@@ -75705,7 +75852,7 @@ catalogue-also xcolor
catalogue-ctan /macros/latex/contrib/colortbl
catalogue-license lppl
catalogue-topics colour table
-catalogue-version 1.0h
+catalogue-version 1.0i
name colorwav
category Package
@@ -81894,6 +82041,22 @@ catalogue-ctan /macros/context/contrib/context-calendar-examples
catalogue-license pd
catalogue-topics calendar calculation context
+name context-chat
+category ConTeXt
+revision 72010
+relocated 1
+depend context
+containersize 2284
+containerchecksum 27b5dceae2d462c2e9c6aee0885163fd69b023b92b5f5f6dd52a30ab842c6e8eda8d690200e3a30bf3608d32e433d785aa8f90a6e83de25b485431e7c21efed1
+doccontainersize 12576
+doccontainerchecksum 3e5f06fcb75babfba4f3537cc303f85df5e4b593ebc79b81784618072e372df17c72932e339d126eb9d2586468534904b18ca39473f2b858c7637494c373399b
+docfiles size=11
+ RELOC/doc/context/third/chat/LICENSE
+ RELOC/doc/context/third/chat/README.md
+ RELOC/doc/context/third/chat/VERSION
+runfiles size=2
+ RELOC/tex/context/third/chat/t-chat.mkiv
+
name context-collating-marks
category ConTeXt
revision 68696
@@ -91625,16 +91788,16 @@ catalogue-version 1.1
name customenvs
category Package
-revision 71415
+revision 72112
shortdesc Custom environments (MCQ, list with picked items, ...)
relocated 1
longdesc The package provides some custom environments (Multiple Choice,
longdesc list with chosen items, ...) based on existing environments.
-containersize 12232
-containerchecksum ef03ae8c101f43daa4c740a131a838c0a51df706f211f0529ba737ed8a153b0c0ff0bd0709e9f20728d6848417aa87031a8da9fc09980c21e31bdbcb5cb5033d
-doccontainersize 1668196
-doccontainerchecksum fc97e5c39d15474f52cffb8746db879924f5d7bd760c30b17e1ec1f4a21f16419642e6f63b72462201720fc27ba786790cc57f5e27704498673202b6135914b1
-docfiles size=466
+containersize 15996
+containerchecksum 8afdd76e89c65898a77f5414613c1b7589cde87668acf6f110a9bdb02ac654df8e8474cef1755a530eba5f900ff6cc8dbcabb590b9466ebaa338a34950875ce5
+doccontainersize 1717412
+doccontainerchecksum bee8f6365b13a7f7eff10acd3385d28c81076b14b27229e4cbc66a2d15dec4d3e7d964d1e2d70123050092f79588eb0ab27a9be7cb6ee24b9051bc799b686b6c
+docfiles size=472
RELOC/doc/latex/customenvs/README.md details="Readme"
RELOC/doc/latex/customenvs/customenvs-doc-en.pdf details="Package documentation (English)"
RELOC/doc/latex/customenvs/customenvs-doc-en.tex
@@ -91642,14 +91805,14 @@ docfiles size=466
RELOC/doc/latex/customenvs/customenvs-doc-fr.tex
RELOC/doc/latex/customenvs/envtexo_exemples.pdf
RELOC/doc/latex/customenvs/envtexo_exemples.tex
-runfiles size=19
+runfiles size=26
RELOC/tex/latex/customenvs/customenvs.sty
catalogue-contact-bugs https://github.com/cpierquet/customenvs/issues
catalogue-contact-repository https://github.com/cpierquet/customenvs
catalogue-ctan /macros/latex/contrib/customenvs
catalogue-license lppl1.3c cc-by-sa-4
catalogue-topics list table
-catalogue-version 0.1.7
+catalogue-version 0.2.0
name cutwin
category Package
@@ -91777,7 +91940,7 @@ catalogue-version 1.1.0
name cweb
category Package
-revision 71359
+revision 72013
catalogue cwebbin
shortdesc CWEB for ANSI-C/C++ compilers
longdesc A highly portable and extended version of Levy/Knuth CWEB 3.64c
@@ -91797,10 +91960,10 @@ longdesc the package's github repository for more information.
depend cweb.ARCH
depend iftex
depend kpathsea
-containersize 27084
-containerchecksum 113860050bbf723d2b9ff683ca08aef3285b9e6878f131020b06d68006f246ad5c4461798ce658572f317f61c47baecbdaa039ac73dda18b40f8a4db89c6efb1
-doccontainersize 77268
-doccontainerchecksum 54352298c2506bcb2698a2cecad26f949bd8cb4b7bcca11194b6e521caa057d5c56c070db0811d03932051a8c8fe8e6cf6ff08ca69da8119c50f4c9d9c35e620
+containersize 27344
+containerchecksum 7daa5c4cf8f3737d91fd2c3fc1dff419314ff8365d85eff804ba6f45bc4dd8d0e25eb50cd0f73744dc12579bd8b59e117966426859beb4c8eebd524768efe9ea
+doccontainersize 77264
+doccontainerchecksum 8c1be79a6957da73b32537b02a2fa0c3b088c8df090dc3e391928c30d65487697e5a250eb6c4b5cafc65c4cf57850647cbbf2cab8a333e8799ed919f90afe2b8
docfiles size=84
texmf-dist/doc/man/man1/ctangle.1
texmf-dist/doc/man/man1/ctangle.man1.pdf
@@ -91820,7 +91983,7 @@ docfiles size=84
texmf-dist/doc/man/man1/twill-refsort.man1.pdf
texmf-dist/doc/man/man1/twill.1
texmf-dist/doc/man/man1/twill.man1.pdf
-runfiles size=66
+runfiles size=65
texmf-dist/tex/plain/cweb/ctproofmac.tex
texmf-dist/tex/plain/cweb/cttwinxmac.tex
texmf-dist/tex/plain/cweb/ctwimac.tex
@@ -93289,27 +93452,28 @@ catalogue-version 1.3
name dashrulex
category Package
-revision 70762
+revision 71846
shortdesc Draw dashed rules
relocated 1
longdesc This package package provides a flexible solution for drawing
longdesc dashed rules in the body. It currently provides two commands,
longdesc \hdashrule and \hanyrule. It is written in LaTeX3 and can be
longdesc used as an alternative to the dashrule package.
-containersize 1444
-containerchecksum e03f21f0b47d520f4b99974308b42330550db4963be49290a3cc4382a62a1a5d87a042dddffa58aed7b0365048d3bc3652641fef4e6e97eb24510f4eb9cbeb5c
-doccontainersize 60300
-doccontainerchecksum b6c58187559795b7b6f995eb69e9f8bac3591d02deef210dff928386c15a450e4d0dc7f2e82558da8a4995ed340332d0244b2edcd66bc46c222412e98f12b800
+containersize 1472
+containerchecksum c5788ce8657d5f0d0e3de786d35dd0511b5ca7fea3b9e87f79449771788ec84c72ea22fecba4348376853d20f8329a61908c446097c5b676392f6aa87d05473b
+doccontainersize 58900
+doccontainerchecksum 9af74d97f531b68a4b6d1635b73d4295131548d05ecfd3d1388a6e12c5b6b8199cc5c7e11aab4654f9e6644fb342b5dad119051332b16a65ff53fb341302791a
docfiles size=18
RELOC/doc/latex/dashrulex/README.md details="Readme"
RELOC/doc/latex/dashrulex/dashrulex.pdf details="Package documentation"
RELOC/doc/latex/dashrulex/dashrulex.tex
runfiles size=1
RELOC/tex/latex/dashrulex/dashrulex.sty
+catalogue-contact-repository https://github.com/texno3/dashrulex
catalogue-ctan /macros/latex/contrib/dashrulex
catalogue-license cc-by-4
catalogue-topics rule line-patt expl3
-catalogue-version 1.00c
+catalogue-version 1.01a
name dashundergaps
category Package
@@ -95146,7 +95310,7 @@ catalogue-version 1.5
name dccpaper
category Package
-revision 67890
+revision 72097
shortdesc Typeset papers for the International Journal of Digital Curation
relocated 1
longdesc The LaTeX class ijdc-v14 produces camera-ready papers and
@@ -95159,18 +95323,18 @@ longdesc Conference, beginning with the 2015 conference. As of August
longdesc 2023 these classes are no longer officially supported for new
longdesc submissions to the IJDC and IDCC, but nevertheless they
longdesc continue to be maintained to support existing documents.
-containersize 25060
-containerchecksum 16a507603bffd0fd0e305c9e2d21927f0788dcff750ab276349919cc2e1036b41f57696e088ab5596bd714f890ea68ece629980dc613581d5c90f586f7e4117c
-doccontainersize 291696
-doccontainerchecksum 7793786d0c34ab72954fe189bbae96a388f61f789b845b42d7fb062bab3858643e8ee730d11a5d4209fb0d728220e7ea89bceb3684118978dd8119aedf167a89
-docfiles size=90
+containersize 25084
+containerchecksum c02543e316b4b01c655131815e170603e96395dbb912686718be96f5851e9d8f39701a090933ac3d826cf2535dfb30e824c1b2ae5f388ce4f1d1382e37164292
+doccontainersize 296688
+doccontainerchecksum 5c7db2fdb35f94e6bc0b0a985441e54ffdc90e74b4032d8a682274530f35b9fd3f152f31cb1f955e4d83a5492469362839a560de9d48ac1a2cc052a77c7c463f
+docfiles size=91
RELOC/doc/latex/dccpaper/README.md details="Readme"
RELOC/doc/latex/dccpaper/dccpaper-apacite.bib
RELOC/doc/latex/dccpaper/dccpaper-biblatex.bib
RELOC/doc/latex/dccpaper/dccpaper.pdf details="Package documentation"
-srccontainersize 27072
-srccontainerchecksum bf4bb7b3ed2cae28c3f3d15758a48fcea3e737872b27af3ded1cda51f5b1c84ac200116fa7019972c65aa2a4966885582956bdbb717b6b427ab42f2f7b7fb00a
-srcfiles size=26
+srccontainersize 27100
+srccontainerchecksum 038426882b1a28217fdbe2cabe330df86c4d18d04ed44e21d319d767b525d793697ee0ba2727943ccdf9b599dceb38513ce13ce72a64d39a71a15604250490f8
+srcfiles size=27
RELOC/source/latex/dccpaper/Makefile
RELOC/source/latex/dccpaper/dccpaper.dtx
runfiles size=28
@@ -95185,7 +95349,7 @@ catalogue-contact-repository https://github.com/alex-ball/dccpaper
catalogue-ctan /macros/latex/contrib/dccpaper
catalogue-license lppl1.3c cc-by-4
catalogue-topics journalpub confproc class
-catalogue-version 2.4
+catalogue-version 2.5
name dcpic
category Package
@@ -96378,32 +96542,32 @@ catalogue-version 2.0
name delimset
category Package
-revision 49544
+revision 71829
shortdesc Typeset and declare sets of delimiters with convenient size control
relocated 1
longdesc delimset is a LaTeX2e package to typeset and declare sets of
longdesc delimiters in math mode whose size can be adjusted
longdesc conveniently.
-containersize 2016
-containerchecksum 5c19bda2a87de91ac1d32981198ce7718d490184d4d65dade231b66c3f46621af91dbeb89bb79ba1370fd82a0527d01d0aa7cd9dddeea818e8c4b4380a7b63ed
-doccontainersize 319324
-doccontainerchecksum 9e671fa601b878187b5b3ae1a47feffb6c451fd42f202f948a87b02f35385b47239947a3e91260e699c64c453df161d9ae734fa3a8e241b0e47056181fefc46c
-docfiles size=83
+containersize 3012
+containerchecksum 876eb8e327bf7a84760147bb3a360d7f49b79c2e1f13d14b10ad176d5f66bb696ef881bc5c513d131fd82b056b1b1208823274fb53e5481e50081f72f06102e5
+doccontainersize 351444
+doccontainerchecksum bfe0517d33fc23225490477b8858572b70b45e43a2e9b3019aabfe673a69683998c9c0f20e34efc15bcc0d4bf135af2cd867bc326ddf747ab02cf0973de5e7e1
+docfiles size=94
RELOC/doc/latex/delimset/README.txt details="Readme"
RELOC/doc/latex/delimset/delimset.pdf details="Package documentation"
RELOC/doc/latex/delimset/dlmssamp.tex
-srccontainersize 11440
-srccontainerchecksum d5618af6db29684ddd58164c9f55fbee73417d6968550361d7277558de98e621e2d1233b593c87860ccd8f7beb66a3c2369518736e14c86472d77425d6499869
-srcfiles size=12
+srccontainersize 16796
+srccontainerchecksum 15867340a499e18e7a450da5a3b51a368a17755ed377a154a1bb4af9edbe3768102f879e472874e10cd3c82f2eb9649c4e2a7c15fd51def3e4319dd262caa565
+srcfiles size=17
RELOC/source/latex/delimset/delimset.dtx
RELOC/source/latex/delimset/delimset.ins
-runfiles size=2
+runfiles size=3
RELOC/tex/latex/delimset/delimset.sty
catalogue-also delim delimseasy
catalogue-ctan /macros/latex/contrib/delimset
catalogue-license lppl1.3
catalogue-topics maths
-catalogue-version 1.1
+catalogue-version 2.0
name delimtxt
category Package
@@ -98744,6 +98908,33 @@ catalogue-ctan /macros/latex/contrib/doi
catalogue-license lppl
catalogue-topics hyper
+name doibanner
+category Package
+revision 71919
+shortdesc Generate DOI banners and links
+relocated 1
+longdesc A LaTeX package to generate DOI banners and links.
+containersize 1484
+containerchecksum 0759e63107c008063f33a7d593b33118393a901e684c220162553dcbeede9e8b538950293dbd29b283fea6260594cb2ff650bf56614335be43205cf1e544d392
+doccontainersize 290792
+doccontainerchecksum 131197cd4301ac7da92f95fb6818db74cbf73d62fb3abd72c146979fc0f50de4ec8318bd89cdb6299f8bc49c1e063df4cd9f8a474827969b09f28e57c9784c40
+docfiles size=74
+ RELOC/doc/latex/doibanner/README.md details="Readme"
+ RELOC/doc/latex/doibanner/doibanner.pdf details="Package documentation"
+srccontainersize 4824
+srccontainerchecksum cf5a6e1f356c90fd0e5f700a07a2c4bed0afa34ca05e7c5390a566068afea5faa8e1c9c17c16d83ff0cc9b82c7bf1e266f504805e52ebf4037e9be7f944fc1c3
+srcfiles size=5
+ RELOC/source/latex/doibanner/doibanner.dtx
+ RELOC/source/latex/doibanner/doibanner.ins
+runfiles size=1
+ RELOC/tex/latex/doibanner/doibanner.sty
+catalogue-contact-home https://codeberg.org/Cs137/doibanner
+catalogue-contact-repository https://codeberg.org/Cs137/doibanner.git
+catalogue-ctan /macros/latex/contrib/doibanner
+catalogue-license lppl1.3c
+catalogue-topics scientific-docs
+catalogue-version 0.3
+
name doipubmed
category Package
revision 15878
@@ -98774,6 +98965,40 @@ catalogue-license lppl
catalogue-topics cite-supp
catalogue-version 1.01
+name domaincoloring
+category Package
+revision 72110
+shortdesc Draw colored represenations of complex functions
+relocated 1
+longdesc Domain coloring is a technique to visualize complex functions
+longdesc by assigning a color to each point of the complex plane z=x+iy.
+longdesc This package calculates with the help of Lua any complex
+longdesc function to visualize its behaviour. The value of the complex
+longdesc function(z) can be described by radius and angle which can be
+longdesc two values of the hsv-color model, which then defines the color
+longdesc of each point in the complex plane z=x+iy.
+containersize 7192
+containerchecksum 31933c52b4912d450ee09de61f086ec62d8efcc1491c26a4f5bc7d7e78dd09e846bef83acf7e93d0900458a679a870ae1b63ce8c0d80ba2d724f7d559147427d
+doccontainersize 6878588
+doccontainerchecksum 10b1c93589a167e5069d53c741412cfee4dc4ca39954bdd5ff691a27567f77dbdaec6518625f270ab6030683f168cf834b9494eebedb21c75353a08d5e676869
+docfiles size=1891
+ RELOC/doc/lualatex/domaincoloring/Changes
+ RELOC/doc/lualatex/domaincoloring/README.md details="Readme"
+ RELOC/doc/lualatex/domaincoloring/domaincoloring-doc.bib
+ RELOC/doc/lualatex/domaincoloring/domaincoloring-doc.pdf details="Example of use" language="de"
+ RELOC/doc/lualatex/domaincoloring/domaincoloring-doc.tex
+ RELOC/doc/lualatex/domaincoloring/hsv.png
+ RELOC/doc/lualatex/domaincoloring/titleImg.pdf
+runfiles size=6
+ RELOC/tex/lualatex/domaincoloring/domaincoloring-complex-numbers.lua
+ RELOC/tex/lualatex/domaincoloring/domaincoloring-functions.lua
+ RELOC/tex/lualatex/domaincoloring/domaincoloring.lua
+ RELOC/tex/lualatex/domaincoloring/domaincoloring.sty
+catalogue-ctan /macros/luatex/latex/domaincoloring
+catalogue-license lppl1.3
+catalogue-topics maths graphics colour luatex graphics-epspdf graphics-incl graphics-plot graphics-plotfn
+catalogue-version 0.02
+
name domitian
category Package
revision 55286
@@ -103369,7 +103594,7 @@ catalogue-version 1.031
name dtk
category Package
-revision 70112
+revision 71776
shortdesc Document class for the journal of DANTE
relocated 1
longdesc The bundle provides a class and style file for typesetting "Die
@@ -103377,10 +103602,10 @@ longdesc TeXnische Komodie" -- the communications of the German TeX
longdesc Users Group DANTE e.V. The arrangement means that the class may
longdesc be used by article writers to typeset a single article, as well
longdesc as to produce the complete journal.
-containersize 14720
-containerchecksum eb6ed571885633bc9b10cfbaf1b4635fd4037694e64a508b8fd154b9f605bf24f4f710457af84bf18b2817207461dd59a9d85e53dbf1c4a68906090c27e8fd20
-doccontainersize 83384
-doccontainerchecksum b19af9dbdb084df9e4883d06b6f5ee7a43a0b13ef25ec2dd97591fe0b0e304297abdced83f70838f813438c43a698480514faa64c731f3341c849bd1d8388275
+containersize 14728
+containerchecksum 8632a835439526deb7c0a60e9d057d405fcb49d3501fe100e505222d77aa893088ffaddae886ddbcb15601d2d2f77ff6e5918b3f043e45acb5954dba85703297
+doccontainersize 83424
+doccontainerchecksum c55ce30e2d0cd47619c728fa4224e21c37757b5a9868da7e3ff3508b445428e809fe756beaae68dbad82c59b74df8295b9a6a9a1fe1fcb5feddc0982bf254768
docfiles size=29
RELOC/doc/latex/dtk/README.md details="Readme"
RELOC/doc/latex/dtk/doc/beispiel.bib
@@ -103405,7 +103630,7 @@ catalogue-contact-repository https://github.com/rolfn/dtk
catalogue-ctan /usergrps/dante/dtk
catalogue-license lppl1.3c
catalogue-topics journalpub class
-catalogue-version 2.10e
+catalogue-version 2.10f
name dtk-bibliography
category Package
@@ -104328,22 +104553,22 @@ binfiles arch=x86_64-solaris size=79
name dviasm
category Package
-revision 68043
+revision 71902
shortdesc A utility for editing DVI files
longdesc A Python script to support changing or creating DVI files via
longdesc disassembling into text, editing, and then reassembling into
longdesc binary format. It supports advanced features such as adding a
longdesc preprint number or watermarks.
depend dviasm.ARCH
-containersize 10304
-containerchecksum aa75c4d37cce8087658b66f8559cd31add027eaaf9b4fe4075f42f1bb4cbd30e57ca1125c8ae42852d17d51709b6c368bacc7146f16dc4f0d2ceb56b327dd824
-doccontainersize 24344
-doccontainerchecksum 116a7b02005ced75ae3e712de7d66513ce7d6d3ae9ee4e6e94b347d6000b27bb58d4fc1cf76cec7f19fd7cdd316f42c02e8ad7b8e0f0ccf88d405e17ef2ff155
+containersize 10536
+containerchecksum a0e389f0fd3ffa2aaeb3a4a4e2d500ec4c0184746f6710bad766d5cb3162fbc800b634496d4215f7253ec5fb0d2923e83bcd9a4d4e129ca1cae14220a55974e2
+doccontainersize 24388
+doccontainerchecksum 218da93e6adf4a797eaade045a09e9affb15e5b92aaa777072bc8c6b33a31484ac99e3e155e7a7a8c7ec1d699b58e1d36dcb6b766b2df90c28a18f78bf81ecae
docfiles size=10
texmf-dist/doc/latex/dviasm/README details="Readme"
texmf-dist/doc/man/man1/dviasm.1
texmf-dist/doc/man/man1/dviasm.man1.pdf
-runfiles size=11
+runfiles size=12
texmf-dist/scripts/dviasm/dviasm.py
catalogue-also dtl
catalogue-contact-bugs https://github.com/aminophen/dviasm/issues
@@ -105634,7 +105859,7 @@ catalogue-version 3.19.0
name dvipdfmx
category TLCore
-revision 71675
+revision 71832
shortdesc An extended version of dvipdfm
longdesc Dvipdfmx (formerly dvipdfm-cjk) is a development of dvipdfm
longdesc created to support multi-byte character encodings and large
@@ -105652,10 +105877,10 @@ depend dvipdfmx.ARCH
depend glyphlist
depend texlive-scripts-extra
postaction script file=tlpkg/tlpostcode/dvipdfmx.pl
-containersize 26712
-containerchecksum 66532bfd0f0ff2fdceba370c508a46cfa74cf0cbcbf317a73582c581e1a4524bb632ce2fd30e20cb354c0fd0a106859ccce979fdc4e7b413949c1d46cfe3d579
+containersize 29016
+containerchecksum a305d80bf9c5aa91579f457a3edcfee6cbd741ca0c89311fce65144af2385076d4172294ac77bb28f4793808c00c7cf7bed2e03edd40cc88a3a946f3ca2c73de
doccontainersize 3125132
-doccontainerchecksum 3224d93a51184f4551a469d9a74cd0baa4971c8b4b74b7ee93e6df3a297edaef40aafca8c3d1a6180383600ee175ba35010cb323111990ba01d686dcf1f83b63
+doccontainerchecksum e40f344c5eec99c84aa9daf7ecd048db9324252b46440c74341b3054a2d709660790efc1cc2baf94d2095da0ddb4f26fa2034a22f458d1ec87943d1ea5a798db
docfiles size=992
texmf-dist/doc/dvipdfm/Makefile
texmf-dist/doc/dvipdfm/dvipdfm.pdf
@@ -105692,7 +105917,7 @@ docfiles size=992
texmf-dist/doc/man/man1/extractbb.man1.pdf
texmf-dist/doc/man/man1/xdvipdfmx.1
texmf-dist/doc/man/man1/xdvipdfmx.man1.pdf
-runfiles size=41
+runfiles size=43
texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg
texmf-dist/dvipdfmx/dvipdfmx.cfg
texmf-dist/fonts/cmap/dvipdfmx/EUC-UCS2
@@ -105700,6 +105925,7 @@ runfiles size=41
texmf-dist/fonts/cmap/dvipdfmx/UTF8-UCS2
texmf-dist/fonts/map/dvipdfmx/cid-x.map
texmf-dist/fonts/map/dvipdfmx/ckx.map
+ texmf-dist/scripts/texlive/extractbb.lua
tlpkg/tlpostcode/dvipdfmx.pl
catalogue-alias xdvipdfmx
catalogue-contact-bugs https://lists.tug.org/dvipdfmx
@@ -105711,197 +105937,212 @@ catalogue-topics dvi-pdf
name dvipdfmx.aarch64-linux
category TLCore
-revision 71671
+revision 71749
shortdesc aarch64-linux files of dvipdfmx
-containersize 413556
-containerchecksum deb6fc5d761aa7d13705adea5180d39d5e68241a722cbcca5fb387e8f07cd2f0339445f27ba7ae702b67b63facae25857a58ea7a49b67ee52a73b202563a9b9e
-binfiles arch=aarch64-linux size=277
+containersize 413008
+containerchecksum b48ebea7b8d94eee2209d8a7e26d73f9d53c97e32f009ecc9f574546145e22a81fe512f1fbc102f3e9efda3e4c26edc9138b3401b9e5a454a913ab5079054498
+binfiles arch=aarch64-linux size=278
bin/aarch64-linux/dvipdfm
bin/aarch64-linux/dvipdfmx
bin/aarch64-linux/dvipdft
bin/aarch64-linux/ebb
+ bin/aarch64-linux/extractbb
bin/aarch64-linux/xdvipdfmx
name dvipdfmx.amd64-freebsd
category TLCore
-revision 71671
+revision 71749
shortdesc amd64-freebsd files of dvipdfmx
-containersize 397904
-containerchecksum 3c10f7afa136996ec507bd810343c7ae78b11c7913e96bda69e789146eb0d81bc6f26af9744a032eccf124190fa17d331f13bd1429356b149ccb23f4e126c724
-binfiles arch=amd64-freebsd size=346
+containersize 398532
+containerchecksum 3fc9a78270046b7bc05abac5398adf0203b8446b877c187062c02ce621a4cd7f24238ebedf1f882d424f6e3f106a75b08315a9954d5775846e8dc1d73fd4ba60
+binfiles arch=amd64-freebsd size=347
bin/amd64-freebsd/dvipdfm
bin/amd64-freebsd/dvipdfmx
bin/amd64-freebsd/dvipdft
bin/amd64-freebsd/ebb
+ bin/amd64-freebsd/extractbb
bin/amd64-freebsd/xdvipdfmx
name dvipdfmx.amd64-netbsd
category TLCore
-revision 71671
+revision 71749
shortdesc amd64-netbsd files of dvipdfmx
-containersize 395800
-containerchecksum a6c263166be7c1c8e644de525d4a4e948b198a11c5f1b0992b3dc59eca5d88c624370afd56706dfcec8c34d7ab2e78472620d16173605e8d5e6ed9ef1741615c
-binfiles arch=amd64-netbsd size=345
+containersize 395988
+containerchecksum 79b84df344b9894c424688e0cf215958e388272188f81b8e4a5da590445add35a2d9731225912572a9ea0c9352e86d352eeee5cf8a4668e62b3fa3c667e91681
+binfiles arch=amd64-netbsd size=346
bin/amd64-netbsd/dvipdfm
bin/amd64-netbsd/dvipdfmx
bin/amd64-netbsd/dvipdft
bin/amd64-netbsd/ebb
+ bin/amd64-netbsd/extractbb
bin/amd64-netbsd/xdvipdfmx
name dvipdfmx.armhf-linux
category TLCore
-revision 71671
+revision 71749
shortdesc armhf-linux files of dvipdfmx
-containersize 381460
-containerchecksum 17bd22110db0f69f240dc62bddb9bf07103b2dbbe8c9a01a20f49bf905e32d180cd3dcbe6c90eeeea16279835d23b1243fe9dcc8d689762faed1978a53092c6d
-binfiles arch=armhf-linux size=182
+containersize 381492
+containerchecksum df532a3d2a83ece66867e1228f6df7b6b956dff94e31d77ab9ec9b5a9a5e1b14643e1f414607d425bdfe039aed3383eb36ef6063d6ac068197cb659760ab7df8
+binfiles arch=armhf-linux size=183
bin/armhf-linux/dvipdfm
bin/armhf-linux/dvipdfmx
bin/armhf-linux/dvipdft
bin/armhf-linux/ebb
+ bin/armhf-linux/extractbb
bin/armhf-linux/xdvipdfmx
name dvipdfmx.i386-freebsd
category TLCore
-revision 71671
+revision 71749
shortdesc i386-freebsd files of dvipdfmx
-containersize 398180
-containerchecksum 24bc3bb32c0b1ad6b82c5d5d3d349df4dcde34873114568726b24d2feb2aeeb6b6cc2db43a211b2aff85d086ae724b1584ecbedd569248574101cfd8f6325879
-binfiles arch=i386-freebsd size=346
+containersize 398264
+containerchecksum 8672474b082e01fd47b7c36349064c8106aaf48a6c3e21fcab48508792d898eb23e2aa048713863d5a0dd0b59cf9abea17ce99b4535611102b5d44039ba05241
+binfiles arch=i386-freebsd size=347
bin/i386-freebsd/dvipdfm
bin/i386-freebsd/dvipdfmx
bin/i386-freebsd/dvipdft
bin/i386-freebsd/ebb
+ bin/i386-freebsd/extractbb
bin/i386-freebsd/xdvipdfmx
name dvipdfmx.i386-linux
category TLCore
-revision 71671
+revision 71749
shortdesc i386-linux files of dvipdfmx
-containersize 469900
-containerchecksum 1533cc0464f2021e3265606c8400af99542c13b1cb5194711e2ce38ae3cadbcd41a2c7f5cca0e0e9e6d058192b792a4a3484b77181e8d1d9288e2346bebf1ef7
-binfiles arch=i386-linux size=299
+containersize 470108
+containerchecksum e5f0be84e84b8aa31d5da0ca158a5fcd1bc98cec98cb601e56a2e89d27979a5a9e7acf48094b695e62e394acc68029e3a2f3f1ab7da1329cbc1fd09e6c76f394
+binfiles arch=i386-linux size=300
bin/i386-linux/dvipdfm
bin/i386-linux/dvipdfmx
bin/i386-linux/dvipdft
bin/i386-linux/ebb
+ bin/i386-linux/extractbb
bin/i386-linux/xdvipdfmx
name dvipdfmx.i386-netbsd
category TLCore
-revision 71671
+revision 71749
shortdesc i386-netbsd files of dvipdfmx
-containersize 368144
-containerchecksum 5d3cd100818a8435de991476fe428f810fbc785ad05b8d9302881793a86b63541e676e604f1bd7b10fce8083e0e7338ac4cfc420284fe3db857a041fb8816f27
-binfiles arch=i386-netbsd size=317
+containersize 368088
+containerchecksum e87b555ae72eb16da7da9b245e512d852067ecf5155f7d7799ac0623e663d58631d724476df7a6e5b31a123e663db22c2282f2db52445459925c4872b65f0979
+binfiles arch=i386-netbsd size=318
bin/i386-netbsd/dvipdfm
bin/i386-netbsd/dvipdfmx
bin/i386-netbsd/dvipdft
bin/i386-netbsd/ebb
+ bin/i386-netbsd/extractbb
bin/i386-netbsd/xdvipdfmx
name dvipdfmx.i386-solaris
category TLCore
-revision 71671
+revision 71749
shortdesc i386-solaris files of dvipdfmx
-containersize 427856
-containerchecksum 70e99ebd695197943f9ecaad46b0c3e0ee973a7cd1601a3931688fc5c473ff19778126a5ddca84482b24fb8eabc75726b7860bb9c1fbf0c8bbd300bc43ce9239
-binfiles arch=i386-solaris size=253
+containersize 427936
+containerchecksum 6f4694a99c4d4c6b8d08f713a1927f9345ad3a529a2c569a4c2b677fa05597db8badb37f9e409895d1cfeb836ee3f069f40d63bdc7188a238194a9baa36a511b
+binfiles arch=i386-solaris size=254
bin/i386-solaris/dvipdfm
bin/i386-solaris/dvipdfmx
bin/i386-solaris/dvipdft
bin/i386-solaris/ebb
+ bin/i386-solaris/extractbb
bin/i386-solaris/xdvipdfmx
name dvipdfmx.universal-darwin
category TLCore
-revision 71671
+revision 71749
shortdesc universal-darwin files of dvipdfmx
-containersize 805764
-containerchecksum 86e24aa169be26caccf14ca3fdac14adb52ae7d700a01875590b80a40675881724147c40b02dce5b7bd282808edebf793628c72554ee66c4370001efa162e04f
-binfiles arch=universal-darwin size=534
+containersize 805264
+containerchecksum 9a811a500e7d425c3d4032799b1f2e0b81d3cebe328cbf431b1ff07dd374296702a77db284c1b4fcb9c9c1f7c2d964403ea892277e05bc2f34a6dd4ee7f4a9f6
+binfiles arch=universal-darwin size=535
bin/universal-darwin/dvipdfm
bin/universal-darwin/dvipdfmx
bin/universal-darwin/dvipdft
bin/universal-darwin/ebb
+ bin/universal-darwin/extractbb
bin/universal-darwin/xdvipdfmx
name dvipdfmx.windows
category TLCore
-revision 71671
+revision 71749
shortdesc windows files of dvipdfmx
-containersize 353616
-containerchecksum ecc2528c60ce31ebb34fe6ebcfd96377bb9d836a041d9af5981d8252a89eec26343e2bfc95717ac12452876801a7bf675ef40759150bcd3305cb3eec39dda463
-binfiles arch=windows size=298
+containersize 354208
+containerchecksum 870baa300c2a75af7a6e9689dbb22a3216328c199bb4a9b81bac494b7fd24318549de4fc8235a91b6d0042c1c46489e2923f664f3480b32b3b417787ccce1f2a
+binfiles arch=windows size=300
bin/windows/dvipdfm.exe
bin/windows/dvipdfmx.dll
bin/windows/dvipdfmx.exe
bin/windows/ebb.exe
+ bin/windows/extractbb.exe
bin/windows/xdvipdfmx.exe
name dvipdfmx.x86_64-cygwin
category TLCore
-revision 71671
+revision 71749
shortdesc x86_64-cygwin files of dvipdfmx
-containersize 410716
-containerchecksum bf3259332e7460da2805c78b5b4c67ed27068c147aec3c6df4839730c343e9a64b0c040c5a4079506cd3c9a8095707322b674cb4afa35706e83057ac86a75ddf
-binfiles arch=x86_64-cygwin size=248
+containersize 410744
+containerchecksum e0ca081a023274dcf23c127de77a5cb50a82874563f309374ab44e7d629769fe0980514893336c9546da81084a4f48a9265ef79052d3f3b466f6260af8f0d855
+binfiles arch=x86_64-cygwin size=249
bin/x86_64-cygwin/dvipdfm
bin/x86_64-cygwin/dvipdfmx
bin/x86_64-cygwin/dvipdft
bin/x86_64-cygwin/ebb
+ bin/x86_64-cygwin/extractbb
bin/x86_64-cygwin/xdvipdfmx.exe
name dvipdfmx.x86_64-darwinlegacy
category TLCore
-revision 71671
+revision 71749
shortdesc x86_64-darwinlegacy files of dvipdfmx
-containersize 412868
-containerchecksum f5632ebac6491ba74633bf6ab41c4dd9298832f574b583560cb8647c1fb8dc6de1929f07f4c31594d3becaae87334e0aa8021e9430882635e7ae583aa0151061
-binfiles arch=x86_64-darwinlegacy size=245
+containersize 412896
+containerchecksum 0b804319d225fcd9ebe2a32a2c53099bd0b332cf7e8f0c7fbe83c32de371f2e53eed94a4198f74e26d5b9d56888924060c49fbc5846e3550b107a04fd0d18afb
+binfiles arch=x86_64-darwinlegacy size=246
bin/x86_64-darwinlegacy/dvipdfm
bin/x86_64-darwinlegacy/dvipdfmx
bin/x86_64-darwinlegacy/dvipdft
bin/x86_64-darwinlegacy/ebb
+ bin/x86_64-darwinlegacy/extractbb
bin/x86_64-darwinlegacy/xdvipdfmx
name dvipdfmx.x86_64-linux
category TLCore
-revision 71671
+revision 71749
shortdesc x86_64-linux files of dvipdfmx
-containersize 438592
-containerchecksum f5335c5e1652175c997d503c162b24d92bcb81bbd1109fcae97760c1c2c10e3d6ac6b9ce1426786f15ab3d7578c380e6faececcdceac89d9330be8d13c4f56fa
-binfiles arch=x86_64-linux size=263
+containersize 438664
+containerchecksum 720386c1d3f32e8ecbb68476760ef925d4cb0361ada4b3528209c96507e1ef2dbdde0ca6d0bda8f5125233d24df74c491b2da4510c4160f7f633a7c634ffd88b
+binfiles arch=x86_64-linux size=264
bin/x86_64-linux/dvipdfm
bin/x86_64-linux/dvipdfmx
bin/x86_64-linux/dvipdft
bin/x86_64-linux/ebb
+ bin/x86_64-linux/extractbb
bin/x86_64-linux/xdvipdfmx
name dvipdfmx.x86_64-linuxmusl
category TLCore
-revision 71671
+revision 71749
shortdesc x86_64-linuxmusl files of dvipdfmx
-containersize 460492
-containerchecksum 872017aa254d6a0f35c8d7f507f00cd216cd1c306f25eb1e4d2e4efc052a59652077b3f04ccef3eb5401836949f9f6e4bcd29f9f03a2c05df6ab5c16b77c6e05
-binfiles arch=x86_64-linuxmusl size=286
+containersize 460532
+containerchecksum 1aa5a0f51cbd240929cf56211ec244a8ae8ec1804a94ee69b65cdee8ce031171d9d1060de0b7504d06da6d34dea826a6eb61830d0f163ad3b371398ef7d25805
+binfiles arch=x86_64-linuxmusl size=287
bin/x86_64-linuxmusl/dvipdfm
bin/x86_64-linuxmusl/dvipdfmx
bin/x86_64-linuxmusl/dvipdft
bin/x86_64-linuxmusl/ebb
+ bin/x86_64-linuxmusl/extractbb
bin/x86_64-linuxmusl/xdvipdfmx
name dvipdfmx.x86_64-solaris
category TLCore
-revision 71671
+revision 71749
shortdesc x86_64-solaris files of dvipdfmx
-containersize 464972
-containerchecksum da717e2e95efeac737f762552b122c7082c4f630b0bb70788988d869158de9c9fe0a4666b0eb1e506c2e4d73449e5a59b38e6030a444fb0f3dfb37dd4fe43fec
-binfiles arch=x86_64-solaris size=288
+containersize 465076
+containerchecksum 3179028f964db6b172e353f512ac8a42ed276990a7b64a17e0c673503208bc8984d11b076291234366b9590c813ca5540b3f9a55bb5481b3f0b9088ce9f8c6c9
+binfiles arch=x86_64-solaris size=289
bin/x86_64-solaris/dvipdfm
bin/x86_64-solaris/dvipdfmx
bin/x86_64-solaris/dvipdft
bin/x86_64-solaris/ebb
+ bin/x86_64-solaris/extractbb
bin/x86_64-solaris/xdvipdfmx
name dvipng
@@ -106799,28 +107040,28 @@ catalogue-version 0.2b
name dynkin-diagrams
category Package
-revision 67267
+revision 71883
shortdesc Draw Dynkin, Coxeter, and Satake diagrams using TikZ
relocated 1
longdesc Draws Dynkin, Coxeter, and Satake diagrams in LaTeX documents,
longdesc using the TikZ package. The package requires amsmath, amssymb,
longdesc etoolbox, expl3, mathtools, pgfkeys, pgfopts, TikZ, xparse, and
longdesc xstring.
-containersize 20768
-containerchecksum 4c7d15e3e04cc562e1f4a401546223af6e53f47f8edcaab6e82bb84246bb6c72b1acc15437402b161a123d11c21ac350d01b33ef7c8d8b7bab6c8dcb9baf7723
-doccontainersize 893016
-doccontainerchecksum 94d9a69e3603664d9f81da2887dfdcdb70d9318ecc13c0232da64cf23e6d6dbcd072807035771c519d58283ac40f306901db8699061305b3c97a3f7ee42ecf65
-docfiles size=242
+containersize 21112
+containerchecksum f2f57ddd28f9d7c361b0bd05363bd75684068f516705cb16c1ee2f0c5a24bf9df1fe47e7e6560985499e9fb3b08787104b82b06fdd8722ddea80cf435544e527
+doccontainersize 906336
+doccontainerchecksum 131ebb94d043415e84e3e4e1c821c0d735c05ee4424a2c43976c8c7280dc652261742a49d53f1d34b5de174c7003ab1d936e629297c604e75977424aca56d655
+docfiles size=246
RELOC/doc/latex/dynkin-diagrams/README details="Readme"
RELOC/doc/latex/dynkin-diagrams/dynkin-diagrams.bib
RELOC/doc/latex/dynkin-diagrams/dynkin-diagrams.pdf details="Package documentation"
RELOC/doc/latex/dynkin-diagrams/dynkin-diagrams.tex
-runfiles size=38
+runfiles size=39
RELOC/tex/latex/dynkin-diagrams/dynkin-diagrams.sty
catalogue-ctan /graphics/pgf/contrib/dynkin-diagrams
catalogue-license lppl1.3c
catalogue-topics graphics diagram pgf-tikz expl3
-catalogue-version 3.1415926535897932384
+catalogue-version 3.14159265358979323846
name dyntree
category Package
@@ -107111,7 +107352,7 @@ catalogue-topics notes editorial
name easybook
category Package
-revision 71615
+revision 72046
shortdesc Easily typesetting Chinese theses or books
relocated 1
longdesc easybook is a pure academic template created based on the
@@ -107122,20 +107363,20 @@ 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 18472
-containerchecksum 5a3cfe403f135be7a3f26e8fc136932c19e8f04756633c2dc6def6b79eb7e5d1b70c94a187d11e686308ecdfc3228f6edb8199fbafd03101a30fff04764a99ba
-doccontainersize 649544
-doccontainerchecksum adbf59babe37903f13a55a25afe47b55997cd1541d73b36aaa2907e6941628aee80afc2bbfc1f52f12a587d310e23a17ff47a885c397095f4777df29ece17a6f
-docfiles size=179
+containersize 19628
+containerchecksum 892f79d576c503562ab452cb4a751ef9b338528217e50de4d62669cc36de8423102a2b75f2f7d2b96b1a47cc8a315debd7a0f7a944bb591a6af297c5f1ad444b
+doccontainersize 667400
+doccontainerchecksum b686f50c4e954558e46d2eb583378131033457ca9bc24cc1d9ed08b9a87f82e874c5b3fb382ebd679c01d457fc187751655e2163845b0bd9eb8c24bef0b53daf
+docfiles size=184
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 18364
-srccontainerchecksum 9b91f9350319fb29b492c1bfd29d9ed37e85f79b206462799affd1ee7943da5387cd5760ab7d5b33b91768e34ef15c7875e3ef1e79c791fa457d5820ba251e82
-srcfiles size=22
+srccontainersize 19508
+srccontainerchecksum 20ff6fd88913646cdfc382a1b1f5c5f4f22f286c056e19f1f36f25d86036f3f0298255cf2cfac87bdd73815303e79ecbfba88acf8c3edac314195c8c5683b50d
+srcfiles size=24
RELOC/source/latex/easybook/easybook.dtx
RELOC/source/latex/easybook/easybook.ins
-runfiles size=23
+runfiles size=24
RELOC/tex/latex/easybook/easybase.sty
RELOC/tex/latex/easybook/easybook.cls
RELOC/tex/latex/easybook/eb-tcolorbox.cfg
@@ -107144,7 +107385,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 2024cm
+catalogue-version 2024dj
name easydtx
category Package
@@ -111608,6 +111849,46 @@ catalogue-license lppl
catalogue-topics crit-ed notes
catalogue-version 1.2
+name edmaths
+category Package
+revision 72097
+shortdesc A report and thesis class file for the University of Edinburgh (UoE)
+relocated 1
+longdesc A report and thesis class file for The School of Mathematics,
+longdesc Scotland at the University of Edinburgh (UoE). When working on
+longdesc a report or thesis, an easy way to implement the University's
+longdesc typesetting rules in LaTeX is provided by edmaths.sty. It sets
+longdesc the page margins as required and defines commands to create the
+longdesc correct cover page and standard declaration. A compiled version
+longdesc of the included example can be found here. It also loads the
+longdesc amsmath, amsthm, amscd, and amssymb packages, which are
+longdesc required by almost all mathematical publications. Through
+longdesc setspace line spacing settings are available that only affect
+longdesc the body text and not footnotes and captions. Additional
+longdesc in-built options can be found in more detail in the project's
+longdesc documentation.
+containersize 4336
+containerchecksum bcd714d7bac6ac789358f8fc0c2bca4337ddbdfb8dbbf21d316d0bd32b1f947dd9780dcb20d439e0f66894c981ec3909742c58a91a4a703bbfc8c5f49a81ba90
+doccontainersize 8224
+doccontainerchecksum d7a195af0e714a4527dbc4ca6e3c78c9c55d602cb60a3e820aea24585a9d403d489653209ec6f4a622b854e34a0e26bfd701c9934d66319c70eb9d86f316e2d0
+docfiles size=9
+ RELOC/doc/latex/edmaths/LICENSE.txt
+ RELOC/doc/latex/edmaths/README.TEXLIVE
+ RELOC/doc/latex/edmaths/README.md details="Readme"
+ RELOC/doc/latex/edmaths/example-references.bib
+ RELOC/doc/latex/edmaths/example-report.tex
+runfiles size=3
+ RELOC/tex/latex/edmaths/edmaths.sty
+catalogue-contact-announce https://github.com/Foggalong/edinburgh-math-latex/releases
+catalogue-contact-bugs https://github.com/Foggalong/edinburgh-math-latex/issues
+catalogue-contact-development https://github.com/Foggalong/edinburgh-math-latex/blob/main/.github/CONTRIBUTING.md
+catalogue-contact-home https://github.com/Foggalong/edinburgh-math-latex
+catalogue-contact-repository https://github.com/Foggalong/edinburgh-math-latex
+catalogue-ctan /macros/latex/contrib/edmaths
+catalogue-license lppl1.3c
+catalogue-topics maths dissertation doc-templ
+catalogue-version 0.98
+
name eemeir
category Package
revision 15878
@@ -113309,7 +113590,7 @@ catalogue-version 1
name emisa
category Package
-revision 60068
+revision 71883
shortdesc A LaTeX package for preparing manuscripts for the journal EMISA
relocated 1
longdesc The EMISA LaTeX package is provided for preparing manuscripts
@@ -113318,18 +113599,18 @@ longdesc Systems Architectures), and for preparing accepted submissions
longdesc for publication as well as for typesetting the final document
longdesc by the editorial office. Articles in EMISA are published online
longdesc at EMISA in the Portable Document Format (PDF).
-containersize 15376
-containerchecksum dbe700eed5cb82ed687a5650fb58f07cd588d7a759ef67f0b015a795a732ec1b2d3019f637ecfe39fa240c93816c41084c5448d107371d209d40ce122fbda821
-doccontainersize 513260
-doccontainerchecksum 48529f12758cc7874b45ff5fd418641b322ac33541aee2665ee309a6b0bee8362c97fc2e31870fb34430d60343cae433f5a2793dc785c5a88d4f2e5518317433
+containersize 15384
+containerchecksum 98d1aa993446090fd2f441cb3854cb88ddf3411df745036677844c0f8e351b16bd12d2268160fb5b704f07159059ecc089596b9b1e9857f02d774092ccf34232
+doccontainersize 513264
+doccontainerchecksum 6abc5c60862cc20cebfee45bd4e6b05363857dd1063c8de0e1d42a4d7b0e514f9abe9c0b55eb2340435c09cd44f5b2d5cc47a73fea9fb74940ef581b0c2cd2eb
docfiles size=130
RELOC/doc/latex/emisa/CHANGELOG.md
RELOC/doc/latex/emisa/README.md details="Readme"
RELOC/doc/latex/emisa/emisa-author-template.tex
RELOC/doc/latex/emisa/emisa.pdf details="Package documentation"
RELOC/doc/latex/emisa/manifest.txt
-srccontainersize 48384
-srccontainerchecksum 98437def2e985e2186bdee4f1ba1200807c1c1dc9882b41e60acf620907933417c774dc217c67e86a667fa84ca66ddb07f9132c7e3e8a105638097bc66b7d940
+srccontainersize 48388
+srccontainerchecksum 30bf1677a047ef71c0b673f3b65453692170b09776919515f49e4c00fafa648eaf2ef16527808795cbe202de0dd5e0a182731f3e2371e1544f503814caff9dac
srcfiles size=54
RELOC/source/latex/emisa/emisa.dtx
RELOC/source/latex/emisa/emisa.ins
@@ -113337,7 +113618,8 @@ runfiles size=18
RELOC/tex/latex/emisa/emisa.bbx
RELOC/tex/latex/emisa/emisa.cbx
RELOC/tex/latex/emisa/emisa.cls
-catalogue-contact-repository https://github.com/emisa-journal/emisa-latex-package
+catalogue-contact-repository https://github.com/gi-ev/emisa-latex-package
+catalogue-contact-support https://github.com/gi-ev/emisa-latex-package/issues
catalogue-ctan /macros/latex/contrib/emisa
catalogue-license lppl1.3c
catalogue-topics publisher class
@@ -115241,7 +115523,7 @@ catalogue-version 0.61
name epstopdf
category Package
-revision 71612
+revision 71782
shortdesc Convert EPS to PDF using Ghostscript
longdesc Epstopdf is a Perl script that converts an EPS file to an
longdesc 'encapsulated' PDF file (a single page file whose media box is
@@ -115256,10 +115538,10 @@ longdesc epstopdf package, which will run the epstopdf script "on the
longdesc fly", thus giving the illusion that pdfLaTeX is accepting EPS
longdesc graphic files.
depend epstopdf.ARCH
-containersize 14912
-containerchecksum 48514e80a76327475bd8bd0357c65d5e423a8434dc9fdfa1644fa6c206005bf515ee25670c9919432fa263d930689c8594790d6eb2acd29026ce9c7d9dec7193
-doccontainersize 29228
-doccontainerchecksum 6bd7c5fe0c55e59c7b8ccc24d6476b2781f9647901e7b6fee2a6c5d6e79c9d051d461805c228f07d1e5273904c7c77224e8869cef0ea8b3104a8749340ea1588
+containersize 14936
+containerchecksum 323b20d556be6e076303045a1484190c08deac0da6a9d31a0a4f24ec96da2f0fd159260b3a5e456500ee15727fff19d1dbc7e8c893adf88571f5ecf656d5afbd
+doccontainersize 29252
+doccontainerchecksum bfc6808dbc8860eb426916e55231bb91a63051520454595ed4929f297f3ac5dd4a20e88b6b9eaf4993b057621053c2cc0e7190e01049b767ac8a3b3f0f99885c
docfiles size=20
texmf-dist/doc/man/man1/epstopdf.1
texmf-dist/doc/man/man1/epstopdf.man1.pdf details="Manual page"
@@ -115273,7 +115555,7 @@ catalogue-contact-home https://tug.org/epstopdf/
catalogue-ctan /support/epstopdf
catalogue-license other-free
catalogue-topics graphics-epspdf
-catalogue-version 2.35
+catalogue-version 2.36
name epstopdf-pkg
category Package
@@ -117060,7 +117342,7 @@ catalogue-version 1.97
name esami
category Package
-revision 67707
+revision 71883
shortdesc Typeset exams with scrambled questions and answers
relocated 1
longdesc The package enables the user to typeset exams with multiple
@@ -117071,11 +117353,11 @@ longdesc may contain a wide number of random parameters and it is
longdesc possible to do arithmetical operations on them. The package is
longdesc localised in Italian, English, French, German, Greek, Serbian,
longdesc and Spanish.
-containersize 21208
-containerchecksum e5e2656b1f1dcb224652ada214871004828ac04c2ad316250e4ce1ae54f509df5607248eadcb018308ad2eb14ea761224962b751c7998b935540b4de516d4e1c
-doccontainersize 1448364
-doccontainerchecksum 7eda39cb0372f0f500b05196d526a215efddc58aadd1ee6c66504f73129936fbffc65d80183662de665b6fd54d4a9eeb5bdb2c7d5e11ff645c712ca6d712fc18
-docfiles size=471
+containersize 21216
+containerchecksum 44a40765ea34c4f492e9025076cc5e201647f624faafc43498b70079aafbe1393127dbe40b8e74b86be8462b9e8194f51ebfce6bd57e33e3364471c0be61c843
+doccontainersize 1465868
+doccontainerchecksum c7928365d261521e965967e8beadf312c9a3756ab1cfea54262583bf28f1e1e424813d738da4c1b0fef6b3d8ea28f1081edd47c0f6b737a6bf7cfaa11c12163f
+docfiles size=477
RELOC/doc/latex/esami/README details="Readme"
RELOC/doc/latex/esami/VERSION
RELOC/doc/latex/esami/doc/esami-doc-en.pdf details="Package documentation (English)" language="en"
@@ -117090,10 +117372,6 @@ docfiles size=471
RELOC/doc/latex/esami/doc/examples/problem2.tex
RELOC/doc/latex/esami/doc/examples/problem3-matching.tex
RELOC/doc/latex/esami/doc/examples/problem4-fillin.tex
- RELOC/doc/latex/esami/doc/examples/qftest5-fillinqiie1.parametri.tex
- RELOC/doc/latex/esami/doc/examples/qftest5-fillinqiie2.parametri.tex
- RELOC/doc/latex/esami/doc/examples/qftest5-fillinqiie3.parametri.tex
- RELOC/doc/latex/esami/doc/examples/qftest5-fillinqiie4.parametri.tex
RELOC/doc/latex/esami/doc/examples/test1.tex
RELOC/doc/latex/esami/doc/examples/test11.tex
RELOC/doc/latex/esami/doc/examples/test12.tex
@@ -117113,6 +117391,7 @@ docfiles size=471
RELOC/doc/latex/esami/doc/examples/testA-pdflatex.pdf
RELOC/doc/latex/esami/doc/examples/testA-pdflatex.tex
RELOC/doc/latex/esami/doc/examples/testA-xetex-sol.pdf
+ RELOC/doc/latex/esami/doc/examples/testA-xetex-sol.sol.tex
RELOC/doc/latex/esami/doc/examples/testA-xetex-sol.tex
RELOC/doc/latex/esami/doc/examples/testA-xetex.pdf
RELOC/doc/latex/esami/doc/examples/testA-xetex.tex
@@ -117131,7 +117410,7 @@ runfiles size=28
catalogue-ctan /macros/latex/contrib/esami
catalogue-license lppl
catalogue-topics exam
-catalogue-version 2.8
+catalogue-version 2.9
name esdiff
category Package
@@ -121919,23 +122198,23 @@ catalogue-topics class presentation
name fancyhdr
category Package
-revision 71064
+revision 71883
shortdesc Extensive control of page headers and footers in LaTeX2e
relocated 1
longdesc The package provides extensive facilities, both for
longdesc constructing headers and footers, and for controlling their use
longdesc (for example, at times when LaTeX would automatically change
longdesc the heading style in use).
-containersize 5476
-containerchecksum 549315daa9bfc2202b9dfad181aa86b1dc7027dcc42f425d1ca9e2b0dd6dfe2c6313607ee06f7b4fb97ec7cf27c4f01350946ab94dc5a73e14209d11c7854cd9
-doccontainersize 849780
-doccontainerchecksum 31aef448fef6f0b1f99224b3dce3003a9e9ee2b494041b337ad36f897b1efd52201d80c1352360e8f95a5134d1df4b269cf71e6eaf2a89c79eb5e5f27907c455
-docfiles size=215
+containersize 5488
+containerchecksum 6b9e23e88d86984fecef5552ff5e0038f358d2a98104833098276bbd5e471a25094a7775e78fcd1bc5d59c18089b560256a5a08b7808c707eeeb5bec04ad9ce6
+doccontainersize 855508
+doccontainerchecksum 147f143d8a4a63fbf1024b0163e0f337b4140c9e37ae1a7213fac2a2e8b4140775b27809d1cb102d6b328b887d35ebe1005f228d352ecd9b9e5af5c74a401ca1
+docfiles size=217
RELOC/doc/latex/fancyhdr/README details="Readme"
RELOC/doc/latex/fancyhdr/fancyhdr.pdf details="Users' manual (English)"
-srccontainersize 48480
-srccontainerchecksum f41fb0361061554a3d8e2a2f45aeea12831dc9454a5cbc4c8d050a79a81c44f69c2284c98ba66e757fd3dfef51c13924b0fb53a962537e097af08cc4dc9880bd
-srcfiles size=51
+srccontainersize 49032
+srccontainerchecksum 964e476c476333880bf4ce8515c97eb3422b666e2c421bade8004db74327c6bb8ac34efbbc3d5ca31b32b6f545fd5c07984bfda35bf7573683a9ec4f25fa4c69
+srcfiles size=52
RELOC/source/latex/fancyhdr/fancyhdr.dtx
RELOC/source/latex/fancyhdr/fancyhdr.ins
runfiles size=7
@@ -121948,7 +122227,7 @@ catalogue-contact-repository https://github.com/pietvo/fancyhdr
catalogue-ctan /macros/latex/contrib/fancyhdr
catalogue-license lppl1.3
catalogue-topics page-hf
-catalogue-version 4.2
+catalogue-version 4.3.1
name fancyhdr-it
category Package
@@ -125731,21 +126010,21 @@ catalogue-topics presentation
name fge
category Package
-revision 68353
+revision 71737
shortdesc A font for Frege's Grundgesetze der Arithmetik
relocated 1
longdesc The fonts are provided as Metafont source and Adobe Type 1
longdesc (pfb) files. A small LaTeX package (fge) is included.
execute addMap fge.map
-containersize 38336
-containerchecksum 0f97109ffa1daa97d4ad496c2e948a123a9fb04393e668c9c3b1a14131f6ed7a21ac9056c6f3766e3ab2d3a2caa2baeb67c4b59d6c6489299090976d697e10f8
-doccontainersize 137820
-doccontainerchecksum 8505aadb706e79e6e1d0faec203de577cf76acef5360ed7c29febc2239d2719a717a59e9d4f8fbf5d2eefe67be1ec3cc1ebbf9be47930750582df29bef2fa9fe
+containersize 38324
+containerchecksum c17589957d2ce61a4c92e0dc6ceaad553c4843dbb31392955027916bf1f4b81209aa641a3a6f98c1a3dff3f053b3b67ba19208ac67b05e7d58d5887e6ac500b5
+doccontainersize 137824
+doccontainerchecksum 31832d251ad4b72531f8721796465505af851cbef009d5550220f574d8acf512a11e9b33ed3d6c9bae5854c55e97086a1b646d8c10778bd3edcfad71ed908985
docfiles size=35
RELOC/doc/fonts/fge/README details="Readme"
RELOC/doc/fonts/fge/fge-doc.pdf details="Package documentation"
srccontainersize 3660
-srccontainerchecksum c1d966e094ce4a61c6250717731a20c3db0a0e438b5d8acf1b5332cd05a2f6dfde1d0e99bd02ef5ee725c1242da9ef183f680a03bb7f10d7ed50d0ce4c2bb1ae
+srccontainerchecksum 5e0637a5c98ad74f0d4056c6fa66656940d256d814e63559de1b0d771285be485cc3afe2db31aa0327a43b11369d70322952991360d28f9f308e32b9af45b5a7
srcfiles size=4
RELOC/source/fonts/fge/fge.dtx
RELOC/source/fonts/fge/fge.ins
@@ -125764,7 +126043,7 @@ runfiles size=30
RELOC/tex/latex/fge/Ufgerm.fd
RELOC/tex/latex/fge/fge.cfg
RELOC/tex/latex/fge/fge.sty
-catalogue-contact-home http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/fge
+catalogue-contact-home https://jjg.gitlab.io/en/code/fge/
catalogue-ctan /fonts/fge
catalogue-license lppl
catalogue-topics font font-mf font-type1 maths
@@ -126477,6 +126756,42 @@ catalogue-license lppl1.3
catalogue-topics doc-tool
catalogue-version 1.2
+name fillwith
+category Package
+revision 72006
+shortdesc Fill vertical space with solid rules or dotted lines
+relocated 1
+longdesc A LaTeX package for filling vertical space with something
+longdesc rather than nothing. Currently supported somethings are solid
+longdesc rules and dotted lines, with or without numbers. The package
+longdesc uses a mixture of plain-ish macros, LaTeX2e and expl3 methods,
+longdesc but a key-value approach to configuration should make the
+longdesc document-level interface relatively sane, even if nothing else
+longdesc is.
+containersize 3332
+containerchecksum 410556d9e902a75e3e1da2b33a7b80ac8c8e4e1180f3061bfd929a2636b6b3b8964afc30f097db9835e31a3d0be2413c7100a6bc9803fe2e2869718b8eb2292f
+doccontainersize 568336
+doccontainerchecksum 77f350ce3d0941cf213a323aaa900824447e0329dc8247b0c058e4906328f0cb5cc8c67cc76e76bb64cf76c77f61b6dcab382c2d160046af3246872b28b2267a
+docfiles size=158
+ RELOC/doc/latex/fillwith/MANIFEST.md
+ RELOC/doc/latex/fillwith/README.md details="Readme"
+ RELOC/doc/latex/fillwith/fillwith-example.pdf details="Example of use"
+ RELOC/doc/latex/fillwith/fillwith-example.tex
+ RELOC/doc/latex/fillwith/fillwith.pdf details="Package documentation"
+srccontainersize 7744
+srccontainerchecksum a2a239d6fbc76159e161117774af891a4d0e57876f17c7a5229461e272208e24a3213ad4340767950b2ee0df7904ab003f6108a9f2eecd6f99e802b2fb4d8770
+srcfiles size=8
+ RELOC/source/latex/fillwith/fillwith.dtx
+ RELOC/source/latex/fillwith/fillwith.ins
+runfiles size=3
+ RELOC/tex/latex/fillwith/fillwith.sty
+catalogue-contact-bugs https://codeberg.org/cfr/fillwith/issues
+catalogue-contact-repository https://codeberg.org/cfr/fillwith
+catalogue-ctan /macros/latex/contrib/fillwith
+catalogue-license lppl1.3c
+catalogue-topics exercise teaching leaders expl3
+catalogue-version 0.3
+
name finbib
category Package
revision 15878
@@ -132643,24 +132958,24 @@ catalogue-version 0.7.3
name fontscale
category Package
-revision 71281
+revision 72024
shortdesc A flexible interface for setting font sizes
relocated 1
longdesc This package provides an interface for selecting (arbitrary)
longdesc font sizes and associated values.
-containersize 6984
-containerchecksum abc72c4fc716046f5221baa878894f93500a52995664c63711f92d99a318b8d8eb96b5a6a88a076a5ef446c1687e6f749a5a11074368d5c2412f39c8d575b61a
-doccontainersize 123808
-doccontainerchecksum 14a222ac99eff6caa021a68e11826cefa1d4f4b3afd2e4527193c2ab269f2d0802d4665f31408f98e7e845fde62b47ee28bd2a8e8f61243665029af061f36830
-docfiles size=42
+containersize 6396
+containerchecksum 737022041fd351c7fe4a290b32ddc468767ad0294d1a0cb11f3df9f945c996632d3c85cf471a3fcbd74a486ad819b77221229a6936c6541154fc87964ebd3a56
+doccontainersize 111476
+doccontainerchecksum 10be312426df59caeea4eb772b1fbb2dc1d9f18fa6ce2c45e5dd6ff5f1ca8dd26168597656dc7ed4e96327685bfedf31dc59022ee1defa80a953e32dddfa7ceb
+docfiles size=40
RELOC/doc/latex/fontscale/CHANGELOG.md
RELOC/doc/latex/fontscale/README.txt details="Readme"
RELOC/doc/latex/fontscale/beery.cls
- RELOC/doc/latex/fontscale/fontscale-manual-table-classic.tex
- RELOC/doc/latex/fontscale/fontscale-manual-table-font-steps.tex
- RELOC/doc/latex/fontscale/fontscale-manual-table-modular-musical.tex
- RELOC/doc/latex/fontscale/fontscale-manual.pdf details="Package documentation"
- RELOC/doc/latex/fontscale/fontscale-manual.tex
+ RELOC/doc/latex/fontscale/fontscale-table-classic.tex
+ RELOC/doc/latex/fontscale/fontscale-table-font-steps.tex
+ RELOC/doc/latex/fontscale/fontscale-table-musical.tex
+ RELOC/doc/latex/fontscale/fontscale.pdf details="Package documentation"
+ RELOC/doc/latex/fontscale/fontscale.tex
runfiles size=12
RELOC/tex/latex/fontscale/fontscale.sty
catalogue-also fix-cm scrartcl
@@ -132668,7 +132983,7 @@ catalogue-contact-repository https://github.com/beeryoliver/fontscale
catalogue-ctan /macros/latex/contrib/fontscale
catalogue-license lppl1.3c
catalogue-topics expl3 font-sel
-catalogue-version 1.3.0
+catalogue-version 2.1.0
name fontsetup
category Package
@@ -136992,6 +137307,63 @@ catalogue-ctan /fonts/gelasio
catalogue-license ofl lppl
catalogue-topics font font-body font-proportional font-serif font-otf font-type1
+name gelasiomath
+category Package
+revision 71883
+shortdesc Math and small cap additions to Gelasio fonts
+relocated 1
+longdesc The package offers math support for the gelasio package, using
+longdesc symbols from newtxmath, Roman math letters from Gelasio and
+longdesc Greek math letters based on XCharter Greek. Also added small
+longdesc caps based on XCharter small caps and other minor features to
+longdesc Gelasio.
+execute addMap GelasioMath.map
+containersize 128380
+containerchecksum 9a90e264e08ce04ac51082383956c4884a9e017d4cc1f951ea4031d1de74f4ad84c81e28a6fe34dd6e3f7bb2e4919166b830385edadc3b01db14070ba4834e88
+doccontainersize 126076
+doccontainerchecksum 13a3b6f899ea0fa5cbf31b537246a8f7e8565a9b26d6c6332e0eb11b4ad0fc57f06002804aba1a64bbd4f02605c6a47f63792cb933848caf6766f1bbe0aaf0fb
+docfiles size=36
+ RELOC/doc/fonts/gelasiomath/README details="Readme"
+ RELOC/doc/fonts/gelasiomath/gelasiomath-doc.pdf details="Font samples"
+ RELOC/doc/fonts/gelasiomath/gelasiomath-doc.tex
+ RELOC/doc/fonts/gelasiomath/newtx-gel-subs.tex
+runfiles size=64
+ RELOC/fonts/map/dvips/gelasiomath/GelasioMath.map
+ RELOC/fonts/tfm/public/gelasiomath/Gelasio-Bold-tlf-ot1G.tfm
+ RELOC/fonts/tfm/public/gelasiomath/Gelasio-BoldItalic-tlf-ot1G.tfm
+ RELOC/fonts/tfm/public/gelasiomath/Gelasio-Italic-tlf-ot1G.tfm
+ RELOC/fonts/tfm/public/gelasiomath/Gelasio-Regular-tlf-ot1G.tfm
+ RELOC/fonts/tfm/public/gelasiomath/GelasioMathBMI.tfm
+ RELOC/fonts/tfm/public/gelasiomath/GelasioMathBRM.tfm
+ RELOC/fonts/tfm/public/gelasiomath/GelasioMathMI.tfm
+ RELOC/fonts/tfm/public/gelasiomath/GelasioMathRM.tfm
+ RELOC/fonts/tfm/public/gelasiomath/zgelbmi.tfm
+ RELOC/fonts/tfm/public/gelasiomath/zgelbmia.tfm
+ RELOC/fonts/tfm/public/gelasiomath/zgelmi.tfm
+ RELOC/fonts/tfm/public/gelasiomath/zgelmia.tfm
+ RELOC/fonts/type1/public/gelasiomath/GelasioMathBMI.pfb
+ RELOC/fonts/type1/public/gelasiomath/GelasioMathBRM.pfb
+ RELOC/fonts/type1/public/gelasiomath/GelasioMathMI.pfb
+ RELOC/fonts/type1/public/gelasiomath/GelasioMathRM.pfb
+ RELOC/fonts/vf/public/gelasiomath/Gelasio-Bold-tlf-ot1G.vf
+ RELOC/fonts/vf/public/gelasiomath/Gelasio-BoldItalic-tlf-ot1G.vf
+ RELOC/fonts/vf/public/gelasiomath/Gelasio-Italic-tlf-ot1G.vf
+ RELOC/fonts/vf/public/gelasiomath/Gelasio-Regular-tlf-ot1G.vf
+ RELOC/fonts/vf/public/gelasiomath/zgelbmi.vf
+ RELOC/fonts/vf/public/gelasiomath/zgelbmia.vf
+ RELOC/fonts/vf/public/gelasiomath/zgelmi.vf
+ RELOC/fonts/vf/public/gelasiomath/zgelmia.vf
+ RELOC/tex/latex/gelasiomath/gelasiomath.sty
+ RELOC/tex/latex/gelasiomath/ly1mingelasio.fd
+ RELOC/tex/latex/gelasiomath/omlzgelmi.fd
+ RELOC/tex/latex/gelasiomath/ot1mingelasio.fd
+ RELOC/tex/latex/gelasiomath/t1mingelasio.fd
+ RELOC/tex/latex/gelasiomath/untxmia.fd
+catalogue-ctan /fonts/gelasiomath
+catalogue-license ofl lppl1.3
+catalogue-topics font font-maths
+catalogue-version 1.00
+
name gender
category Package
revision 36464
@@ -144340,7 +144712,7 @@ catalogue-version 1.0.2
name gridset
category Package
-revision 53762
+revision 72056
shortdesc Grid, a.k.a. in-register, setting
relocated 1
longdesc Grid setting -- also known as strict in-register setting -- is
@@ -144352,26 +144724,28 @@ longdesc the next grid position. This may be enough under some
longdesc circumstances, but in other circumstances it may fail. Thus
longdesc gridset is only one more step for grid setting, not a complete
longdesc solution.
-containersize 2752
-containerchecksum 296200c463b67ce45fd7c9625298b5e0b83b730055830b3affcdc0c329a2ebd5f89c5da93e004b056efb63f8e43771824c7f0adfe435461943cc68aea4bbc480
-doccontainersize 224464
-doccontainerchecksum 54fd48dce732ee11a7279eb663bcadde958f2ec9d3307194000dae2ced43f604a54e44174ca36dec389c9ce8e5e0809849b5c66aebd9527337ea3273353142aa
-docfiles size=57
+containersize 2748
+containerchecksum 873edb6345dbe2c88d5cec26531050e28193b3a6e2b8861bddd9ec75511be463a48e3944966957f62b892b126da86841f9d5335a64014720a04778238ef5ba1a
+doccontainersize 240572
+doccontainerchecksum cc4d4259c076189efa0f1d401394d4fb4401adadfffd507fe812c33a48b39f1778954dc87dbf5c992a7c47a2b9b2c6985a84e637eb3550ce43d7a246d1cad8fc
+docfiles size=63
RELOC/doc/latex/gridset/LICENSE.md
RELOC/doc/latex/gridset/README.md details="Readme"
RELOC/doc/latex/gridset/gridset.pdf details="Package documentation"
-srccontainersize 6356
-srccontainerchecksum fc25880cbaa087230b0106a40d2c945809f09200c7e25de88588ab0075e06b91efd362453c599397e29f5e9a053f9554e0496cf03f4f134bd74678d1534ba07a
-srcfiles size=6
+ RELOC/doc/latex/gridset/gridsetexample.tex
+srccontainersize 6640
+srccontainerchecksum 34ba184f1ea04285c4d5fcace2d73a8fb0f596b3a79996124d7d1cb74f2ce474596ccb08c3a1572039f6375e9ac8d74f845302d3fcf6cb6aee5f74f073984a57
+srcfiles size=7
RELOC/source/latex/gridset/gridset.dtx
+ RELOC/source/latex/gridset/gridset.ins
runfiles size=2
RELOC/tex/latex/gridset/gridset.sty
-catalogue-contact-home https://komascript.de/gridset
+catalogue-contact-home https://github.com/komascript/gridset
catalogue-contact-repository https://github.com/komascript/gridset.git
catalogue-ctan /macros/latex/contrib/gridset
catalogue-license lppl1.3c
catalogue-topics typeset-grid
-catalogue-version 0.3
+catalogue-version 0.4
name gridslides
category Package
@@ -145970,24 +146344,24 @@ catalogue-version 0.2
name harmony
category Package
-revision 15878
+revision 72045
shortdesc Typeset harmony symbols, etc., for musicology
relocated 1
longdesc The package harmony.sty uses the packages ifthen and amssymb
longdesc from the amsfonts bundle, together with the LaTeX font
longdesc lcirclew10 and the font musix13 from musixtex.
-containersize 2444
-containerchecksum 25e84addf5ac4c67985e1e433f795f377accfdd4dc56eae0ffb25ddffeb52e0a44278ce1a936406105ff5b7e9541452a103e0bb4ed91b8949facee75ca7c11ae
-doccontainersize 138760
-doccontainerchecksum 3226831df9702b669ba4c269549927563ae321e8e10e0e41c6bd1a8d6522dcdaa4ae6a25a907a84cc1dc324c516a53754c81a0e1296fd8e3afbbb29f0992ead9
-docfiles size=40
+containersize 2840
+containerchecksum ecacc9ccb513c745f92ec47533028bae32751eea9180fcfd5999e51fbb4639c054556503044bb0be9f2c586c2d46af63da302da4c9be3554dd60b89c29a67717
+doccontainersize 166700
+doccontainerchecksum 439d9c3bd53fb0715417e4a6a01d33aa088945bcbc460713d76d8d5bb35a9ab6a159e5f1ee6660949e461749952ad40f22a87440c2d7eb32530dc1027fb56c10
+docfiles size=47
RELOC/doc/latex/harmony/README details="Readme"
RELOC/doc/latex/harmony/harmony.pdf details="Package documentation (by example)"
RELOC/doc/latex/harmony/harmony.tex
-runfiles size=3
+runfiles size=4
RELOC/tex/latex/harmony/harmony.sty
catalogue-ctan /macros/latex/contrib/harmony
-catalogue-license lppl
+catalogue-license lppl1.3
catalogue-topics music
name harnon-cv
@@ -146266,6 +146640,33 @@ catalogue-license lppl1.3
catalogue-topics typesetting
catalogue-version 1.3
+name hebdomon
+category Package
+revision 72033
+shortdesc A document class for report writing in university settings
+relocated 1
+longdesc This package provides a documentclass for streamlining document
+longdesc creation in LaTeX. It does not overwrite any TeX or LaTeX
+longdesc commands so the user could use their own macros or other
+longdesc commands as they wish.
+containersize 4060
+containerchecksum 38b0ffbb494a762423b551a9f4999d2661d6ff4a0c5961794f835e7dc9e995e66d2a28192dfd8bf506b002fcd8dce15aa9c25fbed67712326b70935fb72a7423
+doccontainersize 542260
+doccontainerchecksum 6ba6757ef53a3bcee9f6411d0343c83b016278802f9802448b474c2abc81ab73f09b7dc896f443a09818a8dac82478a4745e362cd2989bf985ad023088294f2b
+docfiles size=241
+ RELOC/doc/latex/hebdomon/HebdomonGuide.pdf details="Package documentation and example of use"
+ RELOC/doc/latex/hebdomon/HebdomonGuide.tex
+ RELOC/doc/latex/hebdomon/README.md details="Readme"
+ RELOC/doc/latex/hebdomon/figures/innsbruck.jpg
+runfiles size=3
+ RELOC/tex/latex/hebdomon/hebdomon.cls
+catalogue-contact-bugs https://github.com/dTmC0945/Hebdomon-LaTeX-Document-Class/issues
+catalogue-contact-repository https://github.com/dTmC0945/Hebdomon-LaTeX-Document-Class
+catalogue-ctan /macros/latex/contrib/hebdomon
+catalogue-license lppl1.3c
+catalogue-topics class doc-templ report-like
+catalogue-version 0.1
+
name hebrew-fonts
category Package
revision 68038
@@ -147378,7 +147779,7 @@ catalogue-version 1.0.2
name heria
category Package
-revision 69058
+revision 72037
shortdesc A LaTeX class for Horizon Europe RIA and IA grant proposals
relocated 1
longdesc This class facilitates the preparation of Research and
@@ -147390,21 +147791,21 @@ longdesc of the original version, and has the additional feature that
longdesc tables (listing the participants, work packages, deliverables,
longdesc etc.) are programmatically generated according to data supplied
longdesc by the user.
-containersize 17620
-containerchecksum 2ddbf4e07a47f72b402087046e4778d7d655af7243465bb7ca4ec10c3c15b72c49d8c6343e4ece780ac4aa1e2007e3fff4f8eb395673952d8050e7b6803b275c
-doccontainersize 609384
-doccontainerchecksum 08e4a34df324d61089a7632b2b8d2b41ff4df47fe633803c1c246525b86ec25ec40f6b56182432488a3cf4d1d90b36038773104d2c78a809b12d04f7a9a23bfe
-docfiles size=156
+containersize 18124
+containerchecksum b466bd2a4ae0cb70376da92037e4e3219ed979d99dc41a6b713537ebeb93676af839a4ae761a58b93e22f311be46bbdb0047c589827e72fb06315196878d22a2
+doccontainersize 608276
+doccontainerchecksum 4c3ea7df1424dc8d9caf3175080d4b6e1e88176946f476c68b209f3783eb413c949e2b2697ae2995878759029df2d7a1093ec17e80554b113ebc1b011fb6f83b
+docfiles size=155
RELOC/doc/latex/heria/README.md details="Readme"
RELOC/doc/latex/heria/heria-proposal.pdf details="Example of use"
RELOC/doc/latex/heria/heria-proposal.tex
RELOC/doc/latex/heria/heria.pdf details="Package documentation"
-srccontainersize 25860
-srccontainerchecksum 307a67c4095b52687fd978da3a1aa90b4cfb484d5f00876c86bad6c7103d926cda269ea081781b08a4b3cc2990e6570f60590b2b431f6a3f9c4d5c58d43016fe
-srcfiles size=26
+srccontainersize 26524
+srccontainerchecksum fbae67f736d6bdc7d7779c015c0ef1fb461644a2e163f34e0c8339b2b84fbcd4bfe4bba8de511e9e912e101459388e062398dce553c207a1e736e571b4f5e676
+srcfiles size=27
RELOC/source/latex/heria/heria.dtx
RELOC/source/latex/heria/heria.ins
-runfiles size=35
+runfiles size=36
RELOC/tex/latex/heria/heria.cls
RELOC/tex/latex/heria/hi-annexes.tex
RELOC/tex/latex/heria/hi-capacity.tex
@@ -147434,9 +147835,9 @@ runfiles size=35
catalogue-contact-bugs https://github.com/logological/heria/issues
catalogue-contact-repository https://github.com/logological/heria
catalogue-ctan /macros/latex/contrib/heria
-catalogue-license lppl1.3
+catalogue-license lppl1.3c
catalogue-topics class proposal
-catalogue-version 3.2.1.0
+catalogue-version 3.4.1.1
name heros-otf
category Package
@@ -150614,19 +151015,51 @@ catalogue-license lppl1.3
catalogue-topics colour
catalogue-version 1.10
+name hypcap
+category Package
+revision 71912
+shortdesc Adjusting the anchors of captions
+relocated 1
+longdesc The package offers a solution to the problem that when you link
+longdesc to a float using hyperref, the link anchors to below the
+longdesc float's caption, rather than the beginning of the float. Hypcap
+longdesc defines a separate \capstart command, which you put where you
+longdesc want links to end; you should have a \capstart command for each
+longdesc \caption command. Package options can be used to auto-insert a
+longdesc \capstart at the start of a float environment.
+containersize 2024
+containerchecksum addf9ef94f61eb1516b6a3ef1bc7653b83133f2d4df5eb9d178f859a411d0dd8bc3c1b14b5657396860813069b32d78e78a6b26d88e546c011628e47a878ff5e
+doccontainersize 293564
+doccontainerchecksum 24cf7adb17e9cafe2ab0009feab695ea359167823e7bfd71806ab7b989187fd8752b55d1cbb96fa9eb180d87c736f9823e20e622519f9fe9ded162fb1758b694
+docfiles size=75
+ RELOC/doc/latex/hypcap/README.md
+ RELOC/doc/latex/hypcap/hypcap.pdf details="Package documentation"
+srccontainersize 6212
+srccontainerchecksum a258899e82696a2314a5ef7a30bb0a2ba7cdf2cfccc17ba7c0d55c2546a9a46010428012d6bbb821c9ea2a96c62e1f10db2905de6464405f87ed7074ccce4b26
+srcfiles size=6
+ RELOC/source/latex/hypcap/hypcap.dtx
+runfiles size=1
+ RELOC/tex/latex/hypcap/hypcap.sty
+catalogue-contact-bugs https://github.com/ho-tex/hypcap/issues
+catalogue-contact-repository https://github.com/ho-tex/hypcap
+catalogue-ctan /macros/latex/contrib/hypcap
+catalogue-license lppl1.3c
+catalogue-topics hyper caption
+catalogue-version 1.13
+
name hypdestopt
category Package
-revision 56253
+revision 71991
shortdesc Hyperref destination optimizer
relocated 1
longdesc This package supports hyperref's pdfTeX driver. It removes
longdesc unnecessary destinations and shortens the destination names or
longdesc uses numbered destinations to get smaller PDF files.
-containersize 2772
-containerchecksum 784fbff599b60abebd3ae794376a65b460c0ac4aa189319e3f245c1feefa5bb501acf75ed345bb6099e301070d0c1e1eaca62129c4e82fae5611526b6aff370d
-doccontainersize 329064
-doccontainerchecksum cde846c9c4da226d27bd15881577ad3f1c3f0639c3e37fc86486af40939b0efb2d22d522646136b1b2fe2ebbfd5f2338e347b7476be7289d2a3710d43c2fc8ac
-docfiles size=88
+containersize 2852
+containerchecksum d5b72ac28b8771b35e83beb13761a91722925547dc503ea3822737384a3f0adf62c13ed8e8ae0045d60ba9231bf51c32a638c7c6d7081f712c05abcdb1d3f0eb
+doccontainersize 344992
+doccontainerchecksum b7da33a7373995380d63fcd08ae40df387b4fa9b926f5ad85a178203ffe0b04385b20758474a47e74e5e87d5eb2f5ac8529bb535679f5b9936d789b864bc25aa
+docfiles size=94
RELOC/doc/latex/hypdestopt/README.md
RELOC/doc/latex/hypdestopt/hypdestopt.dtx
RELOC/doc/latex/hypdestopt/hypdestopt.pdf details="Package documentation" language="en"
@@ -150637,7 +151070,7 @@ catalogue-contact-repository https://github.com/ho-tex/hypdestopt
catalogue-ctan /macros/latex/contrib/hypdestopt
catalogue-license lppl1.3
catalogue-topics hyper
-catalogue-version 2.7
+catalogue-version 2.8
name hypdoc
category Package
@@ -150832,7 +151265,7 @@ catalogue-version 1.0b
name hyperref
category Package
-revision 71338
+revision 71883
shortdesc Extensive support for hypertext in LaTeX
relocated 1
longdesc The hyperref package is used to handle cross-referencing
@@ -150866,10 +151299,10 @@ depend rerunfilecheck
depend stringenc
depend url
depend zapfding
-containersize 88400
-containerchecksum 07845d02bb7e9dac2e3c889f96285ddc9acb59f4e4e36d4be214bd5c9497b0b4468b3b14436d147584377b0930bea1a15ed35c81bfc723e8e2aa7d0cdfbca763
-doccontainersize 3960536
-doccontainerchecksum 848150ae001968a44d09a54539d8caee65e249276ea48eb446b5938ddf5b8c16f6f8f035d13194e548cfc57fcedcee2476bb74da79748082c8454371aa3613af
+containersize 88492
+containerchecksum 83a084164404ad60b0691e487101d9d7d39adfa600a35a3ac1b0a2f84df9cccccf7bbb999c93fe385f4295bb8d5354e7045e491d1ae54682c5ea2ad8842245d6
+doccontainersize 3958144
+doccontainerchecksum b08369f8da36f6a3018fa8d2e4dcb69682588fc0267fff4a005f1dfc43d3abe9f6021daa2094db994e3bb32a7c447d777ee3cba6fd5f0d164b9dd886c14d86c6
docfiles size=1268
RELOC/doc/latex/hyperref/ChangeLog.txt
RELOC/doc/latex/hyperref/README.md details="Readme"
@@ -150893,8 +151326,8 @@ docfiles size=1268
RELOC/doc/latex/hyperref/paper.pdf details="Paper on tagging and navigation"
RELOC/doc/latex/hyperref/slides.pdf
RELOC/doc/latex/hyperref/xr-hyper.pdf
-srccontainersize 417584
-srccontainerchecksum b2f2b40f48fe95118f1e25f99843e8bd7428ced2c9b3fdd2fea913a8e3121a6dad140e5062ff752b10f1bd81bc5105088c8eda54388735b79f35c1e0b1534d6e
+srccontainersize 417632
+srccontainerchecksum a24096d3f31ff29be45c9e4da9e9b0f3bf249fcb7b9c262727e3f42cca8dd11e0e9dd66e346256cb78417076037e550849dac7459702a36f2622a3ac83f2e172
srcfiles size=316
RELOC/source/latex/hyperref/backref.dtx
RELOC/source/latex/hyperref/bmhydoc.sty
@@ -150941,7 +151374,7 @@ catalogue-contact-home https://github.com/latex3/hyperref
catalogue-ctan /macros/latex/contrib/hyperref
catalogue-license lppl1.3
catalogue-topics hyper pdf-feat adobe-distiller form-fillin etex
-catalogue-version 7.01i
+catalogue-version 7.01j
name hyperxmp
category Package
@@ -151648,20 +152081,20 @@ containerchecksum 5b02582769a55bb07d81e748e83170c16aca1c33b0a240cf547fa9c2212f2b
name hyphen-finnish
category TLCore
-revision 58652
+revision 71880
catalogue fihyph
shortdesc Finnish hyphenation patterns.
relocated 1
longdesc Hyphenation patterns for Finnish in T1 and UTF-8 encodings. The
-longdesc older set, labelled just “fi”, tries to implement
-longdesc etymological rules, while the newer ones (fi-x-school)
-longdesc implements the simpler rules taught at Finnish school.
+longdesc older set, labelled just 'fi', tries to implement etymological
+longdesc rules, while the newer ones (fi-x-school) implements the
+longdesc simpler rules taught at Finnish school.
depend hyph-utf8
depend hyphen-base
execute AddHyphen name=finnish lefthyphenmin=2 righthyphenmin=2 file=loadhyph-fi.tex file_patterns=hyph-fi.pat.txt file_exceptions=
execute AddHyphen name=schoolfinnish lefthyphenmin=1 righthyphenmin=1 file=loadhyph-fi-x-school.tex file_patterns=hyph-fi-x-school.pat.txt file_exceptions=
-containersize 4664
-containerchecksum 6aa171d77952165cdcb1b667885f16dd382124ed70ed1db80a9a89553d972720d8ff5f0da1b36669e02c3030d9ff362ab77ba1fa2ba45cddfb460018f0c0191d
+containersize 4656
+containerchecksum e45207eb19ac8915bf4c3099a4a4f72d5e77118f75147ef5dad19afe30067417ca377db7a6a25daf92b51c43ebe74d3c9e6e6e2d2c35c2ebca249f73e2055ae6
runfiles size=9
RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-fi-x-school.tex
RELOC/tex/generic/hyph-utf8/loadhyph/loadhyph-fi.tex
@@ -155441,7 +155874,7 @@ catalogue-version 1.2.1
name innerscript
category Package
-revision 68776
+revision 72066
shortdesc Small modifications to math formatting
relocated 1
longdesc This package optionally modifies four aspects of TeX's
@@ -155452,18 +155885,18 @@ longdesc \left-\right delimiter pairs; (3) it adds extra space after
longdesc right delimiters in certain situations; and (4) it forces \left
longdesc and \right delimiters to completely cover their contents. Using
longdesc LuaLaTeX is required.
-containersize 4620
-containerchecksum 7b647763f5a535f45a7741c3264fb59e2223837a9c99617aab870b624122783e25d1ce2f48e14fa5c1f01b660e5372eefbad3df51c52cb414ba675b8bea18e51
-doccontainersize 191604
-doccontainerchecksum 406d30155e73e13eb51967e3902e1fd2d76a92aa29323306a8769f9b4900323d288d1620a2a85ff76062e1a7b610bdddc06b113e15cd1479cbcb1bbb25b4c79a
+containersize 4632
+containerchecksum ae2d908d413fcbd4e9e866de954743ff1982356eea46eb1ba47b2c642f2bc42cf350c94ced9b22c8a8911f17967a1913693fd9d154b933229f19d76a618c1005
+doccontainersize 192664
+doccontainerchecksum 6eb0ae3d1f88ca0eb4948ba78d2e384cb0e3e014520ff135a42aaffb0a7b940eca686aa63bb124eab65d33c4cf148b767ef0fabb6b30cd633acc091ff8fd4ca7
docfiles size=60
RELOC/doc/lualatex/innerscript/README.txt details="Readme"
RELOC/doc/lualatex/innerscript/innerscript_code.pdf details="Code implementation"
RELOC/doc/lualatex/innerscript/innerscript_heading.tex
RELOC/doc/lualatex/innerscript/innerscript_user_guide.pdf details="User guide"
RELOC/doc/lualatex/innerscript/innerscript_user_guide.tex
-srccontainersize 12236
-srccontainerchecksum caf662052e89c10a1f6da8f671aa3e30eb4738a68b095146339f9c0cd95cfdeaebee30869b5c7c92bcff6ebfbfe526ad6ab032d26bae93e671707dbcf3835218
+srccontainersize 12308
+srccontainerchecksum 6320d9781cdafe6efadeb34954169bde4fbf6eef8006726ef72d70cac0272183fe23538d0f317c4d07b90b4cc35e3d6ed2820bcec515c8bdb5d4acd384921a85
srcfiles size=18
RELOC/source/lualatex/innerscript/innerscript_code.dtx
runfiles size=9
@@ -155471,7 +155904,7 @@ runfiles size=9
catalogue-ctan /macros/luatex/latex/innerscript
catalogue-license lppl1.3c
catalogue-topics maths
-catalogue-version 1.2
+catalogue-version 1.3
name inputenx
category Package
@@ -158261,6 +158694,43 @@ catalogue-license lppl1.3
catalogue-topics package-supp
catalogue-version 3.1
+name interlinear
+category Package
+revision 72106
+shortdesc A package for creating interlinear glossed texts with customizable formatting
+relocated 1
+longdesc The interlinear package facilitates the creation of interlinear
+longdesc glossed texts, commonly used in linguistic examples. It is
+longdesc based on the gb4e package and builds upon its functionality to
+longdesc provide enhanced features. It offers extensive customization
+longdesc options, allowing users to control font styles, formatting, and
+longdesc layout. With predefined styles and margin note customization,
+longdesc interlinear provides a flexible solution for presenting
+longdesc linguistic data.
+depend enumitem
+depend etoolbox
+depend l3packages
+depend marginnote
+depend xifthen
+depend xkeyval
+containersize 10148
+containerchecksum b7bee17f7a69ef44a06d2915b26ceea2e63d386be25029fdaf19b3626fba28d4005afe3ec7275d75e6007efa76eb486daff54dd36ae1d44e77ca8e7bfe448c59
+doccontainersize 127344
+doccontainerchecksum 82a7ac9c378e2c034f3c7bf142d9978fa9f276dad8300f009b0ae9d1c45b519dd02e7729c9aa72d39f36f2cdc070684fa5e44784a281c38d26c29f77704365e6
+docfiles size=40
+ RELOC/doc/latex/interlinear/DEPENDS.txt
+ RELOC/doc/latex/interlinear/LICENSE.txt
+ RELOC/doc/latex/interlinear/README.md details="Readme"
+ RELOC/doc/latex/interlinear/VERSION_1_0
+ RELOC/doc/latex/interlinear/interlinear-doc.pdf details="Package documentation"
+ RELOC/doc/latex/interlinear/interlinear-doc.tex
+runfiles size=12
+ RELOC/tex/latex/interlinear/interlinear.sty
+catalogue-ctan /macros/latex/contrib/interlinear
+catalogue-license lppl1.3c
+catalogue-topics linguistic
+catalogue-version 1.0
+
name interpreter
category Package
revision 27232
@@ -160614,7 +161084,7 @@ catalogue-version 0.1.2
name iran-bibtex
category Package
-revision 71187
+revision 71972
shortdesc Iran Manual of Style Citation Guide for BibTeX
relocated 1
longdesc The iran-bibtex package, designed for LaTeX, provides BibTeX
@@ -160631,10 +161101,10 @@ longdesc This file, derived from the ascii.csf file, serves the purpose
longdesc of arranging references in the desired order. It is important
longdesc to note that this package relies on the natbib package, which
longdesc is automatically loaded.
-containersize 14712
-containerchecksum c145f10dde7ed7da5bb87cce7f709dbfeecda9d5049000dbf2a9b905b68850b31ebaa4c5d5a484393ce8d69c656eb1d26818b4f945ac77c22f0fcc66c11f35d7
-doccontainersize 163896
-doccontainerchecksum f57595f83b3de781d7e11f7477293e13c622846c03f1f4bd25c569488298a508af065194c50aaa8b393a3f323727cfbc462a8fb3cc6cea595c3d0517964a259f
+containersize 14764
+containerchecksum a9c0e5764047cf00eef2308691cf18d71825895605ad7036cb019f7f8f7bebe55c4b3d623bb489fdeb371eaa303cdce640efedf0c241f150470eaa5d84a105a3
+doccontainersize 164848
+doccontainerchecksum c0eaee82b6e8671d56ce46006d0ba5e11a625055ced1c1bc404da67b12efdb38f4c52fe92b09ba95cbcaeb16e0a29efa9f0f23064d2b2e01e8449fe030493dfc
docfiles size=63
RELOC/doc/bibtex/iran-bibtex/LICENSE.txt
RELOC/doc/bibtex/iran-bibtex/README.md details="Readme"
@@ -160656,7 +161126,7 @@ catalogue-contact-repository https://github.com/farshadrasuli/iran-bibtex
catalogue-ctan /biblio/bibtex/contrib/iran-bibtex
catalogue-license lppl1.3c
catalogue-topics persian bibtex-sty
-catalogue-version 0.4.1
+catalogue-version 0.4.3
name is-bst
category Package
@@ -161029,338 +161499,334 @@ catalogue-topics rotation
name isosafety
category Package
-revision 68801
+revision 72081
shortdesc Provides ISO signs and colors according to the standards 7010 and 3864
relocated 1
longdesc The package provides safety colors (ISO 3864) and safety signs
longdesc (ISO 7010) from the ISO. It can be useful when creating
longdesc instructions for chemical or physical experiments.
-containersize 1144
-containerchecksum 4f3997e5ab414bea29e986e1edd7b1436f82bd22b32e4047814d48058a57aa7ba042c88808784ddf5dff3926a1ec366f374e5e275df8e16e8d8a9b9c07982ac1
-doccontainersize 938224
-doccontainerchecksum 905fcdc25540ca0db66cc8fd6057bb71ded0016180b4efbcb5855e9ece8213d2091f387201ab44a2827fc4bb897f8cd9209b570b9bc23ab5c4b4293f5848c1d5
-docfiles size=450
+containersize 801848
+containerchecksum 16a99b4d7ac02f632cf87aa30ef1f9567ae7a903249dab2c13998d5d64059ad9d1acf432f159e857dda64e930e807e9a1cca99bfe8e81292b408a2deb077a1a8
+doccontainersize 112972
+doccontainerchecksum 5b2347ec85989117afc2ec06b8c2baf69e6586784e3990d05d088c01f831df984f0aad5975074b9be83ecc18d8b1539bf620842a95c4fea6c9860b840cf99e3f
+docfiles size=31
RELOC/doc/latex/isosafety/README.md details="Readme"
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_CV003.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_CV004.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_CV009.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_CV010.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_CV011.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_CV012.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_CV013.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_CV027.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_CV028.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_CV029.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_CV064.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_CV067.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E001.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E002.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E003.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E004.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E007.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E008.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E009.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E010.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E011.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E012.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E013.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E014.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E015.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E016.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E017.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E018.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E019.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E020.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E021.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E022.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E023.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E024.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E025.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E026.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E027.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E028.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E029.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E030.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E031.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E032.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E033.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E034.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E035.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E036.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E037.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E038.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E039.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E040.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E041.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E042.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E043.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E044.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E045.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E046.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E047.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E048.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E049.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E050.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E051.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E052.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E053.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E054.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E055.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E056.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E057.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E058.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E059.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E060.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E061.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E062.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E063.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E064.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E065.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E067.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E068.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E069.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_E070.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F001.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F002.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F003.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F004.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F005.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F006.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F007.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F008.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F009.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F010.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F011.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F012.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F013.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F014.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F015.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F016.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F017.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F018.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_F019.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M001.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M002.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M003.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M004.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M005.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M006.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M007.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M008.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M009.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M010.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M011.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M012.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M013.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M014.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M015.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M016.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M017.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M018.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M019.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M020.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M021.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M022.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M023.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M024.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M025.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M026.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M027.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M028.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M029.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M030.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M031.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M032.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M033.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M034.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M035.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M036.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M037.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M038.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M039.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M040.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M041.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M042.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M043.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M044.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M045.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M046.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M047.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M048.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M049.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M050.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M051.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M052.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M053.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M054.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M055.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M056.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M057.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M058.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M059.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_M060.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P001.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P002.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P003.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P004.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P005.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P006.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P007.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P008.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P009.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P010.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P011.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P012.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P013.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P014.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P015.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P016.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P017.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P018.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P019.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P020.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P021.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P022.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P023.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P024.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P025.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P026.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P027.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P028.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P029.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P030.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P031.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P032.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P033.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P034.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P035.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P036.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P037.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P038.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P039.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P040.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P041.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P042.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P043.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P044.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P045.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P046.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P047.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P048.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P049.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P050.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P051.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P052.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P053.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P054.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P055.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P056.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P057.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P058.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P059.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P060.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P061.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P062.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P063.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P064.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P065.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P066.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P067.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P068.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P069.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P070.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P071.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P072.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P073.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P074.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_P075.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W001.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W002.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W003.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W004.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W005.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W006.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W007.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W008.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W009.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W010.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W011.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W012.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W013.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W014.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W015.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W016.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W017.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W018.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W019.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W020.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W021.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W022.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W023.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W024.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W025.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W026.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W027.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W028.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W029.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W030.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W031.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W032.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W033.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W034.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W035.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W036.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W037.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W038.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W039.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W040.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W041.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W042.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W043.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W044.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W045.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W046.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W047.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W048.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W049.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W050.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W051.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W052.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W053.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W054.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W055.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W056.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W057.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W058.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W059.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W060.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W061.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W062.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W063.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W064.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W065.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W066.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W067.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W068.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W069.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W070.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W071.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W072.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W073.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W074.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W075.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W076.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W077.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W078.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W079.pdf
- RELOC/doc/latex/isosafety/isosafety-pdfs/ISO_7010_W080.pdf
- RELOC/doc/latex/isosafety/isosafety.pdf details="Package documentation"
-srccontainersize 2168
-srccontainerchecksum 38427c445a9a816c674a01e3ce85b1a30b6ccf06f7097e82bceaddf72e7d178bac1873e57061d76c37cd3b73abd783b1d35b16648f43485b3d80cb7ce5158278
-srcfiles size=2
- RELOC/source/latex/isosafety/isosafety.dtx
- RELOC/source/latex/isosafety/isosafety.ins
-runfiles size=1
+ RELOC/doc/latex/isosafety/isosafety-docs.pdf details="Package documentation"
+ RELOC/doc/latex/isosafety/isosafety-docs.tex
+runfiles size=415
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_CV003.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_CV004.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_CV009.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_CV010.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_CV011.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_CV012.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_CV013.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_CV027.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_CV028.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_CV029.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_CV064.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_CV067.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E001.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E002.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E003.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E004.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E007.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E008.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E009.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E010.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E011.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E012.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E013.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E014.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E015.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E016.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E017.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E018.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E019.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E020.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E021.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E022.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E023.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E024.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E025.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E026.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E027.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E028.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E029.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E030.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E031.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E032.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E033.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E034.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E035.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E036.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E037.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E038.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E039.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E040.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E041.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E042.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E043.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E044.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E045.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E046.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E047.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E048.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E049.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E050.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E051.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E052.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E053.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E054.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E055.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E056.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E057.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E058.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E059.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E060.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E061.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E062.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E063.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E064.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E065.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E067.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E068.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E069.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_E070.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F001.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F002.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F003.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F004.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F005.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F006.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F007.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F008.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F009.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F010.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F011.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F012.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F013.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F014.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F015.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F016.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F017.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F018.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_F019.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M001.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M002.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M003.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M004.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M005.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M006.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M007.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M008.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M009.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M010.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M011.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M012.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M013.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M014.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M015.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M016.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M017.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M018.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M019.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M020.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M021.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M022.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M023.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M024.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M025.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M026.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M027.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M028.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M029.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M030.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M031.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M032.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M033.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M034.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M035.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M036.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M037.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M038.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M039.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M040.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M041.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M042.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M043.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M044.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M045.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M046.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M047.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M048.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M049.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M050.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M051.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M052.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M053.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M054.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M055.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M056.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M057.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M058.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M059.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_M060.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P001.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P002.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P003.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P004.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P005.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P006.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P007.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P008.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P009.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P010.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P011.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P012.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P013.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P014.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P015.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P016.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P017.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P018.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P019.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P020.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P021.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P022.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P023.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P024.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P025.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P026.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P027.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P028.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P029.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P030.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P031.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P032.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P033.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P034.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P035.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P036.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P037.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P038.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P039.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P040.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P041.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P042.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P043.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P044.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P045.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P046.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P047.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P048.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P049.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P050.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P051.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P052.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P053.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P054.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P055.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P056.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P057.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P058.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P059.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P060.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P061.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P062.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P063.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P064.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P065.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P066.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P067.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P068.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P069.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P070.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P071.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P072.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P073.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P074.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_P075.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W001.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W002.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W003.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W004.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W005.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W006.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W007.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W008.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W009.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W010.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W011.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W012.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W013.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W014.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W015.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W016.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W017.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W018.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W019.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W020.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W021.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W022.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W023.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W024.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W025.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W026.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W027.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W028.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W029.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W030.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W031.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W032.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W033.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W034.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W035.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W036.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W037.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W038.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W039.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W040.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W041.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W042.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W043.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W044.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W045.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W046.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W047.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W048.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W049.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W050.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W051.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W052.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W053.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W054.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W055.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W056.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W057.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W058.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W059.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W060.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W061.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W062.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W063.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W064.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W065.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W066.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W067.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W068.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W069.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W070.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W071.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W072.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W073.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W074.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W075.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W076.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W077.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W078.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W079.pdf
+ RELOC/tex/latex/isosafety/isosafety-pdfs/ISO_7010_W080.pdf
RELOC/tex/latex/isosafety/isosafety.sty
catalogue-contact-bugs https://github.com/BenSt099/isosafety/issues
catalogue-contact-home https://github.com/BenSt099/isosafety
@@ -161368,7 +161834,7 @@ catalogue-contact-repository https://github.com/BenSt099/isosafety
catalogue-ctan /macros/latex/contrib/isosafety
catalogue-license lppl1.3c
catalogue-topics typeset-std
-catalogue-version 1.1
+catalogue-version 1.2
name isotope
category Package
@@ -162168,7 +162634,7 @@ catalogue-version 0.995b
name iwonamath
category Package
-revision 68144
+revision 71844
shortdesc LaTeX support for scaled Iwona math fonts
relocated 1
longdesc This package provides an interface to the Iwona math fonts by
@@ -162176,18 +162642,18 @@ longdesc Janusz Marian Nowacki. It allows to use Iwona as math
longdesc complement for sans serif fonts without native math. The
longdesc package allows font scaling, the choice of light and condensed
longdesc versions, and the creation of multiple math versions.
-containersize 2976
-containerchecksum e0b87b6815ffbec37a52e0ecd1d31daacd46c222abb71566ab3476cbc2ec28128f5977367715bf1eac439f978d750b6ce7e7bee589de7a1f18bf70ab8ce166ab
-doccontainersize 865668
-doccontainerchecksum 81fb0f9b7b738994a4af09a8dda8b580f4d59a92f790f8b285c2b1a252e672786296472847a6d4d8ce804a757248dec04e02894d1550cf0791863d25d22f35d5
-docfiles size=220
+containersize 2984
+containerchecksum 52ae1c0e13ebd9c8a8d28759df1e504c8858446c18223cbaeed1c03a40782115c759ab68ac9af2628dc2abc9681a7ff57a1f85e3cb48781c79ebe2f6b1f99f63
+doccontainersize 863220
+doccontainerchecksum 7b59f8de2f4d7a9de87980595711a2de0afd3fabd73f2a2cbb254ab751dc9df6e5117a197c5d8d23bc5e2948bde75a5d0195913be79562075d680bacdc9dae05
+docfiles size=219
RELOC/doc/latex/iwonamath/README details="Readme"
RELOC/doc/latex/iwonamath/iwonamath.bib
RELOC/doc/latex/iwonamath/iwonamath.pdf details="Package documentation"
RELOC/doc/latex/iwonamath/sample.pdf details="Example of use"
RELOC/doc/latex/iwonamath/sample.tex
-srccontainersize 5056
-srccontainerchecksum b7aa315eb74b6fdbfdd75dc176ede1841406efb9bf5ba584fe090123f3e93b1f7db9719a321833d2486b0e5e7a0a214a4b91a8c1afb2443e126ebcf96bea5b70
+srccontainersize 5108
+srccontainerchecksum 2d6f63033b6768826e57b44c4f079149d6d6f41521970b714906092233b11ea8567b90c141246ce35eed42c8fc3cd33515f32defdcbc44e97b9c3f892d5f590f
srcfiles size=7
RELOC/source/latex/iwonamath/Makefile
RELOC/source/latex/iwonamath/iwonamath.dtx
@@ -162222,7 +162688,7 @@ catalogue-contact-repository https://github.com/borisveytsman/iwonamath
catalogue-ctan /macros/latex/contrib/iwonamath
catalogue-license lppl1.3c
catalogue-topics font-supp-maths expl3
-catalogue-version 1.0
+catalogue-version 1.1
name jablantile
category Package
@@ -167232,7 +167698,7 @@ catalogue-version 0.19
name jigsaw
category Package
-revision 71084
+revision 71923
shortdesc Draw jigsaw pieces with TikZ
relocated 1
longdesc This is a small LaTeX package to draw jigsaw pieces with TikZ.
@@ -167242,17 +167708,17 @@ longdesc jigsaws.
depend epstopdf-pkg
depend iftex
depend pgf
-containersize 3792
-containerchecksum 69f56b1b433f4dd0c15db23208b2922c5e74ec67a3f5575bc57abb77b0a7e6ed0d286c44b4d7c3cf5afc08ff6f7aaa6c4f14139057dfb02e1ce3b2232f6e2074
-doccontainersize 147652
-doccontainerchecksum dfebbe6fa8426e57c6aee59999cdfa680be64431885d33059260bb1609e4217adaaf8d0b2085ce6a0bd852d65125aece8366270f78574306e3b72ea062b250ae
-docfiles size=41
+containersize 1812
+containerchecksum ba43a27b5e62496ccab1baba3aa9bf4b195661e77c1f79f7dccd7981fe95db26f6aaf09f21356aff761d0d749d6813fa402255e0ba37917f1ec5cc3006a8d371
+doccontainersize 149580
+doccontainerchecksum d4f274bfb04dabe6610bde4fb9e61ddc07a336ea7252d7f60bac950b202f89973a29c85a551d70bfe9270b54526d661122dc3d5ecd6203830b3e5eeba26ac0d1
+docfiles size=43
RELOC/doc/latex/jigsaw/DEPENDS.txt
RELOC/doc/latex/jigsaw/README.md details="Readme"
+ RELOC/doc/latex/jigsaw/jigsaw-doc-settings.sty
RELOC/doc/latex/jigsaw/jigsaw-doc.pdf details="Package documentation"
RELOC/doc/latex/jigsaw/jigsaw-doc.tex
-runfiles size=3
- RELOC/tex/latex/jigsaw/jigsaw-doc-settings.sty
+runfiles size=1
RELOC/tex/latex/jigsaw/jigsaw.sty
catalogue-contact-repository https://github.com/samcarter/jigsaw
catalogue-contact-support https://github.com/samcarter/jigsaw/issues
@@ -167354,18 +167820,18 @@ catalogue-topics labels
name jlreq
category Package
-revision 69911
+revision 72091
shortdesc Japanese document class based on requirements for Japanese text layout
relocated 1
longdesc This package provides a Japanese document class based on
longdesc requirements for Japanese text layout. The class file and the
longdesc JFM (Japanese font metric) files for LuaTeX-ja / pLaTeX /
longdesc upLaTeX are provided.
-containersize 137500
-containerchecksum 3dad554b8bec221758fa403786cf2876b21043e66edff20fc9ffd56b1a5b2d25d1031a38d64299057dfbbfa078079e619b39636d28a614fadc891744f950ea2e
-doccontainersize 535612
-doccontainerchecksum fef618ffd7ec89c70daf52140a8d4630724866635827e4388c23061377ffc10f51b3cd2e26fd47cb590ce0ddea64e9b757fa1592f714cec4434832d55bbf993a
-docfiles size=176
+containersize 147944
+containerchecksum d73f16bfc3ad40fd7c62b1c5cc590f8234ea14bc86e4827c468bd05cc02451ccdc807b705758bbdb8418c662c88d10f27662ef37369ef4e274708a6e0686d364
+doccontainersize 588336
+doccontainerchecksum fe867f7c694e69b6b23eb48e2b995121711f957eae0b1e230c0abf5fd091a9fd0855ab9c8fbe3ad99acd1c13c878ffdd20c115d06cbca86fb3b4a41db80cd5b7
+docfiles size=222
RELOC/doc/latex/jlreq/LICENSE
RELOC/doc/latex/jlreq/README-ja.md details="Readme" language="ja"
RELOC/doc/latex/jlreq/README.md details="Readme"
@@ -167378,14 +167844,14 @@ docfiles size=176
RELOC/doc/latex/jlreq/jlreq.html
RELOC/doc/latex/jlreq/jlreq.pdf details="Package documentation"
srccontainersize 8316
-srccontainerchecksum a689d346d882a4f849febc1c6faae968b399d7190f439970335879810114158e04708f8dcfc79c42304a77f5c9bd78b035a072114ef41dfe6351f4c70927b689
+srccontainerchecksum 5d71c152970d7fabfa77794bf8adcd37c02747f6e3620ddbe09bbdef43bbb12febc6afce0fa92d04ef3fbe262ee6c20f93e80c9869941f4bf784abd814baa5dc
srcfiles size=10
RELOC/source/latex/jlreq/Makefile
RELOC/source/latex/jlreq/README-template.html
RELOC/source/latex/jlreq/README-template.tex
RELOC/source/latex/jlreq/luajfm2pl.lua
RELOC/source/latex/jlreq/make_variant_jfm.lua
-runfiles size=8660
+runfiles size=5828
RELOC/fonts/tfm/public/jlreq/bjlreq-v.tfm
RELOC/fonts/tfm/public/jlreq/bjlreq.tfm
RELOC/fonts/tfm/public/jlreq/bjlreqg-v.tfm
@@ -168794,16 +169260,16 @@ catalogue-version 1.00
name jnuexam
category Package
-revision 70636
+revision 71883
shortdesc Exam class for Jinan University
relocated 1
longdesc The package provides an exam class for Jinan University
longdesc (China).
-containersize 5156
-containerchecksum debc9ce62768c0c48c86de65869193c5b4b403225d94423d1edcf7f0bb09c54f865a529d84354d59b4fb70162fe353f0031750e8164c6700973ac0858466a434
-doccontainersize 598008
-doccontainerchecksum 34377a0481c9df2dad91aa11d2fd38005a897d280e5a57df6b0f94d2b9a288fd9fc8262fc2adbd7f2948e9e26ca2765224c133a1b343f1cac2d3781551c78275
-docfiles size=214
+containersize 5168
+containerchecksum 589f891b5c9b26f50007dc0641f9d2892bdbb953e31bcc0e5a5b348327f46b74c79386526bf00090e7e368632aaf6c5b8373682fe4ed6f2e1f881ad9c8584ac6
+doccontainersize 601300
+doccontainerchecksum 7b67af82e598c1f4ebd30d73980885140698c29930589d50132febf22fec6fb0d71e8fdb188488ff4767027e5630e68bee649d836e100b78bfb4f247e06253dc
+docfiles size=212
RELOC/doc/latex/jnuexam/README details="Readme"
RELOC/doc/latex/jnuexam/examfc-a-answer.pdf
RELOC/doc/latex/jnuexam/examfc-a-answer.tex
@@ -168829,7 +169295,7 @@ catalogue-contact-home https://lvjr.bitbucket.io/jnuexam.html
catalogue-ctan /macros/latex/contrib/jnuexam
catalogue-license lppl1.3c
catalogue-topics exam class chinese
-catalogue-version 2024E
+catalogue-version 2024F
name jobname-suffix
category Package
@@ -169430,31 +169896,32 @@ catalogue-version 1.13
name jsonparse
category Package
-revision 71329
+revision 71995
shortdesc Parse, store and access JSON data in LaTeX documents
relocated 1
longdesc This package provides an easy way to read in JSON data from
longdesc files or strings in LaTeX documents, parse the data and store
longdesc it in a user-defined token variable.
-containersize 4776
-containerchecksum e98c775b1548e59cacd55765ce63c8499a745de2e12f0486189da14148a1128fd17d4c1ba5f51b5b2b88fc0e99ef8f237726724e71b0a95ab88948a2dfdaad7d
-doccontainersize 563504
-doccontainerchecksum b13cb5038348edebf182bdb21d37126019744933f46427949e597c42ce86d9de3b72bd182d8e16cca8b55e8c8b953f043ce690ad857cb17949e52ff62045ecdc
-docfiles size=210
+containersize 5204
+containerchecksum 3f24e63db30b4689b27da7ed270a893713523d087c8be9c10d2cb73cecbe4be9bdde97aa330e5b7f0265dba87126dd8ce7d3d6a4e86b7b91577c5270cedda49a
+doccontainersize 422244
+doccontainerchecksum eb30e798f71e349b4a56da65d670ab4ea098ca4943161184cc2729e91583096663ebf677b176cb28ce9915c19374b7005f91e865c82041e9ae5d70a50ede6cbc
+docfiles size=126
RELOC/doc/latex/jsonparse/LICENCE
RELOC/doc/latex/jsonparse/README.md details="Readme"
RELOC/doc/latex/jsonparse/jason/jason.pdf
RELOC/doc/latex/jsonparse/jason/jason.svg
+ RELOC/doc/latex/jsonparse/jason/jason.tex
RELOC/doc/latex/jsonparse/jsonparse-doc.pdf details="Package documentation"
RELOC/doc/latex/jsonparse/jsonparse-doc.tex
-runfiles size=7
+runfiles size=8
RELOC/tex/latex/jsonparse/jsonparse.sty
catalogue-contact-bugs https://github.com/jasperhabicht/jsonparse/issues
catalogue-contact-repository https://github.com/jasperhabicht/jsonparse
catalogue-ctan /macros/latex/contrib/jsonparse
catalogue-license lppl1.3c
catalogue-topics data-manip expl3
-catalogue-version 0.8.6
+catalogue-version 0.8.7
name jumplines
category Package
@@ -169485,7 +169952,7 @@ catalogue-version 0.2
name junicode
category Package
-revision 71474
+revision 71871
shortdesc A TrueType and OpenType font family for mediaevalists
relocated 1
longdesc Junicode is a TrueType/OpenType font family with many features
@@ -169494,11 +169961,11 @@ longdesc used by the Oxford Press in the late 17th and early 18th
longdesc centuries. It works well with Lua(La)TeX or Xe(La)TeX, but the
longdesc basic textual features are also available with (pdf)LaTeX.
execute addMap Junicode.map
-containersize 78546988
-containerchecksum b25799f41922bfd280a594f8468ccb6532e7ce57b2208655a856400d19fe5b80d669bc03543ae56d7024f8a458c13cf1eb7e5a73d3f59f8426fc6ae7642b9929
-doccontainersize 2078908
-doccontainerchecksum 66bf166a058ea909d714192201bbb6239f427207fd191434cd91269e4d3d3974289aad82097d245b22dae29dafa6a25bbcd19606e939ac71e7be46761081fe29
-docfiles size=596
+containersize 80450396
+containerchecksum 55c2edf969154c8560f1e3ad03f9d1a24e2fcc9ebd1bedf8571aa4a12cc91d5df3bb6e9a1229c951da0f210bf1a99c62dc7d53b2c8c2cf5960120710dcba6832
+doccontainersize 2214884
+doccontainerchecksum ca2ab61dea2995b8bf571d37c21693875593e229df6000213704a2890ecd970c3264db602bd6b63459332ce898a740fe9c4f8584ca33c428ffc10cfd089a29b8
+docfiles size=633
RELOC/doc/fonts/junicode/About.tex
RELOC/doc/fonts/junicode/EnlargeAxis.tex
RELOC/doc/fonts/junicode/Feature_Reference.tex
@@ -169517,7 +169984,8 @@ docfiles size=596
RELOC/doc/fonts/junicode/junicode-samples.pdf details="Font samples"
RELOC/doc/fonts/junicode/junicode-samples.tex
RELOC/doc/fonts/junicode/tag_key_ins.tex
-runfiles size=42942
+ RELOC/doc/fonts/junicode/upperpua.tex
+runfiles size=43545
RELOC/fonts/enc/dvips/junicode/jncd_2eszu7.enc
RELOC/fonts/enc/dvips/junicode/jncd_2hbdle.enc
RELOC/fonts/enc/dvips/junicode/jncd_2j6faw.enc
@@ -173043,11 +173511,11 @@ catalogue-contact-support https://github.com/psb1558/Junicode-font/discussions
catalogue-ctan /fonts/junicode
catalogue-license ofl lppl
catalogue-topics font font-otf font-type1 font-historical font-medieval font-supp
-catalogue-version 2.208
+catalogue-version 2.209
name junicodevf
category Package
-revision 69374
+revision 71920
shortdesc A TrueType variable font family for mediaevalists
relocated 1
longdesc This package supports the Junicode variable fonts for LuaLaTeX.
@@ -173057,11 +173525,11 @@ longdesc interests. It tracks the development of the Medieval Unicode
longdesc Font Initiative (MUFI), with its wealth of specialized medieval
longdesc characters, but it also provides many OpenType features that
longdesc allow users to access MUFI characters in accessible ways.
-containersize 2126484
-containerchecksum 1c227ce22bb32e8799cabfb943fcd38a4ccc6c07aa7d9dc9708c9bc84352c4a660cbf8c6d31249e47825b961f67a0d7da59349c827a97eada6a37a327091973e
-doccontainersize 2308764
-doccontainerchecksum c96e5c1887f39a2151bf697353b84d9049ca3686a61568f1d99b68596d1b7f6363810962652813403881754ac412240a9d557a7053803172ba45a8c7c7057c13
-docfiles size=657
+containersize 2212376
+containerchecksum 7b9d9c934d8363c7e234f2a8b0d862a4f877d2c72b30ee5a028826c4836668ad8a923c1c5d6668240c36de247d369b9f0bc895067631851cab4adc9c08cf9a3a
+doccontainersize 2391136
+doccontainerchecksum 7baac1fc226dc8712d04c4f36427d8277e643fac13bc15f62c75b82d58a9626048b80a2cd6c7b470ad9c7ea6f197ca8278e1265698394b31b49245eeb97d13c1
+docfiles size=688
RELOC/doc/fonts/junicodevf/About.tex
RELOC/doc/fonts/junicodevf/EnlargeAxis.tex
RELOC/doc/fonts/junicodevf/Feature_Reference.tex
@@ -173080,7 +173548,8 @@ docfiles size=657
RELOC/doc/fonts/junicodevf/junicodevf-samples.pdf details="Font samples"
RELOC/doc/fonts/junicodevf/junicodevf-samples.tex
RELOC/doc/fonts/junicodevf/tag_key_ins.tex
-runfiles size=1368
+ RELOC/doc/fonts/junicodevf/upperpua.tex
+runfiles size=1429
RELOC/fonts/truetype/public/junicodevf/JunicodeVF-Italic.ttf
RELOC/fonts/truetype/public/junicodevf/JunicodeVF-Roman.ttf
RELOC/tex/lualatex/junicodevf/junicodevf.lua
@@ -173089,7 +173558,7 @@ catalogue-contact-repository https://github.com/psb1558/Junicode-font
catalogue-ctan /fonts/junicodevf
catalogue-license ofl lppl
catalogue-topics font font-ttf font-historical font-medieval font-supp luatex
-catalogue-version 2.206
+catalogue-version 2.209
name jupynotex
category Package
@@ -173635,7 +174104,7 @@ catalogue-topics numbers
name kaytannollista-latexia
category Package
-revision 69843
+revision 71784
shortdesc Practical manual for LaTeX (Finnish)
relocated 1
longdesc "Kaytannollista Latexia" is a practical manual for LaTeX
@@ -173643,11 +174112,11 @@ longdesc written in the Finnish language. The manual covers most of the
longdesc topics that a typical document author needs. So it can be a
longdesc useful guide for beginners as well as a reference manual for
longdesc advanced users.
-containersize 588
-containerchecksum 932c080f92e1e97e6a942ed15388b581a2534531cf1a2fe13327433f1ce744c48b0d17742a0ce7cbd69ffb5708737fc9d06eb368275e0e412ac2f1d0b92cc731
-doccontainersize 1043148
-doccontainerchecksum 1f9bfc8b71f9f748976c7ca61d4d658dc493911adb9c1254d523a5e7f9d446bd68eb4c289df8b7ce708aaa9714c235967e5fbe3638a9e40f78899b738855cd63
-docfiles size=390
+containersize 596
+containerchecksum b6998f53c73ca08bebb1ff8151ec97ce4dfbefd39c5c205c0fdaeaff5d6de7b079643b32c28eac7aa6a8e5d7fcb05f31c79f3964217b61ee7436cddc216fcf4b
+doccontainersize 1050768
+doccontainerchecksum eafdc86d0af21460854029abc5dfda3610fe67db6898c174da7d81899bdf206bdde3991991d7004c5430b34ec67d3cd873f45bd7d848bdfd2621efaabd0b2994
+docfiles size=393
RELOC/doc/latex/kaytannollista-latexia/README.md details="Readme"
RELOC/doc/latex/kaytannollista-latexia/kaytannollista-latexia.pdf details="The document itself" language="fi"
RELOC/doc/latex/kaytannollista-latexia/kaytannollista-latexia.tex
@@ -173664,10 +174133,11 @@ docfiles size=390
catalogue-contact-bugs https://github.com/tlikonen/latex-opas/issues
catalogue-contact-development https://github.com/tlikonen/latex-opas/discussions
catalogue-contact-repository https://github.com/tlikonen/latex-opas
+catalogue-contact-support https://github.com/tlikonen/latex-opas/discussions
catalogue-ctan /info/kaytannollista-latexia
catalogue-license cc-by-sa-4
catalogue-topics tut-latex finnish-doc
-catalogue-version 2024.2
+catalogue-version 2024.7
name kblocks
category Package
@@ -175718,7 +176188,7 @@ catalogue-topics doc-errata
name knuth-hint
category Package
-revision 70667
+revision 72019
shortdesc HINT collection of typeset C/WEB sources in TeX Live
relocated 1
longdesc The knuth-hint package contains the large collection of HINT
@@ -175734,11 +176204,11 @@ longdesc document format created by Martin Ruckert's HiTeX engine that
longdesc was added to TeX Live 2022. The HINT files can be viewed on
longdesc Linux, Windows, and Android with the hintview application. The
longdesc knuth-hint package is a showcase of HiTeX's capabilities.
-containersize 888
-containerchecksum a4935a0d54a0c8360696f7b55966370e9d6b542ae819a451d578e8532ca089e523c181625860fe17ff8da3c0233d93dc32ea4cdac328cb6cf0e21f782aa3b00a
-doccontainersize 20726684
-doccontainerchecksum 3aa68bdfb518c314f2765d948f98875fdadfffecf59f6af614b5b56e5d378d9dcf8f95dafc83b56e259a9b57b06e1ad4466df46830c59a5faf0dea4a7b9fb979
-docfiles size=13887
+containersize 880
+containerchecksum 8e3e21faeca21b15ca54c312654549fe8082fc5bfe0d7faf797f5ce7f3ca733d29315cd6cff23b072cb9bb1a6cac11961af5d3c310ad38a85edc9d6af30c440c
+doccontainersize 21682320
+doccontainerchecksum d759cdb94822340440c94e209b8f9fadf596191c42fd993890d3cc49ff635644e95f0caad08605bfe265af5d179beb1ab734dd00d88dd329fb98b319b1ed8395
+docfiles size=14695
RELOC/doc/generic/knuth-hint/README.md details="Readme"
RELOC/doc/generic/knuth-hint/bibtex/bibtex-changes.hnt
RELOC/doc/generic/knuth-hint/bibtex/bibtex.hnt
@@ -175788,6 +176258,8 @@ docfiles size=13887
RELOC/doc/generic/knuth-hint/mfware/gftype.hnt
RELOC/doc/generic/knuth-hint/mfware/mft-changes.hnt
RELOC/doc/generic/knuth-hint/mfware/mft.hnt
+ RELOC/doc/generic/knuth-hint/mp/mp.hnt
+ RELOC/doc/generic/knuth-hint/mp/mpost.hnt
RELOC/doc/generic/knuth-hint/other/dvicopy-changes.hnt
RELOC/doc/generic/knuth-hint/other/dvicopy.hnt
RELOC/doc/generic/knuth-hint/other/patgen-changes.hnt
@@ -175826,7 +176298,7 @@ catalogue-contact-support https://tug.org/texmfbug
catalogue-ctan /info/knuth-hint
catalogue-license pd knuth
catalogue-topics collection
-catalogue-version 2.2
+catalogue-version 2.5
name knuth-lib
category Package
@@ -175922,7 +176394,7 @@ catalogue-topics collection
name knuth-pdf
category Package
-revision 70668
+revision 72018
shortdesc PDF collection of typeset C/WEB sources in TeX Live
relocated 1
longdesc Here you find a large collection of PDF documents for many
@@ -175938,11 +176410,11 @@ longdesc for everything to be collected in one place for reading and
longdesc searching. They all stem from the system that Knuth created.
longdesc The central entry point is the "index" file, with links to the
longdesc individual documents, either in HTML or in PDF format.
-containersize 864
-containerchecksum 03ec81c07cbe7f1284847454d98ae2a802baa588ee349c3a3f0df380de79a6913c576f7e3799380e27cb5d229c9af1152925690ee6d2800f6d9fb2fb64438795
-doccontainersize 50551740
-doccontainerchecksum d291a66a15243066fd87fd842ff08c8061b1e11053f643e79e3f388275d4879c3bd3987606287535c711528311ede80ed88e7145e3c3d7694df87267dc4d7443
-docfiles size=13238
+containersize 856
+containerchecksum d7c417fbfd89ef02f8522067c63cc42fe21a9cf2dc1edaccf19c19938af2cf785fd7758d6ead1df648ff52f0ad8c6ef65428604e2ea10b367ba87056dc9180c4
+doccontainersize 54175864
+doccontainerchecksum daf3db57b748ee82a037109e74ecbbecff6fe26cc28695b7ee770ad9a981b427417c54827c0d3b36f4aff5022ed6d22adfbb279f562522123bebd637ee11be4a
+docfiles size=14189
RELOC/doc/generic/knuth-pdf/README.md details="Readme"
RELOC/doc/generic/knuth-pdf/bibtex/bibtex-changes.pdf
RELOC/doc/generic/knuth-pdf/bibtex/bibtex.pdf
@@ -175992,6 +176464,8 @@ docfiles size=13238
RELOC/doc/generic/knuth-pdf/mfware/gftype.pdf
RELOC/doc/generic/knuth-pdf/mfware/mft-changes.pdf
RELOC/doc/generic/knuth-pdf/mfware/mft.pdf
+ RELOC/doc/generic/knuth-pdf/mp/mp.pdf
+ RELOC/doc/generic/knuth-pdf/mp/mpost.pdf
RELOC/doc/generic/knuth-pdf/other/dvicopy-changes.pdf
RELOC/doc/generic/knuth-pdf/other/dvicopy.pdf
RELOC/doc/generic/knuth-pdf/other/patgen-changes.pdf
@@ -176029,7 +176503,7 @@ catalogue-contact-support https://tug.org/texmfbug
catalogue-ctan /info/knuth-pdf
catalogue-license pd
catalogue-topics collection
-catalogue-version 2.2
+catalogue-version 2.5
name koma-moderncvclassic
category Package
@@ -176652,17 +177126,17 @@ catalogue-version 0.9.2
name korigamik
category Package
-revision 68204
+revision 71991
shortdesc Typeset articles using KorigamiK's document class
relocated 1
longdesc The KorigamiK class is used for typesetting documents for
longdesc university or school projects and lab reports. It is based on
longdesc the article class with modifications to allow for more flexible
longdesc front-matter among other small changes.
-containersize 3364
-containerchecksum 8218a2e5d09cc572c3e3bcba6d49ad9ef9be5016cbf2f3bb57c7f649fc638f718f5d91c09c3d9013ac182e651b0c53b65c7a118a021eda68a53a1e8641a0a8ee
+containersize 3348
+containerchecksum 4021b99d8ac5f554cb8faf2028adede6ffc49e37aee96a65dd6eaf6496f7190a437bb1d165263fd08e906d8f9079658f07887b3e5155a54dddd12c2637c2018f
doccontainersize 122504
-doccontainerchecksum 291a1153ed32bce9c7b845a40b4de3f63715f2179765021c1ac3f678bf1594a0abe405824099826eeeae30a90a5fd773e6e5aa91fe66a08ed47c91f371fdb6cc
+doccontainerchecksum bd28bd5c2b56ec250856410ec76ce6b4563c1cb7f0c257a10b77d8fae21aed644e522e90bd463fb24a45d91476d6563a5e9d09d89ec333ded01f035ba15e1189
docfiles size=39
RELOC/doc/latex/korigamik/COPYING
RELOC/doc/latex/korigamik/README.md details="Readme"
@@ -176670,7 +177144,6 @@ docfiles size=39
RELOC/doc/latex/korigamik/korigamik-example.tex
runfiles size=2
RELOC/tex/latex/korigamik/korigamik.cls
-catalogue-contact-announce https://korigamik.zc.al
catalogue-contact-bugs https://github.com/KorigamiK/doc-korigamik/issues/
catalogue-contact-repository https://github.com/KorigamiK/doc-korigamik/
catalogue-ctan /macros/latex/contrib/korigamik
@@ -180350,7 +180823,7 @@ catalogue-version 1.1
name l3backend
category Package
-revision 71341
+revision 71991
shortdesc LaTeX3 backend drivers
relocated 1
longdesc This package forms parts of expl3, and contains the code used
@@ -180359,17 +180832,17 @@ longdesc The functions here are defined differently depending on the
longdesc engine in use. As such, these are distributed separately from
longdesc l3kernel to allow this code to be updated on an independent
longdesc schedule.
-containersize 16260
-containerchecksum 2f5e25642673301acf0eb98056cd445260d163507c84cd3b8c3f656b0795d3426b7b2bdee99156b133f6f994cd9889d9549ddde267838a443a95e035883dde07
+containersize 16256
+containerchecksum 57efe82dbb8ba599b3f68b256715a0fe530e7125a34ed18038015a60fa11b39d0d2b6820c104b77ad64ca50dea63486d73c2d8adb28338de59a80c0f2a390257
doccontainersize 862344
-doccontainerchecksum fde4231a10cf436609cc3e563af93967f34f92da3bfe3896d15db6cf15c372a07b57b1a19a24edb1b2e7158d101e7f1ae214b15721ef56dba3fd110d2468a253
+doccontainerchecksum 0f8693303f10d804a045595e9bcc0c3c19cb4a959e25843779ca3d9b248f7173bda259a2c0d95fcd34ed0cb2d5b4557b8064ce3d00364a34a713a93d9cde1035
docfiles size=227
RELOC/doc/latex/l3backend/CHANGELOG.md
RELOC/doc/latex/l3backend/README.md details="Readme"
RELOC/doc/latex/l3backend/l3backend-code.pdf details="Package documentation"
RELOC/doc/latex/l3backend/l3backend-code.tex
srccontainersize 33800
-srccontainerchecksum f8b7859faac2a5cd692b0ee7d6279a6a1f134efccb328faad25ca28cbee5d7d7a40ca39f8c9412f2936ea2288ce8fcfa48f92ef0d376d3297deae60c39cfbc3b
+srccontainerchecksum 4167135d9eb71ca97ed3eb270ba6185b4d745cc8b780db925976303a5b646896f1d3d54dc882e1d79cca5a20e1fc6df122bab2d68fc02c804718775242aa89f4
srcfiles size=58
RELOC/source/latex/l3backend/l3backend-basics.dtx
RELOC/source/latex/l3backend/l3backend-box.dtx
@@ -180390,7 +180863,7 @@ runfiles size=51
RELOC/tex/latex/l3backend/l3backend-pdftex.def
RELOC/tex/latex/l3backend/l3backend-xetex.def
catalogue-contact-bugs https://github.com/latex3/latex3/issues
-catalogue-contact-home http://www.latex-project.org/code.html
+catalogue-contact-home https://www.latex-project.org
catalogue-contact-repository https://github.com/latex3/latex3/
catalogue-ctan /macros/latex/required/l3backend
catalogue-license lppl1.3c
@@ -180631,7 +181104,7 @@ binfiles arch=x86_64-solaris size=1
name l3experimental
category Package
-revision 70637
+revision 71991
shortdesc Experimental LaTeX3 concepts
relocated 1
longdesc The l3experimental packages are a collection of experimental
@@ -180649,10 +181122,10 @@ longdesc 'handle' positions, supplementing the simple TeX reference
longdesc point; xgalley, which controls boxes receiving text for
longdesc typesetting.
depend l3kernel
-containersize 22092
-containerchecksum 497e644dfefe7b4dd487f293d938e3235aeff92272e2d9720de23ab481804678307cd150bdbe611c903abe9fd4e50e59ff841499b7519fa4b09a49d173abcc42
-doccontainersize 2945672
-doccontainerchecksum 898be8bb8f7047416e7c4561c81df8e3b7812c3bc0fc94f2f3ae82e4a3c007c518c3b761e50b9bc1743950b5791f19e06728c6352d6c245348dbdd0a858ead2d
+containersize 22084
+containerchecksum de17019573671ee1b1c6bd99071e4f9e743c5a569707b8e5487bc4f40ab329c44b748b675cbebe42f986924bf7eb951db716498501d64919cecc2348614276f3
+doccontainersize 2945668
+doccontainerchecksum 46f66a9c3e1a9364e6c314cd9a7715ccd3df53c122b0e0e2f21a4ea39a384cdc875a721783a0d2ec545ac936b0676b3923786ca1f2aa647fbfcc419d747611ee
docfiles size=908
RELOC/doc/latex/l3experimental/CHANGELOG.md
RELOC/doc/latex/l3experimental/README.md details="Readme"
@@ -180666,8 +181139,8 @@ docfiles size=908
RELOC/doc/latex/l3experimental/xcoffins/xcoffins.pdf details="xcoffins documentation"
RELOC/doc/latex/l3experimental/xgalley/l3galley.pdf
RELOC/doc/latex/l3experimental/xgalley/xgalley.pdf details="xgalley documentation"
-srccontainersize 75428
-srccontainerchecksum d0a316715978d9fed7fe802239f87c18022595f6749d2155e86d49bafb399a156e4dfe67c90e81ce01da956ce17b82b4a23013d780ee042872af79d7b5044e9b
+srccontainersize 75420
+srccontainerchecksum e495def454fa36fdcdc15e4b9a632723f15915dc8daa4315639786d6cb7d698d5a1f27ae9bf0c6f86d3fc746225b510e0188b9934ad77e09bd07628bfaa18b03
srcfiles size=124
RELOC/source/latex/l3experimental/l3benchmark/l3benchmark.dtx
RELOC/source/latex/l3experimental/l3benchmark/l3benchmark.ins
@@ -180702,14 +181175,14 @@ runfiles size=46
RELOC/tex/latex/l3experimental/xgalley/l3galley.sty
RELOC/tex/latex/l3experimental/xgalley/xgalley.sty
catalogue-also l3kernel l3packages
-catalogue-contact-home http://www.latex-project.org/code.html
+catalogue-contact-home https://www.latex-project.org
catalogue-ctan /macros/latex/contrib/l3experimental
catalogue-license lppl1.3c
catalogue-topics macro-supp layout latex3 pre-release
name l3kernel
category Package
-revision 71444
+revision 71959
shortdesc LaTeX3 programming conventions
relocated 1
longdesc The l3kernel bundle provides an implementation of the LaTeX3
@@ -180719,11 +181192,11 @@ longdesc LaTeX3 kernel and other future code are built: it is an API for
longdesc TeX programmers. The packages are set up so that the LaTeX3
longdesc conventions can be used with regular LaTeX2e packages.
depend l3backend
-containersize 180264
-containerchecksum ed87da369b52e36601af3efa0dabfc1892973bc7b786056357781b96302a1ae9642d67d30b185d3c398fed2f9cc920d4351785b6477fc0098c9fb24f2f464dd0
-doccontainersize 12053724
-doccontainerchecksum 2b44ec06942f2d4e863349184418c12a246563d2f552783af98ef3da970b8bcb859e4ef9d1523b6a9cdc9f39c88e4099985718f6567a9ddbb0bb24fdeddf6ad4
-docfiles size=3511
+containersize 180272
+containerchecksum d1c8734034e552ebd91a5b5f5803027db99edda09866143db5b820ba46a063d7f9ce9bf0de077cf9fd879d3aa09b6247b0501b2348ea58a38648cacb57f25db9
+doccontainersize 12040200
+doccontainerchecksum 12b10aa4b269e2b7ea788b8db67c87ff486460caf4c42dca4642c2c05e4415143531e6f646ed806c8050b8a27515620041206a2f93cf7d834ae796fd25657b78
+docfiles size=3507
RELOC/doc/latex/l3kernel/CHANGELOG.md
RELOC/doc/latex/l3kernel/README.md details="Readme"
RELOC/doc/latex/l3kernel/expl3.pdf details="The LaTeX3 Programming Language"
@@ -180770,8 +181243,8 @@ docfiles size=3511
RELOC/doc/latex/l3kernel/source3.pdf
RELOC/doc/latex/l3kernel/source3.tex
RELOC/doc/latex/l3kernel/source3body.tex
-srccontainersize 622456
-srccontainerchecksum fea31b63f01bf65d6b54f532c4d21fe031ad6d2f7cf3c7ad977e88ba9d977a63562154fca6debb1cdef60b87b2eab59bd0c4923fb6fd0db53424db0d61e8a77a
+srccontainersize 622508
+srccontainerchecksum 2211d506d08480c848643ba209925e76593325bc3f7a7a8c61ce07a892eafbf6748449558a666cbcf71cffbd190e1fd586908ea9ba3cc633fc688dddf419916b
srcfiles size=961
RELOC/source/latex/l3kernel/expl3.dtx
RELOC/source/latex/l3kernel/l3.ins
@@ -180861,7 +181334,7 @@ runfiles size=368
RELOC/tex/latex/l3kernel/l3str-enc-iso88599.def
catalogue-also l3backend l3packages l3experimental
catalogue-contact-bugs https://github.com/latex3/latex3/issues
-catalogue-contact-home http://www.latex-project.org/code.html
+catalogue-contact-home https://www.latex-project.org
catalogue-contact-repository https://github.com/latex3/latex3
catalogue-ctan /macros/latex/required/l3kernel
catalogue-license lppl1.3c
@@ -180869,18 +181342,18 @@ catalogue-topics format latex3 pre-release
name l3kernel-dev
category Package
-revision 71567
+revision 72047
shortdesc Development pre-release of l3kernel
relocated 1
longdesc This is a pre-release version of the l3kernel package. It
longdesc accompanies the pre-testing kernel code (latex-base-dev), and
longdesc is intended for testing by knowledgeable users.
depend l3backend-dev
-containersize 180176
-containerchecksum 3dbd5d5c1e97efefa8beaef81bab125ecb8b1634ce7e3367d7a8a44bd8abbe948a58c70e8277baabe1e14cb4f958d1863fdc54eb216be4759f2dec97f04a3d6a
-doccontainersize 12056484
-doccontainerchecksum 68816e4dad8eeff29f9ffc1402cbf14c4701ec1c08908cef54f66dff0e5bc3278de0a3cd5b0cf3a7c59bdbc137a1e10af4136a8e34c683434f6d0f4d42980fcb
-docfiles size=3512
+containersize 180148
+containerchecksum 293310626d27eecd66ca0215a74d4d6e1ccd41c19fde0cc439a4adcb3d2641a79b72b7b52ad003cf581283cd9b36c59656676e8c4257ebca6970e27eefaab837
+doccontainersize 12045456
+doccontainerchecksum d6b264c19498beb8589e607aaa8ba24a002750acbc577b3f869fe2fede523f5c351fc5e9ad691b649bde7d62565fe9ced8153f98b1141daab4c94fc23ddc8a35
+docfiles size=3508
RELOC/doc/latex-dev/l3kernel/CHANGELOG.md
RELOC/doc/latex-dev/l3kernel/README.md details="Readme"
RELOC/doc/latex-dev/l3kernel/expl3.pdf details="The LaTeX3 Programming Language"
@@ -180927,8 +181400,8 @@ docfiles size=3512
RELOC/doc/latex-dev/l3kernel/source3.pdf
RELOC/doc/latex-dev/l3kernel/source3.tex
RELOC/doc/latex-dev/l3kernel/source3body.tex
-srccontainersize 622344
-srccontainerchecksum e7c6c9006f99a325964e7bc65659c56d71d1f514b3ec50ac2f918e285e19d8c32a2970516f3a85f9ba6db6e7044ba6ab66eca7a9bd8c564ef8b44d38e34d8576
+srccontainersize 622588
+srccontainerchecksum 8a67365e9e71e332022c84b2cd947916d14f6d8548dcc8f87590ab4d215c9b8557b24abb124aa789fb6b67f4ebfcc0fb83cac6a71bbfb5dd793a332f882f2cd9
srcfiles size=961
RELOC/source/latex-dev/l3kernel/expl3.dtx
RELOC/source/latex-dev/l3kernel/l3.ins
@@ -181022,7 +181495,7 @@ catalogue-topics format latex3 pre-release
name l3packages
category Package
-revision 71323
+revision 71991
shortdesc High-level LaTeX3 concepts
relocated 1
longdesc This collection deals with higher-level ideas such as the
@@ -181033,10 +181506,10 @@ longdesc appropriate LaTeX kernel releases incorporating the ideas from
longdesc the packages here are l3keys2e 2022-06-01 xfp 2022-06-01 xparse
longdesc 2020-10-01 xtemplate 2024-06-01
depend l3kernel
-containersize 20344
-containerchecksum 42cc50c06ce0a4840b172dbf05b0352ba96571f59f51814844f17ce2a5453a6614a0b40494937d941a7f3cae5f150f8a4c4bdc927061b822923c34f1b95b78ca
-doccontainersize 1457748
-doccontainerchecksum 2e4273293a144f742d5c11f423295e78e42c451999122fea50edcaab4e945a4d76f680c36ea602ae54a4bc9fb03f73438620bc108044f8f74600ee515fed43a4
+containersize 20336
+containerchecksum 584799c32d0f97ced604d57c0de50f81b4902bd911c7d73b858fe079770f31cf35af63e7207ea2fbe4ae92ea6e4928c200075512a989ddaa7e7f24627eb2c277
+doccontainersize 1457752
+doccontainerchecksum 718c391a4df6cda52e072dbe0c35862bfd84f9d33b3ea022a17620ccc383de5371fe964a502a3ab9b0ba7ce45b297bb8e97f766758e00eb7eee6891ce3508aef
docfiles size=433
RELOC/doc/latex/l3packages/CHANGELOG.md
RELOC/doc/latex/l3packages/README.md details="Readme"
@@ -181045,8 +181518,8 @@ docfiles size=433
RELOC/doc/latex/l3packages/xfp/xfp.pdf details="xfp documentation"
RELOC/doc/latex/l3packages/xparse/xparse.pdf details="xparse documentation"
RELOC/doc/latex/l3packages/xtemplate/xtemplate.pdf details="xtemplate documentation"
-srccontainersize 27284
-srccontainerchecksum 83f14881a9fe10133867601a5bdbb5526d4a775d6fbbaa828f1344c6712d6c13500fb74579c2d966b652daaf8afe707fc46a1852c67f4eed8de4d7891c7f1ce8
+srccontainersize 27288
+srccontainerchecksum 1741e2c83a6a7aa96e617557349f24c49ceb47f2e3b956cdf39cd96ed175b00d258f11979d693ff3e4d9a5bf663d1a8430eac22adb46746fa9bd7201231fe9a6
srcfiles size=33
RELOC/source/latex/l3packages/l3keys2e/l3keys2e.dtx
RELOC/source/latex/l3packages/l3keys2e/l3keys2e.ins
@@ -181068,7 +181541,7 @@ runfiles size=64
RELOC/tex/latex/l3packages/xtemplate/xtemplate.sty
catalogue-also l3kernel l3experimental
catalogue-contact-bugs https://github.com/latex3/latex3/issues
-catalogue-contact-home http://www.latex-project.org/code.html
+catalogue-contact-home https://www.latex-project.org
catalogue-ctan /macros/latex/contrib/l3packages
catalogue-license lppl1.3c
catalogue-topics macro-supp latex3 pre-release
@@ -182031,7 +182504,7 @@ catalogue-version 0.1
name lastpage
category Package
-revision 71099
+revision 71883
shortdesc Reference last page for Page N of M type footers
relocated 1
longdesc Reference the number of pages in your LaTeX document through
@@ -182039,22 +182512,22 @@ longdesc the introduction of a new label which can be referenced like
longdesc \pageref{LastPage} to give a reference to the last page of a
longdesc document. It is particularly useful in the page footer that
longdesc says: Page N of M.
-containersize 4292
-containerchecksum 42d947dc7aa2c5515a1c7b6237f4c6db3f128016644f7708b31a44cad71bb5d68d1ae63a20dc23d11c9913c043a0973e8512e37628aa32d52ebae4085d6a895f
-doccontainersize 555472
-doccontainerchecksum 0ec5bfb74dc013fa09d5bff0dca84c0255bc8d4a6daf1536dac08fd6ea7968ed5580dd83645592374fe1dd0b5c1676bff44f29fb5574f46eabff54d65a99cc78
-docfiles size=144
+containersize 4528
+containerchecksum eaab6f9366911524336085e2fee070a81c60225b5e6640b42cd9bbada8992d94ff17f0160af3abee7ef3d4167a6e1b95c25a230882566e818f3aef6276aa2e72
+doccontainersize 579984
+doccontainerchecksum af25364ead9f3b8dc8d45619c009575b809cea2a63e3a2f89684c61ba7b32356949f1b7308ec8d0399381ed5289675308a00737ec9ceff05a908ac7379cecd00
+docfiles size=150
RELOC/doc/latex/lastpage/README details="Readme"
RELOC/doc/latex/lastpage/lastpage-example.pdf details="Package examples"
RELOC/doc/latex/lastpage/lastpage-example.tex
RELOC/doc/latex/lastpage/lastpage.pdf details="Package documentation"
-srccontainersize 22000
-srccontainerchecksum 870d8a993768013fd6d9d21be37ed7971cfd200838ea9017ed5151485125c3546f5784a424ff5cb3207f151a596188e249aa1883844f36cbee7dabea8d4964dd
-srcfiles size=26
+srccontainersize 22676
+srccontainerchecksum b63e43a23fba37905ee97c7a04c0d769cc1500be0b2ceb76b97639a1755d45b4fe07a660f5e7333ecfb3b85dcf8766b95963cf83b75b6746e08ff40a552b074c
+srcfiles size=27
RELOC/source/latex/lastpage/lastpage.drv
RELOC/source/latex/lastpage/lastpage.dtx
RELOC/source/latex/lastpage/lastpage.ins
-runfiles size=8
+runfiles size=9
RELOC/tex/latex/lastpage/lastpage.sty
RELOC/tex/latex/lastpage/lastpage209.sty
RELOC/tex/latex/lastpage/lastpage2e.sty
@@ -182064,7 +182537,7 @@ catalogue-also totpages
catalogue-ctan /macros/latex/contrib/lastpage
catalogue-license lppl1.3c
catalogue-topics label-ref
-catalogue-version 2.1a
+catalogue-version 2.1c
name latex
category Package
@@ -182627,7 +183100,7 @@ catalogue-version 2024-11-01 pre-release 0
name latex-base-dev
category Package
-revision 71510
+revision 72097
shortdesc Development pre-release of the LaTeX kernel
relocated 1
longdesc This package provides a testing release for upcoming LaTeX2e
@@ -182637,11 +183110,11 @@ longdesc users is required by adding these changes to the release LaTeX
longdesc kernel. Typically, the code here will be used by a TeX system
longdesc to create dedicated formats, for example pdflatex-dev, which
longdesc can then be used explicitly for testing.
-containersize 247596
-containerchecksum 23da0e58d670b0d556e1411c05efded5fa0effddc01b7cb4fd248dbcaeeb5e51fdbae1e1aa8d9808b156ad96c330030e12a35213f5277242bcba3206f82a1911
-doccontainersize 35789928
-doccontainerchecksum 33d01b09eba9ad8d9de822429e7a2344d15f9d3a42f4365fbe5ee8c57e06039e49a3dc9f126cde84924fc9d06b33e3515d215898faa793473d2066624dae63e1
-docfiles size=11339
+containersize 248500
+containerchecksum f6a9a13fa65c9fbac4ca791f0b64a473f3f469e5536fd19b054818c582a96c831e69f9b6baf0065fd8ba5247e159bfeb74a14f72e6d26f4c237dbd42dab240e7
+doccontainersize 35951060
+doccontainerchecksum 9a9c3c94bfa98db6ef8b9d05c7cf8b0130c308317593ec9d54309bad1fb922adeb076b8a9bffbe27f1e27cb0a5882db21a8cc725685298dd2966d22cf5c7ff9e
+docfiles size=11390
RELOC/doc/latex-dev/base/README.md details="Readme"
RELOC/doc/latex-dev/base/alltt.pdf
RELOC/doc/latex-dev/base/bugs.txt
@@ -182826,9 +183299,9 @@ docfiles size=11339
RELOC/doc/latex-dev/base/utf8ienc.pdf
RELOC/doc/latex-dev/base/webcomp.err
RELOC/doc/latex-dev/base/webcomp.pdf
-srccontainersize 780752
-srccontainerchecksum 9a13869d1bc4290f1e5cb5d4c93aaf5ec8beac57cf8741df3e64ea67b39f5b2566b812b51d0e86ade86f405a7af36cf04129bd555f7cbaac5bdfc9f9b0b0eb8f
-srcfiles size=1153
+srccontainersize 784452
+srccontainerchecksum b4b521cf52b5c4cf4362650c33c529e467f3b093155f9dd93d470387a805ced025c2151b8fda6eae81b9d93256f5e0916524debe02c05a90f9ebb01d634a0636
+srcfiles size=1157
RELOC/source/latex-dev/base/alltt.dtx
RELOC/source/latex-dev/base/alltt.ins
RELOC/source/latex-dev/base/classes.dtx
@@ -182937,7 +183410,7 @@ srcfiles size=1153
RELOC/source/latex-dev/base/tulm.ins
RELOC/source/latex-dev/base/unpack.ins
RELOC/source/latex-dev/base/utf8ienc.dtx
-runfiles size=704
+runfiles size=707
RELOC/tex/latex-dev/base/alltt.sty
RELOC/tex/latex-dev/base/ansinew.def
RELOC/tex/latex-dev/base/applemac.def
@@ -183108,7 +183581,7 @@ catalogue-also latex-base
catalogue-ctan /macros/latex-dev/base
catalogue-license lppl1.3c
catalogue-topics format class latex-devel
-catalogue-version 2024-11-01 pre-release 1
+catalogue-version 2024-11-01 pre-release 3
name latex-bin
category TLCore
@@ -184448,7 +184921,7 @@ catalogue-topics book-ex
name latex-graphics-dev
category Package
-revision 71433
+revision 72039
shortdesc Development pre-release of the LaTeX graphics bundle
relocated 1
longdesc This is a pre-release version of the standard LaTeX graphics
@@ -184456,11 +184929,11 @@ longdesc bundle. It accompanies the pre-testing kernel code
longdesc (latex-base-dev), and is intended for testing by knowledgeable
longdesc users.
depend graphics-cfg
-containersize 15888
-containerchecksum 574378e8bc6a9453f52916c9fe14a959ae0a0bffafb2cb491bcfc5d9b73d5c5089793f0289d159669ce0e8c47259e51ea3275548596328b42f5873993a423bd1
-doccontainersize 2490660
-doccontainerchecksum 72deb35e7d5b4e8d2e5cc5d1349c87848b33db659ebc26b03e7732b56ca0d1144874133dc8fd957a220786dc6cb24f47c06210f41ca7eaf527ebd446190d657c
-docfiles size=775
+containersize 15896
+containerchecksum f2b6bbc61186f23bc4a346d00257f50a11d3229fb66c7a847136603d17d82dfd50bc9352d57f058b24a384f1b4f53175e7658b813d9053561ccdb6cc3d37b9f1
+doccontainersize 2492296
+doccontainerchecksum e2148f22bc87768c838ddb8e8b225d53c4f8eddebfc45670057c3c780904aca703f163430be12a7300ad06abd831c8e2c55eaabc81b2a9dcf9848c4f705d4e67
+docfiles size=776
RELOC/doc/latex-dev/graphics/README.md details="Readme"
RELOC/doc/latex-dev/graphics/cat.eps
RELOC/doc/latex-dev/graphics/changes.txt
@@ -184478,8 +184951,8 @@ docfiles size=775
RELOC/doc/latex-dev/graphics/rotex.pdf
RELOC/doc/latex-dev/graphics/rotex.tex
RELOC/doc/latex-dev/graphics/trig.pdf
-srccontainersize 57088
-srccontainerchecksum 8df02302e92a4201f0e8136daed791ffd0cf3eb4e0388adb0c38e8cdeceb7f3325a0e585170cbcd781b0d280e5734fd75b8433177f20dc1f3ace8c361beba448
+srccontainersize 57164
+srccontainerchecksum 6e94ac171116e6d70dd6bcf54ab835dc2781d42c52fbde9aac08a4d92acdb34fbe5d6623ebcde877311a27a931aced61360641e07d6167b6c2609f49fba3d0b7
srcfiles size=69
RELOC/source/latex-dev/graphics/color.dtx
RELOC/source/latex-dev/graphics/drivers.dtx
@@ -184519,7 +184992,7 @@ catalogue-also latex-graphics
catalogue-ctan /macros/latex-dev/required/graphics
catalogue-license lppl1.3c
catalogue-topics graphics collection latex-devel
-catalogue-version 2024-11-01 pre-release 0
+catalogue-version 2024-11-01 pre-release 2
name latex-lab
category Package
@@ -184655,7 +185128,7 @@ catalogue-topics format latex-devel
name latex-lab-dev
category Package
-revision 71416
+revision 72097
shortdesc LaTeX laboratory: Development pre-release
relocated 1
longdesc This package provides a testing release for upcoming changes to
@@ -184663,11 +185136,11 @@ longdesc the latex-lab bundle, which provides a route for additions to
longdesc the LaTeX kernel to be stablised. It accompanies the
longdesc pre-testing kernel code (latex-base-dev), and is intended for
longdesc testing by knowledgeable users.
-containersize 42956
-containerchecksum 4567d4c345ee8351be3ae05de34cd9c4730b7c3542bc7b909d171c5af42e37544e4c081d51aa23130c53c366b91846fb74a5c13f951f0ea8b46cdc31dc3535f2
-doccontainersize 8511860
-doccontainerchecksum b395a8e0ea12ebc3079e94197384de7cdffd7db469195e6f7c3647cb30db95fc97ff219c2a664880d7fcbc353807c5a6d4961fcea668d7a34a0540c8082076b1
-docfiles size=3094
+containersize 45408
+containerchecksum 5cff90757f2f4467df64a9b4be8a5e151bb4510727eb6e0408e34e488ba284ee0d4552604001357c49110ad761cf4a1999b41c576abd2f176ca811dd1127f634
+doccontainersize 8769012
+doccontainerchecksum 418bd8955b4933a54319c12f5e8ff3311317b738e92209d318b5e2fb90f7145e28e56e61cd2267815edd180a83b6a0ee71e9c08a670de6caf54b745fe1105fb9
+docfiles size=3119
RELOC/doc/latex-dev/latex-lab/README.md details="Readme"
RELOC/doc/latex-dev/latex-lab/blocks-code.pdf
RELOC/doc/latex-dev/latex-lab/blocks-code.tex
@@ -184701,9 +185174,9 @@ docfiles size=3094
RELOC/doc/latex-dev/latex-lab/latex-lab-toc-hyperref-changes.pdf
RELOC/doc/latex-dev/latex-lab/latex-lab-toc-kernel-changes.pdf
RELOC/doc/latex-dev/latex-lab/latex-lab-toc.pdf
-srccontainersize 120376
-srccontainerchecksum ef250ee46fd7482fd4e356b4c92522e0348446e8a81a7f80a1f8181fa070394740ca386e2ec3ff14251d55295e577535c28ee3b653378b045a815b4aa9a7f523
-srcfiles size=158
+srccontainersize 126188
+srccontainerchecksum 0b60092b2e10f42a85da31e520f7d5017467b79fef2d68e6bbd6222e53e57da78c9c999692c6d5e231031cabfc69a4f9befff055c04b86f63c05a597ef8595bb
+srcfiles size=167
RELOC/source/latex-dev/latex-lab/documentmetadata-support.dtx
RELOC/source/latex-dev/latex-lab/latex-lab-amsmath.dtx
RELOC/source/latex-dev/latex-lab/latex-lab-bib.dtx
@@ -184729,7 +185202,7 @@ srcfiles size=158
RELOC/source/latex-dev/latex-lab/latex-lab-toc-kernel-changes.dtx
RELOC/source/latex-dev/latex-lab/latex-lab-toc.dtx
RELOC/source/latex-dev/latex-lab/latex-lab.ins
-runfiles size=99
+runfiles size=104
RELOC/tex/latex-dev/latex-lab/bib-latex-lab-testphase.ltx
RELOC/tex/latex-dev/latex-lab/block-latex-lab-testphase.ltx
RELOC/tex/latex-dev/latex-lab/documentmetadata-support.ltx
@@ -184778,7 +185251,7 @@ runfiles size=99
catalogue-ctan /macros/latex-dev/required/latex-lab
catalogue-license lppl1.3c
catalogue-topics format latex-devel
-catalogue-version 2024-11-01 pre-release 0
+catalogue-version 2024-11-01 pre-release 3
name latex-make
category Package
@@ -185126,18 +185599,18 @@ catalogue-version 1.2
name latex-tools-dev
category Package
-revision 71433
+revision 72039
shortdesc Development pre-release of the LaTeX tools bundle
relocated 1
longdesc This is a pre-release version of the standard LaTeX tools
longdesc bundle. It accompanies the pre-testing kernel code
longdesc (latex-base-dev), and is intended for testing by knowledgeable
longdesc users.
-containersize 45844
-containerchecksum ab292e876d066e8170d677f81f824d1debb2354fbd189f1aa8d0dc89392dd4de1caaadd54dbfd164db2d3bfd6f065739f08a78dadb560d3a6c6d99222ee0baea
-doccontainersize 6311088
-doccontainerchecksum 665ffa71bd85bd1460ddca0c76ef11dffc624b8cdafb309978d416d739d08bc1b8c477352e51b9498b82db353f98ca960a7032d7831841839880f39a9d9294ea
-docfiles size=2004
+containersize 46124
+containerchecksum 59e5a98cf357af42f7d2d6ddaeb91f3fe13eed1afb0d9d29c6c8451d9cdbec9c92e52e84928dc59075335f532e8c92f5e93dc5eb2a75d2df081e39728b54ea5f
+doccontainersize 6325960
+doccontainerchecksum a2c46247831ee2487952c9f3fdb38b691c455663f24071ab5f2c00dcdf7cc81f86cfcc74a4118a11b9cb03465d30b34c3b66d17283e196aede3d5ee958b33171
+docfiles size=2012
RELOC/doc/latex-dev/tools/README.md details="Readme"
RELOC/doc/latex-dev/tools/afterpage.pdf
RELOC/doc/latex-dev/tools/array.pdf
@@ -185170,9 +185643,9 @@ docfiles size=2004
RELOC/doc/latex-dev/tools/verbatim.pdf
RELOC/doc/latex-dev/tools/xr.pdf
RELOC/doc/latex-dev/tools/xspace.pdf
-srccontainersize 241416
-srccontainerchecksum d41dfc1a62fde477f609531ca732d746163811c563eb727d672d7c3079d8ba4da3b9a15c46c58394086bce31de11abacc2c5a0471daa6d4502eda7680b221599
-srcfiles size=285
+srccontainersize 242420
+srccontainerchecksum af1b10cc10e17d0c712da44d8f4edbd1adf7d80378ec311811da5365807f8fe55c9a69bb2b75ed191749b23112404e8572df7bc5f1777703be84b61e55751ca3
+srcfiles size=286
RELOC/source/latex-dev/tools/afterpage.dtx
RELOC/source/latex-dev/tools/afterpage.ins
RELOC/source/latex-dev/tools/array.dtx
@@ -185262,7 +185735,7 @@ runfiles size=128
catalogue-ctan /macros/latex-dev/required/tools
catalogue-license lppl1.3c
catalogue-topics collection latex-devel
-catalogue-version 2024-11-01 pre-release 0
+catalogue-version 2024-11-01 pre-release 2
name latex-uni8
category Package
@@ -186490,7 +186963,7 @@ catalogue-version 0.2
name latexdiff
category Package
-revision 64980
+revision 72099
shortdesc Determine and mark up significant differences between LaTeX files
longdesc Latexdiff is a Perl script for visual mark up and revision of
longdesc significant differences between two LaTeX files. Various
@@ -186503,11 +186976,11 @@ longdesc all changes. Manual editing of the difference file can be used
longdesc to override this default behaviour and accept or reject
longdesc selected changes only.
depend latexdiff.ARCH
-containersize 74664
-containerchecksum ae7179b5a9d410302d750233b6b22d29382406f3222129155c98b1f2ddc23d22ca7abe1683fd013c7302fe8e21e82a376499ae33d83c15a01fa2720696e5b718
-doccontainersize 472668
-doccontainerchecksum 2f484db22ec12886a4d76fabde3a65a982d3e659f524120b377221f91c7ad5973ad6023aa3226dd35baa687c86ec8dd8e736553d1604690d87e68d3cf7be84f8
-docfiles size=266
+containersize 76256
+containerchecksum a2417739560691ed5c523a537503d2ec6e4bdb29471e87072471d0b9a90008a1fd87a3272f9b8b91a0ea957818e2c126f129a3b63cf70162e23fecb8ebed0d23
+doccontainersize 487204
+doccontainerchecksum b3bc3ae2feef1d11618f35a992cb9307878722f466aaabda1a8eaeacfd5632ae7d13260a438bed84eb859fc0ae2109091029b90ef3efd5f53b15a4f47c7cc9a4
+docfiles size=273
texmf-dist/doc/man/man1/latexdiff-vc.1
texmf-dist/doc/man/man1/latexdiff-vc.man1.pdf
texmf-dist/doc/man/man1/latexdiff.1
@@ -186528,7 +187001,7 @@ docfiles size=266
texmf-dist/doc/support/latexdiff/example/example-rev.tex
texmf-dist/doc/support/latexdiff/latexdiff
texmf-dist/doc/support/latexdiff/latexdiff-fast
-runfiles size=76
+runfiles size=78
texmf-dist/scripts/latexdiff/latexdiff-vc.pl
texmf-dist/scripts/latexdiff/latexdiff.pl
texmf-dist/scripts/latexdiff/latexrevise.pl
@@ -186536,7 +187009,7 @@ catalogue-contact-repository https://github.com/ftilmann/latexdiff/
catalogue-ctan /support/latexdiff
catalogue-license gpl3
catalogue-topics doc-mgmt
-catalogue-version 1.3.3
+catalogue-version 1.3.4
name latexdiff.aarch64-linux
category Package
@@ -186915,17 +187388,17 @@ catalogue-topics version-control doc-mgmt
name latexindent
category Package
-revision 71532
+revision 71840
shortdesc Indent a LaTeX document, highlighting the programming structure
longdesc The Perl script processes a LaTeX file, indenting parts so as
longdesc to highlight the structure for the reader. Included are also
longdesc binary (executable) files for Windows, Ubuntu Linux, and macOS.
depend latexindent.ARCH
-containersize 76472
-containerchecksum 38bd3fe5c0b918350af0c730e148110d2bfb20e828cdf32dc281b0082a67a1c840cd6ba4eb433e59264a9b111f07f86d32bfa05de17b17bdca5593cf111390e0
-doccontainersize 1372876
-doccontainerchecksum cfe890d0534d99bea034281ce68df79f5b3c3af5999da52793f790fe8b0b32037cf2fff4f6454149c8bbac89c1a8032f02ee4592890a770674404e67e7b10770
-docfiles size=461
+containersize 76556
+containerchecksum 3798e8139e831ca01fab76ba14d1ec08737ef051b121c945ccf5dbf453abc4e387a62fa6fd9d21bd81b1d938750f496e116dc6a087b0d13d27cc8dc2645d3ced
+doccontainersize 1350612
+doccontainerchecksum cd55cf4cc54339fb81251fc7cacfdcf025beb02ecb8c4aca03a8c60a2072f96818e0ec17ab53844f3aede650fc6190d462c7e40a17f09c5ee9e113881659edaf
+docfiles size=456
texmf-dist/doc/support/latexindent/README details="Readme"
texmf-dist/doc/support/latexindent/contributors.bib
texmf-dist/doc/support/latexindent/figure-schematic.png
@@ -186985,7 +187458,7 @@ catalogue-contact-repository https://github.com/cmhughes/latexindent.pl
catalogue-ctan /support/latexindent
catalogue-license gpl3
catalogue-topics code-layout
-catalogue-version 3.24.2
+catalogue-version 3.24.4
name latexindent.aarch64-linux
category Package
@@ -187070,11 +187543,11 @@ binfiles arch=universal-darwin size=1
name latexindent.windows
category Package
-revision 71532
+revision 71840
shortdesc windows files of latexindent
-containersize 3859712
-containerchecksum 89bdff573ad1ec538b80b4b4fb7629aeb39333a651ec1ba30550d21139797d5485cee980cc428c1a9b1d0b7c27e909f63a2b050c8fc0e4eec01bb5670a723206
-binfiles arch=windows size=2315
+containersize 3859816
+containerchecksum ee528a26b3e785096c527e7abfff4e87d10b7b42e9813949a56d1721d4168b3b90e803f4a296be791d830193e9b0d3cef7fe0714626fea68ea19dc212c221cd7
+binfiles arch=windows size=2316
bin/windows/latexindent.exe
name latexindent.x86_64-cygwin
@@ -190403,18 +190876,18 @@ catalogue-version 1.0a
name lete-sans-math
category Package
-revision 71247
+revision 71836
shortdesc Lato-based OpenType Math font for LuaTeX and XeTeX
relocated 1
longdesc This package provides a Unicode Math font LeteSansMath.otf
longdesc meant to be used together with Lato sans-serif TrueType Text
longdesc fonts in LuaLaTeX or XeLaTeX documents. Note: "Lato" means
longdesc "Summer" in Polish, same as "l'ete" in French.
-containersize 273188
-containerchecksum e5b202e755ca2b0a7293699d56d94430357d753ce7978cb25ed24eb297f12132ffb2b99f677f8a92f12c04f965338aea349ab2e4e5adf4d00548f3d59eef12a0
-doccontainersize 2050140
-doccontainerchecksum fa07ede9129cddd551a3c3634f49e1fc09acddd224b40904bc28ffa4a46ea8338b2a25f863cdbbed22a7b151bb41a9a1b55df314870f088fcb18c0c35ba8d8a9
-docfiles size=539
+containersize 274220
+containerchecksum c9fdbb1ecbff4e40cdbfa9c6516fe694bb0c82de11731dcf3f0caad49465fdf1ac1f2d090184d7cb16ebeb55ad6a16c96e59fb161cc4d7c9ee9a6dbf28ae28cb
+doccontainersize 2014200
+doccontainerchecksum 4987de45ea573ef3af9c9ef7d0089b491a0c7f1350efc201f4ec9b980e0010499b078bc8c6c1de111b9d23016ef8f45068c20fbd9c8988bd6b370d0bad522715
+docfiles size=529
RELOC/doc/fonts/lete-sans-math/LeteSansMath.ltx
RELOC/doc/fonts/lete-sans-math/LeteSansMath.pdf details="Package documentation"
RELOC/doc/fonts/lete-sans-math/README.md details="Readme"
@@ -190430,7 +190903,7 @@ catalogue-contact-home https://github.com/abccsss/LeteSansMath
catalogue-ctan /fonts/lete-sans-math
catalogue-license ofl lppl1.3c
catalogue-topics font-maths font-otf
-catalogue-version 0.40
+catalogue-version 0.41
name letgut
category Package
@@ -197901,17 +198374,17 @@ catalogue-version 1.007
name lie-hasse
category Package
-revision 61719
+revision 71883
shortdesc Draw Hasse diagrams
relocated 1
longdesc This package draws Hasse diagrams of the partially ordered sets
longdesc of the simple roots of any complex simple Lie algebra. It uses
longdesc the Dynkin diagrams package dynkin-diagrams.
-containersize 10644
-containerchecksum b71ed475c73a94a92b8a8078a4edccc73f7d688bad7a1a5e6218bafba823b76a20b79da83c7591903fa234c6f0e7f776317dd8b740e5fd7cd014821f8dd77c94
-doccontainersize 575496
-doccontainerchecksum d846971b6b8429e58521ad0cc564906fc06623a3764117069fdb1912aeb84858e7af93ea2f4a7732c6e677f260f10a6a9b79488d43caf56ad158152245f8e4aa
-docfiles size=152
+containersize 10772
+containerchecksum 325ba9084d35ee66b1dadb6569dc9a58aa716cb258f78c48f52f61069703575778b942d1377c16b449f2998d23757847420dd4a2a431427efd80436e9803c143
+doccontainersize 625704
+doccontainerchecksum 655f73fcfb149b7500f9e15086da819a04a673ee89240802564cf3f4a463b9a4f422643f998e068c64f0e0197a64c85ca78213380e023b1920360745ad746ed1
+docfiles size=167
RELOC/doc/latex/lie-hasse/README details="Readme"
RELOC/doc/latex/lie-hasse/lie-hasse.bib
RELOC/doc/latex/lie-hasse/lie-hasse.pdf details="Package documentation"
@@ -197921,7 +198394,7 @@ runfiles size=15
catalogue-ctan /graphics/pgf/contrib/lie-hasse
catalogue-license lppl1.3c
catalogue-topics diagram pgf-tikz
-catalogue-version 1.0
+catalogue-version 1.01
name liftarm
category Package
@@ -199885,17 +200358,17 @@ catalogue-version 0.2b
name litesolution
category Package
-revision 71205
+revision 72036
shortdesc A LaTeX class for typesetting solutions of problems in exams, textbooks, etc.
relocated 1
longdesc This LaTeX class has been designed for typesetting solutions of
longdesc problems in exams, textbooks etc. Welcome to feedback bugs or
longdesc ideas via email xiamyphys@gmail.com.
-containersize 4180
-containerchecksum cb7588591a05b9fe5c32f80a70e294393b547fc85a7f1525af1d4c3e3f12a7aaff839871223707071a7ba52bc04e352f078747b3a3c8a1a771aa57a58203e077
-doccontainersize 281752
-doccontainerchecksum 35618931ca05207fd5bfef1847439c16ce4c09faddbc2e75ac626cbbcc4f04de5078ba87df8050c76b798b96408954b2eb36bef5665c9549dfea1a878b3f55d1
-docfiles size=125
+containersize 4480
+containerchecksum 8dc6380f8b1adc91d5470e6faf8985f71397b58890c68ce33ce4e0349250697ce5d2a8ebb9ee70e80f7d6f99f56f29f1492b50325f60602dca8c2ee8f0252d9b
+doccontainersize 643420
+doccontainerchecksum 3d0c9e9712882431259ec003cf6365b7ab5c9c61d7f6792a9e5568533658935eb7b8da71af5ebb136819aea596b1b4b2b95b0e412c2f3ef8591e71b862d5195e
+docfiles size=213
RELOC/doc/latex/litesolution/License
RELOC/doc/latex/litesolution/README.md details="Readme"
RELOC/doc/latex/litesolution/figure/Beautiful-realities.jpeg
@@ -199906,15 +200379,16 @@ docfiles size=125
RELOC/doc/latex/litesolution/litesolution.tex
runfiles size=3
RELOC/tex/latex/litesolution/litesolution.cls
-catalogue-contact-announce https://t.me/hsiastexcafe
+catalogue-contact-announce https://qm.qq.com/q/RGFmHwBecC
catalogue-contact-bugs https://github.com/xiamyphys/litesolution/issues
catalogue-contact-development https://github.com/xiamyphys
+catalogue-contact-home https://github.com/xiamyphys/litesolution
catalogue-contact-repository https://github.com/xiamyphys/litesolution
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.2b
+catalogue-version 2.4a
name litetable
category Package
@@ -201333,7 +201807,7 @@ catalogue-version 1.0
name lni
category Package
-revision 71687
+revision 71883
shortdesc Official class for the "Lecture Notes in Informatics"
relocated 1
longdesc This is the official version of the class "lni" for submissions
@@ -201341,10 +201815,10 @@ longdesc to the Lecture Notes in Informatics published by the
longdesc Gesellschaft fur Informatik. To use it, download the file
longdesc lni-author-template.tex and edit it in your favorite LaTeX
longdesc editor.
-containersize 12900
-containerchecksum 75bab1c346fc86175c5d931c36b6f8ae8de0af8e3449542b777592dd00f81433061cd57d1de9caff0efb1f06f0642e5d99a89eda0ee6e829bfdcf29cf6ad6cf3
-doccontainersize 382944
-doccontainerchecksum 804f140b57b59725aa1119d0292f710201673824a556041f9a0d97b997b2992371997f643f030907c13e0436ece5617a3d2eecb03cbafde637dfdd7aaba565a0
+containersize 12920
+containerchecksum ef3bd51f094b3d0730d70a0736d9e37dbefd9094ee4bfce92247f1e0a796fdde79b53554ddb31787791d460296ba5aae305b5ccd5ebc18b192caa3dd8d9ea012
+doccontainersize 383024
+doccontainerchecksum 49ad18e0b77cfb018fc6a576a2144ddc747d173618fe03478c1aacc16b9ad74830582cffd7166414132d70a1e514f4145e5d775a61df1146043df10827bae46d
docfiles size=101
RELOC/doc/latex/lni/CHANGELOG.md
RELOC/doc/latex/lni/CONTRIBUTING.md
@@ -201353,8 +201827,8 @@ docfiles size=101
RELOC/doc/latex/lni/lni-paper-example-de.bib
RELOC/doc/latex/lni/lni-paper-example-de.tex
RELOC/doc/latex/lni/lni.pdf details="Package documentation"
-srccontainersize 25828
-srccontainerchecksum 8573c3100302d3dea8e67aaa05e60af0a39c5950af56c5bf4987e28737a4e90abe61282f654cad441427620c4e0ba00d282af2d2b5c7d8ba9551621120e3c3f8
+srccontainersize 25900
+srccontainerchecksum d4d9e0a9d2f75ba80862264efddd1f786003de45509c37dd8fd13864afb33d4df453756f05fc84439c55af5ed2cdbfb53114bd91bbfea080bf3cf68a45c99f66
srcfiles size=26
RELOC/source/latex/lni/lni.dtx
RELOC/source/latex/lni/lni.ins
@@ -201368,7 +201842,7 @@ catalogue-contact-repository https://github.com/gi-ev/LNI
catalogue-ctan /macros/latex/contrib/lni
catalogue-license lppl1.3c
catalogue-topics journalpub class doc-templ
-catalogue-version 1.9
+catalogue-version 1.10
name lobster2
category Package
@@ -202112,7 +202586,7 @@ catalogue-version 1.0
name longmath
category Package
-revision 70765
+revision 71709
shortdesc Nested delimiter groups extending over multiple array cells or lines
relocated 1
longdesc This package provides yet another solution to some well known
@@ -202131,11 +202605,11 @@ longdesc extend across several array cells or across the whole document.
longdesc A special environment is provided as well, which allows multi
longdesc line expressions to be placed inside a displayed equation and
longdesc make TeX do the line splitting and alignment.
-containersize 8416
-containerchecksum 2daf6bfa875800b4821486bb7d7c9e81d2a8df24b94231e185f46d96c95715af2309ca6bea2f72c4dd7de37917b8f75b45d5f3478bfcf7af8cbd354cbd8b6f9b
-doccontainersize 190272
-doccontainerchecksum 5623d08350b8bdc4571dc9a6ae8a493031cd08d385aa2b4a14a03ce9378ff79c2822ddb634eef529c90bbdf0366277e6494da5e49ffbd968b581109eec7021a1
-docfiles size=62
+containersize 8368
+containerchecksum 56ef12e34556b5d64b2cab1aa2578868bbe8144fa276d3771732aa732271239a3242b2ca5884c5d2eaf31c9f86d30185e3f5fd96a07d4bab9dd2c3b0ba7b5058
+doccontainersize 180104
+doccontainerchecksum 8eaaba0addda30bfe735cfd7c45a90fed0c6d7126a282c20949243e8becc52b3d56f71bd1c8396f75611a6e1616b36f64387932a7b0b70cb3a5bf7b007833aea
+docfiles size=60
RELOC/doc/lualatex/longmath/README details="Readme"
RELOC/doc/lualatex/longmath/longmath-doc.cls
RELOC/doc/lualatex/longmath/longmath-doc.lua
@@ -202147,7 +202621,7 @@ runfiles size=8
catalogue-ctan /macros/luatex/latex/longmath
catalogue-license lppl1.3
catalogue-topics maths paren-mgmt luatex
-catalogue-version 0.1
+catalogue-version 1.0
name longnamefilelist
category Package
@@ -203125,7 +203599,7 @@ catalogue-version 4.00
name lstaddons
category Package
-revision 64967
+revision 72068
shortdesc Add-on packages for listings: autogobble and line background
relocated 1
longdesc The bundle contains a small collection of add-on packages for
@@ -203133,16 +203607,16 @@ longdesc the listings package. Current packages are: lstlinebgrd: colour
longdesc the background of some or all lines of a listing; and
longdesc lstautogobble: set the standard "gobble" option to the indent
longdesc of the first line of the code.
-containersize 2208
-containerchecksum ad18d38c13dd5076a9213d8a6723b069dd75e546919f106be54a26cd63c3a4186fefdc463e52cd926e85c8020460cde516d12e900c51448440bdc165d4312f19
-doccontainersize 366360
-doccontainerchecksum 38a3b1cdea124cf0cf0951fdcec168b6baa33cec75924687b0a49c1c9713cda847ace0b8bb01ba60fb8945ec2ff421678cd501fa6f5a446ce2ccdd15b2ac34d5
-docfiles size=99
- RELOC/doc/latex/lstaddons/README details="Readme"
+containersize 2216
+containerchecksum 5ed07e56b9122f237fcbe0848e274d603b54dff0e46e36af381e797de6c1ba4244eefab7a276ba6b748080e9b472e6308b7efe3a2d49ca7d4823e17181f0c82e
+doccontainersize 372540
+doccontainerchecksum 579ed8e8254ee15b3d1ddb4ad9f3cac6d05ef51b470c4de18503fbc906e2932f66918972c0fb2414a9823aff656be6c580b30e7929458d8ea4815642775a2c11
+docfiles size=104
+ RELOC/doc/latex/lstaddons/README.txt details="Readme"
RELOC/doc/latex/lstaddons/lstautogobble.pdf details="lstautogobble package documentation"
RELOC/doc/latex/lstaddons/lstlinebgrd.pdf details="lstlinebgrd package documentation"
-srccontainersize 5576
-srccontainerchecksum 4bcd82c3b8178b1b4ab486fe8e0cb9393ccbca4612bfd7f7507213cedffe8ec92753e16f647eaf28f6a69fc0bdae655228bcae5fe5f1dad2c62c753433142601
+srccontainersize 5608
+srccontainerchecksum 262732d1c272a1e5d1f635509605a22ab0a2e818f0973ca453f390586c8b59c61513c38764d6acf783b861264646843d8525cb0fa13146d3f2588bbef138ddc4
srcfiles size=7
RELOC/source/latex/lstaddons/lstaddons.ins
RELOC/source/latex/lstaddons/lstautogobble.dtx
@@ -203156,7 +203630,7 @@ catalogue-contact-repository https://github.com/MartinScharrer/lstaddons.git
catalogue-ctan /macros/latex/contrib/lstaddons
catalogue-license lppl1.3
catalogue-topics listing
-catalogue-version 0.1
+catalogue-version 0.2
name lstbayes
category Package
@@ -203241,17 +203715,18 @@ catalogue-version 0.1.9
name lt3luabridge
category Package
-revision 69856
+revision 71704
shortdesc Execute Lua code in any TeX engine that exposes the shell
relocated 1
longdesc This is an expl3(-generic) package for plain TeX, LaTeX, and
longdesc ConTeXt that allows you to execute Lua code in LuaTeX or any
longdesc other TeX engine that exposes the shell.
-containersize 3024
-containerchecksum b17c503509b0e382224e1218b1e85c006ddd02de439e04ea7f5f3023ef848c2c067a762f2601bf513aea9a05f0de27e2e6e6b35915340f0311c7c1717c08fa52
-doccontainersize 490220
-doccontainerchecksum 0efd0b006e25319063caff0804ee007562643a95586e27ef4ea803b1a687ced127d1c3cdad1bfa25503aa8f72d542f9a4758409b8569a512a4c7942aad9cd3c9
-docfiles size=132
+containersize 3236
+containerchecksum 90d02d6465a00fd66503db88ef9734f10d01644116af1b710f9b68844cc546b34389389496c18e4e783ed036b2c70da1a483454d6b0c1325d15723e87d401450
+doccontainersize 498964
+doccontainerchecksum ca5b04b4f58712094a205f7508757c39cf56825fd1b1b7cccb4f1dfd792dcc636efa4bc5c434e478968a12b6dcd2f353c9f59b83b653a89f20a818afc3a969a5
+docfiles size=135
+ RELOC/doc/generic/lt3luabridge/CHANGES.md
RELOC/doc/generic/lt3luabridge/LICENSE
RELOC/doc/generic/lt3luabridge/README.md details="Readme"
RELOC/doc/generic/lt3luabridge/docstrip.cfg
@@ -203259,9 +203734,9 @@ docfiles size=132
RELOC/doc/generic/lt3luabridge/example.latex
RELOC/doc/generic/lt3luabridge/example.plaintex
RELOC/doc/generic/lt3luabridge/lt3luabridge.pdf details="Package documentation"
-srccontainersize 4296
-srccontainerchecksum c280f2f418593d86ac8976f832275c74d326331710ba4a6c1b9d996cfbd53f9d42256d3a8ab06cae5c0a82fd85fc18fda52d2658bf6965ccc955c0b2537b23fd
-srcfiles size=5
+srccontainersize 4664
+srccontainerchecksum 3e8cf1c424e9998fa158a440eab2ef7374c92bdf351c99f11dae850f12bde4773c73f62e7e8d358c0ba80d1e2afae0371f8e2ae83ec9f61f6dc1de886a1be442
+srcfiles size=6
RELOC/source/generic/lt3luabridge/lt3luabridge.dtx
RELOC/source/generic/lt3luabridge/lt3luabridge.ins
runfiles size=5
@@ -203275,7 +203750,7 @@ catalogue-contact-repository https://github.com/witiko/lt3luabridge
catalogue-ctan /macros/generic/lt3luabridge
catalogue-license lppl1.3c
catalogue-topics exec-foreign expl3
-catalogue-version 2.1.0
+catalogue-version 2.2.0
name lt3rawobjects
category Package
@@ -204532,7 +205007,7 @@ catalogue-version 1.0.2
name luacensor
category Package
-revision 71053
+revision 71922
shortdesc Securely redact sensitive information using Lua
relocated 1
longdesc This package provides simple tools for creating redacted Its
@@ -204544,15 +205019,17 @@ longdesc Redaction is done both by hiding all characters and by slightly
longdesc varying the length of strings to prevent jigsaw identification.
longdesc It also is friendly to screen readers by adding alt-text
longdesc indicating redacted content.
-containersize 4352
-containerchecksum ca05f6fff21e98b37295604ec7911e27e9cbf4fc010453ae2cd2886fc7e83da486ec6b3388eabf91725433addc56df0fcdf2a39d5cc27d53a6f2e91483600916
-doccontainersize 164096
-doccontainerchecksum 6f4a7fba33957b73cd744f4834c0c9867be2d6009958c953d7c705fa08646fc5a3dadb6797ef62dfb4d0e3e0343be748224b2b92ce6b905abb0f539764380903
-docfiles size=47
- RELOC/doc/lualatex/luacensor/README
- RELOC/doc/lualatex/luacensor/luacensor.pdf
- RELOC/doc/lualatex/luacensor/luacensor.tex
-runfiles size=4
+containersize 8908
+containerchecksum ba7d901acdde27026a02dee4574980a1a2d7ecde818b6ea903154565511d0ce021db11c1d27ac8e7480f309b362476dda274cda8ff71e1a71b557f611cdc6dc7
+doccontainersize 166608
+doccontainerchecksum fa33bead36d1756a5e5870734efc2360f50f09b5d73a7e5fb7a1961c33098cda6f403cbfda1eeb9cd715a48617b827d2fa433aad779db92ee51ed20fc10e75d8
+docfiles size=49
+ RELOC/doc/lualatex/luacensor/OFL.txt
+ RELOC/doc/lualatex/luacensor/README.txt details="Readme"
+ RELOC/doc/lualatex/luacensor/luacensor-documentation.pdf details="Package documentation"
+ RELOC/doc/lualatex/luacensor/luacensor-documentation.tex
+runfiles size=8
+ RELOC/fonts/truetype/public/luacensor/Redacted-Regular.ttf
RELOC/tex/lualatex/luacensor/luacensor.sty
catalogue-contact-bugs https://github.com/ezgranet/luacensor/issues
catalogue-contact-repository https://github.com/ezgranet/luacensor
@@ -204650,14 +205127,14 @@ catalogue-version 1.4
name luafindfont
category Package
-revision 67468
+revision 72111
shortdesc Search fonts in the LuaTeX font database
longdesc This Lua script searches for fonts in the font database.
depend luafindfont.ARCH
-containersize 5724
-containerchecksum 0d02fd925b33616d3f23df0609ea6fc1595b830cff8a712f6f93414cf80b51b2b1dde2b29e71084aad89377084b606ee7eeebcc2b5e8342b74fab23d8c97aa82
-doccontainersize 122708
-doccontainerchecksum fd16f72bba665cffaad3102d6573117300c7df4ea7b4a3104be3de7c26c9f127fccdb54e373cf47220df2652fd405c6dd3f956d2278ec9339e70ea390333af75
+containersize 5872
+containerchecksum f3455d48010e701df7777c57ba9b765ee03d7be8ae934a075ed8b14e9ae9c439698cf5d6f77fa54e790157d20e945c03b9acb49ded46abed6bbda639a68c9585
+doccontainersize 122892
+doccontainerchecksum 0fd1953372b4e2247a93c0b5023890e9361838ac87ff4378bbacc4f4def74e4918c1d48e79310f110e8249ea33c019a421b9b6077660d1f71f97a4cc584dbf4d
docfiles size=38
texmf-dist/doc/man/man1/luafindfont.1
texmf-dist/doc/man/man1/luafindfont.man1.pdf
@@ -204671,7 +205148,7 @@ catalogue-alias findfont
catalogue-ctan /support/luafindfont
catalogue-license lppl1.3c
catalogue-topics font-sel
-catalogue-version 0.13
+catalogue-version 0.14
name luafindfont.aarch64-linux
category Package
@@ -205661,6 +206138,57 @@ catalogue-license lppl1.3
catalogue-topics graphics maths pgf-tikz graphics-mpost luatex
catalogue-version 0.7
+name luamml
+category Package
+revision 72049
+shortdesc Automatically generate MathML from LuaLaTeX math mode material
+relocated 1
+longdesc LuaMML is an experimental package to automatically generate a
+longdesc MathML representation of mathematical expessions written in
+longdesc LuaLaTeX documents. These MathML representations can be used
+longdesc for improving accessibility or to ease conversion into new
+longdesc output formats like HTML.
+containersize 20720
+containerchecksum c7b1ef5bff2e854e5d68ed9a45113cf4d82c813f9af8350b409137b2d9b62491223db62ece5eb767d07a85e555317a8c4112ebc03f1a5ba917f39f670e4616bf
+doccontainersize 535800
+doccontainerchecksum 8a9c22183cc5c2934d0a79247a8f783cb101d6c1aa13a9ee8d032db8a46581db787b09b333ed70938f6643b25d13a1b5aab5c6540966bb4a37b140669e645ff8
+docfiles size=134
+ RELOC/doc/lualatex/luamml/README.md details="Readme"
+ RELOC/doc/lualatex/luamml/luamml.pdf details="Package documentation"
+ RELOC/doc/lualatex/luamml/test-mathml-2.txt
+srccontainersize 5316
+srccontainerchecksum 5bf83cd1a733de28755131377fec6ae50caa2069bfab0eac874f64da4831378077c61df2075cdce1ad415701a3fc3ae1358047c5efffc72f126c2f759dfa7402
+srcfiles size=5
+ RELOC/source/lualatex/luamml/luamml.dtx
+runfiles size=34
+ RELOC/tex/lualatex/luamml/luamml-amsmath.lua
+ RELOC/tex/lualatex/luamml/luamml-array.lua
+ RELOC/tex/lualatex/luamml/luamml-convert.lua
+ RELOC/tex/lualatex/luamml/luamml-data-combining.lua
+ RELOC/tex/lualatex/luamml/luamml-data-stretchy.lua
+ RELOC/tex/lualatex/luamml/luamml-demo.sty
+ RELOC/tex/lualatex/luamml/luamml-legacy-mappings.lua
+ RELOC/tex/lualatex/luamml/luamml-lr.lua
+ RELOC/tex/lualatex/luamml/luamml-patches-amsmath.sty
+ RELOC/tex/lualatex/luamml/luamml-patches-amstext.sty
+ RELOC/tex/lualatex/luamml/luamml-patches-array.sty
+ RELOC/tex/lualatex/luamml/luamml-patches-kernel.sty
+ RELOC/tex/lualatex/luamml/luamml-patches-lab-math.sty
+ RELOC/tex/lualatex/luamml/luamml-pdf-demo.sty
+ RELOC/tex/lualatex/luamml/luamml-pdf.sty
+ RELOC/tex/lualatex/luamml/luamml-structelemwriter.lua
+ RELOC/tex/lualatex/luamml/luamml-table.lua
+ RELOC/tex/lualatex/luamml/luamml-tex-annotate.lua
+ RELOC/tex/lualatex/luamml/luamml-tex.lua
+ RELOC/tex/lualatex/luamml/luamml-xmlwriter.lua
+ RELOC/tex/lualatex/luamml/luamml.sty
+catalogue-contact-bugs https://github.com/zauguin/luamml/issues
+catalogue-contact-repository https://github.com/zauguin/luamml
+catalogue-ctan /macros/luatex/latex/luamml
+catalogue-license lppl1.3c
+catalogue-topics luatex maths
+catalogue-version 0.1.0
+
name luamodulartables
category Package
revision 68893
@@ -205696,29 +206224,29 @@ catalogue-version 1.1
name luamplib
category Package
-revision 71580
+revision 71964
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 21216
-containerchecksum 1be5c6221da59a11156081476abbd049f3ec474f9a944e3e682dcb41633f7c799ec87e384cdb5ffa9af5524666a6a487befaadecaf4171e416c0f254644a8262
-doccontainersize 218704
-doccontainerchecksum 01293d5d5fd57ee472cb95d80c6d7648628de170ed00310b2ac16960c4fdf62ea0a96b3179b3eac65a012040186cf12af1a4913f0af1b900365226563c0d94fa
-docfiles size=65
+containersize 23588
+containerchecksum dc3d2bf9be904224db788916ede25f5d0e53b7794ac9319cf9c247dccac886d2fb2dcb42ac9215d12f43d708a80a07dab54ed2adcd1780c1da4cdcd0d0f9b387
+doccontainersize 261808
+doccontainerchecksum d2d0675bd9c03b79ba21638b9d2bf5f6c87d6ebc75da74fadb2d92d3fc1e2a25c517d55675eb57677a6918f55062deefcc22d53c709fc61b68280f1df08ed122
+docfiles size=75
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 40288
-srccontainerchecksum bfea445c6b9fc0f3a6519112767fe5ae4c407080464440768efaed15c4f524f21e6eafae4744c7a75bac35e1bd887062518a05b8bbe94c904f8309a2121d539b
-srcfiles size=39
+srccontainersize 46376
+srccontainerchecksum 258755473d1fe0ba4e56c61b6ba1eadfea736234925a26d025051212308b5ffa41fb18b97a5d888d4f1061bc7e1403e1d30bc8358cd60d7a6c7e6ef2f2055e61
+srcfiles size=46
RELOC/source/luatex/luamplib/Makefile
RELOC/source/luatex/luamplib/luamplib.dtx
-runfiles size=23
+runfiles size=26
RELOC/tex/luatex/luamplib/luamplib.lua
RELOC/tex/luatex/luamplib/luamplib.sty
catalogue-contact-bugs https://github.com/lualatex/luamplib/issues
@@ -205726,7 +206254,7 @@ catalogue-contact-repository https://github.com/lualatex/luamplib
catalogue-ctan /macros/luatex/generic/luamplib
catalogue-license gpl2
catalogue-topics mp-use graphics-in-tex luatex
-catalogue-version 2.32.3
+catalogue-version 2.34.5
name luanumint
category Package
@@ -206665,17 +207193,17 @@ catalogue-version 1.3
name luatexja
category Package
-revision 71306
+revision 71802
shortdesc Typeset Japanese with Lua(La)TeX
relocated 1
longdesc The package offers support for typesetting Japanese documents
longdesc with LuaTeX. Either of the Plain and LaTeX2e formats may be
longdesc used with the package.
depend luatexbase
-containersize 193152
-containerchecksum 161765a3fafe00681e160e3621f7c4a0437579d979dd0d1092c8c5b5863906c7fca8d2e41a6dfab8780739dbfa4d556008ecd586d7ee8b1fd20403266bf5ef17
-doccontainersize 3241212
-doccontainerchecksum 8442451f4780a9372035d6cece31ce3b4e9e5c537cd7cede030b9b94a4bf422a256f4448a1cb41d7abe7f6e7a07fda99c599ff7155024197b3f38f5788494abc
+containersize 191468
+containerchecksum e01ff84a924f1eac68d2c2c905accf858b4a20295471a47a341cb3237cfb0a9f166c323accc72a1559bbbcd7fc547de663aa4f3d49fb2b81a6f715e2cd5b576a
+doccontainersize 3241860
+doccontainerchecksum e8c3caf0c6a1b916a97ebdb75e685a7be4266a4abfc775ee7406882b20891d5f9de883b5383e7275306101a725ba876294cbcd33f83f786ddb9521cb90e3cabe
docfiles size=976
RELOC/doc/luatex/luatexja/COPYING
RELOC/doc/luatex/luatexja/README details="Readme"
@@ -206693,8 +207221,8 @@ docfiles size=976
RELOC/doc/luatex/luatexja/luatexja-ruby.tex
RELOC/doc/luatex/luatexja/luatexja.dtx
RELOC/doc/luatex/luatexja/luatexja.ins
-srccontainersize 83904
-srccontainerchecksum 90842235985c7089440abda356095f6752418c7623d75791f27a65a5bd3a1202359059ca32931d4a212c0e6837bb063850e552b11134e8c41c50f5ee853d20f7
+srccontainersize 83900
+srccontainerchecksum 4ae30dd5643da68f6e7c34327bcfc3349d6469773502d8905d42c52d286535ec85965c23fd2097707505791debb506f8fd9c9b692e51667084a528a03d954984
srcfiles size=119
RELOC/source/luatex/luatexja/ltjclasses.dtx
RELOC/source/luatex/luatexja/ltjclasses.ins
@@ -206719,7 +207247,7 @@ srcfiles size=119
RELOC/source/luatex/luatexja/tool/table_jisx0208.tex
RELOC/source/luatex/luatexja/tool/test_exist_nodelib.tex
RELOC/source/luatex/luatexja/tool/unicodeBlocks.tex
-runfiles size=422
+runfiles size=421
RELOC/tex/luatex/luatexja/addons/luatexja-adjust.sty
RELOC/tex/luatex/luatexja/addons/luatexja-ajmacros.sty
RELOC/tex/luatex/luatexja/addons/luatexja-fontspec-27c.sty
@@ -206821,7 +207349,7 @@ catalogue-contact-repository https://github.com/luatexja/luatexja
catalogue-ctan /macros/luatex/generic/luatexja
catalogue-license bsd
catalogue-topics japanese luatex class macro-gen expl3
-catalogue-version 20240514.0
+catalogue-version 20240714.0
name luatexko
category Package
@@ -207002,24 +207530,25 @@ catalogue-version 0.1m
name luaxml
category Package
-revision 70112
+revision 71803
shortdesc Lua library for reading and serialising XML files
relocated 1
longdesc LuaXML is a pure Lua library for reading and serializing XML
longdesc files. The current release is aimed mainly at support for the
longdesc odsfile package. The documentation was created by automatic
longdesc conversion of original documentation in the source code.
-containersize 41468
-containerchecksum 8eda20c1812000fe1892fcb2b092321376567c1195e0f90199683df41fb1ef77304f58e3b588680918d287f40e0568bd2b809cb64f8c3d814d6297eca15fa602
-doccontainersize 124480
-doccontainerchecksum 75b70643698ea33b175f1b260c3a5f9384526566e6b96b87b0d10b3069ecc410d981aab1cd6829cd73692a61b47cf93888770321b462ba2bf078889b17f19f29
-docfiles size=39
+containersize 46456
+containerchecksum 1dd8848ea1611e664a03173300a86c96f29ae9cb4a26879b60ce0787979acf9ffcf299b142e962f47ca8eeba19b8c0993c8f84cbff235cad0120797ab760fc0b
+doccontainersize 130336
+doccontainerchecksum 07d797e2176d6f98928059b934fce226c4f7c4e9d07691925bb42f643d71e23c844546e4edfa2082349051599a4c8bdc05d69de88bb1284108b0eb32d1756857
+docfiles size=41
RELOC/doc/luatex/luaxml/README details="Readme"
RELOC/doc/luatex/luaxml/luaxml.pdf details="Package documentation"
RELOC/doc/luatex/luaxml/luaxml.tex
-runfiles size=52
+runfiles size=58
RELOC/tex/luatex/luaxml/luaxml-cssquery.lua
RELOC/tex/luatex/luaxml/luaxml-domobject.lua
+ RELOC/tex/luatex/luaxml/luaxml-encodings.lua
RELOC/tex/luatex/luaxml/luaxml-entities.lua
RELOC/tex/luatex/luaxml/luaxml-mod-handler.lua
RELOC/tex/luatex/luaxml/luaxml-mod-html.lua
@@ -207034,7 +207563,7 @@ catalogue-contact-repository https://github.com/michal-h21/LuaXML
catalogue-ctan /macros/luatex/generic/luaxml
catalogue-license other-free
catalogue-topics foreign-import luatex use-lua
-catalogue-version 0.1r
+catalogue-version 0.2
name lutabulartools
category Package
@@ -207061,6 +207590,38 @@ catalogue-ctan /macros/luatex/generic/lutabulartools
catalogue-license mit
catalogue-topics luatex table
+name luwiantype
+category Package
+revision 71820
+shortdesc Typesetting package for Hieroglyphic Luwian
+relocated 1
+longdesc This package allows for typing in Hieroglyphic Luwian in LaTeX
+longdesc documents, using relatively simple commands based on the Latin
+longdesc transcriptions of the various signs. It also includes some
+longdesc formatting commands designed to allow boustrophedon and
+longdesc columns, as well as shorthands for symbols commonly used in
+longdesc transcriptions.
+containersize 194484
+containerchecksum bd5ca94bae6f5d63731774527eb3357b1e1cc3c494df780fb8d07431a9e49f34be3e5a2c200e861781405c52b90eca31eda1b21c28f61322fa004df2bffaa20c
+doccontainersize 868824
+doccontainerchecksum 6dbd6a7974b4193468ef5a58b9516f9312ea735f3ac5e8bcd3159c728a8a2c36d083905b449044243e4a7c45576d262b5ad7f1b9af2da5ce71e02dedd029a5cc
+docfiles size=223
+ RELOC/doc/fonts/luwiantype/OFL.txt
+ RELOC/doc/fonts/luwiantype/README.md details="Readme"
+ RELOC/doc/fonts/luwiantype/U14400.pdf
+ RELOC/doc/fonts/luwiantype/lppl1-3c.txt
+ RELOC/doc/fonts/luwiantype/luwiantype-doc.pdf details="Package documentation"
+ RELOC/doc/fonts/luwiantype/luwiantype-doc.tex
+runfiles size=99
+ RELOC/fonts/truetype/public/luwiantype/LuwianFont.ttf
+ RELOC/tex/latex/luwiantype/luwiantype.sty
+catalogue-contact-home https://glottophilos.com/luwiantype.html
+catalogue-contact-support https://glottophilos.com/contact.php
+catalogue-ctan /fonts/luwiantype
+catalogue-license lppl1.3c ofl
+catalogue-topics linguistic font-archaic font-ttf font-supp
+catalogue-version 1.2
+
name lwarp
category Package
revision 70067
@@ -208505,33 +209066,34 @@ catalogue-version 1.7
name magicwatermark
category Package
-revision 63656
+revision 72044
shortdesc An easy and flexible way to set watermarks
relocated 1
longdesc This package can flexibly set and clear watermarks. It is based
longdesc on everypage and TikZ, encapsulated by LaTeX3. All watermark
longdesc content is placed inside a TikZ node in the center of the page.
-containersize 2380
-containerchecksum 87dc295ac046213ed1a0b3c1b2b415edb3f65cd1e213b101ed3125df663fc4261fd54c07343ece9dcb4e345f134e7d9caff2791e0b8ff507b8d006d5c2dd1430
-doccontainersize 217856
-doccontainerchecksum 76504a77b18c8fd21d27cb26092edbca6e1e9470c006bd486ab4412116f30b833f3a92cac216c73318372da4fe3ccc7342effed2cfcafd09fb8efb1770582d5f
-docfiles size=58
+containersize 2832
+containerchecksum b0167d8fe81026bc62251a356634dad54ae5e45d7430a200219f862d80514d1e5443fca1b9d68359b9c0c7fd2e21d49caa5def7d882f1088e58c94223147f770
+doccontainersize 213352
+doccontainerchecksum f31fa20622ed9a469d900f4ee4bf09b01b9fea0537ce425b12dd83ff5293c8ac6f967b9f15d248b52959b3739d34a5445b31957e5480933426a477a7e4800edc
+docfiles size=63
RELOC/doc/latex/magicwatermark/README.md details="Readme"
- RELOC/doc/latex/magicwatermark/magicwatermark-en.pdf details="Package documentation (English)"
- RELOC/doc/latex/magicwatermark/magicwatermark-en.tex
- RELOC/doc/latex/magicwatermark/magicwatermark.pdf details="Package documentation (Chinese)" language="zh"
-srccontainersize 4688
-srccontainerchecksum 4f42f8459f7ae28a4799473b57f0cbeea59de0f6b1cb065a0e2f27a8ab5698512bf3845b275e488c7157d3504d79680e679c88fbd510bce485a89b72671fc98c
-srcfiles size=5
- RELOC/source/latex/magicwatermark/magicwatermark.dtx
-runfiles size=2
+ RELOC/doc/latex/magicwatermark/doc/magicwatermark-cn.pdf details="Package documentation (Chinese)" language="zh"
+ RELOC/doc/latex/magicwatermark/doc/magicwatermark-cn.tex
+ RELOC/doc/latex/magicwatermark/doc/magicwatermark-en.pdf details="Package documentation (English)" language="en"
+ RELOC/doc/latex/magicwatermark/doc/magicwatermark-en.tex
+runfiles size=3
RELOC/tex/latex/magicwatermark/magicwatermark.sty
+catalogue-contact-announce https://github.com/ljguo1020/magicwatermark
catalogue-contact-bugs https://github.com/ljguo1020/magicwatermark/issues
+catalogue-contact-development https://github.com/ljguo1020/magicwatermark
+catalogue-contact-home https://github.com/ljguo1020/magicwatermark
catalogue-contact-repository https://github.com/ljguo1020/magicwatermark
+catalogue-contact-support https://github.com/ljguo1020/magicwatermark
catalogue-ctan /macros/latex/contrib/magicwatermark
catalogue-license lppl1.3c
catalogue-topics watermark background pgf-tikz expl3
-catalogue-version 1.0.1
+catalogue-version 1.2B
name magra
category Package
@@ -208674,7 +209236,7 @@ catalogue-version 1.0.1
name mailing
category Package
-revision 15878
+revision 71862
shortdesc Macros for mail merging
relocated 1
longdesc This package is for use when sending a large number of letters,
@@ -208682,23 +209244,26 @@ longdesc all with the same body text. The package's \addressfile command
longdesc is used to specify who the letter is to be sent to; the body of
longdesc the \mailingtext command specifies the text of the letters,
longdesc possibly using macros defined in the \addressfile.
-containersize 1784
-containerchecksum 33fca4d77b34e3390de647e7e39d6240344f2a90c6067275bdb0e7dd1a3deaf5d5cdaa84dc4a49a0c817bc6923eb593602653b0d0ae4b794510a272b78498be9
-doccontainersize 58464
-doccontainerchecksum 2fd2d4dd5c1896d0849294a1911ae3682b7331cfa574bd46aa047f118fdcb09b4da3e29f6d5412d23ea49f776cd042694508e8b5492ec53cb44a6acafec110c5
-docfiles size=18
+containersize 1756
+containerchecksum abf5db7b091b3f74680351e8f59cd9c3f800c042ef8f4556c39f7bb28605abac950424740819f5159a36c39be0e8db65e2173436ee32b2e91d7a94df0b9d94d9
+doccontainersize 146536
+doccontainerchecksum e243e46f46874c16891b6424c32d8e437e060714ab26f823101de675a9bef390b776b5ea023c32465f0903c6f7c1ba1f7c4776c15086ab03fad0a3e3eac4efb1
+docfiles size=40
+ RELOC/doc/latex/mailing/CATALOG
+ RELOC/doc/latex/mailing/MANIFEST
+ RELOC/doc/latex/mailing/README details="Readme"
RELOC/doc/latex/mailing/mailing.pdf details="Package documentation"
- RELOC/doc/latex/mailing/manifest.txt
-srccontainersize 3524
-srccontainerchecksum 5adf58b4bc60e939906b8ae587829937afffc54af81623e640a513ed8522984c2308d3af1631857f4469a5774a844e3655bc3a9ca8ee09445b545d10dbcfea5c
+srccontainersize 3748
+srccontainerchecksum 4c2a74eb8610a52d93efe5c80b0468463646c70f48503697d16878542c4bae40336510e2be03074c00bdb63eaa97b8bdd5b650ee97154b71d83528a3a434a559
srcfiles size=4
RELOC/source/latex/mailing/mailing.dtx
RELOC/source/latex/mailing/mailing.ins
runfiles size=1
RELOC/tex/latex/mailing/mailing.sty
catalogue-ctan /macros/latex/contrib/mailing
-catalogue-license lppl
+catalogue-license lppl1.3c
catalogue-topics mailing
+catalogue-version 1.0c
name mailmerge
category Package
@@ -210115,7 +210680,7 @@ catalogue-topics notes
name markdown
category Package
-revision 71572
+revision 71798
shortdesc Converting and rendering markdown documents inside TeX
relocated 1
longdesc The package provides facilities for the conversion of markdown
@@ -210123,11 +210688,11 @@ longdesc markup to plain TeX. These are provided both in form of a Lua
longdesc module and in form of plain TeX, LaTeX, and ConTeXt macro
longdesc packages that enable the direct inclusion of markdown documents
longdesc inside TeX documents.
-containersize 66104
-containerchecksum 2d805b887ccc95614f347629a047e13ffae51ccdae4a809fc88c8a44996bdc3ab1c0ef67b2fc5e7a508353c896c1e8d226536837c848be4d74029ae6bf7b0af5
-doccontainersize 1297052
-doccontainerchecksum 7b3ffb599ebc24be3f970c82f1dcf905de0c0ff8755192bb0b2d09d9cf38193e29f8f63d48c7f9d605456e56ea1b9c3ad0de7bd90d0e751ce410c1b47d9d6c58
-docfiles size=599
+containersize 66224
+containerchecksum 609c0b7f1b7068380d3b76e31c9f9052a416c8fe22e89d92db3f32f21a2f89cfdf7a097423759aee5f7e442a7195bf018ca7286d4c856763645d7fd717dca3d2
+doccontainersize 1286844
+doccontainerchecksum 55a10d297fc94fd79c10eaf9c9881d2ea326505a59136fdd9f9f1f08c17761d9d47bdb877c250476e8a43380d7e72e55f7500d718fc4d996ce0562e2eb404a40
+docfiles size=597
RELOC/doc/context/third/markdown/examples/context-mkiv.tex
RELOC/doc/context/third/markdown/examples/example.md
RELOC/doc/context/third/markdown/examples/scientists.csv
@@ -210147,13 +210712,13 @@ docfiles size=599
RELOC/doc/optex/markdown/examples/example.md
RELOC/doc/optex/markdown/examples/optex.tex
RELOC/doc/optex/markdown/examples/scientists.csv
-srccontainersize 131352
-srccontainerchecksum b2368289ae09c8f720044f1dfb01b5abc8333791a7fbc45a7f663a4ee21ace0d2f50abaf274554ce75002e1cc17291070ec30d3efb109dcbad0b65db499ec23b
+srccontainersize 131680
+srccontainerchecksum 928f23d1bbe102758f326e2922e4886cdbef5d0a11156c22ac9620e9212b895788f5c9d989216c2aef5b9c8ac5ec3dc897465d130dee84ec54c5b687e22b55f9
srcfiles size=243
RELOC/source/generic/markdown/docstrip.cfg
RELOC/source/generic/markdown/markdown.dtx
RELOC/source/generic/markdown/markdown.ins
-runfiles size=119
+runfiles size=120
RELOC/scripts/markdown/markdown-cli.lua
RELOC/tex/context/third/markdown/t-markdown.tex
RELOC/tex/context/third/markdown/t-markdownthemewitiko_markdown_defaults.tex
@@ -210173,7 +210738,7 @@ catalogue-contact-repository https://github.com/Witiko/markdown
catalogue-ctan /macros/generic/markdown
catalogue-license lppl1.3c
catalogue-topics markup
-catalogue-version 3.6.1-0-g5a45a922
+catalogue-version 3.6.2-0-g6c30af7e
name marvosym
category Package
@@ -210774,7 +211339,7 @@ catalogue-version 1.143
name mathastext
category Package
-revision 69237
+revision 71913
shortdesc Use the text font in maths mode
relocated 1
longdesc The package uses a text font (usually the document's text font)
@@ -210787,30 +211352,26 @@ longdesc fonts are available. The package also offers a simple mechanism
longdesc for using many different choices of (text hence, now, maths)
longdesc font in the same document. Of course, using one font for two
longdesc purposes helps produce smaller PDF files.
-containersize 18080
-containerchecksum 057e16f2b729c1e6fd6857da04ae30b2d2bb42bf185cfba01dfd2753303e6d2668e5c48362799ecff40318bf709c348818f0529f6f8971f9cf6f66cb1960f03f
-doccontainersize 667200
-doccontainerchecksum 632a36650d095b8a9f49ecfac9fbfb896ee29f18e81adece341026291fa945e361ea2f4678bde9b31166f2d7b0d7224c8be856184871e85b31d5e7613f950785
-docfiles size=180
+containersize 18224
+containerchecksum da29980180ae51e293e5a844dfdf5795e57a0bd5141d857e77ec0dc3fab7f16694249dc0318fa06fe5602336c8cc76df5dd07b884423c3825b6005f7e30d4689
+doccontainersize 745508
+doccontainerchecksum 5c8d628be40b83f65f5891411d1071cf00c50d43763e73171190bdebaf242d65e29b34634275d19f257a61da33dddae5accc7ad9c35b65738b3964dcdcd4a60e
+docfiles size=194
RELOC/doc/latex/mathastext/ChangeLog.md
RELOC/doc/latex/mathastext/README.md details="Readme"
RELOC/doc/latex/mathastext/mathastext.pdf details="Package documentation"
RELOC/doc/latex/mathastext/mathastext.tex
- RELOC/doc/latex/mathastext/mathastexttestalphabets.tex
- RELOC/doc/latex/mathastext/mathastexttestmathversions.tex
- RELOC/doc/latex/mathastext/mathastexttestunicodelinux.tex
- RELOC/doc/latex/mathastext/mathastexttestunicodemacos.tex
-srccontainersize 117160
-srccontainerchecksum 7c9499486765d4b59320a67e057d3550e46d1434a730ba06d288b869468203e89b9b73b7c96b4904def75e6193fc4e0f79e814e9cd3acfd088c6da9b6dd4b856
-srcfiles size=119
+srccontainersize 123116
+srccontainerchecksum 97e1abc02085954c9b768984ecad3239b965480cdc58fbc01f4196c3b365030ad3ad00182744d771a9f8b69d5f7cc5aff353628d3f1eaaeb6fcfbdab91b654e4
+srcfiles size=127
RELOC/source/latex/mathastext/mathastext.dtx
-runfiles size=29
+runfiles size=31
RELOC/tex/latex/mathastext/mathastext.sty
catalogue-contact-home http://jf.burnol.free.fr/mathastext.html
catalogue-ctan /macros/latex/contrib/mathastext
-catalogue-license lppl1.3
+catalogue-license lppl1.3c
catalogue-topics maths font-supp-maths font-sel
-catalogue-version 1.3zb
+catalogue-version 1.4b
name mathcommand
category Package
@@ -214400,7 +214961,7 @@ catalogue-version 1.6.2
name mercatormap
category Package
-revision 56060
+revision 71976
shortdesc Spherical Mercator coordinate systems and Web Mercator tile integration
relocated 1
longdesc This package extends TikZ with tools to create map graphics.
@@ -214410,15 +214971,17 @@ longdesc package supports the seamless integration of graphics from
longdesc public map tile servers by a Python script. Also, common map
longdesc elements like markers, geodetic networks, bar scales, routes,
longdesc orthodrome pieces, and more are part of the package.
-containersize 19180
-containerchecksum 552c0fcb0eb72d55c51a2e9e4d055cefa27859d8e1a4410934fbbe6c139b4ddbad7e2444974acf4035fb29cc4bc8c3f76d33ef6c6e73e91e57e4225c102afd9f
-doccontainersize 24311052
-doccontainerchecksum 446be6f13150ba3490890b528fe04c8a8080213aa6a5b66fe61e3e58ea4fc0bd03581aa96b0ec355c5ec725187b7b681507f961a9b29350cf07bc19bd2c0fdf1
-docfiles size=6125
- RELOC/doc/latex/mercatormap/README details="Readme"
+containersize 21084
+containerchecksum c97bafd1333eafe2f2ccba2df5f64fededce4883d7fc9c617f849c13ed49450668f624aa94d5d4b6c52fe8d2db956df01297a0e2d9eee82644d23865517f1674
+doccontainersize 22583660
+doccontainerchecksum 49677270a846c809d0a1a39f6bc4f07f13b4059cb786b3fc43797217a634b41bba2b03a3fbc4135a5e6c6c46f181ea665143d811cecf0bc1022d55838c33afe9
+docfiles size=5708
+ RELOC/doc/latex/mercatormap/CHANGES.md
+ RELOC/doc/latex/mercatormap/README.md details="Readme"
RELOC/doc/latex/mercatormap/mercatormap-example.tex
RELOC/doc/latex/mercatormap/mercatormap.bib
RELOC/doc/latex/mercatormap/mercatormap.doc.abstract.tex
+ RELOC/doc/latex/mercatormap/mercatormap.doc.animations.tex
RELOC/doc/latex/mercatormap/mercatormap.doc.definition.tex
RELOC/doc/latex/mercatormap/mercatormap.doc.drawing.tex
RELOC/doc/latex/mercatormap/mercatormap.doc.examples.tex
@@ -214430,10 +214993,9 @@ docfiles size=6125
RELOC/doc/latex/mercatormap/mercatormap.doc.routes.tex
RELOC/doc/latex/mercatormap/mercatormap.doc.scales.tex
RELOC/doc/latex/mercatormap/mercatormap.doc.sty
- RELOC/doc/latex/mercatormap/mercatormap.doc.versionhistory.tex
RELOC/doc/latex/mercatormap/mercatormap.pdf details="Package documentation"
RELOC/doc/latex/mercatormap/mercatormap.tex
-runfiles size=30
+runfiles size=34
RELOC/tex/latex/mercatormap/mercatormap.sty
RELOC/tex/latex/mercatormap/mercatorpy.def
RELOC/tex/latex/mercatormap/mercatorsupplier.def
@@ -214442,7 +215004,7 @@ catalogue-contact-home https://github.com/T-F-S/mercatormap
catalogue-ctan /macros/latex/contrib/mercatormap
catalogue-license lppl1.3
catalogue-topics cartography pgf-tikz graphics expl3
-catalogue-version 1.02
+catalogue-version 1.2.0
name merriweather
category Package
@@ -217269,7 +217831,7 @@ binfiles arch=x86_64-solaris size=3
name mf2pt1
category Package
-revision 61217
+revision 71883
shortdesc Convert stylized Metafont to PostScript Type 1
longdesc mf2pt1 is a Perl script that facilitates producing PostScript
longdesc Type 1 fonts from a Metafont source file. It is not, as the
@@ -217280,10 +217842,10 @@ longdesc will produce valid Type 1 output with more accurate control
longdesc points than can be reverse-engineered by TeXtrace, mftrace, and
longdesc other programs which convert bitmaps to outline fonts.
depend mf2pt1.ARCH
-containersize 15184
-containerchecksum ca93a3ae439f9cd8029720bd1d90fbe75a403e7ab4ebcbe1ba1e5a7a28aa9269197f90a4aee849fea59d734d5dc38f04eedc140ff1be64fd805a10ab5510a2f5
-doccontainersize 201308
-doccontainerchecksum 6c10831fdcc48d25645be675fbf5da29da945bd79032c60e73e04a39d61c287a64e7b884381ac0b08e48f5dc9b6dec27efea874f6e13d6e4a5e3f32c22fa3ce2
+containersize 15164
+containerchecksum 377e85e9fabe6910d316b21aa19243c337910582551349e0355d05681ab7a91c2a305604ac4ed8a342b00a5b3fc510d04d71177ff7d7e79d03316f39a89841e5
+doccontainersize 200976
+doccontainerchecksum 2507f1d8cee7a5660f92d5d83b6cc66ac457ec2d98e32f89b0d2946c4d96d8266784854292713ff88f1648c983e01d8f4f1b099cb24106f336e16be59f5bc1d0
docfiles size=67
texmf-dist/doc/info/mf2pt1.info
texmf-dist/doc/support/mf2pt1/ChangeLog
@@ -217297,7 +217859,7 @@ catalogue-also metatype1
catalogue-ctan /support/mf2pt1
catalogue-license lppl1.3c
catalogue-topics font-proc
-catalogue-version 2.7
+catalogue-version 2.8
name mf2pt1.aarch64-linux
category Package
@@ -217434,6 +217996,395 @@ containerchecksum 4ac6e338cab96aa70ca3941f72eccd534e8c210b9836c934fbfbb154fc67ad
binfiles arch=x86_64-solaris size=1
bin/x86_64-solaris/mf2pt1
+name mfb-oldstyle
+category Package
+revision 71982
+shortdesc MFB Oldstyle serif fonts
+relocated 1
+longdesc Oldstyle is a serif font family designed for body text. This
+longdesc typeface was originally designed by Morris Fuller Benton and
+longdesc released by American Type Founders in 1909 as Century Oldstyle.
+longdesc The family contains three fonts: regular, italic and bold.
+longdesc (Currently, no bold italic font is provided.) Superior and
+longdesc inferior figures are available for all fonts in the family.
+longdesc Small capitals and old-style figures are available only for the
+longdesc regular font.
+execute addMap MFBOldstyle.map
+containersize 825848
+containerchecksum 76130d3b7dbb6bb1851bba0412a64272b5fda62d034b765473b84d4f90fa66d0ff536c4717af475df30e1a7735c9a3eb249818a0b30d410174beb110052b8973
+doccontainersize 1552288
+doccontainerchecksum a2eab7888bd03bed5ff215cca3c15cd6b05f8e7922cb5eceef4a96c0ae2afe45bd78edca4e61ed1dbd6fa15ac4812d126f01012921e86fd825b878dabfa927fd
+docfiles size=509
+ RELOC/doc/fonts/mfb-oldstyle/COPYING
+ RELOC/doc/fonts/mfb-oldstyle/MFBOldStyle-CharacterMap.pdf
+ RELOC/doc/fonts/mfb-oldstyle/README details="Readme"
+ RELOC/doc/fonts/mfb-oldstyle/mfb-oldstyle-doc.pdf details="Package documentation"
+ RELOC/doc/fonts/mfb-oldstyle/mfb-oldstyle-doc.tex
+runfiles size=971
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_2k4lec.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_2r5ytu.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_5lrov3.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_6mghgo.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_73nks5.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_777sfz.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_7nlkbe.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_7q6l4s.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_ahcimn.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_bgdhbr.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_cgi3xl.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_cwrjrk.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_e5y2zy.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_fy4cgk.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_hi6bgi.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_ikcbof.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_in623c.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_jaulpu.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_kod5rh.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_kosxnn.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_nduqlz.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_nrcrlb.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_oyw33c.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_q4fonx.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_qmdrba.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_radqz3.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_rxfd27.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_s7hq75.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_sbbrr6.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_traljt.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_uyp43f.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_wvbwpg.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_x5sf3h.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_xkajg4.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_xqrvjh.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_xx37di.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_y2ngde.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_y57hi6.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_ybcvk5.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_yjlipp.enc
+ RELOC/fonts/enc/dvips/mfb-oldstyle/a_ztec7x.enc
+ RELOC/fonts/map/dvips/mfb-oldstyle/MFBOldstyle.map
+ RELOC/fonts/opentype/public/mfb-oldstyle/MFBOldstyle-Bold.otf
+ RELOC/fonts/opentype/public/mfb-oldstyle/MFBOldstyle-Italic.otf
+ RELOC/fonts/opentype/public/mfb-oldstyle/MFBOldstyle-Regular.otf
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-dnom-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-dnom-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-dnom-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-dnom-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-dnom-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-dnom-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-dnom-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-inf-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-inf-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-inf-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-inf-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-inf-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-inf-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-inf-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-lf-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-lf-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-lf-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-lf-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-lf-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-lf-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-lf-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-lf-ts1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-lf-ts1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-numr-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-numr-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-numr-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-numr-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-numr-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-numr-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-numr-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-sup-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-sup-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-sup-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-sup-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-sup-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-sup-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-sup-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-tlf-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-tlf-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-tlf-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-tlf-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-tlf-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-tlf-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-tlf-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-tlf-ts1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Bold-tlf-ts1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-dnom-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-dnom-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-dnom-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-dnom-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-dnom-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-dnom-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-dnom-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-inf-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-inf-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-inf-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-inf-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-inf-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-inf-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-inf-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-lf-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-lf-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-lf-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-lf-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-lf-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-lf-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-lf-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-lf-ts1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-lf-ts1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-numr-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-numr-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-numr-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-numr-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-numr-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-numr-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-numr-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-sup-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-sup-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-sup-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-sup-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-sup-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-sup-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-sup-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-tlf-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-tlf-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-tlf-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-tlf-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-tlf-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-tlf-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-tlf-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-tlf-ts1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Italic-tlf-ts1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-dnom-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-dnom-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-dnom-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-dnom-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-dnom-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-dnom-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-dnom-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-inf-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-inf-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-inf-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-inf-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-inf-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-inf-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-inf-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-sc-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-sc-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-sc-ot1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-sc-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-sc-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-sc-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-sc-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-sc-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-ts1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-lf-ts1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-numr-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-numr-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-numr-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-numr-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-numr-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-numr-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-numr-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-sc-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-sc-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-sc-ot1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-sc-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-sc-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-sc-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-sc-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-sc-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-ts1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-osf-ts1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-sup-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-sup-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-sup-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-sup-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-sup-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-sup-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-sup-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-sc-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-sc-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-sc-ot1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-sc-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-sc-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-sc-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-sc-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-sc-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-ts1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-ts1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-sc-ly1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-sc-ly1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-sc-ot1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-sc-ot1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-sc-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-sc-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-sc-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-sc-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-t1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-t1.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-t5--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-t5.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-ts1--base.tfm
+ RELOC/fonts/tfm/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-ts1.tfm
+ RELOC/fonts/type1/public/mfb-oldstyle/MFBOldstyle-Bold.pfb
+ RELOC/fonts/type1/public/mfb-oldstyle/MFBOldstyle-Italic.pfb
+ RELOC/fonts/type1/public/mfb-oldstyle/MFBOldstyle-Regular.pfb
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-dnom-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-dnom-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-dnom-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-inf-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-inf-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-inf-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-lf-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-lf-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-lf-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-lf-ts1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-numr-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-numr-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-numr-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-sup-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-sup-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-sup-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-tlf-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-tlf-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-tlf-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Bold-tlf-ts1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-dnom-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-dnom-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-dnom-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-inf-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-inf-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-inf-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-lf-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-lf-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-lf-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-lf-ts1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-numr-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-numr-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-numr-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-sup-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-sup-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-sup-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-tlf-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-tlf-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-tlf-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Italic-tlf-ts1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-dnom-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-dnom-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-dnom-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-inf-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-inf-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-inf-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-lf-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-lf-sc-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-lf-sc-ot1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-lf-sc-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-lf-sc-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-lf-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-lf-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-lf-ts1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-numr-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-numr-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-numr-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-osf-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-osf-sc-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-osf-sc-ot1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-osf-sc-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-osf-sc-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-osf-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-osf-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-osf-ts1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-sup-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-sup-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-sup-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-sc-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-sc-ot1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-sc-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-sc-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tlf-ts1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-sc-ly1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-sc-ot1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-sc-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-sc-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-t1.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-t5.vf
+ RELOC/fonts/vf/public/mfb-oldstyle/MFBOldstyle-Regular-tosf-ts1.vf
+ RELOC/tex/latex/mfb-oldstyle/LY1MFBOldstyle-Dnom.fd
+ RELOC/tex/latex/mfb-oldstyle/LY1MFBOldstyle-Inf.fd
+ RELOC/tex/latex/mfb-oldstyle/LY1MFBOldstyle-LF.fd
+ RELOC/tex/latex/mfb-oldstyle/LY1MFBOldstyle-Numr.fd
+ RELOC/tex/latex/mfb-oldstyle/LY1MFBOldstyle-OsF.fd
+ RELOC/tex/latex/mfb-oldstyle/LY1MFBOldstyle-Sup.fd
+ RELOC/tex/latex/mfb-oldstyle/LY1MFBOldstyle-TLF.fd
+ RELOC/tex/latex/mfb-oldstyle/LY1MFBOldstyle-TOsF.fd
+ RELOC/tex/latex/mfb-oldstyle/OT1MFBOldstyle-Dnom.fd
+ RELOC/tex/latex/mfb-oldstyle/OT1MFBOldstyle-Inf.fd
+ RELOC/tex/latex/mfb-oldstyle/OT1MFBOldstyle-LF.fd
+ RELOC/tex/latex/mfb-oldstyle/OT1MFBOldstyle-Numr.fd
+ RELOC/tex/latex/mfb-oldstyle/OT1MFBOldstyle-OsF.fd
+ RELOC/tex/latex/mfb-oldstyle/OT1MFBOldstyle-Sup.fd
+ RELOC/tex/latex/mfb-oldstyle/OT1MFBOldstyle-TLF.fd
+ RELOC/tex/latex/mfb-oldstyle/OT1MFBOldstyle-TOsF.fd
+ RELOC/tex/latex/mfb-oldstyle/T1MFBOldstyle-Dnom.fd
+ RELOC/tex/latex/mfb-oldstyle/T1MFBOldstyle-Inf.fd
+ RELOC/tex/latex/mfb-oldstyle/T1MFBOldstyle-LF.fd
+ RELOC/tex/latex/mfb-oldstyle/T1MFBOldstyle-Numr.fd
+ RELOC/tex/latex/mfb-oldstyle/T1MFBOldstyle-OsF.fd
+ RELOC/tex/latex/mfb-oldstyle/T1MFBOldstyle-Sup.fd
+ RELOC/tex/latex/mfb-oldstyle/T1MFBOldstyle-TLF.fd
+ RELOC/tex/latex/mfb-oldstyle/T1MFBOldstyle-TOsF.fd
+ RELOC/tex/latex/mfb-oldstyle/T5MFBOldstyle-Dnom.fd
+ RELOC/tex/latex/mfb-oldstyle/T5MFBOldstyle-Inf.fd
+ RELOC/tex/latex/mfb-oldstyle/T5MFBOldstyle-LF.fd
+ RELOC/tex/latex/mfb-oldstyle/T5MFBOldstyle-Numr.fd
+ RELOC/tex/latex/mfb-oldstyle/T5MFBOldstyle-OsF.fd
+ RELOC/tex/latex/mfb-oldstyle/T5MFBOldstyle-Sup.fd
+ RELOC/tex/latex/mfb-oldstyle/T5MFBOldstyle-TLF.fd
+ RELOC/tex/latex/mfb-oldstyle/T5MFBOldstyle-TOsF.fd
+ RELOC/tex/latex/mfb-oldstyle/TS1MFBOldstyle-LF.fd
+ RELOC/tex/latex/mfb-oldstyle/TS1MFBOldstyle-OsF.fd
+ RELOC/tex/latex/mfb-oldstyle/TS1MFBOldstyle-TLF.fd
+ RELOC/tex/latex/mfb-oldstyle/TS1MFBOldstyle-TOsF.fd
+ RELOC/tex/latex/mfb-oldstyle/mfb-oldstyle.sty
+catalogue-contact-bugs https://github.com/dbenjaminmiller/mfb-oldstyle/issues
+catalogue-contact-repository https://github.com/dbenjaminmiller/mfb-oldstyle
+catalogue-ctan /fonts/mfb-oldstyle
+catalogue-license cc0
+catalogue-topics font font-body font-otf font-proportional font-serif font-supp font-type1
+catalogue-version 1.0
+
name mfirstuc
category Package
revision 64743
@@ -220198,7 +221149,7 @@ catalogue-version 2.0
name mitthesis
category Package
-revision 71688
+revision 71855
shortdesc A LaTeX template for an MIT thesis
relocated 1
longdesc This class provides a LaTeX template for an MIT thesis or
@@ -220215,11 +221166,11 @@ longdesc distributions, ideally 11/2022 or later, but compatible with
longdesc distributions back to 2020. This template replaces the older
longdesc version of mitthesis.cls, which was first composed in the
longdesc 1980s.
-containersize 12056
-containerchecksum 9711ef67d3ad51dfb9f6d63e0c47d936ae02bf1bcad686743c542f7cbce147bd57b5f07b4765fef948f7135085ffc20bd035cc1065442f85c901ab2f2e1e502c
-doccontainersize 2334332
-doccontainerchecksum 3637f46f810068434843e0185d4e4c1a8b84c04f53474f353e52dc14d2ceabdf5313bd9a2aa870d497e81683d6ceda73fd650656f5784eb71a30d13c1819155b
-docfiles size=1105
+containersize 12032
+containerchecksum c08f7bda29260c3f7c70ce08145ced0779fc5bab9f86cc85e07034dde918cbcea7af20a5c84fc54734cd5a5430ac30453a24535366a30421b955b56b6a517408
+doccontainersize 2379940
+doccontainerchecksum c457d50a1ceba3c531de6434a581d36f61a1fe5d662835734fa26483488fc19dee7d0c8ee2b5207a10b9958effca806139d1a4ef26c50c31df0c0afdb5529626
+docfiles size=1106
RELOC/doc/latex/mitthesis/MIT-Thesis.pdf details="Example of use"
RELOC/doc/latex/mitthesis/MIT-thesis-template/MIT-Thesis.tex
RELOC/doc/latex/mitthesis/MIT-thesis-template/abstract.tex
@@ -220242,17 +221193,17 @@ docfiles size=1105
RELOC/doc/latex/mitthesis/README.md details="Readme"
RELOC/doc/latex/mitthesis/examples/cover_page_samples/No_cc_license.pdf
RELOC/doc/latex/mitthesis/examples/cover_page_samples/One_author_one_degree.pdf
+ RELOC/doc/latex/mitthesis/examples/cover_page_samples/One_author_one_degree_two_departments.pdf
RELOC/doc/latex/mitthesis/examples/cover_page_samples/One_author_two_degrees.pdf
RELOC/doc/latex/mitthesis/examples/cover_page_samples/One_author_two_degrees_from_one_department.pdf
RELOC/doc/latex/mitthesis/examples/cover_page_samples/Two_authors_one_degree.pdf
- RELOC/doc/latex/mitthesis/examples/cover_page_samples/Two_authors_one_degree_two_departments.pdf
RELOC/doc/latex/mitthesis/examples/cover_page_samples/Two_authors_two_degrees.pdf
RELOC/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/No_cc_license.tex
RELOC/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_one_degree.tex
+ RELOC/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_one_degree_two_departments.tex
RELOC/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_two_degrees.tex
RELOC/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_two_degrees_from_one_department.tex
RELOC/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/Two_authors_one_degree.tex
- RELOC/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/Two_authors_one_degree_two_departments.tex
RELOC/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/Two_authors_two_degrees.tex
RELOC/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/cover_compile.sh
RELOC/doc/latex/mitthesis/examples/font_samples/Defaultfonts.pdf
@@ -220284,7 +221235,7 @@ runfiles size=12
catalogue-ctan /macros/latex/contrib/mitthesis
catalogue-license mit
catalogue-topics class dissertation engineering humanities scientific-docs doc-templ expl3
-catalogue-version 1.12
+catalogue-version 1.14
name mkgrkindex
category Package
@@ -222445,7 +223396,7 @@ catalogue-version 1.0.1
name moderncv
category Package
-revision 70838
+revision 71837
shortdesc A modern curriculum vitae class
relocated 1
longdesc The class provides facilities for typesetting modern
@@ -222468,11 +223419,11 @@ depend multirow
depend tools
depend url
depend xcolor
-containersize 34204
-containerchecksum ce4c1c3b5f3f0a5a051161cb1c4e67895c876c55ef4d5b0116a75fdbca0904bdb831a789561e745341d51feb29c8b05281ed3bcb7fcea977807b0a9c50da1d4f
-doccontainersize 246668
-doccontainerchecksum 2c5caa6ce73b2676f0ebd8eae1dd9c4e9e9b20b372264c07f483d7211ee046dc1a054e32b1283e6c14bb233b60d6d126fd5d8fc86c323a2e4dcda07b85d55ec1
-docfiles size=117
+containersize 38940
+containerchecksum 751383a257cd77040a725465ab5cfd55c7e806eefb58344d74f507d501ad8e656b2e4448612793569a33849044df259479845aa2cdd56f5e3a0fd9595fe1552a
+doccontainersize 178768
+doccontainerchecksum ab7f430f84afa5ce2874ac027dbbcaf359c81cfe9b5dd5c550ba5225fdc5c5ad1df0897fd8d732ae2a7263d9a446307604e7d234c28ba597ae0fe870a2fb6ff4
+docfiles size=82
RELOC/doc/latex/moderncv/CHANGELOG
RELOC/doc/latex/moderncv/KNOWN_BUGS
RELOC/doc/latex/moderncv/LICENSE.txt
@@ -222482,23 +223433,27 @@ docfiles size=117
RELOC/doc/latex/moderncv/picture.eps
RELOC/doc/latex/moderncv/picture.jpg
RELOC/doc/latex/moderncv/publications.bib
+ RELOC/doc/latex/moderncv/signature.png
RELOC/doc/latex/moderncv/template.tex
-runfiles size=87
+runfiles size=105
RELOC/tex/latex/moderncv/moderncv.cls
RELOC/tex/latex/moderncv/moderncvbodyi.sty
RELOC/tex/latex/moderncv/moderncvbodyii.sty
RELOC/tex/latex/moderncv/moderncvbodyiii.sty
RELOC/tex/latex/moderncv/moderncvbodyiv.sty
RELOC/tex/latex/moderncv/moderncvbodyv.sty
+ RELOC/tex/latex/moderncv/moderncvbodyvi.sty
RELOC/tex/latex/moderncv/moderncvcollection.sty
RELOC/tex/latex/moderncv/moderncvcolorblack.sty
RELOC/tex/latex/moderncv/moderncvcolorblue.sty
RELOC/tex/latex/moderncv/moderncvcolorburgundy.sty
+ RELOC/tex/latex/moderncv/moderncvcolorcerulean.sty
RELOC/tex/latex/moderncv/moderncvcolorgreen.sty
RELOC/tex/latex/moderncv/moderncvcolorgrey.sty
RELOC/tex/latex/moderncv/moderncvcolororange.sty
RELOC/tex/latex/moderncv/moderncvcolorpurple.sty
RELOC/tex/latex/moderncv/moderncvcolorred.sty
+ RELOC/tex/latex/moderncv/moderncvcolors.tex
RELOC/tex/latex/moderncv/moderncvcompatibility.sty
RELOC/tex/latex/moderncv/moderncvdebugtools.sty
RELOC/tex/latex/moderncv/moderncvfooti.sty
@@ -222508,6 +223463,7 @@ runfiles size=87
RELOC/tex/latex/moderncv/moderncvheadiv.sty
RELOC/tex/latex/moderncv/moderncvheadv.sty
RELOC/tex/latex/moderncv/moderncvheadvi.sty
+ RELOC/tex/latex/moderncv/moderncvheadvii.sty
RELOC/tex/latex/moderncv/moderncviconsacademic.sty
RELOC/tex/latex/moderncv/moderncviconsawesome.sty
RELOC/tex/latex/moderncv/moderncviconsletters.sty
@@ -222518,9 +223474,11 @@ runfiles size=87
RELOC/tex/latex/moderncv/moderncvstylebanking.sty
RELOC/tex/latex/moderncv/moderncvstylecasual.sty
RELOC/tex/latex/moderncv/moderncvstyleclassic.sty
+ RELOC/tex/latex/moderncv/moderncvstylecontemporary.sty
RELOC/tex/latex/moderncv/moderncvstyleempty.sty
RELOC/tex/latex/moderncv/moderncvstylefancy.sty
RELOC/tex/latex/moderncv/moderncvstyleoldstyle.sty
+ RELOC/tex/latex/moderncv/moderncvverticaltimeline.sty
RELOC/tex/latex/moderncv/tweaklist.sty
catalogue-contact-bugs https://github.com/moderncv/moderncv/issues
catalogue-contact-development https://github.com/moderncv
@@ -222529,7 +223487,7 @@ catalogue-contact-repository https://github.com/moderncv/moderncv.git
catalogue-ctan /macros/latex/contrib/moderncv
catalogue-license lppl1.3c
catalogue-topics cv class doc-templ
-catalogue-version 2.3.1
+catalogue-version 2.4.1
name modernposter
category Package
@@ -222800,31 +223758,31 @@ catalogue-version 1.0
name moloch
category Package
-revision 70885
+revision 71883
shortdesc Beamer based on Metropolis theme
relocated 1
longdesc Moloch is a fork of the Metropolis Theme which fixes some
longdesc outstanding issues of this theme.
-containersize 3988
-containerchecksum c7d79db997d9aa1fd72d4103cddd800bdb3fad18792677a0b000efc9fd6dafe6c657c180429c198b5e2f23b9380759a9bbf04edb8350fac1c84523745dac3a7f
-doccontainersize 283412
-doccontainerchecksum f324f22978d6f2d61b1c84ed71bdf6e4ce5cfe6fa57675dc190ba030dc61ad282a43ff6ca717d85ef6201e17fff289e38f4fc574aaa18ea5bb53d2fb1981500c
-docfiles size=80
+containersize 4600
+containerchecksum 401b0c35e291fb22f85b0f1e0befcb9d093256158a5028002e2769c549ffe640c53fc764ce39450f23d37209523caefcbb7915fbf49d190845005c0e2c6a3dc1
+doccontainersize 303108
+doccontainerchecksum d1e8db5d6c956690ebab4072fef837b0b79e740c25db1c08a26e1c86791cff3f652d80fe73e5061f392a8813480cf64b19dbbf57c7c0559085018bd46986aab3
+docfiles size=85
RELOC/doc/latex/moloch/CHANGELOG.md
RELOC/doc/latex/moloch/LICENSE
RELOC/doc/latex/moloch/README.md details="Readme"
RELOC/doc/latex/moloch/moloch.pdf details="Package documentation"
RELOC/doc/latex/moloch/moloch.tex
-srccontainersize 7240
-srccontainerchecksum 1ca7a439f9c96f9c235a1524439a72b6eb5cd395b11374db90618e82e749e4bc2479ac855bb9f71f249e4b366e2e6fd39812a94268fde28bb1a45f50d5b6575a
-srcfiles size=11
+srccontainersize 8216
+srccontainerchecksum 08fecee109f4d2f4cea88083548fc1e8dbb90d2539d1d0306f344ddc5d60ebb5f15fa1b3250130ffd21d2656973f537bcba1bb4db4aa7754eb322e36b655e6f2
+srcfiles size=13
RELOC/source/latex/moloch/beamercolorthememoloch.dtx
RELOC/source/latex/moloch/beamerfontthememoloch.dtx
RELOC/source/latex/moloch/beamerinnerthememoloch.dtx
RELOC/source/latex/moloch/beamerouterthememoloch.dtx
RELOC/source/latex/moloch/beamerthememoloch.dtx
RELOC/source/latex/moloch/beamerthememoloch.ins
-runfiles size=8
+runfiles size=9
RELOC/tex/latex/moloch/beamercolorthememoloch.sty
RELOC/tex/latex/moloch/beamerfontthememoloch.sty
RELOC/tex/latex/moloch/beamerinnerthememoloch.sty
@@ -222836,7 +223794,7 @@ catalogue-contact-support https://github.com/jolars/moloch/discussions
catalogue-ctan /macros/latex/contrib/beamer-contrib/themes/moloch
catalogue-license cc-by-sa-4
catalogue-topics presentation
-catalogue-version 0.3.0
+catalogue-version 0.4.0
name mongolian-babel
category Package
@@ -227560,6 +228518,50 @@ catalogue-license lppl1.3
catalogue-topics hyper
catalogue-version r0.83
+name moremath
+category Package
+revision 72072
+shortdesc Additional commands for typesetting maths
+relocated 1
+longdesc This package provides several document level commands to ease
+longdesc typesetting of maths with LaTeX. This package provides
+longdesc complementary commands to all operators defined by amsmath
+longdesc which typeset the operators together with delimiters (which can
+longdesc be scaled manually, automatically or not at all). These
+longdesc commands also accept optional sub- and superscripts.
+longdesc Additionally, this package provides several commands to typeset
+longdesc gradient, divergence, curl, Laplace, and d'Alembert operators.
+longdesc Those commands also accept an optional subscript and their
+longdesc appearance can be modified using key-value options. Furthermore
+longdesc several commands for producing row and column vectors, as well
+longdesc as (anti-)diagonal matrices and identity matrices, utilizing
+longdesc mathtools' matrix* family of environments, are provided. Most
+longdesc of the document level commands defined by this package can also
+longdesc be disabled using a package load-time option to avoid clashes
+longdesc with commands defined by other packages. The package depends on
+longdesc mathtools, bm (optional), and amssymb.
+containersize 6496
+containerchecksum a951f519dc1f2343506e03c45fd32920ab311cbb540d62c291b49ef31ceecca5a0bddf3d2a8edc874295363dfa81a653bbfe411aa7d84c39517161ec7395bacb
+doccontainersize 978880
+doccontainerchecksum 3c2c10369a14497ec65543f3c397a3c6ee8bc5f0fb3e5a1a6c067ad6979e630d8896e4f90662afc79f468b0ad7c7bc5e548130413c0dbb4068f942317bb07006
+docfiles size=245
+ RELOC/doc/latex/moremath/MANIFEST.md
+ RELOC/doc/latex/moremath/README.md details="Readme"
+ RELOC/doc/latex/moremath/moremath-doc.pdf details="Package documentation"
+srccontainersize 30588
+srccontainerchecksum 64972489f7cce85800b980d45be12564cd89f37cfab5a125f0cf4ccd710a111ff719ff6b8bc3590cf35a5d517f0b50e5e2665975e874c99db633ffb5ce37497d
+srcfiles size=46
+ RELOC/source/latex/moremath/moremath.dtx
+ RELOC/source/latex/moremath/moremath.ins
+runfiles size=10
+ RELOC/tex/latex/moremath/moremath.sty
+catalogue-contact-bugs https://github.com/Mister00X/moremath/issues
+catalogue-contact-repository https://github.com/Mister00X/moremath
+catalogue-ctan /macros/latex/contrib/moremath
+catalogue-license lppl1.3
+catalogue-topics maths expl3
+catalogue-version 0.5.0
+
name moresize
category Package
revision 17513
@@ -228760,7 +229762,7 @@ catalogue-topics psychology journalpub bibtex-sty apa
name msu-thesis
category Package
-revision 71472
+revision 71883
shortdesc Class for Michigan State University Master's and PhD theses
relocated 1
longdesc This is a class file for producing dissertations and theses
@@ -228770,10 +229772,10 @@ longdesc Dissertations. The class should meet all current requirements
longdesc and is updated whenever the university guidelines change. The
longdesc class is based on the memoir document class, and inherits the
longdesc functionality of that class.
-containersize 13744
-containerchecksum a3a80cc7ae8818521eb4585e9e5c1269c8c002649ed9bb7f7a81f67b71d8a73ecdef45976a4a1dd7fc9e35e259115f26b799ce49a4a10574344542a988651112
-doccontainersize 540456
-doccontainerchecksum b0f817fddf131ff5fcebdfce4cf394527ff4ff0b8fe920a117130ab1c88e18847ef3214d62a44967b29201bc5bec48b0c0eba98900e87fb47042a04eb673e000
+containersize 13800
+containerchecksum 8a5245b5894fce4518c71e471d0dc3e7aea7524b0999ba0cb924fef47844a6aa75e4345eb9ea14ae770c1ba6edd8f47e8a7302f11c62fbe6fa754028041774c1
+doccontainersize 540588
+doccontainerchecksum 67b6dddc999c6f104b144ecc043ec008ee68d077f08048a1158db4af5f9750ca50460eb307fd5f846170251641d5e83bfb91198e3f37adf505e0b57111d792c2
docfiles size=157
RELOC/doc/latex/msu-thesis/README.md details="Readme"
RELOC/doc/latex/msu-thesis/docs/msu-thesis.tex
@@ -228797,7 +229799,7 @@ catalogue-contact-repository https://github.com/amunn/msu-thesis
catalogue-ctan /macros/latex/contrib/msu-thesis
catalogue-license lppl1.3
catalogue-topics class dissertation doc-templ std-conform
-catalogue-version 4.3
+catalogue-version 4.3b
name mtgreek
category Package
@@ -230900,16 +231902,16 @@ catalogue-topics font-use font-supp
name mxedruli
category Package
-revision 30021
+revision 71991
shortdesc A pair of fonts for different Georgian alphabets
relocated 1
longdesc Two Georgian fonts, in both Metafont and Type 1 formats, which
longdesc cover the Mxedruli and the Xucuri alphabets.
execute addMap mxedruli.map
-containersize 138692
-containerchecksum f721b48b71ae2eb74104e23989cae84d3316b322ebff4703d9bddf74e0ddacf742e279813977bf29883fd17f01049112169d02aa3e4a9be887c049f8484ca0fe
-doccontainersize 308524
-doccontainerchecksum ea9de17ac138af2fdfbd624e0c516faa2eca674ae1c423cc7f972f87c1bfbd37812e199f68b463c07213fa263636490b7207baf68506514f73fdef1d6c041a49
+containersize 138636
+containerchecksum a9a6b8d999696eda5153fd3feefaff0c83984277847db2253a767a26b4d249cfdbd1c064f39f425d12200aa6cba9b162119764a2498e5c2fce877202402d67f7
+doccontainersize 308528
+doccontainerchecksum 0362b5604499061b1bfd10516ff65ab826959daebf1f8a08fc22ed54c018f64e76ab75c427101b186c3c659e8e62a14c1a6419d107726fb7582014531b679db9
docfiles size=95
RELOC/doc/fonts/mxedruli/README details="Readme"
RELOC/doc/fonts/mxedruli/alphabets.tex
@@ -230957,7 +231959,6 @@ runfiles size=112
RELOC/tex/latex/mxedruli/uxuc.fd
RELOC/tex/latex/mxedruli/xucuri.sty
catalogue-also georgian-stanier
-catalogue-contact-home http://heinecke.pagesperso-orange.fr/mxedruli/
catalogue-ctan /fonts/georgian/mxedruli
catalogue-license lppl
catalogue-topics georgian font font-type1 font-mf
@@ -235006,7 +236007,7 @@ catalogue-version 1.0
name newtx
category Package
-revision 71609
+revision 72105
shortdesc Alternative uses of the TX fonts, with improved metrics
relocated 1
longdesc The bundle splits txfonts.sty (from the TX fonts distribution)
@@ -235021,10 +236022,10 @@ longdesc garamondx package, thus offering a garamond-alike
longdesc text-with-maths combination.
depend kastrup
execute addMap newtx.map
-containersize 6064612
-containerchecksum 099beb3480d7de9efd0146deb1b351461555dc772b486f523b7e2513fcb9d738f54b7afb71f38bcbf4f38ba39a9de8f9f197e4b541b41272c1e1df43bbc69eba
-doccontainersize 975164
-doccontainerchecksum e3069619cfe2942cab6eff9ee1294d4a934a164bc1221a6415e8e4ff5ad5a2fed144d7a1e3f1d776f136cb6e5cae0e88e3c9dc4e473f7e49f3a2d021e86db604
+containersize 6064816
+containerchecksum 9e302212e52bbd802494c7cf98d8ca40d5db64e7225f8a5149d3990a8c9762892262edc071e678b8d7552f8eac8adc1cc711317c87513147bc46e4e1964e0b05
+doccontainersize 975276
+doccontainerchecksum 9c25e043c991626592c9df474b5bd20f15900e1ff1b0a39ede3eb4f27a898d0e14c08da18597e4d5f30494459160cc9fec675504f1dd452a976ba88f7f8a0aed
docfiles size=319
RELOC/doc/fonts/newtx/MANIFEST-newtx.txt
RELOC/doc/fonts/newtx/README details="Readme"
@@ -236120,7 +237121,7 @@ catalogue-also minion2newtx
catalogue-ctan /fonts/newtx
catalogue-license lppl1.3
catalogue-topics font font-body font-maths font-serif font-proportional font-type1 font-otf font-supp font-t1enc
-catalogue-version 1.751
+catalogue-version 1.753
name newtxsf
category Package
@@ -236581,16 +237582,16 @@ catalogue-version 1.1c
name niceframe-type1
category Package
-revision 68091
+revision 71849
shortdesc Type 1 versions of the fonts recommended in niceframe
relocated 1
longdesc The bundle provides Adobe Type 1 versions of the fonts
longdesc bbding10, dingbat, karta15, umranda and umrandb.
execute addMap niceframe.map
-containersize 275488
-containerchecksum b43c19a164d9d6eeadd11072f07d29d00763863724a5b5168ef8640b2411fa4c02c4955e769b23a39e06db8d02d168ac7b2a987e1ab8a9dbe4c19063b8f4bbac
-doccontainersize 520
-doccontainerchecksum 9f30b52e177fd2fe5bb3ef1f23a16b29a80f049cf33d8ade3dbfb187663e4a8872a18bef0fec1531cabe610839ba21b118623db244b52ab16418a7ad4dfb3d67
+containersize 275504
+containerchecksum 58f4595ad99b3d3558cb3d16afd4e76b9f9ccb736377997befe22f8ec30a0f0ad9364261c2db984a488da477c1727c2e872eb2126a62254830df2470cc9f0932
+doccontainersize 516
+doccontainerchecksum 94a91d6203b934c2c6517496feb4d7c498c827912e113a393ac4fae193a66a9a01e838c7774723c6fef9fe8022706a577ecc1944a71b2a2a929e84b21586ebfb
docfiles size=2
RELOC/doc/fonts/niceframe-type1/README.md details="Readme"
RELOC/doc/fonts/niceframe-type1/config.niceframe
@@ -236612,7 +237613,7 @@ catalogue-topics font font-type1 font-decor
name nicematrix
category Package
-revision 71661
+revision 72084
shortdesc Improve the typesetting of mathematical matrices with PGF
relocated 1
longdesc This package is based on the package array. It creates PGF/TikZ
@@ -236624,20 +237625,20 @@ longdesc border matrices); control of the width of the columns; tools to
longdesc color rows and columns with a good PDF result; blocks of cells;
longdesc tabular notes; etc. The package requires and loads l3keys2e,
longdesc array, amsmath, pgfcore, and the module shapes of PGF.
-containersize 43040
-containerchecksum 60b2a97a75a30f7edee9d41d542eee0f44ff9d8957b0b55f192045b0cdcd2d1a56a9143f9ec0dc51cf03c5cab9db897a19c0c219060b0232c21a49d1cf6ba227
-doccontainersize 2495408
-doccontainerchecksum 1c1debd2ea3886922bf0f650ed71074adfa5a5129148b637cdef51b7d9876f13bef9f6029ec69a5f2a66619f15f6844554fc1bd6bab9f47de401ba6ef55b5dc5
-docfiles size=1154
+containersize 43112
+containerchecksum ed652ffa87f909da75be4a06a3f8cb21a9c2571100067b0476f0ee33d6dd7017fe349c61dde54ada8f5a3104c0d335250f6716edf18f7ed148e2876b0fb333eb
+doccontainersize 2499608
+doccontainerchecksum af178a4b140821d04b121da8b6a275c8050e0244b95428edcd81c88d3f784f866c1e3decdeee039697b8c77a4186b22222745ca85e082cbfbbb71f665414fd1e
+docfiles size=1157
RELOC/doc/latex/nicematrix/README.md details="Readme"
RELOC/doc/latex/nicematrix/nicematrix-code.pdf
RELOC/doc/latex/nicematrix/nicematrix-french.pdf details="Package documentation in French" language="fr"
RELOC/doc/latex/nicematrix/nicematrix-french.tex
RELOC/doc/latex/nicematrix/nicematrix.pdf details="Package documentation"
RELOC/doc/latex/nicematrix/nicematrix.tex
-srccontainersize 92064
-srccontainerchecksum 123d036cab8249899444c2de8e57d9d556af4fa603d0cd380053dc4c9987a2f6c051b00136df4e44e978560a641b5c1edbe15638b7964e67519c74c3ae4fc746
-srcfiles size=149
+srccontainersize 92428
+srccontainerchecksum e487d55498f8266f1569550c0c2f918f7a8939b3f7ac61f7d9aa80e408df3f760ae52debed10c3cb2eab1fb3629d76b29427564a81a3faac4b3a9b475b2c3d43
+srcfiles size=150
RELOC/source/latex/nicematrix/nicematrix-code.dtx
RELOC/source/latex/nicematrix/nicematrix.ins
runfiles size=97
@@ -236645,7 +237646,7 @@ runfiles size=97
catalogue-ctan /macros/latex/contrib/nicematrix
catalogue-license lppl1.3
catalogue-topics maths matrix pgf-tikz expl3
-catalogue-version 6.28b
+catalogue-version 6.28c
name nicetext
category Package
@@ -245467,7 +246468,7 @@ catalogue-version 1.0.0
name oberdiek
category Package
-revision 69038
+revision 71916
shortdesc A bundle of packages submitted by Heiko Oberdiek
relocated 1
longdesc The bundle comprises packages to provide: aliascnt: 'alias
@@ -245481,16 +246482,15 @@ longdesc producing English ordinals; eolgrab: collect arguments
longdesc delimited by end of line; flags: setting and clearing flags in
longdesc bit fields and converting the bit field into a decimal number;
longdesc holtxdoc: extra documentation macros; hypbmsec: bookmarks in
-longdesc sectioning commands; hypcap: anjusting anchors of captions;
-longdesc hypgotoe: experimental package for links to embedded files;
-longdesc hyphsubst: substitute hyphenation patterns; ifdraft: switch for
-longdesc option draft; iflang: provides expandable checks for the
-longdesc current language; pdfcolparallel: fixes colour problems in
-longdesc package parallel; pdfcolparcolumns: fixes colour problems in
-longdesc package parcolumns; pdfcrypt: setting PDF encryption;
-longdesc protecteddef: define a command that protected against
-longdesc expansion; resizegather: automatically resize overly large
-longdesc equations; rotchiffre: performs simple rotation cyphers;
+longdesc sectioning commands; hypgotoe: experimental package for links
+longdesc to embedded files; hyphsubst: substitute hyphenation patterns;
+longdesc ifdraft: switch for option draft; iflang: provides expandable
+longdesc checks for the current language; pdfcolparallel: fixes colour
+longdesc problems in package parallel; pdfcolparcolumns: fixes colour
+longdesc problems in package parcolumns; pdfcrypt: setting PDF
+longdesc encryption; protecteddef: define a command that protected
+longdesc against expansion; resizegather: automatically resize overly
+longdesc large equations; rotchiffre: performs simple rotation cyphers;
longdesc scrindex: redefines environment 'theindex' of package 'index',
longdesc if a class from KOMA-Script is loaded; setouterhbox: set \hbox
longdesc in outer horizontal mode; settobox: getting box sizes;
@@ -245498,13 +246498,12 @@ longdesc stackrel: extensions of the \stackrel command; stampinclude:
longdesc selects the files for \include by inspecting the timestamp of
longdesc the .aux file(s); tabularht: tabulars with height
longdesc specification; tabularkv: key value interface for tabular
-longdesc parameters; telprint: print German telephone numbers;
-longdesc thepdfnumber: canonical numbers for use in PDF files and
-longdesc elsewhere; twoopt: commands with two optional arguments; Each
-longdesc of the packages is represented by two files, a .dtx (documented
-longdesc source) and a PDF file; the .ins file necessary for
-longdesc installation is extracted by running the .dtx file with Plain
-longdesc TeX.
+longdesc parameters; thepdfnumber: canonical numbers for use in PDF
+longdesc files and elsewhere; twoopt: commands with two optional
+longdesc arguments; Each of the packages is represented by two files, a
+longdesc .dtx (documented source) and a PDF file; the .ins file
+longdesc necessary for installation is extracted by running the .dtx
+longdesc file with Plain TeX.
depend auxhook
depend grfext
depend grffile
@@ -245512,11 +246511,11 @@ depend iftex
depend infwarerr
depend kvoptions
depend pdftexcmds
-containersize 37060
-containerchecksum d8c75685ac77c9b8f3259952cead1d5d46dc7bc556044daeecccbe1229da7566c0a31dda776356a6bddd0b710b8e8e3e84612c3ea9e9691bb486e154d9e121be
-doccontainersize 7770012
-doccontainerchecksum 728d95ced0404da11e4dffbde075eb02803a09d5c89fc34b6ffe78e47c78837c105a85827adaf8974d2edc84ddf1e7eb0ff20846a2712d152011b2198bcbf18d
-docfiles size=2992
+containersize 35540
+containerchecksum aeb4e0a7cec967e08e29f40bd4033f6d35b6210660e11cfa75a226d132e9997a9ac681729c99c35bc460f0c6a812c7994e489c64ddcb07b12e2434ed56fc8a01
+doccontainersize 7399940
+doccontainerchecksum 9c1e525678bd121cf9f41254347f6650a86fdf32b586501cf4acd770efbcd818685c5a94920bf40e474cc8b928207c4f5529ce490ece5938682729b6f2b5b0eb
+docfiles size=2834
RELOC/doc/latex/oberdiek/README.md details="Bundle README"
RELOC/doc/latex/oberdiek/aliascnt.pdf
RELOC/doc/latex/oberdiek/bmpsize.pdf
@@ -245536,7 +246535,6 @@ docfiles size=2992
RELOC/doc/latex/oberdiek/flags.pdf
RELOC/doc/latex/oberdiek/holtxdoc.pdf
RELOC/doc/latex/oberdiek/hypbmsec.pdf
- RELOC/doc/latex/oberdiek/hypcap.pdf
RELOC/doc/latex/oberdiek/hypgotoe-example.tex
RELOC/doc/latex/oberdiek/hypgotoe.pdf
RELOC/doc/latex/oberdiek/hyphsubst.pdf
@@ -245563,12 +246561,11 @@ docfiles size=2992
RELOC/doc/latex/oberdiek/tabularht.pdf
RELOC/doc/latex/oberdiek/tabularkv-example.tex
RELOC/doc/latex/oberdiek/tabularkv.pdf
- RELOC/doc/latex/oberdiek/telprint.pdf
RELOC/doc/latex/oberdiek/thepdfnumber.pdf
RELOC/doc/latex/oberdiek/twoopt.pdf
-srccontainersize 100772
-srccontainerchecksum 726481c21c3bda68ab4050c8dca78cfef2a9e7fdd6f8ee21540fc1dcd629383e21db06588cfd836915a58e4c8da7fa7762f4e65bb01da8d0ba94e874c1d04742
-srcfiles size=232
+srccontainersize 94772
+srccontainerchecksum 3b414316e5d6765f3d7cca748d04fb937936f79cc3af95fa3708c45ed3bdd43134f2f4823940904a299fc47e4c751354e204ee46a4e3a0b98ba6dcd91804fa97
+srcfiles size=218
RELOC/source/latex/oberdiek/aliascnt.dtx
RELOC/source/latex/oberdiek/bmpsize.dtx
RELOC/source/latex/oberdiek/centernot.dtx
@@ -245583,7 +246580,6 @@ srcfiles size=232
RELOC/source/latex/oberdiek/flags.dtx
RELOC/source/latex/oberdiek/holtxdoc.dtx
RELOC/source/latex/oberdiek/hypbmsec.dtx
- RELOC/source/latex/oberdiek/hypcap.dtx
RELOC/source/latex/oberdiek/hypgotoe.dtx
RELOC/source/latex/oberdiek/hyphsubst.dtx
RELOC/source/latex/oberdiek/ifdraft.dtx
@@ -245603,10 +246599,9 @@ srcfiles size=232
RELOC/source/latex/oberdiek/stampinclude.dtx
RELOC/source/latex/oberdiek/tabularht.dtx
RELOC/source/latex/oberdiek/tabularkv.dtx
- RELOC/source/latex/oberdiek/telprint.dtx
RELOC/source/latex/oberdiek/thepdfnumber.dtx
RELOC/source/latex/oberdiek/twoopt.dtx
-runfiles size=91
+runfiles size=88
RELOC/bibtex/bib/oberdiek/oberdiek-bundle.bib
RELOC/bibtex/bib/oberdiek/oberdiek-source.bib
RELOC/tex/generic/oberdiek/engord.sty
@@ -245618,7 +246613,6 @@ runfiles size=91
RELOC/tex/generic/oberdiek/protecteddef.sty
RELOC/tex/generic/oberdiek/rotchiffre.sty
RELOC/tex/generic/oberdiek/setouterhbox.sty
- RELOC/tex/generic/oberdiek/telprint.sty
RELOC/tex/generic/oberdiek/thepdfnumber.sty
RELOC/tex/latex/oberdiek/aliascnt.sty
RELOC/tex/latex/oberdiek/bmpsize-base.sty
@@ -245636,7 +246630,6 @@ runfiles size=91
RELOC/tex/latex/oberdiek/flags.sty
RELOC/tex/latex/oberdiek/holtxdoc.sty
RELOC/tex/latex/oberdiek/hypbmsec.sty
- RELOC/tex/latex/oberdiek/hypcap.sty
RELOC/tex/latex/oberdiek/hypgotoe.sty
RELOC/tex/latex/oberdiek/ifdraft.sty
RELOC/tex/latex/oberdiek/pdfcolparallel.sty
@@ -251106,7 +252099,7 @@ catalogue-version 0.1
name overarrows
category Package
-revision 65853
+revision 71774
shortdesc Custom extensible arrows over math expressions
relocated 1
longdesc A LaTeX package to create custom arrows over math expressions,
@@ -251114,28 +252107,28 @@ longdesc mainly for vectors (but arrows can as well be drawn below).
longdesc Arrows stretch with content, scale with math styles, and have a
longdesc correct kerning when a subscript follows. Some predefined
longdesc commands are also provided.
-containersize 5392
-containerchecksum 5c2d386bea3d2358e7c6baffcabdbb00411895a45b0500f60f139435b55fc86e6c2c7d7bf96a9bf38300f4d217606ffcc4f212523dc5a7fa1e35b7eb4358fe3d
-doccontainersize 551392
-doccontainerchecksum 1e5c39621f3790fe752c8785f5264b842ad00d7eb3a5fa91c41fb8f3c0a84c85d8be00b553a74f1750bfaebb6f97f7c462d9181c7b6afe9547a38b9d3f431b5e
-docfiles size=145
+containersize 6108
+containerchecksum 71c85e5d0058702ce49e3a7f03002a14732d8831055986f6bedc3acdcd4341c8e5fc22954e22cefc2835b74828986eb6058bb97be0d2e256f549fad14bcfb3f0
+doccontainersize 594336
+doccontainerchecksum 3a0a5401c39078ea324e5c43c7db1c85f2d8b39d7d9c03fa2ddcb1a76d8ecb16057011ad46896d25633fdebc964aab4f0574560e77b18e9c202d76117fa140ba
+docfiles size=155
RELOC/doc/latex/overarrows/LICENSE
RELOC/doc/latex/overarrows/README.md details="Readme"
RELOC/doc/latex/overarrows/overarrows-doc.sty
RELOC/doc/latex/overarrows/overarrows.pdf details="Package documentation"
-srccontainersize 24260
-srccontainerchecksum 57b1da2b639cd7b2abcfd8b98c8e73a704b5a247b78ed8373aa3059744eaa127314abe34fbca474106b5a3fda4bdc6dd8f2d399e082eb7a6e6396f77b35309c4
-srcfiles size=32
+srccontainersize 27288
+srccontainerchecksum 93c4bc3ed1a62690ae035b36309b2800aa28f220e54f6ca5f56ec302d5c82f862e36f6ff9fac9d42a801f653f34a57e895ea20f595a76139d91bccf7744afd70
+srcfiles size=36
RELOC/source/latex/overarrows/overarrows.dtx
RELOC/source/latex/overarrows/overarrows.ins
-runfiles size=7
+runfiles size=8
RELOC/tex/latex/overarrows/overarrows.sty
-catalogue-contact-bugs https://gricad-gitlab.univ-grenoble-alpes.fr/labbeju/latex-packages/-/issues
-catalogue-contact-repository https://gricad-gitlab.univ-grenoble-alpes.fr/labbeju/latex-packages/
+catalogue-contact-bugs https://github.com/julienlabbe/latex-packages/issues
+catalogue-contact-repository https://github.com/julienlabbe/latex-packages
catalogue-ctan /macros/latex/contrib/overarrows
catalogue-license lppl1.3c
catalogue-topics maths pgf-tikz
-catalogue-version 1.1
+catalogue-version 1.2
name overlays
category Package
@@ -251679,7 +252672,7 @@ catalogue-version 1.6
name pagelayout
category Package
-revision 69486
+revision 71937
shortdesc Layout graphic rich documents
longdesc The pagelayout class enables you to layout pages declaratively
longdesc using simple macros for pages, covers, grids, templates, text,
@@ -251691,14 +252684,14 @@ longdesc export web, print or preview versions of your document.
longdesc Parallelized image optimization, caching, and a draft mode
longdesc enable fast PDF creation and a responsive workflow, even for
longdesc large documents with lots of photos and graphics. The
-longdesc pagelayout class also integrates the Pgf/TikZ and tcolorbox
+longdesc pagelayout class also integrates the PGF/TikZ and tcolorbox
longdesc LaTeX packages.
depend pagelayout.ARCH
-containersize 25884
-containerchecksum d68bf1937910d93d028757ee0fe06ceaa222b29239d7decc1479c78dd3bfe7a210349562718c87173f26bb34eea142eac4764e013a33d63d0dbe3b6204e60124
-doccontainersize 4594804
-doccontainerchecksum 8b2fc3d9fc36b821dc1082d9fd980fe7280ccdf9d44218a84dfd5ca00aaf79df8b78c674a3460bf2ea8c93d977006bcefb053b8d55d46591bbce2b88822d4891
-docfiles size=1273
+containersize 25868
+containerchecksum cdbefbcaa42d5350bf1ffe78c458842456e6890d6a18e4b12d13726db5f4efe3ce6f61fe94aeac8a88cdd6fa0df9249be765e1027761e2bf15d86e6cafb09d14
+doccontainersize 4598568
+doccontainerchecksum 876215023e5ba38a89249e1064d1372391b4f11ce5824f0c8cf2a70bf4c46d78054b8d56bf9ec4581b7d8210608a0d78885093f03a3726595c5a89e55569cceb
+docfiles size=1275
texmf-dist/doc/latex/pagelayout/1x1.pdf
texmf-dist/doc/latex/pagelayout/2x1.pdf
texmf-dist/doc/latex/pagelayout/3x2.pdf
@@ -251746,7 +252739,7 @@ catalogue-contact-repository https://github.com/friedemannbartels/latex-pagelayo
catalogue-ctan /macros/latex/contrib/pagelayout
catalogue-license lppl1.3c
catalogue-topics layout pgf-tikz class
-catalogue-version 1.1.0
+catalogue-version 1.1.1
name pagelayout.aarch64-linux
category Package
@@ -254106,6 +255099,30 @@ catalogue-ctan /macros/plain/formats/xmltex/contrib/passivetex
catalogue-license other-free
catalogue-topics foreign-import
+name passopt
+category Package
+revision 71828
+shortdesc Passing options to packages or classes
+relocated 1
+longdesc This package allows to reset the global options of a loaded
+longdesc macro package or document class, or to change the position of
+longdesc the pre-passed options in the list to the right.
+containersize 1220
+containerchecksum 8b42674f59f87ea804fe846f9953d284460cbd1a76d592ea9900c823bb16a31d25db961c012fe71f6c9129c88cfcd830e665ef356c10c84d18b06f928b27b7cf
+doccontainersize 53516
+doccontainerchecksum dee6bc3da32e6cacd6df1d9e4abf807a69c5eebf5d055abe1a417913fdf35568b11103ea4d1b07ce8aba211ddbaad22d0a28adc1251442800b6fd47fd5797cfe
+docfiles size=16
+ RELOC/doc/latex/passopt/README.md details="Readme"
+ RELOC/doc/latex/passopt/passopt.pdf details="Package documentation"
+ RELOC/doc/latex/passopt/passopt.tex
+runfiles size=1
+ RELOC/tex/latex/passopt/passopt.sty
+catalogue-contact-repository https://github.com/texno3/passopt
+catalogue-ctan /macros/latex/contrib/passopt
+catalogue-license cc-by-4
+catalogue-topics typeset-tool typesetting expl3
+catalogue-version 1.01a
+
name patch
category Package
revision 42428
@@ -255840,7 +256857,7 @@ catalogue-version 0.13
name pdfmanagement-testphase
category Package
-revision 71339
+revision 72054
shortdesc LaTeX PDF management testphase bundle
relocated 1
longdesc This is a temporary package, which is used during a test phase
@@ -255853,11 +256870,11 @@ longdesc allow users and package authors to safely test the code. At a
longdesc later stage it will be integrated into the LaTeX kernel (or in
longdesc parts into permanent support packages), and the current
longdesc testphase bundle will be removed.
-containersize 54632
-containerchecksum d79b65dae5bd8c0142579dd67e6e91a495f2c2d3083ff611ac3aad271f155c22775979cd8212ca7547c7cd6d462a8d83778cd0eae6e719433f1e2e5b16a07848
-doccontainersize 8520380
-doccontainerchecksum 2a1bc6f2ab2aaf25c38064a609daf173437a5a7c68f39d6d055ff50413ceeacb0722fc637f04f408545577f8e3e28dd6db9cfcffd07df1c298795a9e8db458f0
-docfiles size=2803
+containersize 54780
+containerchecksum cb41c96848815f4c5fb5ae1958f281d269f9cf381cfc92d8a2f972dfe91ad556da24d819ca071db47f3420ff09420ec6d1ce5b36889bfa5d262e8925a5ef9f7c
+doccontainersize 8527840
+doccontainerchecksum 859084690be7b8278315521896783441b3eca41eea3cc91810cabbad950982b37deed75684a7d8b5bed51bb63f9b1bb5efeda59fbecba51c6c6e26307f67e2ba
+docfiles size=2805
RELOC/doc/latex/pdfmanagement-testphase/CHANGELOG.md
RELOC/doc/latex/pdfmanagement-testphase/README.md details="Readme"
RELOC/doc/latex/pdfmanagement-testphase/hyperref-generic.pdf
@@ -255880,9 +256897,9 @@ docfiles size=2803
RELOC/doc/latex/pdfmanagement-testphase/pdfmanagement-firstaid.pdf
RELOC/doc/latex/pdfmanagement-testphase/pdfmanagement-testphase.pdf details="Package documentation"
RELOC/doc/latex/pdfmanagement-testphase/update-metadata.txt
-srccontainersize 141052
-srccontainerchecksum 7a556ab6c0eb70454a2c2f72c5603fb694e3c7b6816d82c3f5ca2bc4b75127e30661c55aa11b38da1bd665c8c1708dc1ada26b13c8ecc940de68a35379e2634a
-srcfiles size=206
+srccontainersize 141284
+srccontainerchecksum 0c39d557fb7f7f5354120053e3e3c6fe44b09e622ca13683e3309e6e840218809812af9dec884d60404a1801e327dabea5ace50425b3138a4c935fcf4bd998a6
+srcfiles size=208
RELOC/source/latex/pdfmanagement-testphase/hyperref-generic.dtx
RELOC/source/latex/pdfmanagement-testphase/l3backend-testphase.dtx
RELOC/source/latex/pdfmanagement-testphase/l3pdfannot.dtx
@@ -255925,7 +256942,7 @@ catalogue-contact-repository https://github.com/latex3/pdfresources
catalogue-ctan /macros/latex/contrib/pdfmanagement-testphase
catalogue-license lppl1.3c
catalogue-topics latex-devel pdf-feat
-catalogue-version 0.96i
+catalogue-version 0.96j
name pdfmarginpar
category Package
@@ -257699,16 +258716,16 @@ catalogue-topics luatex
name penlightplus
category Package
-revision 70656
+revision 72053
shortdesc Additions to the Penlight Lua libraries
relocated 1
longdesc This package extends the penlight package by adding useful
longdesc functions for interfacing with LaTeX.
-containersize 11148
-containerchecksum b8c9db81661cbf6a40794de52a8c32ba135841fcac01d3712df663ea32b04b27bed636f9f15ee00a19a075e7a3d9eec87365b430e8d681d3622545ce992dd4b1
-doccontainersize 78508
-doccontainerchecksum 7f3811a8e30b92836d22ee1f8ced898fcacc500abe0793379ac841b6d3ceaad62e2220ef71c7c9d1fed489bf46afb2d906769ed2b118a9209b66ec9b4b921d00
-docfiles size=26
+containersize 11356
+containerchecksum 9a683b5e4d185da888a2496b722fea7a77b62456ec9803ca0eea4544f3a5470e156311d0ad964bf872bf5b1fbbef3b0192c2929a5ef477e0698318c682f0e2fc
+doccontainersize 79644
+doccontainerchecksum 57aaba355e610fbc25a1e5164f70aff432c950336882fb9e1e0f3fe5c1985669b65ab7e968bb2162f3ba8e50b90ea703cca0030ec5980ae92d0bafbb66e689d5
+docfiles size=27
RELOC/doc/luatex/penlightplus/README.md details="Readme"
RELOC/doc/luatex/penlightplus/penlightplus.pdf details="Package documentation"
RELOC/doc/luatex/penlightplus/penlightplus.tex
@@ -259155,7 +260172,7 @@ catalogue-version 0.1
name pgf-periodictable
category Package
-revision 70840
+revision 71991
shortdesc Create custom periodic tables of elements
relocated 1
longdesc The purpose of this package is to provide the Periodic Table of
@@ -259167,11 +260184,11 @@ longdesc Portuguese (from Portugal and from Brazil), Spanish, Italian
longdesc and translations provided by user contributions -- currently in
longdesc Dutch only. Compatible with pdfLaTeX, LuaLaTeX and XeLaTeX
longdesc engines.
-containersize 515796
-containerchecksum d8a678997980ec54362c511b7b9579eda1f4025fa191e7fae4c4b3342fc9c37b35a97dd14c9acccda575c764c77fcc74dbb30e710aab67bc21ef3e8d963861ef
-doccontainersize 5567308
-doccontainerchecksum 96dc2a597a75c621dcea74f7efe9dbb1d5404223755fd94633f92ceff9611d4abebd4ce8044181aecea339a6f223f2e74182ae4d6ebae2a25018d307cf19f7d7
-docfiles size=2253
+containersize 516684
+containerchecksum 6fa87f6509929ea040095b903da8338e0dcfecf1031fc6ecc4f7506c68a828237d4212d7f534935e1ef3a8760ef62f49930194c2f86128bd37587ec1bb7ec46d
+doccontainersize 5679152
+doccontainerchecksum ece08c9c920b43dfb056b8de5444ec6a426b0bf7f96feeb50e7f959615785fcbe8c2e232c83486cab0ca837b62af763fe363d64ef982fe6ef2b26a346118c5ed
+docfiles size=2279
RELOC/doc/latex/pgf-periodictable/README details="Readme"
RELOC/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_Ar.tex
RELOC/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_CS.tex
@@ -259179,6 +260196,7 @@ docfiles size=2253
RELOC/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_DesignCS.tex
RELOC/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_DiscY.tex
RELOC/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_Examples.tex
+ RELOC/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_O.tex
RELOC/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_OtherCont.tex
RELOC/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_TitleLegend.tex
RELOC/doc/latex/pgf-periodictable/manualfiles/pgf-PeriodicTableManual_Z.tex
@@ -259219,7 +260237,7 @@ docfiles size=2253
RELOC/doc/latex/pgf-periodictable/pgfPT.colorSchemes.info.tex
RELOC/doc/latex/pgf-periodictable/pgfPT_radio_symbol.tex
RELOC/doc/latex/pgf-periodictable/pgfPTcolorSchemes.html
-runfiles size=598
+runfiles size=600
RELOC/tex/latex/pgf-periodictable/flags/pgfPT_flag0.pdf
RELOC/tex/latex/pgf-periodictable/flags/pgfPT_flag1.pdf
RELOC/tex/latex/pgf-periodictable/flags/pgfPT_flag10.pdf
@@ -259377,7 +260395,7 @@ catalogue-contact-repository https://github.com/HugoPGomes/pgf-periodictable
catalogue-ctan /graphics/pgf/contrib/pgf-periodictable
catalogue-license lppl1.3
catalogue-topics chemistry pgf-tikz
-catalogue-version 2.1.0a
+catalogue-version 2.1.3
name pgf-pie
category Package
@@ -259463,21 +260481,27 @@ catalogue-version 1.1
name pgf-spectra
category Package
-revision 66961
+revision 71883
shortdesc Draw continuous or discrete spectra using PGF/TikZ
relocated 1
-longdesc The purpose of this package is to draw the spectra of elements
-longdesc in a simple way. It is based on the package pst-spectra, but
-longdesc with some extra options. It relies on PGF/TikZ for drawing the
-longdesc desired spectrum, continuous or discrete. There are data
-longdesc available for the spectra of 98 elements and their ions (from
-longdesc the NASA database and from NIST). It also allows the user to
-longdesc draw spectra using their own data.
-containersize 255176
-containerchecksum 723fcfd1b6827cf224fbbba91bbe4b65e8ea6b09cfc5eae2645144d2f64bdc0004f4f6184f2a310f7208650870041f12c4eb73e4d34c88fee5513d041ba88586
-doccontainersize 2231980
-doccontainerchecksum 81e418c2539e9df982025478d552b947dc040a5fb3ac8250636e874e77c97c83d215df6b2e9208f660b8a928eb1dd0e059fae357aef1b71b6e959a37affac2d6
-docfiles size=1723
+longdesc The purpose of this package is to draw the spectrum of elements
+longdesc in a simple way. It relies on PGF/TikZ to draw the desired
+longdesc spectrum, continuous or discrete. Data for the spectra of 98
+longdesc elements and their ions are available (from the NASA database
+longdesc and from NIST). Lines data ranges from Extreme UV to Near IR
+longdesc (from 10 to 4000 nanometers). It also allows the user to draw
+longdesc spectra using their own data. It is possible to redshift the
+longdesc lines of a spectrum, by directly entering the redshift value or
+longdesc the velocity and the angle to compute the redshift value.
+longdesc Spectral lines data can be presented in a table or exported to
+longdesc a file. The package also provides color conversion (correlated
+longdesc color temperature), shadings for use with TikZ and/or pgfplots
+longdesc and color maps for use with pgfplots.
+containersize 255376
+containerchecksum eedd28d4aeb6cefcb8fff55cd88548dfa0d883c8e71c73c2fb84d2cf213836fbf63b9afc13caae061259e645f0b7e3a804171d90425ee4a75904316f2ad5c7b8
+doccontainersize 2233700
+doccontainerchecksum 1afb353667ed3544cacb9b46525b15833cbecd8791eef51d7bc6655972541f01fd400d0395514f83a38e6f1ce7a586cc17ab8a82339a3447cad41896ad9a8b05
+docfiles size=1725
RELOC/doc/latex/pgf-spectra/README details="Readme"
RELOC/doc/latex/pgf-spectra/figsManual.zip
RELOC/doc/latex/pgf-spectra/pgf-spectraManual.ist
@@ -259500,7 +260524,7 @@ runfiles size=280
catalogue-ctan /graphics/pgf/contrib/pgf-spectra
catalogue-license lppl1.3
catalogue-topics physics pgf-tikz
-catalogue-version 3.0.1
+catalogue-version 3.0.1a
name pgf-umlcd
category Package
@@ -259819,17 +260843,17 @@ catalogue-version 2.1a
name pgfornament
category Package
-revision 55326
+revision 72029
shortdesc Drawing of Vectorian ornaments with PGF/TikZ
relocated 1
longdesc This package allows the drawing of Vectorian ornaments (196)
longdesc with PGF/TikZ. The documentation presents the syntax and
longdesc parameters of the macro "pgfornament".
-containersize 616692
-containerchecksum 3d5742197af0b6bc11a14ce5b2198aa7a580655f29757f825c24b4081dbd318d45d4dfca065fc04f0d5f47d92fca166a185c878c8d7a506e4ae7547def41592b
-doccontainersize 2427600
-doccontainerchecksum b35295915c86e4ee5c2fb9b1ec2d545c8d4fc1cf5e65f3e6247e4de1e77e2f789f7842cf234546d6e658a73b4837cd50f8216cd9425f588cfe4a12c76bd134d1
-docfiles size=633
+containersize 616696
+containerchecksum a622c34790ac97e4f5c03f70344d92fffc9c55e0d12b61941427a920bb862d38ff494a32e7b4bec47f2699b664012c9e4ce4c60c45f811dc5119cf0ed918f169
+doccontainersize 2403676
+doccontainerchecksum beb3a6ed1d5ec8a96079e89a1328a6fdad7f9f6e6da6870198b83fbc35b26fc64ba4b2a35dd189cd6e7ab55dece0385e3d0f12db6fc3342f67bac249f7876832
+docfiles size=627
RELOC/doc/latex/pgfornament/README.md details="Readme"
RELOC/doc/latex/pgfornament/TeX_box.png
RELOC/doc/latex/pgfornament/baseline.png
@@ -260126,7 +261150,7 @@ catalogue-contact-home http://altermundus.fr
catalogue-ctan /macros/latex/contrib/tkz/pgfornament
catalogue-license lppl1.3
catalogue-topics graphics-plot decoration
-catalogue-version 1.2
+catalogue-version 1.3
name pgfornament-han
category Package
@@ -260409,6 +261433,36 @@ catalogue-license gpl3+
catalogue-topics graphics graphics-plot pgf-tikz
catalogue-version 1.18.1
+name pgfplotsthemebeamer
+category Package
+revision 71954
+shortdesc Use colours from the current beamer theme in pgfplots
+relocated 1
+longdesc A LaTeX package for using colours from the current beamer theme
+longdesc in pgfplots diagrams.
+depend beamer
+depend pgfopts
+depend pgfplots
+depend tools
+containersize 1036
+containerchecksum 53b749518ed6a5a9497342bd46e9ab9613eb192bf4a96c02744e0e5dfb017d17e8480a6257c09031b20f1911669165e8edbdb8c95049de4345f767176eb57e3c
+doccontainersize 150560
+doccontainerchecksum 8ffd0db350312960a4ca72e6379cf237e4b6741ef2611257a90dbe89f837f1c2994c18e477a2bc699e7d422f6b7ad0c396b087bd0ba79a9000f4d6babc6e76da
+docfiles size=43
+ RELOC/doc/latex/pgfplotsthemebeamer/DEPENDS.txt
+ RELOC/doc/latex/pgfplotsthemebeamer/README.md details="Readme"
+ RELOC/doc/latex/pgfplotsthemebeamer/pgfplotsthemebeamer-doc-settings.sty
+ RELOC/doc/latex/pgfplotsthemebeamer/pgfplotsthemebeamer-doc.pdf details="Package documentation"
+ RELOC/doc/latex/pgfplotsthemebeamer/pgfplotsthemebeamer-doc.tex
+runfiles size=1
+ RELOC/tex/latex/pgfplotsthemebeamer/pgfplotsthemebeamer.sty
+catalogue-contact-bugs https://github.com/samcarter/pgfplotsthemebeamer/issues
+catalogue-contact-repository https://github.com/samcarter/pgfplotsthemebeamer
+catalogue-ctan /graphics/pgf/contrib/pgfplotsthemebeamer
+catalogue-license lppl1.3c
+catalogue-topics colour graphics presentation graphics-plot
+catalogue-version 0.2
+
name phaistos
category Package
revision 18651
@@ -261007,7 +262061,7 @@ catalogue-topics float
name photobook
category Package
-revision 68313
+revision 71843
shortdesc A document class for typesetting photo books
relocated 1
longdesc The photobook LaTeX document class extends the book class
@@ -261041,10 +262095,10 @@ depend xargs
depend xcolor
depend xint
depend xkeyval
-containersize 33232
-containerchecksum 1ceac5c208ff577c3072b96bd3c98e03a75126c25c5bdb8a88c3a253623b2f089d4bff17bcc7cc14d522461df2f95a44ba784ff8108a6b2d284127d20b75d4d1
-doccontainersize 156748
-doccontainerchecksum fc29b76cded75fdc20eceb668cc0bda2346bc5e11c5df2d860e90999e48b73a3e44c985048174cc54f42aca2dec3d195b765ffae923a1eb78b1d7da180e6a966
+containersize 33576
+containerchecksum 56951633b5cc5329a2e23b3aaf80933158c459fb88ecfb8021febce54d1f9fdbd77e5617d69fcffa44f5967b917b12ee3c04ed27c53e30c64188eba1a9807589
+doccontainersize 157840
+doccontainerchecksum 423c6125fceba6c6f8a45b5d416e77e3cabd21b2fa3aa836c4a3d0d033dd1a1f4862d9bff3807fdc54866776ef373dd2c291d5f8500ebd6faa52d50dae7ab75d
docfiles size=54
RELOC/doc/latex/photobook/DEPENDS.txt
RELOC/doc/latex/photobook/LICENSE
@@ -261055,14 +262109,14 @@ docfiles size=54
RELOC/doc/latex/photobook/scripts/cls2tex.sh
RELOC/doc/latex/photobook/scripts/make-spreads.cfg.example
RELOC/doc/latex/photobook/scripts/make-spreads.sh
-runfiles size=43
+runfiles size=44
RELOC/tex/latex/photobook/photobook.cls
catalogue-contact-home https://github.com/flynx/photobook
catalogue-contact-repository https://github.com/flynx/photobook
catalogue-ctan /macros/latex/contrib/photobook
catalogue-license bsd3
catalogue-topics class
-catalogue-version 0.1.29
+catalogue-version 0.1.31
name physconst
category Package
@@ -261650,27 +262704,27 @@ catalogue-topics doc-supp
name piton
category Package
-revision 71343
+revision 72016
shortdesc Typeset informatic listings with LPEG of LuaLaTeX
relocated 1
longdesc This package uses the Lua library LPEG to typeset and highlight
longdesc informatic listings in several languages. It requires the use
longdesc of LuaLaTeX. It won't work with XeLaTeX, nor pdfLaTeX.
-containersize 20232
-containerchecksum 7c94b72ae858946bd99a2499a47c9311522d7e5bad28d09b8655e2dd1eef2181cb6a98d564fcacf3ba874f4e00e0a36e3046683a7b662cc15411d45eb3280de9
-doccontainersize 881908
-doccontainerchecksum bc3017428bea8bca2e5956ee227951d3773c7eddeeb18c693afa67ac836a078f8df71961b739b5ce8e63444f95158eb0cbff616e49440f1ac7c00b1e63d827fc
-docfiles size=389
+containersize 20528
+containerchecksum 7f10d84c9c1fb4640577266a50d202336a2218c4b09cfd09cfb54de283b7368c481e568d1dc7c72e292a807c350710d31696194107ea424a1dffeaa3e263cead
+doccontainersize 893104
+doccontainerchecksum db4e8ebf8f8440daedcdf2081f4a9cd971efd8059833dea81dc3d51d1c62f3c7e5f19dd80a11b781bd73630b0bae77c0db38e26cf47bc1790f27f094ca8b32d4
+docfiles size=393
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 58116
-srccontainerchecksum 43bb513d25d4ab46c80b4f9b689bd2946235c06ea126208ce07aa9209990058ee37e6facc1e3df235e17b1250e7bb5fd23220d0cc47418341eabd7459a2945c4
-srcfiles size=70
+srccontainersize 59608
+srccontainerchecksum 00ce07276e0768fc56028901a893a526f19b9bd684575726685d0976cb65ca7d19273f0e7ab626f027ea8e36b568ce6c92058df44b041002d0e1db57c208bf16
+srcfiles size=72
RELOC/source/lualatex/piton/piton.dtx
RELOC/source/lualatex/piton/piton.ins
-runfiles size=27
+runfiles size=28
RELOC/tex/lualatex/piton/piton.lua
RELOC/tex/lualatex/piton/piton.sty
catalogue-also codehigh
@@ -261678,7 +262732,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 3.0b
+catalogue-version 3.1a
name pittetd
category Package
@@ -263091,7 +264145,7 @@ catalogue-topics format class japanese
name platex-tools
category Package
-revision 66185
+revision 72097
shortdesc pLaTeX standard tools bundle
relocated 1
longdesc This bundle is an extended version of the latex-tools bundle
@@ -263099,9 +264153,9 @@ longdesc developed by the LaTeX team, mainly intended to support
longdesc pLaTeX2e and upLaTeX2e. Currently patches for the latex-tools
longdesc bundle and Martin Schroder's ms bundle are included.
containersize 8284
-containerchecksum 87646f8cd885b75c3e7dc0edebc32675afe2d02f87c37ebf6abda7b68256f002440fd1a94f3f13dffbd8a7b694f3813d4115621f931b9a3a9d73491bda7c4296
+containerchecksum ef0f2f55858364f3d45e94677ba66a90c22bd2095ef78ead503fdc0986e1fbbfb72fac25b2d096c699208f672da63070269bbeacb46255cefda611c8c010004e
doccontainersize 576584
-doccontainerchecksum cf04b2c5d4df6d68bfdc3b0a3a8dc0f988cb0549252b3a6ccba58df685c41a9312197a63c97c3ff63c1ec15177a43d1e8064fd449054eed3df968fe213703552
+doccontainerchecksum d3448577c6cabe34b2d3e0614c2cceddc1d049c7f111e29d8b63959969033d0213af2de6d9eaeac5d1a4413a65a24054d69f7947655cdc8ae31b3d27b25b740d
docfiles size=164
RELOC/doc/latex/platex-tools/LICENSE
RELOC/doc/latex/platex-tools/README.md details="Readme"
@@ -263123,9 +264177,9 @@ docfiles size=164
RELOC/doc/latex/platex-tools/pxeveryshi.tex
RELOC/doc/latex/platex-tools/pxftnright.pdf details="Documentation of the pxftnright package" language="ja"
RELOC/doc/latex/platex-tools/pxftnright.tex
- RELOC/doc/latex/platex-tools/pxmulticol.pdf details="Documentation of the pxxspace package" language="ja"
+ RELOC/doc/latex/platex-tools/pxmulticol.pdf details="Documentation of the pxmulticol package" language="ja"
RELOC/doc/latex/platex-tools/pxmulticol.tex
- RELOC/doc/latex/platex-tools/pxxspace.pdf details="Documentation of the pxmulticol package" language="ja"
+ RELOC/doc/latex/platex-tools/pxxspace.pdf details="Documentation of the pxxspace package" language="ja"
RELOC/doc/latex/platex-tools/pxxspace.tex
runfiles size=13
RELOC/tex/latex/platex-tools/plarray.sty
@@ -267338,7 +268392,7 @@ catalogue-version 1.101
name polyglossia
category Package
-revision 70491
+revision 71813
shortdesc An alternative to babel for XeLaTeX and LuaLaTeX
relocated 1
longdesc This package provides a complete Babel replacement for users of
@@ -267350,35 +268404,32 @@ depend fontspec
depend iftex
depend makecmds
depend xkeyval
-containersize 126680
-containerchecksum 0974bcc7ec89d38f00d3ce763907d4f13f9af07f0b8ab4a89394b6c71ef738f4cbbc9ed7e569e2c7ece8f147db0162c2f16bd14d71583b2c4e7f55547c9de967
-doccontainersize 824112
-doccontainerchecksum 4d3dc6bc43ea298ce303c9736ae96743a5b925ca40ff2adf51aed2ccb2571b0cfc08b9ad2c1acb258fbdc565a3aac01307c787262981003ddcda3eb02b0852a0
-docfiles size=262
+containersize 125344
+containerchecksum 3b0fc8ab506958ee47f83a26e61ec17f8808e0bba464decea1105aafaff900f2f7bce8fda87941d12d269083c80556c28e46991c67f320122524d9c1a9a066cf
+doccontainersize 691676
+doccontainerchecksum 4f6e57475cf64ddb4a5fb2d25c40785d190e4f74085197b4ebe7a00ab02001cf224bfd282936d65e4c6e694ac23798b4f08104505da206e2583f295063a49b2d
+docfiles size=228
RELOC/doc/latex/polyglossia/README.md details="Readme"
RELOC/doc/latex/polyglossia/example-arabic.pdf
RELOC/doc/latex/polyglossia/example-arabic.tex
- RELOC/doc/latex/polyglossia/example-chinese.pdf
RELOC/doc/latex/polyglossia/example-chinese.tex
- RELOC/doc/latex/polyglossia/example-japanese.pdf
RELOC/doc/latex/polyglossia/example-japanese.tex
RELOC/doc/latex/polyglossia/example-korean.pdf
RELOC/doc/latex/polyglossia/example-korean.tex
- RELOC/doc/latex/polyglossia/example-odia.pdf
RELOC/doc/latex/polyglossia/example-odia.tex
RELOC/doc/latex/polyglossia/example-thai.pdf
RELOC/doc/latex/polyglossia/example-thai.tex
+ RELOC/doc/latex/polyglossia/example-uyghur.tex
RELOC/doc/latex/polyglossia/examples.pdf
RELOC/doc/latex/polyglossia/examples.tex
RELOC/doc/latex/polyglossia/polyglossia.pdf details="Package documentation"
RELOC/doc/latex/polyglossia/polyglossia.tex
- RELOC/doc/latex/polyglossia/test-welsh.pdf
RELOC/doc/latex/polyglossia/test-welsh.tex
-srccontainersize 171128
-srccontainerchecksum 07896d3014b695e470db918a01a356d2fb769a9a9d1b4503548adba7b821bf9d7b3f0bbc68a9be7addb5b9e667b02b60abd17faf3fb564ce14b04f22d798ca51
-srcfiles size=263
+srccontainersize 169948
+srccontainerchecksum 171b9ca164a438ef7cab7150b4a03644bba4ec15262e168640099a6d9020174be8468efe6b129edb32fb40c3f8c548c72f84b2815a4967f606f3d1c389b9461a
+srcfiles size=261
RELOC/source/latex/polyglossia/polyglossia.dtx
-runfiles size=401
+runfiles size=399
RELOC/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.map
RELOC/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.tec
RELOC/fonts/misc/xetex/fontmapping/polyglossia/bengalidigits.map
@@ -267400,7 +268451,7 @@ runfiles size=401
RELOC/tex/latex/polyglossia/cal-util.def
RELOC/tex/latex/polyglossia/devanagaridigits.sty
RELOC/tex/latex/polyglossia/farsical.sty
- RELOC/tex/latex/polyglossia/gloss-acadien.ldf
+ RELOC/tex/latex/polyglossia/gloss-acadian.ldf
RELOC/tex/latex/polyglossia/gloss-aeb.ldf
RELOC/tex/latex/polyglossia/gloss-af.ldf
RELOC/tex/latex/polyglossia/gloss-afb.ldf
@@ -267454,6 +268505,7 @@ runfiles size=401
RELOC/tex/latex/polyglossia/gloss-ckb-Arab.ldf
RELOC/tex/latex/polyglossia/gloss-ckb-Latn.ldf
RELOC/tex/latex/polyglossia/gloss-ckb.ldf
+ RELOC/tex/latex/polyglossia/gloss-classiclatin.ldf
RELOC/tex/latex/polyglossia/gloss-cop.ldf
RELOC/tex/latex/polyglossia/gloss-coptic.ldf
RELOC/tex/latex/polyglossia/gloss-croatian.ldf
@@ -267486,6 +268538,7 @@ runfiles size=401
RELOC/tex/latex/polyglossia/gloss-dsb.ldf
RELOC/tex/latex/polyglossia/gloss-dutch.ldf
RELOC/tex/latex/polyglossia/gloss-dv.ldf
+ RELOC/tex/latex/polyglossia/gloss-ecclesiasticlatin.ldf
RELOC/tex/latex/polyglossia/gloss-el-monoton.ldf
RELOC/tex/latex/polyglossia/gloss-el-polyton.ldf
RELOC/tex/latex/polyglossia/gloss-el.ldf
@@ -267568,9 +268621,6 @@ runfiles size=401
RELOC/tex/latex/polyglossia/gloss-lao.ldf
RELOC/tex/latex/polyglossia/gloss-latex.ldf
RELOC/tex/latex/polyglossia/gloss-latin.ldf
- RELOC/tex/latex/polyglossia/gloss-latinclassic.ldf
- RELOC/tex/latex/polyglossia/gloss-latinecclesiastic.ldf
- RELOC/tex/latex/polyglossia/gloss-latinmedieval.ldf
RELOC/tex/latex/polyglossia/gloss-latvian.ldf
RELOC/tex/latex/polyglossia/gloss-lithuanian.ldf
RELOC/tex/latex/polyglossia/gloss-lo.ldf
@@ -267583,6 +268633,7 @@ runfiles size=401
RELOC/tex/latex/polyglossia/gloss-malay.ldf
RELOC/tex/latex/polyglossia/gloss-malayalam.ldf
RELOC/tex/latex/polyglossia/gloss-marathi.ldf
+ RELOC/tex/latex/polyglossia/gloss-medievallatin.ldf
RELOC/tex/latex/polyglossia/gloss-mk.ldf
RELOC/tex/latex/polyglossia/gloss-ml.ldf
RELOC/tex/latex/polyglossia/gloss-mn.ldf
@@ -267647,8 +268698,8 @@ runfiles size=401
RELOC/tex/latex/polyglossia/hijrical.sty
RELOC/tex/latex/polyglossia/nkonumbers.sty
RELOC/tex/latex/polyglossia/odiadigits.sty
+ RELOC/tex/latex/polyglossia/polyglossia-cjk-spacing.lua
RELOC/tex/latex/polyglossia/polyglossia-french.lua
- RELOC/tex/latex/polyglossia/polyglossia-korean.lua
RELOC/tex/latex/polyglossia/polyglossia-latin.lua
RELOC/tex/latex/polyglossia/polyglossia-punct.lua
RELOC/tex/latex/polyglossia/polyglossia-sanskrit.lua
@@ -267663,7 +268714,7 @@ catalogue-contact-repository https://github.com/reutenauer/polyglossia
catalogue-ctan /macros/unicodetex/latex/polyglossia
catalogue-license mit lppl1.3 cc0
catalogue-topics multilingual use-xetex use-luatex
-catalogue-version 2.1
+catalogue-version 2.2
name polyhedra
category Package
@@ -267750,6 +268801,29 @@ catalogue-license lppl
catalogue-topics maths
catalogue-version 1.0
+name polyomino
+category Package
+revision 71991
+shortdesc Polyominoes using TikZ and LaTeX3
+relocated 1
+longdesc This package is based on the package TikZ and can be used to
+longdesc draw polyominoes. It is possible to define custom styles, pics
+longdesc and grids.
+containersize 2888
+containerchecksum 1f0b7c8d5ff18a0528e0ae4b92f4bfa8b78b7753565856beecb73bc6925f5f7e6c5135ae6f98da8f0884c80e12fb79ec2b8418ed4844f2bb7012c72da4d3180b
+doccontainersize 108280
+doccontainerchecksum d49995e0cec6ff942d0a73dd3ebdc67aac6cfa911aa55b24d6a84a330438edb3faad1a1c66883665e967df279838917b8b311b6852494b98f65803d6c59bc5b6
+docfiles size=31
+ RELOC/doc/latex/polyomino/README.md details="Readme"
+ RELOC/doc/latex/polyomino/polyomino.pdf details="Package documentation"
+ RELOC/doc/latex/polyomino/polyomino.tex
+runfiles size=4
+ RELOC/tex/latex/polyomino/polyomino.sty
+catalogue-ctan /graphics/pgf/contrib/polyomino
+catalogue-license lppl1.3c
+catalogue-topics graphics pgf-tikz expl3
+catalogue-version 1.0
+
name polytable
category Package
revision 55837
@@ -268883,7 +269957,7 @@ catalogue-version 1.1
name profcollege
category Package
-revision 71295
+revision 71706
shortdesc A LaTeX package for French maths teachers in college
relocated 1
longdesc This package provides some commands to help French mathematics
@@ -268893,16 +269967,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 1345996
-containerchecksum 0e4182ed212382c4b0621aa89a5f47c3d31e15bf55fc8fdbf5ef997047e1ed61813e10209ba88995bbf2ec7a7ca176e32af15143d52916865b89d2bbf1fc5204
-doccontainersize 15086100
-doccontainerchecksum 421fa6175d5044764978da1b553fe7a6071ac88cf1b2f59ed962f924b82d00dc7e5325ab1eb949f2a759d203aa6a0cc3fb14b64e3bddb481d7300469f0b15af5
-docfiles size=3930
+containersize 1356176
+containerchecksum 1cea5b3144556ff5d48ef66275af3164aaf15a94caab5564e3aaa15634a45ef4fa2d8540b67087c1b9c33e8fb4e625678d2e9e008b1821876b01a30ed2d70f89
+doccontainersize 15571260
+doccontainerchecksum 7a682c82b957ea136a386e5ee2d6dd2bd6570fd47c6c101a7099b2b1041b6e4bf8449a399cc3e25fe7829f01d297de91146586dacb1b9c500a8343ad2f761bf9
+docfiles size=4051
RELOC/doc/latex/profcollege/PfCLogoNumberHive.png
- RELOC/doc/latex/profcollege/ProfCollege-doc.pdf details="Package documentation" language="fr"
RELOC/doc/latex/profcollege/README details="Readme"
+ RELOC/doc/latex/profcollege/profcollege-doc.pdf details="Package documentation" language="fr"
RELOC/doc/latex/profcollege/profcollege-doc.zip
-runfiles size=2950
+runfiles size=2974
RELOC/metapost/profcollege/PfCAfficheur.mp
RELOC/metapost/profcollege/PfCAllumettes.mp
RELOC/metapost/profcollege/PfCArithmetique.mp
@@ -269126,6 +270200,7 @@ runfiles size=2950
RELOC/metapost/profcollege/PfCzambie.dat
RELOC/metapost/profcollege/PfCzimbabwe.dat
RELOC/tex/latex/profcollege/PfCAllumettes.tex
+ RELOC/tex/latex/profcollege/PfCArbreCalcul.tex
RELOC/tex/latex/profcollege/PfCArbreChiffre.tex
RELOC/tex/latex/profcollege/PfCAssemblagesSolides.tex
RELOC/tex/latex/profcollege/PfCAutomatismes.tex
@@ -269191,6 +270266,7 @@ runfiles size=2950
RELOC/tex/latex/profcollege/PfCGrimuku.tex
RELOC/tex/latex/profcollege/PfCHiddenMessage.tex
RELOC/tex/latex/profcollege/PfCHorloge.tex
+ RELOC/tex/latex/profcollege/PfCInfixRPN.sty
RELOC/tex/latex/profcollege/PfCJeton.tex
RELOC/tex/latex/profcollege/PfCJeuRangement.tex
RELOC/tex/latex/profcollege/PfCKakurasu.tex
@@ -269223,6 +270299,7 @@ runfiles size=2950
RELOC/tex/latex/profcollege/PfCPavageAvecMotifImage.tex
RELOC/tex/latex/profcollege/PfCPixelArt.tex
RELOC/tex/latex/profcollege/PfCPourcentage.tex
+ RELOC/tex/latex/profcollege/PfCProbaFrequence.tex
RELOC/tex/latex/profcollege/PfCProbabilites.tex
RELOC/tex/latex/profcollege/PfCProgrammeCalcul.tex
RELOC/tex/latex/profcollege/PfCPropor.tex
@@ -269266,6 +270343,7 @@ runfiles size=2950
RELOC/tex/latex/profcollege/PfCTrigonometrie.tex
RELOC/tex/latex/profcollege/PfCTrio.tex
RELOC/tex/latex/profcollege/PfCTriominos.tex
+ RELOC/tex/latex/profcollege/PfCUrneProba.tex
RELOC/tex/latex/profcollege/PfCVisualisationMulDeci.tex
RELOC/tex/latex/profcollege/PfCVueCubes.tex
RELOC/tex/latex/profcollege/PfCYohaku.tex
@@ -269275,7 +270353,7 @@ catalogue-also proflycee
catalogue-ctan /macros/latex/contrib/profcollege
catalogue-license lppl1.3c
catalogue-topics maths french teaching
-catalogue-version 0.99-A-f
+catalogue-version 0.99-A-g
name proflabo
category Package
@@ -269302,7 +270380,7 @@ catalogue-version 1.0
name proflycee
category Package
-revision 71414
+revision 71790
shortdesc A LaTeX package for French maths teachers in high school
relocated 1
longdesc This package provides some commands to help French mathematics
@@ -269311,17 +270389,17 @@ 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 72612
-containerchecksum 213753106174d4412dc5380941962c85d1bf96e481db02ee7af81db7d86cebda425198184f7cf8f8a50c80b659252280cf1090e6f6afff2995e37dff08afc209
-doccontainersize 2105512
-doccontainerchecksum 541086741fe44782aa6b2082451badce29ae75cfa2d238cde07a285e56dac4afe5900787d966b22ff08f6238476a1e59701ae3953baa009a3dc7a5cf1914f444
-docfiles size=532
+containersize 73160
+containerchecksum e471e7c96bcd2a35419d3873631c0d92be06be0de3328c4896d935f0f76575a1ed674a68ee1cf76e33f70b0ce46e0f2efaad719a2441bcb3e01599246a0f513e
+doccontainersize 2135852
+doccontainerchecksum 389c061920609a8c355842f132aa9bf5c5aa1dbda99c0dcaa384c0292c4bd72d1c6c9c24edd71c2a6b7ee3da03017c4969491aab7245a1ba369053d086898583
+docfiles size=538
RELOC/doc/latex/proflycee/ProfLycee-doc.pdf details="Package documentation" language="fr"
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-pythontex.pdf details="Examples using python" language="fr"
RELOC/doc/latex/proflycee/README.md details="Readme"
-runfiles size=143
+runfiles size=144
RELOC/metapost/proflycee/PfLEspace.mp
RELOC/tex/latex/proflycee/ProfLycee.sty
RELOC/tex/latex/proflycee/proflycee-tools-aleatoire.tex
@@ -269349,7 +270427,7 @@ catalogue-contact-repository https://github.com/cpierquet/ProfLycee
catalogue-ctan /macros/latex/contrib/proflycee
catalogue-license lppl1.3c
catalogue-topics maths french teaching expl3 pgf-tikz
-catalogue-version 3.04c
+catalogue-version 3.04d
name profmaquette
category Package
@@ -269943,7 +271021,7 @@ catalogue-version 1.13
name prtec
category Package
-revision 51919
+revision 71883
shortdesc A template for PRTEC conference papers
relocated 1
longdesc This package provides a LaTeX class, a BibTeX style, and a
@@ -269951,23 +271029,23 @@ longdesc LaTeX template to format conference papers for the Pacific Rim
longdesc Thermal Engineering Conference (PRTEC). The .tex and .cls files
longdesc are commented and should be self-explanatory. The package
longdesc depends on newtx.
-containersize 12056
-containerchecksum 06e946526f194e36b55c91c46615c74a255411ff3de2fba005a672741830a5bfc162be122a7f03d00374917ab70dd789549a2976280db8c8106999ab7e0854e4
-doccontainersize 360784
-doccontainerchecksum fb299846eca43fb054ff441c2eed6f87382cbb58419947092d04bfa99102e3db7a8395c9b974395b579f6b5700f55c2c730c162bcd19e5246fbc64b80acf5681
-docfiles size=138
- RELOC/doc/latex/prtec/PRTEC19-template.pdf details="Package documentation"
- RELOC/doc/latex/prtec/PRTEC19-template.tex
+containersize 11628
+containerchecksum acd6a3604f3b8ccc880ef57cdfce2869630c858d28b9e6d751b632c39b3d7a9c30e6e19b1992ceb6b38a955d48682e2f64afac8209610926215074dd4bf5b0fc
+doccontainersize 385976
+doccontainerchecksum d262a44ddb864aed400459a3619d1ea7c14ed84bae4e4042d2ba47bcef070fcb6fea780ebf6b6bc3b74f8983c26453373ce51c45b1168f788064460012fd2c3a
+docfiles size=142
+ RELOC/doc/latex/prtec/PRTEC24-template.pdf details="Example of use"
+ RELOC/doc/latex/prtec/PRTEC24-template.tex
RELOC/doc/latex/prtec/README.md details="Readme"
RELOC/doc/latex/prtec/prtec-sample.bib
RELOC/doc/latex/prtec/sample-figure.pdf
-runfiles size=13
+runfiles size=12
RELOC/bibtex/bst/prtec/prtec.bst
RELOC/tex/latex/prtec/prtec.cls
catalogue-ctan /macros/latex/contrib/prtec
catalogue-license mit
-catalogue-topics class bibtex-sty confproc engineering scientific-docs
-catalogue-version 1.06
+catalogue-topics class doc-templ bibtex-sty confproc engineering scientific-docs
+catalogue-version 1.07
name przechlewski-book
category Package
@@ -271594,29 +272672,29 @@ catalogue-version 2.19
name pst-coil
category Package
-revision 62977
+revision 72030
shortdesc A PSTricks package for coils, etc
relocated 1
longdesc Pst-coil is a PSTricks based package for coils and zigzags and
longdesc for coil and zigzag node connections.
-containersize 3924
-containerchecksum bf6e1671f6c1d6d7fe348958042892a10168cf96e8626e4d15cb34089110677ede3535abf96e76847b6ad8d3ca910030e975e7b52fe8b168136c98a05f6915f3
-doccontainersize 251028
-doccontainerchecksum 84fb627c91d56e1553325c8d87981ba6ab1001b8f0163b45bf1a7352026853c8d086350191a4f98c01bd6d59bb5f4b638275c38b45eae6d360c8dbba1a5b8867
-docfiles size=83
+containersize 4452
+containerchecksum 0019cc58c5f9c9e928fce7006eed09d5bda3a4d7ba66efc25048bd6e46f5fff9b387fd77a2884700def66a809315eac912e3fa7824895e30708c70b9a1781ba2
+doccontainersize 3701992
+doccontainerchecksum 61e6922a1297e34e2ae977ddaf442a44adcecb0142fc09d4b87f933f8a7215a5c961b2b7914c8cfd85b0e3f6d4cbfcc5d73fce834f942a01ec0357286e19d857
+docfiles size=927
RELOC/doc/generic/pst-coil/Changes
RELOC/doc/generic/pst-coil/README details="Package README"
RELOC/doc/generic/pst-coil/pst-coil-doc.bib
RELOC/doc/generic/pst-coil/pst-coil-doc.pdf details="Package documentation"
RELOC/doc/generic/pst-coil/pst-coil-doc.tex
-runfiles size=5
+runfiles size=6
RELOC/dvips/pst-coil/pst-coil.pro
RELOC/tex/generic/pst-coil/pst-coil.tex
RELOC/tex/latex/pst-coil/pst-coil.sty
catalogue-ctan /graphics/pstricks/contrib/pst-coil
catalogue-license lppl
catalogue-topics graphics-use pstricks physics
-catalogue-version 1.07
+catalogue-version 1.08
name pst-contourplot
category Package
@@ -271773,7 +272851,7 @@ catalogue-version 0.16
name pst-diffraction
category Package
-revision 71657
+revision 71819
shortdesc Print diffraction patterns from various apertures
relocated 1
longdesc The package enables the user to draw (using PSTricks) the
@@ -271786,11 +272864,11 @@ longdesc consideration and of the particular optical setting, e.g. the
longdesc radius in case of an circular opening. Moreover one can choose
longdesc the wavelength of the light (the associated color will be
longdesc calculated by the package).
-containersize 5132
-containerchecksum f1752fcbfefa505a4fe74161d7eca95417d514a51a5172da5a363b01f2d4316a59d9670d59bb113ff356151cc13aae6f3a23987cf45c19d5e0420b42b32ed9ea
-doccontainersize 22414824
-doccontainerchecksum a5771cbcd475e0f2f72a08891f14a2c7608862f2357813305ac914398b47bd096d66278f1268fbac760fcb7b959927c8a7d1fcb5fd309ba61cf84150b0bbc492
-docfiles size=5563
+containersize 5188
+containerchecksum 8441f2eedd206b69031488df0f9fc0e7e126d7fd5b2e89a29f72de6d371c6a3518ec178f30ca2dfd293d76dc69f23c47a703f54e74d9cc4b9d97a2f76d510252
+doccontainersize 22674048
+doccontainerchecksum 32cd7fb3781a9ca557d05864e19f7c50555ea2ee6709ec3af9200c25048dd7b80b32695f6ec2539004de668ea4facf20b9546d7932aff54be62a5c79596d1eb5
+docfiles size=5639
RELOC/doc/generic/pst-diffraction/Changes
RELOC/doc/generic/pst-diffraction/README details="Readme"
RELOC/doc/generic/pst-diffraction/pst-diffraction-doc.bib
@@ -271802,7 +272880,7 @@ runfiles size=6
catalogue-ctan /graphics/pstricks/contrib/pst-diffraction
catalogue-license lppl
catalogue-topics graphics-use pstricks physics
-catalogue-version 2.04a
+catalogue-version 2.06a
name pst-electricfield
category Package
@@ -273088,7 +274166,7 @@ catalogue-version 2.2
name pst-node
category Package
-revision 61838
+revision 71773
shortdesc Nodes and node connections in PSTricks
relocated 1
longdesc The package enables the user to connect information, and to
@@ -273099,15 +274177,18 @@ longdesc mathematical diagrams, linguistic syntax diagrams, and so on.
longdesc The package contents were previously distributed as a part of
longdesc the pstricks base distribution; the package serves as an
longdesc extension to PSTricks.
-containersize 25288
-containerchecksum 663d072baef5277519157175183313c9b80385d1574dbbc1502b60aabd111688286499426e88d28b3b5252b8ff23b3d325981b6e14b846fce3b92ff391ab5a7c
-doccontainersize 529992
-doccontainerchecksum 5cf9cb60b0c36915945a4e2fb4e79a35e2ff9e957df1b1e39d8158560843fe1dae6867aa6270e70cf3ba387b104e9dd8b6965434168d89748e65aa77368a0707
-docfiles size=154
+containersize 25348
+containerchecksum a994b81b4b863bcd60df2c0a061e31a060530f55650421904406cd3717ac15d195e0003486a9d087d333c5467793b6a25dc2e23e41cd46be37cab6e79ef5a66d
+doccontainersize 709828
+doccontainerchecksum 0fc13af7073a64f033a89fd2cc8ecb3609e2a8f9680c23da6ba0352fe4cc3d90ca6ed0cc2f48a2461ab3f6afecead9c00bec2c05b58dbda667370ce142b1f41b
+docfiles size=238
RELOC/doc/generic/pst-node/Changes
RELOC/doc/generic/pst-node/README details="Readme"
+ RELOC/doc/generic/pst-node/psmatrix-docDE.bib
+ RELOC/doc/generic/pst-node/psmatrix-docDE.pdf details="psmatrix documentation (German)" language="de"
+ RELOC/doc/generic/pst-node/psmatrix-docDE.tex
RELOC/doc/generic/pst-node/pst-node-doc.bib
- RELOC/doc/generic/pst-node/pst-node-doc.pdf details="Package documentation (English)" language="en"
+ RELOC/doc/generic/pst-node/pst-node-doc.pdf details="Package documentation (English)"
RELOC/doc/generic/pst-node/pst-node-doc.tex
runfiles size=29
RELOC/dvips/pst-node/pst-node.pro
@@ -273118,7 +274199,7 @@ runfiles size=29
catalogue-ctan /graphics/pstricks/contrib/pst-node
catalogue-license lppl
catalogue-topics graphics-in-tex linguistic
-catalogue-version 1.43
+catalogue-version 1.45
name pst-ob3d
category Package
@@ -274854,7 +275935,7 @@ catalogue-version 1.5e
name pstricks
category Package
-revision 69674
+revision 71883
catalogue pstricks-base
shortdesc PostScript macros for TeX
relocated 1
@@ -274874,10 +275955,10 @@ longdesc pdftricks package, to generate a PDF inclusion from a PSTricks
longdesc diagram. PSTricks macros can also generate PDF output when the
longdesc document is processed XeTeX, without the need for other
longdesc supporting packages.
-containersize 88080
-containerchecksum 8c9d0a2c8355a338f459a34dee22893acd54fc314ef588a8fc6a727f4dc0d6fc34e64059479c096e490bb2c90d627b555d5052cbf871089099acd18fff0cebfd
-doccontainersize 7531396
-doccontainerchecksum 10946b40abd2e00549abdc0e3d9067c74756785571b4f75f6baf6e6155f90087cba7eb35427f159571a04ba92e1819cf92ad12d9b4b02119ab957bb4b77da1d9
+containersize 88128
+containerchecksum 7a5536d5adf7c3bc25e2b5685fbc4ab7be939d118ef74bc8242c126b72aad987059f11a1bf541dc85bc7d458c093c194cb7a6cc95f13826ce012e94b5ada6565
+doccontainersize 7531968
+doccontainerchecksum c4b5c169b6c2abd9837ebb3c2ad92e88ae4c375220eabe84778a27684538fc25f7a1620fe1127901a32b40b4bb54791169b3ce759ca113a648eeda5d98f97c7f
docfiles size=2321
RELOC/doc/generic/pstricks/PSTricks.bib
RELOC/doc/generic/pstricks/README details="Readme"
@@ -274970,7 +276051,7 @@ catalogue-contact-support https://tug.org/mailman/listinfo/pstricks
catalogue-ctan /graphics/pstricks/base
catalogue-license lppl1.3
catalogue-topics graphics-in-tex colour pstricks dvips-special xetex
-catalogue-version 3.19c
+catalogue-version 3.20
name pstricks-add
category Package
@@ -277016,7 +278097,7 @@ catalogue-version 1.0.1
name pwebmac
category Package
-revision 71345
+revision 72015
shortdesc Consolidated WEB macros for DVI and PDF output
relocated 1
longdesc The original WEB system by Donald Knuth has the macros
@@ -277038,13 +278119,14 @@ longdesc in the WEB sources. WEB programmers who want to use pwebmac.tex
longdesc instead of the default webmac.tex in their programs have to
longdesc change the first line in the TeX file created by weave. From
longdesc there, all depends on the "TeX engine" you use.
-containersize 9076
-containerchecksum 4599a501267c3b130f869dea61691ae178e0f664a89337255616b07eaf6f0cd6b7ae111dfaf53cc1617ffb45614893d793e98cd21986b31ff585c658173d3d41
-doccontainersize 15840
-doccontainerchecksum f497676a12e6d4e8281a14a890b7155cf158897e18a95b5b5b7568ab0c763f24e82ea9bb8043ec8f71bba41bcc1ceb81cfbb7444dca89e34efb6aa0a843df386
-docfiles size=15
+containersize 9212
+containerchecksum 1cc26fb084755fe4df19ae79485efc2cdbe7bbd0efb8ec0bacbf75a338f75353b037a595a6755b8dfd99cdc4352ab34430fb718555d2efe63c2f324142d23bb5
+doccontainersize 17080
+doccontainerchecksum 96e61ad4b986e12c4fdda5dcc382d8752b62f622afd49525e6c0b85604a9322d6e1c6ff57a8f7c3e7f2253fd5d074b876deeec819be4faebf47377c79bdb86ef
+docfiles size=16
RELOC/doc/plain/pwebmac/README.md details="Readme"
RELOC/doc/plain/pwebmac/Xerrorlog.tex
+ RELOC/doc/plain/pwebmac/editorsnote.tex
RELOC/doc/plain/pwebmac/index.md
RELOC/doc/plain/pwebmac/makeall
RELOC/doc/plain/pwebmac/trapman.ch
@@ -277056,7 +278138,7 @@ catalogue-contact-support https://lists.tug.org/tex-k
catalogue-ctan /web/pwebmac
catalogue-license pd
catalogue-topics litprog
-catalogue-version 4.12
+catalogue-version 5.0
name pxbase
category Package
@@ -277094,7 +278176,7 @@ catalogue-version 1.4
name pxchfon
category Package
-revision 68103
+revision 72097
shortdesc Japanese font setup for pLaTeX and upLaTeX
relocated 1
longdesc This package enables users to declare in their document which
@@ -277107,11 +278189,11 @@ longdesc for each new font. This package also supports setup for the
longdesc fonts used in the japanese-otf package. System requirements:
longdesc TeX format: LaTeX. TeX engine: pTeX or upTeX. DVIware:
longdesc dvipdfmx. Prerequisite packages: atbegshi.
-containersize 19976
-containerchecksum c79d32b99873e5262d3497846af0fe8c327d574ac61030241a8a1d95e4439794439cd3fb75cdcae51206e76bd4218a6778717492c036ab71aecd8e67a0040990
-doccontainersize 336476
-doccontainerchecksum 1f50dcd95cf37669330d426238d398d5bfb2503e4db06287f7a361ef87136547d1020bf1d35fcd9504ea5017dc9ec0a0cb8f9298e4d178ec4c7cd426d91f1d6f
-docfiles size=109
+containersize 21080
+containerchecksum 73c9660dbba04d86615e135d18c35d02299114f28474bc1d3ed7c6cb89a06564422651981d57684f71494b6a2e44e0bd47521f8b3edacb2aab8d1295860b0e28
+doccontainersize 358776
+doccontainerchecksum 9ed045647dde763c2b234b470738578d2d284e73c9720451d994a2248ef51bb95a16117e49232f49cbda83f005448fbb643313dc56c71b8dd30c196001ec5f6e
+docfiles size=115
RELOC/doc/platex/pxchfon/LICENSE
RELOC/doc/platex/pxchfon/README-ja.md details="Readme" language="ja"
RELOC/doc/platex/pxchfon/README.md details="Readme"
@@ -277123,7 +278205,7 @@ docfiles size=109
RELOC/doc/platex/pxchfon/sample-2004jis.tex
RELOC/doc/platex/pxchfon/sample-pxchfon.pdf
RELOC/doc/platex/pxchfon/sample-pxchfon.tex
-runfiles size=107
+runfiles size=108
RELOC/fonts/sfd/pxchfon/PXcjk0.sfd
RELOC/fonts/tfm/public/pxchfon/cfjam-r-l0j.tfm
RELOC/fonts/tfm/public/pxchfon/cfjam-r-l5j.tfm
@@ -277215,7 +278297,7 @@ catalogue-contact-repository https://github.com/zr-tex8r/PXchfon
catalogue-ctan /macros/jptex/latex/pxchfon
catalogue-license mit
catalogue-topics japanese font-supp
-catalogue-version 2.0
+catalogue-version 2.2
name pxcjkcat
category Package
@@ -277479,23 +278561,23 @@ catalogue-version 1.0
name pxjahyper
category Package
-revision 66272
+revision 72114
shortdesc Hyperref support for pLaTeX
relocated 1
longdesc This package adjusts the behavior of hyperref on (u)pLaTeX so
longdesc that authors can properly create PDF documents that contain
longdesc document information in Japanese.
-containersize 19376
-containerchecksum f6e62e0dd4a5da2e9c702fc09c311a0661d58668c4999eaf5209792d3c88001b9e7d80cc1a9c259ec5e2668a7139a4fe90dac2b23ea756f238a387a6c7e66772
-doccontainersize 163516
-doccontainerchecksum f08af33a25f837e86dcd6dcd0f96d9f7bb2570eeae9011201468fdc9bac50bb8ea72d4f069753bb0c93aa9d61952cebfbbe936f65220167e4648cb206b901aae
-docfiles size=47
+containersize 21248
+containerchecksum 56d40a085e2960cb0f0a4f4bdc2b8fbec7460e02abb0960ad4e0f565e9605abb6ed77c54b207ea3ccfb27c252d0d426d1274b10b230433faa37bff319e0bcad3
+doccontainersize 175884
+doccontainerchecksum 8b1c79c97a047433866833bdd8eac54edca46e4eac16db73f7808353d9855feb5acba4c3e39bfb6294e25c282ebc5109ff456398e1ebdbb326b5d9627bdfab0f
+docfiles size=51
RELOC/doc/platex/pxjahyper/LICENSE
RELOC/doc/platex/pxjahyper/README-ja.md details="Readme (Japanese)" language="ja"
RELOC/doc/platex/pxjahyper/README.md details="Readme"
RELOC/doc/platex/pxjahyper/pxjahyper.pdf details="Package documentation (Japanese)" language="ja"
RELOC/doc/platex/pxjahyper/pxjahyper.tex
-runfiles size=23
+runfiles size=25
RELOC/tex/platex/pxjahyper/pxjahyper-ajm.def
RELOC/tex/platex/pxjahyper/pxjahyper-enc.sty
RELOC/tex/platex/pxjahyper/pxjahyper-uni.def
@@ -277504,7 +278586,7 @@ catalogue-contact-repository https://github.com/zr-tex8r/PXjahyper
catalogue-ctan /macros/jptex/latex/pxjahyper
catalogue-license mit
catalogue-topics japanese hyper
-catalogue-version 1.3
+catalogue-version 1.5
name pxjodel
category Package
@@ -281194,16 +282276,16 @@ catalogue-version 0.2
name randexam
category Package
-revision 69960
+revision 71883
shortdesc Make an exam paper and its randomized variants
relocated 1
longdesc This class helps you make an exam paper and its randomized
longdesc variants. It mainly focuses on making math exam papers, but you
longdesc could use it to make other exam papers.
-containersize 11736
-containerchecksum 137f7f99c32d502034ca22fabea143f54276730987a6edb595e1cddefa21bc631e8bba89930bab4e774b2a1c0d0d766d56ef49b6051fda726524a4ee8845e6c1
-doccontainersize 228600
-doccontainerchecksum 7f7b5e9707a4b04c7fe7d3505d70685d6e882139341e3aad01103fca5a21f0df5f995466c6eeac7cc6c41a2c6b135b75b4795ef2ae1b11d9e67369852a168278
+containersize 11892
+containerchecksum 213cd729017cf53e23699081e6583a3016c2782192f79eb14947f89d330e3775b35c264cd64fe5117964b040ae98c9835fa9a7c8c7af2979502190fac85bbe9c
+doccontainersize 229972
+doccontainerchecksum 13fbe6f01f4a9e449d3fd5495f48d5fedb3b3a6f28790d1d7a47fd88792b23ca041a8cbab888ebc51d36a065d7a93fdeac37f53e9e627e2658f5e8273acd8a56
docfiles size=78
RELOC/doc/latex/randexam/README details="Readme"
RELOC/doc/latex/randexam/randexam-a-answer.pdf
@@ -281227,7 +282309,7 @@ catalogue-contact-support https://github.com/lvjr/randexam/discussions
catalogue-ctan /macros/latex/contrib/randexam
catalogue-license lppl1.3c
catalogue-topics exam
-catalogue-version 2024E
+catalogue-version 2024F
name random
category Package
@@ -282333,7 +283415,7 @@ catalogue-version 0.0.3
name reledmac
category Package
-revision 71236
+revision 71890
shortdesc Typeset scholarly editions
relocated 1
longdesc A package for typesetting scholarly critical editions,
@@ -282343,9 +283425,9 @@ longdesc package supports indexing by page and by line numbers, and
longdesc simple tabular- and array-style environments. The package is
longdesc distributed with the related reledpar package.
containersize 55884
-containerchecksum 44a5e00b0906a668a85426de80559806391bcf19e045dcdf073aa8f036fd433795a4c67ff974696509492e76fbb2631d6031a82cdb38e932258dd44259db6427
-doccontainersize 10461544
-doccontainerchecksum 3c60ce5191517719cd6023fea95c2080ac5961c6e265004e5392d4fe9ffd02422aaaea287678494ff318994d081671595e60fd38336010267750caace016c862
+containerchecksum 9978086db11d4c7ec5ce5a9621b95286ddb8e837b0e2950ec1d4c8bf6ed4f6c3a20c94379302d65677cce5901162624e2fb839e2ddbc1e873c264f1ff479cf94
+doccontainersize 10460736
+doccontainerchecksum c80e937dcd6f189e48a52738afef85a4347890f0da419b0a69e6010b48acdb0936adbd510b42909703ff6a8595b0c819e824ec46202db1f36e6fb2cc77216715
docfiles size=3415
RELOC/doc/latex/reledmac/README.md details="Readme"
RELOC/doc/latex/reledmac/doc-include/migrate-mac.dtx
@@ -282452,8 +283534,8 @@ docfiles size=3415
RELOC/doc/latex/reledmac/migration.pdf
RELOC/doc/latex/reledmac/reledmac.pdf details="Package documentation"
RELOC/doc/latex/reledmac/reledpar.pdf
-srccontainersize 210224
-srccontainerchecksum 8fab3ca2ffe9399e78b6df2c7f884a8a7e5937e89a2791d56511f3c9423f80018d159ad7e65f495d72135f8f072635eac4835cec05c0b67a0d830bf22f89e8cc
+srccontainersize 210288
+srccontainerchecksum 078e4f79280732196fb932c0c26c7a91b48d359b183c11df47cd0ac05ad9ee9826f905170f81c6a19aba180bb71b02501d82a1d7e561987066418086e0a99620
srcfiles size=300
RELOC/source/latex/reledmac/migration.dtx
RELOC/source/latex/reledmac/reledmac.dtx
@@ -282636,26 +283718,21 @@ catalogue-version 1.1
name reptheorem
category Package
-revision 70789
+revision 72017
shortdesc Repetition of theorem environments
relocated 1
-longdesc When writing a large manuscript, it is sometimes beneficial to
-longdesc repeat a theorem (or lemma or...) at an earlier or later point
-longdesc for didactical purposes. However, thmtools's built-in
-longdesc restatable only allows replicating theorems after they have
-longdesc been stated, and only in the same document. Reptheorem solves
-longdesc the issue by making use of the .aux file, and also introduces
-longdesc its own file extension, .thm, to replicate theorems in other
-longdesc files.
-containersize 1788
-containerchecksum 47f20a0ec1e82b9bfb80f5f2722ad54478ae3fc370c72d7d235ad670192793bc38b9de3baab6447fd414a133354c4945576160c0643ea71af2ea108753373eb7
-doccontainersize 235568
-doccontainerchecksum 00280f819835d1be38b081fb7cfd01cda90a86baf6b12993d4fc5563507cbbea5648cf30d03ba37a401bd2827b6312a783f14c7c054395801ae2d160058a8a9a
-docfiles size=68
+longdesc The package defines simple and flexible macros for typesetting
+longdesc equations in the languages of vector calculus and linear
+longdesc algebra, using Dirac notation.
+containersize 1692
+containerchecksum 11d632d2f529f02b8767e6d5b379787a2448c116cb33f07335a6bf083bf71f37965decb577b96b7c04eec9fb6a0967f2fa18441b385fa33acd47ec06b66c4d85
+doccontainersize 236104
+doccontainerchecksum 39d85f8610d6ebfe4b38763b9b73144a4411fc25c278a3ca621b09f7bd74c64456bcf4620729ff246d00266092ac47deb05b218220028a81abc51b326f814d32
+docfiles size=69
RELOC/doc/latex/reptheorem/README.md details="Readme"
RELOC/doc/latex/reptheorem/reptheorem.pdf details="Package documentation"
-srccontainersize 5004
-srccontainerchecksum fa6240962071d2d3c00e0deff018fccd54a6f8ff22c4bb7adcf4143b4db8bc4333fc78bef08dc98e73758ad181a36b097f2cb69dd19128ac951a918fb69eeb98
+srccontainersize 5140
+srccontainerchecksum aa3c45cb0f9ba118f44afc51b471f3876481fe11002c17d17be6f0b51556051052b8d444814e54d11d2f35a471edb86b40697e4e3b3cd7e816d5ff274b8bf0a5
srcfiles size=5
RELOC/source/latex/reptheorem/reptheorem.dtx
RELOC/source/latex/reptheorem/reptheorem.ins
@@ -282665,7 +283742,7 @@ catalogue-contact-repository https://github.com/jessestraat/reptheorem
catalogue-ctan /macros/latex/contrib/reptheorem
catalogue-license lppl1.3c
catalogue-topics maths-theorem
-catalogue-version 1.0
+catalogue-version 1.1
name rerunfilecheck
category Package
@@ -282753,7 +283830,7 @@ catalogue-version 1.0
name resolsysteme
category Package
-revision 71588
+revision 71707
shortdesc Work on linear systems using xint or pyluatex
relocated 1
longdesc This package provides some commands (in French) to perform
@@ -282764,11 +283841,11 @@ longdesc \MatriceInverse or \MatriceInversePY to display the invers of a
longdesc matrix (with formatting options) ; \SolutionSysteme or
longdesc \SolutionSystemePY to display the solution of a linear system
longdesc (with formatting options); ...
-containersize 8428
-containerchecksum 1481293cd2c0dd6054b97e956fb78d7d262790d41f9c43bb2641c1aea8498d721c3af24d0925be1d4b46290f00f4a30f142dfbdbfc29a0b234fc051cada64d56
-doccontainersize 476896
-doccontainerchecksum 0e06576714bf9ec6ce38bf59679d0d4bd3a8093b1e8edcc7f11059255603d1fb44cdce463c4f5e9ef2021faa3e5c782ee955125a18cbb28ca9b4e0986cbae721
-docfiles size=135
+containersize 8444
+containerchecksum 07fb4c6a469ba6f4f36f34045028d6b9afac9419706fb1531160bf6a7919d6eb9aac37210020b7d30bed12584b1a6854b49d707c4a00d7faddef66a1481b81fd
+doccontainersize 481512
+doccontainerchecksum f552daeecfcba58d3c890b477505f7f18a4237617eb32a8ad994888798c0b7abefddfa03fbd8ab6991d183cb1a79903481082de29ca45226b00eaa5764a2cdea
+docfiles size=136
RELOC/doc/latex/resolsysteme/README.md details="Readme"
RELOC/doc/latex/resolsysteme/ResolSysteme-doc.pdf details="Package documentation" language="fr"
RELOC/doc/latex/resolsysteme/ResolSysteme-doc.tex
@@ -282783,7 +283860,7 @@ catalogue-contact-support https://github.com/cpierquet/ResolSysteme/issues
catalogue-ctan /macros/latex/contrib/resolsysteme
catalogue-license lppl1.3c
catalogue-topics maths matrix calculation use-luatex
-catalogue-version 0.1.7
+catalogue-version 0.1.8
name resphilosophica
category Package
@@ -282820,7 +283897,7 @@ catalogue-version 1.35
name responsive
category Package
-revision 69147
+revision 71800
shortdesc Responsive design methods for LaTeX
relocated 1
longdesc Responsive design aims to display text and other design
@@ -282832,10 +283909,10 @@ longdesc support the output of multiple editions of one document with
longdesc readable font sizes regardless of the physical size of the
longdesc produced PDF, from smartphones or e-ink readers to printed A4
longdesc pages.
-containersize 4168
-containerchecksum 13fd41361d1770d9fc58f1834adb312bde154800e5b1b6c39cb7c0b50dc5623ae3970d5d6fd179c706bcc6d92512f1af88b9dfd78440d47a9e330bff568d5ef4
-doccontainersize 84128
-doccontainerchecksum 840556a6a8ccce54850efce732e63e58078e12740c39c8b81ed47c470d39fdb8a9cd27dca9abb5380fe2d9afdc41c801d2beab4717933bd4ac110c26491ea082
+containersize 4316
+containerchecksum 7b3b60621bcbd943b251173e8edc32411e643ba17d377d572af1337d32b6e15a5462f39b21c7f49eea4592190d0f7ca0d8960116a519851dc8970fc35e7a55a4
+doccontainersize 82712
+doccontainerchecksum 79c4151d2348c4a485884410a7f7d61fa28aefb69d57b61cc1665e915f428b3aa0f5decef95690536a7ee8fc78486672e7a943ccfe342183319ac8f8b866ef5a
docfiles size=26
RELOC/doc/latex/responsive/README details="Readme"
RELOC/doc/latex/responsive/responsive-doc.bib
@@ -282847,8 +283924,8 @@ catalogue-contact-bugs https://github.com/michal-h21/responsive-latex/issues
catalogue-contact-home https://github.com/michal-h21/responsive-latex
catalogue-ctan /macros/latex/contrib/responsive
catalogue-license lppl1.3
-catalogue-topics typesetting
-catalogue-version 0.1
+catalogue-topics typesetting expl3
+catalogue-version 0.1a
name rest-api
category Package
@@ -289610,7 +290687,7 @@ catalogue-version 2.2
name rpgicons
category Package
-revision 71269
+revision 71994
shortdesc Icons for tabletop role-playing games
relocated 1
longdesc This package provides a set of high-quality icons for use in
@@ -289619,10 +290696,10 @@ longdesc be used in the body text, but they can also be used in other
longdesc contexts such as graphics or diagrams. The package comes in two
longdesc variants, one based on the l3draw package, and the other on
longdesc PGF/TikZ.
-containersize 17800
-containerchecksum 114c9063e34d987602e28c713f4a3c121e27ee434b04aef7e7906ce82c732760ba9a02f5c198e2c002e7cf1e02d2044370ae1960c70c82ef10211a9bbececb17
-doccontainersize 467884
-doccontainerchecksum 5db2079f59fa7212aa608780bc221fc242a59553ec03ed93078719f73347ba3c3bb0379fcd83f4273cd4b99deccede9b3adfa3a4c4f74883b51fc0695e1018b4
+containersize 17780
+containerchecksum a88cb5ae9b27dd5d3a62ff5baa4cb12a893765972329ccde8a5b8efb6f3bb2ff9c1d0a0f941bdd0e2f1affa19c2ceb1f3d0666c2838311839f34340a6409e80a
+doccontainersize 467384
+doccontainerchecksum e397dc8a3475d59414cf0dbeae48983f3d9023c87d24406798ce204a49264460c5d8085099dc64d86ab38f07f6b1d52f478139a3a6b805f4d93fef69da1225a2
docfiles size=141
RELOC/doc/latex/rpgicons/LICENSE
RELOC/doc/latex/rpgicons/README.md details="Readme"
@@ -289637,7 +290714,7 @@ catalogue-contact-repository https://github.com/jasperhabicht/rpgicons
catalogue-ctan /macros/latex/contrib/rpgicons
catalogue-license lppl1.3c
catalogue-topics games graphics pgf-tikz expl3
-catalogue-version 1.8.3
+catalogue-version 1.8.4
name rrgtrees
category Package
@@ -294343,7 +295420,7 @@ catalogue-version 1.2.1
name se2thesis
category Package
-revision 71620
+revision 72025
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
@@ -294356,11 +295433,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 9888
-containerchecksum 0a9d8ba74c88cc152be3433077e329dc2f4f86e1290bf0fd11213b40978412e7831f5cfb28b74335577063354b9191796259d865601ac68b5c6f798b7f44075b
-doccontainersize 587864
-doccontainerchecksum 11bc188573583e5a7bea49c97a13e4f06e310144cd194a25f19ac4c3d18d6562eae4d1e7bd532d840801078c60d98277aa64c169ff80b2124a4b1b6fd21720b8
-docfiles size=158
+containersize 9904
+containerchecksum dc3ae650778841a86164ce9a611186e61af4b44c449b939da521e0de8500bb1ae2c93abb2c812445069a1c1dc610f985261d910777e35b173cc9e28e7234e1e4
+doccontainersize 593156
+doccontainerchecksum b13d6b4d98bf5c847020f5892da76bf15d96041078a55037c395e1d5662e4ff139f0e55028d34892347a573844f6118f87da50e5e705773081afd4d5bdbe3934
+docfiles size=159
RELOC/doc/latex/se2thesis/CHANGELOG.md
RELOC/doc/latex/se2thesis/LICENSE.txt
RELOC/doc/latex/se2thesis/README.md details="Readme"
@@ -294368,9 +295445,9 @@ docfiles size=158
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 26008
-srccontainerchecksum 5f90e9f34a6a841739f8da5a3d1a3e57a4487686d8f46e5610949ca4a1edc716531097ac9f3ca49dccf76f060682fa7f1dd001d8c73c633dc16046e188ffebb7
-srcfiles size=31
+srccontainersize 26756
+srccontainerchecksum e1bfc2695404277f3b0f28e3fe749ad1efbfe319917ad6f118e9b82c428c430da6a0028a66ebb554932ff033439c4c42535fe48e4b3d62be0ed78eb324abee63
+srcfiles size=32
RELOC/source/latex/se2thesis/se2colors.dtx
RELOC/source/latex/se2thesis/se2fonts.dtx
RELOC/source/latex/se2thesis/se2packages.dtx
@@ -294388,7 +295465,7 @@ catalogue-contact-repository https://github.com/se2p/se2thesis
catalogue-ctan /macros/latex/contrib/se2thesis
catalogue-license lppl1.3c
catalogue-topics class dissertation expl3
-catalogue-version 4.2.0
+catalogue-version 4.3.2
name secdot
category Package
@@ -295378,18 +296455,18 @@ catalogue-version 0.45
name sepfootnotes
category Package
-revision 41732
+revision 71883
shortdesc Support footnotes and endnotes from separate files
relocated 1
longdesc The package supports footnotes and endnotes from separate
longdesc files. This is achieved with commands \sepfootnotecontent and
longdesc \sepfootnote; the former defines the content of a note, while
longdesc the latter typesets that note.
-containersize 2372
-containerchecksum a7333a9779ebca371aeef0a1348968d8b4649ca037e88f6e8a6f5224d13265202c8de8d2ce5dd89de170ddc348cfb04f5df92e249c122a608efa8fbab4daba98
-doccontainersize 207656
-doccontainerchecksum eb7d70eaec4bf58c85964f7a3692da09894c898f712a119fc0ffa42429be2e53b96ed6f569fcd37aff170d2b953543992bcc693e264ee1ec542c435be2723414
-docfiles size=59
+containersize 2412
+containerchecksum b6815525f7ebac29e206776e0178c916e8aacda739485f3e1d5c2a30069e4da2b43b03b366e9cc1a875f5a1379a28c8d74a9bb81cd866fba8d7a9b0317c2ec6a
+doccontainersize 212960
+doccontainerchecksum 1552bfe7f02b80ce4708ed1b808e0df2ed00a7f0258e9e338d040badbfc7b46c29f97f02febe0d5a8daed576da6152fd09a5a15396d1a3cfc9a80a685bdca433
+docfiles size=60
RELOC/doc/latex/sepfootnotes/README details="Readme"
RELOC/doc/latex/sepfootnotes/sepfootnotes.pdf details="Package documentation"
RELOC/doc/latex/sepfootnotes/sepfootnotes.tex
@@ -295398,7 +296475,7 @@ runfiles size=3
catalogue-ctan /macros/latex/contrib/sepfootnotes
catalogue-license lppl1.3
catalogue-topics footnote
-catalogue-version 0.3c
+catalogue-version 0.3d
name sepnum
category Package
@@ -297083,27 +298160,27 @@ catalogue-version 1.5b
name sillypage
category Package
-revision 66349
+revision 71889
shortdesc John Cleese's Silly Walk as page numbering style
relocated 1
longdesc This simple LaTeX package provides John Cleese's iconic silly
longdesc walk routine as a page numbering style. Other counters, as well
longdesc as integers, can be typeset in this "silly" style, too.
-containersize 16588
-containerchecksum 5ca2f89c924dadaa727aee6b6bf5b0a3c06fe1d841ec37cf1a6fbb7d3516cfe8f4e2823ad8f9acbdd85a333e3736985d139e44b907d3bcf793340d49a164405a
-doccontainersize 291288
-doccontainerchecksum fd4ed28957de74aac2f90d2aa37e5014f423738f783f837fdea9c28db0d4b9ebc65c8017fbcb596f86610f712dcd38864356838c1e8da123c2eda1be4932b936
-docfiles size=82
+containersize 16784
+containerchecksum 6be568f3e8f73903849837975e659df5238e4bbc47c26e3f54d628e06186b0fed2db3fc165fcafe69bd6a78903d99011930a243249a8f7fd124885277f2d242d
+doccontainersize 293444
+doccontainerchecksum 56dbaab770d0ef7facc598fd323403ce5617c0582a6d19f6b055ea859c778e40a1bd0cbea5da10495df34bdde35b40cef5fa9832f6ca577c0275edd39e04d176
+docfiles size=83
RELOC/doc/latex/sillypage/README.md details="Readme"
RELOC/doc/latex/sillypage/sillypage-example.pdf details="Example of use"
RELOC/doc/latex/sillypage/sillypage-example.tex
RELOC/doc/latex/sillypage/sillypage.pdf details="Package documentation"
-srccontainersize 4624
-srccontainerchecksum 460ed2ec718e74921711b29010138f5e6e544da8e91631b32144f3ee0ad377b815a3d974fdfea47ab231dbdf17d4894e6a73ea78b00ee03e8934219858ce43ee
+srccontainersize 4832
+srccontainerchecksum c902470511a3c08fe87a0394afba2e1f858bfdada2fcf17e64eaf99211f4a1d102d1bd9773164dd5adc063a2dbe6ec96577f279d3c51beb9ed27ed1b142c983c
srcfiles size=4
RELOC/source/latex/sillypage/sillypage.dtx
RELOC/source/latex/sillypage/sillypage.ins
-runfiles size=8
+runfiles size=9
RELOC/tex/latex/sillypage/sillypage.sty
RELOC/tex/latex/sillypage/sillywalk-map.pdf
catalogue-contact-bugs https://github.com/cereda/sillypage/issues
@@ -297111,7 +298188,7 @@ catalogue-contact-repository https://github.com/cereda/sillypage
catalogue-ctan /macros/latex/contrib/sillypage
catalogue-license cc-by-sa-4 lppl1.3c
catalogue-topics amusements page-nos numbers
-catalogue-version 1.6
+catalogue-version 1.7
name sim-os-menus
category Package
@@ -297289,7 +298366,7 @@ catalogue-version 1.6a
name simpleicons
category Package
-revision 71643
+revision 72097
shortdesc Simple Icons for LaTeX
relocated 1
longdesc Similar to FontAwesome icons being provided on LaTeX by the
@@ -297297,16 +298374,16 @@ longdesc fontawesome package, this package aims to do the same with
longdesc Simple Icons. For reference, visit their website:
longdesc https://simpleicons.org/.
execute addMap simpleicons.map
-containersize 3553232
-containerchecksum e1f5e69c6d2a4dcaa6aff87d03809be21c98f94b62439b01957449cb946101a06c1f442e68e7645720bd74e3b98dfab3eccb264ad54d7a787d37b8a747028b87
-doccontainersize 2592908
-doccontainerchecksum bf9136ce53b15c982f885a76056893cb7bac632109c2f7bfb1132c9b7b6bebd6b2e86928b03a85513a3e5aff4b051227ff021801b13180f60389255a3a2f16ea
-docfiles size=678
+containersize 3508816
+containerchecksum 80fe2d19027c14b11752b9bf08e41bf19a3ce7a21e7aecea82c651f5d7de996352240947cd91263ae76a0a746043c657f2f612c673f1771da62e273488b87211
+doccontainersize 2562296
+doccontainerchecksum 7af8283401f92a3f462dd54bd232c2f04138fa94f7713b72c7b0b12592d8bd1cf1e78cf00276e880a77eb574ca6d57171395fac16a31fecd8db372039201f7a8
+docfiles size=670
RELOC/doc/fonts/simpleicons/README.md details="Readme"
RELOC/doc/fonts/simpleicons/bindings.tex
RELOC/doc/fonts/simpleicons/simpleicons.pdf details="Package documentation"
RELOC/doc/fonts/simpleicons/simpleicons.tex
-runfiles size=1365
+runfiles size=1349
RELOC/fonts/enc/dvips/simpleicons/simpleiconseight.enc
RELOC/fonts/enc/dvips/simpleicons/simpleiconsfive.enc
RELOC/fonts/enc/dvips/simpleicons/simpleiconsfour.enc
@@ -297357,7 +298434,7 @@ catalogue-contact-repository https://github.com/ineshbose/simple-icons-latex
catalogue-ctan /fonts/simpleicons
catalogue-license cc-by-1
catalogue-topics font font-symbol font-supp-symbol font-otf font-type1
-catalogue-version 12.4.0
+catalogue-version 13.6.0
name simpleinvoice
category Package
@@ -297465,7 +298542,7 @@ catalogue-version 1.1.1
name simpler-wick
category Package
-revision 39074
+revision 71991
shortdesc Simpler Wick contractions
relocated 1
longdesc In every quantum field theory course, there will be a chapter
@@ -297477,10 +298554,10 @@ longdesc being contracted, which used to be rather annoying to typeset
longdesc in LaTeX as the only other package available was simplewick,
longdesc which is rather unwieldy. This package provides a simpler
longdesc syntax for Wick contractions.
-containersize 2612
-containerchecksum 2bead248c2380e19fb19012ba2cf7a41fdd113f48a372011c27ebac0820236500c5e49e5235e2c52fcc5a0f9c79f61cbf76a5d6de86322bc40382f5499216783
-doccontainersize 58000
-doccontainerchecksum d8a45e06707d3e6c39e36d83020f0a2d4654cab508d91e47022320e67454d08958cfd6d3872c5ae40539f29b03080915e136746452afb9f2e74fe8be2ec20bc1
+containersize 2604
+containerchecksum fede91fdee73a2c7d203474a8c7c28aec610aaa97492658b3c98c84c53398800434529b0ba28510ced07d83e374ffa9f0ce65d0da3c5e2fbaa6f7fc20828c831
+doccontainersize 57996
+doccontainerchecksum 047bfa1e2b404bb5386e422d7250f73f2b66e96410e4cb7fb0c28bc7b7129c23709c6e1c75bfe9b5476dd5fa02bb4beae46473218a00e23e2ba742fa4c4a741b
docfiles size=27
RELOC/doc/latex/simpler-wick/LICENSE
RELOC/doc/latex/simpler-wick/README.md details="Readme"
@@ -297489,7 +298566,8 @@ docfiles size=27
runfiles size=2
RELOC/tex/latex/simpler-wick/simpler-wick.sty
catalogue-also simplewick
-catalogue-contact-repository https://jp-ellis.github.io/projects/simpler-wick/
+catalogue-contact-home https://jpellis.me/projects/simpler-wick
+catalogue-contact-repository https://github.com/JP-Ellis/simpler-wick
catalogue-ctan /macros/latex/contrib/simpler-wick
catalogue-license lppl1.3
catalogue-topics physics
@@ -297807,7 +298885,7 @@ catalogue-version 1.36
name siunitx
category Package
-revision 71621
+revision 72080
shortdesc A comprehensive (SI) units package
relocated 1
longdesc Typesetting values with units requires care to ensure that the
@@ -297830,17 +298908,17 @@ longdesc sistyle, unitsdef and units. The aim is to have one package to
longdesc handle all of the possible unit-related needs of LaTeX users.
longdesc The package relies on LaTeX 3 support from the l3kernel and
longdesc l3packages bundles.
-containersize 67912
-containerchecksum 5ba87420f02144877b645368745977e298cf3f14fafbfb3e79a73e26fcaa85f3792a32ec59a774b746adc27203bb8ac7d522e232cef2d620f0eccf79bb690052
-doccontainersize 1286740
-doccontainerchecksum 140a122ad0424d1709f8ca40f2793e40732a38881a6f3474117e1c0e507f63642fd3bb25f1ac7f8268373f3403c5bd58757e5433cc06f59b26549ebd8c80017f
-docfiles size=351
+containersize 68164
+containerchecksum 4bfa512293188f146015201f5dbd6f3f2350a4ee068a9f87b8f41157d9f2cd92e739d7f6adf9802f401cb8da957bad6bec1dd26e9d7b82af50fa3402089461dc
+doccontainersize 1286484
+doccontainerchecksum 0bd6225cc18299cdef51a7f0dd4bfc3ee39a69ec4c62b80407f6ffc1852cfa424d21dc34e5948d9789a92f376c49e942c0252ed81e56894f16a817cdea60ce9c
+docfiles size=352
RELOC/doc/latex/siunitx/CHANGELOG.md
RELOC/doc/latex/siunitx/README.md details="Readme"
RELOC/doc/latex/siunitx/siunitx-code.pdf details="Code documentation"
RELOC/doc/latex/siunitx/siunitx.pdf details="User manual"
-srccontainersize 123136
-srccontainerchecksum e3076b4723e3f1b3dbfaba9fbdda3b62f754ccd30c7e9f631e1f525dcc622f6d7cd51fd20c268ed63ce167eeb88ef5994793a8019a809d8c05f21356f4c60006
+srccontainersize 123744
+srccontainerchecksum f08411052f61d0a53b5e8a3f0dd739e3664d9515eb6d076a165181d7505547235ed6d69eb1804638269283e10fa3cf195e1fac0621b0ed031532c8066582e063
srcfiles size=190
RELOC/source/latex/siunitx/siunitx-abbreviation.dtx
RELOC/source/latex/siunitx/siunitx-angle.dtx
@@ -297860,7 +298938,7 @@ srcfiles size=190
RELOC/source/latex/siunitx/siunitx.dtx
RELOC/source/latex/siunitx/siunitx.ins
RELOC/source/latex/siunitx/siunitx.tex
-runfiles size=159
+runfiles size=160
RELOC/tex/latex/siunitx/siunitx-abbreviations.cfg
RELOC/tex/latex/siunitx/siunitx-binary.cfg
RELOC/tex/latex/siunitx/siunitx-v2.sty
@@ -297872,7 +298950,7 @@ catalogue-contact-repository https://github.com/josephwright/siunitx
catalogue-ctan /macros/latex/contrib/siunitx
catalogue-license lppl1.3c
catalogue-topics units scientific-docs expl3
-catalogue-version 3.3.19
+catalogue-version 3.3.21
name sjtutex
category Package
@@ -302746,18 +303824,18 @@ catalogue-version 2.8
name spbmark
category Package
-revision 71587
+revision 71812
shortdesc Customize superscripts and subscripts
relocated 1
longdesc This package provides three commands \super, \sub and \supersub
longdesc to improve the layout of superscripts and subscripts which can
longdesc be adjusted with respect to relative position and format, and
longdesc can be used in text and math mode.
-containersize 4228
-containerchecksum 7f9d6d98066d91f2c06648ed741911566aaa9dd7254bff62259f109c5f67c8513a739598f63b2ffd052ad902554b408c026f8ae03b0d0c4671edc42c1c24d97c
-doccontainersize 97544
-doccontainerchecksum a704a3b8d54db8c9b94267ac7c5ea30216665f9d00607b8aba919d29e3bff0de12ad1b33e696ceb8c9590876367eeb311815ac3e69f4a092f6074ad34055291b
-docfiles size=29
+containersize 4260
+containerchecksum c7e4cb3be33bdf1cd6b459183cae997eca25bd02d1895136ef0d6acb4d75fd748b542e6696d7ebd6e07d5031db4fb45b6284afb7eadbe0cd4e2ec9bb9a1ba877
+doccontainersize 97420
+doccontainerchecksum 7b20928242a750a8504c94bbf2a98c9369d6f90fa64bb87e37016a6afa04cd30a1e4c47f17b4de77104b3e9f780e2594dba025c854dd730d406152cfe097cd12
+docfiles size=30
RELOC/doc/latex/spbmark/README.md details="Readme"
RELOC/doc/latex/spbmark/spbmark.pdf details="Package documentation"
RELOC/doc/latex/spbmark/spbmark.tex
@@ -302767,7 +303845,7 @@ catalogue-contact-repository https://github.com/texno3/spbmark
catalogue-ctan /macros/latex/contrib/spbmark
catalogue-license cc-by-4
catalogue-topics subsup-pos expl3
-catalogue-version 1.46k
+catalogue-version 1.46n
name spectral
category Package
@@ -308748,7 +309826,7 @@ catalogue-version 0.1
name subeqn
category Package
-revision 15878
+revision 71864
shortdesc Package for subequation numbering
relocated 1
longdesc Sometimes it is necessary to be able to refer to subexpressions
@@ -308760,16 +309838,19 @@ longdesc Braams made them available for LaTeX2e. Note that this package
longdesc is not compatible with the package subeqnarray (written by
longdesc Johannes Braams), but it can be used together with the LaTeX
longdesc class options leqno and fleqn.
-containersize 1604
-containerchecksum 7d04ceeb8f75cae074f9bff3e8d0aac4b529d199343c59fae7715d1023aebc3cbf2b45614e0d5ef0a95ff9bca4ff9e8318c4ddd86ceaec42d271f8c0f71282cb
-doccontainersize 79832
-doccontainerchecksum 09f902bf3b4c8e2e1f9d805102c170b2bf2f4de067cdd590b22fde6b58f4e3042d0b14d362e0af587f9fff9e2c8789bb8af4b329bbfd721ca7dce8af01612c50
-docfiles size=25
- RELOC/doc/latex/subeqn/manifest.txt
+containersize 1528
+containerchecksum 40dd84e23efdbfb1be4635bc295c0ae952834f473a357e6462eae941c2329612b2f45ca293bac829430684c2a5a3a9d8c6261261a7bd04707ea903091e49b4c8
+doccontainersize 288164
+doccontainerchecksum 61b9adfb5f4e2597c32b1b5fd7ea8969f7d2080c53d37669ac2b4aeaf11e8217b63041f76d2c0067e8085aa224c7c6950d6cbb7816288b597e7c9360f5844a8e
+docfiles size=77
+ RELOC/doc/latex/subeqn/CATALOG
+ RELOC/doc/latex/subeqn/MANIFEST
+ RELOC/doc/latex/subeqn/README details="Readme"
+ RELOC/doc/latex/subeqn/subeqn-sample.pdf details="Example of use"
+ RELOC/doc/latex/subeqn/subeqn-sample.tex
RELOC/doc/latex/subeqn/subeqn.pdf details="Package documentation"
- RELOC/doc/latex/subeqn/subeqn.tex
-srccontainersize 3652
-srccontainerchecksum f1f7229f058a7dd80a67f18692fad36601015ad6bd7994775b573193d74c0ff7f175397ad446384cb74b3797f9f17605ce2d381327249ab9e36ae0aab756d09d
+srccontainersize 3876
+srccontainerchecksum 63beee09f706170e82b41f9551d7ab33d9d880e5203c41f9e76a28a3786f19e90320aac1b0e011abe130f62905df93475d17544b49f6efafb5550015d56bc8a4
srcfiles size=4
RELOC/source/latex/subeqn/subeqn.dtx
RELOC/source/latex/subeqn/subeqn.ins
@@ -308777,13 +309858,13 @@ runfiles size=1
RELOC/tex/latex/subeqn/subeqn.sty
catalogue-also subeqnarray
catalogue-ctan /macros/latex/contrib/subeqn
-catalogue-license lppl
+catalogue-license lppl1.3c
catalogue-topics maths
-catalogue-version 2.0b
+catalogue-version 2.0c
name subeqnarray
category Package
-revision 15878
+revision 71865
shortdesc Equation array with sub numbering
relocated 1
longdesc This package defines the subeqnarray and subeqnarray*
@@ -308793,26 +309874,29 @@ longdesc numbered like 1a, 1b, 1c, etc. To refer to these numbers an
longdesc extra label command \slabel is provided. Users are urged to
longdesc consider the alignment capabilities of the amsmath bundle,
longdesc which produce better results than eqnarray-related macros.
-containersize 2296
-containerchecksum 846d822661b903328ee7b199df6bd7fe5b606c13a185cbb6e6fcccf3b009f2b94396bfc3f9e4b8eb5052688536867dee06c6b9571e051d477415e1ac999fc162
-doccontainersize 112308
-doccontainerchecksum 9f47b8fb760b51a87ce5f9728e9ff76dbbc10ae009e04c9bc0c91133941e5b528e09e5034156b1dc5ff9a0c74446b548bb69c389486e68a4b8a79a7c9ed1a7f7
-docfiles size=33
- RELOC/doc/latex/subeqnarray/manifest.txt
+containersize 2204
+containerchecksum 1a7c82b81efc5174d478a6d0a6051688960d0c289ac6a4728e89cfd217f51773a6a507e391b85d763c64db83cced9018fa9553a5aa5b6080c7af93284f0b374f
+doccontainersize 273836
+doccontainerchecksum 1f94ccee0f11c2f1c517292a76cc67d17e788ba057aa82f279c752045e638555bd61af564745235e49554422a9993c3f50027f1b4ae1741944ddd8270a7fac21
+docfiles size=73
+ RELOC/doc/latex/subeqnarray/CATALOG
+ RELOC/doc/latex/subeqnarray/MANIFEST
+ RELOC/doc/latex/subeqnarray/README details="Readme"
+ RELOC/doc/latex/subeqnarray/subeqnarray-sample.pdf details="Example of use"
+ RELOC/doc/latex/subeqnarray/subeqnarray-sample.tex
RELOC/doc/latex/subeqnarray/subeqnarray.pdf details="Package documentation"
- RELOC/doc/latex/subeqnarray/subeqnarray.tex
-srccontainersize 5068
-srccontainerchecksum f41086ca65c7821167acada640a11768da429158b4da7caa398db254be156dfb291281b1e2f4f4f58f04c0c8041c45efd2072ddc40db8673808b83b3ca09a93f
-srcfiles size=5
+srccontainersize 4744
+srccontainerchecksum 0666e55134f8120f8198ec42b2a39597d770db2f1be42f90707cd524ec38ab483ad25d07b431a1cdf1a0bb088d9685cc3a17cc72643a88d2b9b877cbd2b23f6d
+srcfiles size=4
RELOC/source/latex/subeqnarray/subeqnarray.dtx
RELOC/source/latex/subeqnarray/subeqnarray.ins
runfiles size=2
RELOC/tex/latex/subeqnarray/subeqnarray.sty
catalogue-also subeqn
catalogue-ctan /macros/latex/contrib/subeqnarray
-catalogue-license lppl
+catalogue-license lppl1.3c
catalogue-topics maths-syseqn
-catalogue-version 2.1c
+catalogue-version 2.1e
name subfig
category Package
@@ -309260,26 +310344,26 @@ catalogue-version 2.0
name supertabular
category Package
-revision 53658
+revision 71854
shortdesc A multi-page tables package
relocated 1
longdesc The package was a predecessor of longtable; the newer package
longdesc (designed on quite different principles) is easier to use and
longdesc more flexible, in many cases, but supertabular retains its
longdesc usefulness in a few situations where longtable has problems.
-containersize 3960
-containerchecksum 68ff94c82b9986983b0a8b0c1e60301067aa20c92c2576e6d0a9b9060d4db48e2770334ae941b6b7fd1a4914098e2125f324e0d5284da52b523a7616552604be
-doccontainersize 259052
-doccontainerchecksum 0a36abcb782ea20b3c45d5c42a55fb41c04c3707c9c5b0166f90b7494032376d6756f827f1293cf998b56a84192aed36b6224e4abe14646557d130427f3bb63d
-docfiles size=70
+containersize 4020
+containerchecksum 0cd20330929b05ea4510c05ffe9c1a7897e8eaa2aab75a8f520cdce82e14a9e84d560963a388641e8918c0ce226fc985a68a77e677e806590b9adf408408497a
+doccontainersize 289204
+doccontainerchecksum b973f7638e681a62623f08c0faf2fedbb053958620de1c10927ff0c78ad79d41acdc82689bf2491dd1aac007837ebe6148bb3f4e7a93101f23c0d25e2a2c739f
+docfiles size=79
RELOC/doc/latex/supertabular/CATALOG
- RELOC/doc/latex/supertabular/ChangeLog
RELOC/doc/latex/supertabular/MANIFEST
RELOC/doc/latex/supertabular/README details="Package documentation"
+ RELOC/doc/latex/supertabular/supertabular.bug
RELOC/doc/latex/supertabular/supertabular.pdf details="Package documentation"
-srccontainersize 13472
-srccontainerchecksum 1c84cbac59404c9f2e1adca379d24168ee4a7f1639110c3c8c5031a17025efb06608a9e8e703395727d1cc4ddb8de87932af14da71475e16d850b78fd5de0b52
-srcfiles size=17
+srccontainersize 14488
+srccontainerchecksum 714bb113674ceb2ba9f5fb38d06e1582dd87a3d0d85445fee0ec92f5ad23314f4d6280a3c71fcb461268cb132bcfaf3d7cfb475796fac63f7df85aa5053fbcd6
+srcfiles size=18
RELOC/source/latex/supertabular/supertabular.dtx
RELOC/source/latex/supertabular/supertabular.ins
runfiles size=4
@@ -309288,7 +310372,7 @@ catalogue-also xtab
catalogue-ctan /macros/latex/contrib/supertabular
catalogue-license lppl1.3c
catalogue-topics table table-long
-catalogue-version 4.1g
+catalogue-version 4.2c
name suppose
category Package
@@ -310293,7 +311377,7 @@ catalogue-version 0.8.2
name synthslant
category Package
-revision 71249
+revision 71883
shortdesc Synthetically slant text
relocated 1
longdesc This package allows to slant ("shear") short pieces of text to
@@ -310303,28 +311387,28 @@ longdesc back-ends that do the actual shearing are supported, though
longdesc currently the pdfLaTeX back-end works best concerning output
longdesc quality and processing speed.
containersize 2824
-containerchecksum f79b2108c7e9815025f4cfd85f7e3d0edba52f8a5ede437bee1e7e2127cce6e809c0b7ba44117d6d8d92ac7de8a72abed54846a021b095a417f22e2dab422da1
-doccontainersize 1103696
-doccontainerchecksum 0df5b1a1f5bf860a2e270ce2dc48957e53af8b9c9759b57764b4e13bdf58526091f4b4495470b4d47eff4260cc1484dd44295b360a789742a9c1e7bf70c905c9
-docfiles size=299
+containerchecksum 2c4e65061d648e459b445deb43ac9ffebc85f2e727fb04945de139d912470de5809124536238327b88790065aeb032085199f6e67bb1aeea2dd7adac0b0d4a78
+doccontainersize 1146520
+doccontainerchecksum c37e5ae241c85ddf0d9160f88d94ece1170cf332d3eff8caa43b84c7a02639110739fc7e9bd838db5b3b862adeb087f1fbc3a2bc4cc92febd3df6176f669a2d7
+docfiles size=310
RELOC/doc/latex/synthslant/LICENSE
RELOC/doc/latex/synthslant/README.md details="Readme"
- RELOC/doc/latex/synthslant/RELEASE-HOWTO.md
RELOC/doc/latex/synthslant/compare-with-the-gimp.png.base64
- RELOC/doc/latex/synthslant/index.md
RELOC/doc/latex/synthslant/shear-transform.mp
RELOC/doc/latex/synthslant/synthslant-gauge.pdf
RELOC/doc/latex/synthslant/synthslant-gauge.tex
+ RELOC/doc/latex/synthslant/synthslant-minimal-test.tex
+ RELOC/doc/latex/synthslant/synthslant.gst
RELOC/doc/latex/synthslant/synthslant.ist
RELOC/doc/latex/synthslant/synthslant.pdf details="Package documentation"
RELOC/doc/latex/synthslant/title.mp
-srccontainersize 157428
-srccontainerchecksum 69744131aa79b86d73fb100e5ed35d1a4ce265606a1d6142523ff32693baf3fb91323655b531ea1acc28f4cdd9845bca838b55a2ba808bc587ba57bd43a9f2a4
-srcfiles size=72
+srccontainersize 159780
+srccontainerchecksum 25eacc6ba68030650d25c9177950400ad929e8620c2f7f4259c57a52399b16af8687d7a27dae50414056050f59d49c2aae93e9d653334cf868f912763afdea53
+srcfiles size=75
RELOC/source/latex/synthslant/Makefile
RELOC/source/latex/synthslant/synthslant.dtx
RELOC/source/latex/synthslant/synthslant.ins
-runfiles size=2
+runfiles size=3
RELOC/tex/latex/synthslant/synthslant.sty
catalogue-contact-bugs https://github.com/cspiel/synthslant/issues
catalogue-contact-home https://github.com/cspiel/synthslant
@@ -310332,7 +311416,7 @@ catalogue-contact-repository https://github.com/cspiel/synthslant.git
catalogue-ctan /macros/latex/contrib/synthslant
catalogue-license lppl1.3c
catalogue-topics font-use font-supp
-catalogue-version 0.1
+catalogue-version 0.1a
name syntrace
category Package
@@ -310419,7 +311503,7 @@ catalogue-version 0.34
name t-angles
category Package
-revision 15878
+revision 71991
shortdesc Draw tangles, trees, Hopf algebra operations and other pictures
relocated 1
longdesc A LaTeX2e package for drawing tangles, trees, Hopf algebra
@@ -310428,17 +311512,16 @@ longdesc \specials. Therefore, it can be used with the most popular
longdesc drivers, including emTeX drivers, dviwin, xdvi and dvips, and
longdesc (using some code from ConTeXt) it may also be used with
longdesc pdfLaTeX.
-containersize 5684
-containerchecksum dae9953288c0067e233ca26d2d5e7ea32207790eb16bcff2f0f56180dd9a65e70c234de48652d053a858ec92940c3c5fea10c699c697b65a249a8c84fa050b71
+containersize 5652
+containerchecksum ddb8c6fc846cf099c99057bad54d66599f30a161c5f936766340c470c58e1b8a9160910ff97b7ea7b85f348d18597ae45a197500cb5b7b9f3a8e6653e0fa702e
doccontainersize 117652
-doccontainerchecksum 32dc9adfda93bee5e61eb062e6970f6e093a09016a6ddf32f82d110b7717916fcc92f961c8be682958d1f3f345e02ad49cde4a85ad4a0d0add08a0bc80109d8f
+doccontainerchecksum 7dacc8d0dd1afb26a9dff0aac537694e19e5bd675d5eaaae37053c761562202d799e36ebdc88fb7f214efd9c9e0c66bc9d051b0550b148003442e0d5fe1969ff
docfiles size=39
RELOC/doc/latex/t-angles/README details="Readme"
RELOC/doc/latex/t-angles/t-manual.pdf details="Package documentation"
RELOC/doc/latex/t-angles/t-manual.tex
runfiles size=6
RELOC/tex/latex/t-angles/t-angles.sty
-catalogue-contact-home http://www.math.ksu.edu/~lub/
catalogue-ctan /macros/latex/contrib/t-angles
catalogue-license gpl
catalogue-topics maths graphics-in-tex
@@ -311138,36 +312221,35 @@ catalogue-version 3.5
name tablvar
category Package
-revision 69212
+revision 72007
shortdesc Typesetting pretty tables of signs and variations according to French usage
relocated 1
longdesc This is a complete and easy-to-use package for typesetting
longdesc pretty tables of signs and variations according to French
longdesc usage. The syntax is similar to that of the array environment
-longdesc and uses intuitive position commands. Arrows are drawn
-longdesc automatically (using PSTricks by default or TikZ as an option).
-longdesc Macros are provided for drawing double bars, single bars
-longdesc crossing the zeros, intervals where the function is not
-longdesc defined, or for placing special values. Several features of
-longdesc variations tables can be customized.
-containersize 4872
-containerchecksum 0ecb62b92529825d893d5ae686aa7d66576da1915ff760ae80466e9c76c2951f1300e72b3bf039a61997ebfaa9f72a8c56fa58f53c65d0a75bbac71d830dfcbe
-doccontainersize 248712
-doccontainerchecksum 7cfea26a1abda9aa3642c5d48c763184fc0f7a18b77fb72b8083c7271847b6d7ce3bad33fca96f082abd171f5f013eafbed51bd84b3ec046d82be13c11043f2a
-docfiles size=68
+longdesc and uses intuitive position commands. Arrows are automatically
+longdesc drawn (with PSTricks or TikZ). Macros are provided for drawing
+longdesc double bars, single bars crossing zero values, intervals where
+longdesc the function is not defined, or for placing special values.
+longdesc Many features of variations tables can be customized.
+containersize 5136
+containerchecksum d84679432e34e641dce9964ea5a9fa335855ee13c76298d095b7131524fb315dcf11a369b06369416b3500f143d597f0a4ea494f954ae485f2cd4a006cdcadd2
+doccontainersize 279584
+doccontainerchecksum 99029a1e0fa7b59007dfa711f1e1f70cde8f862eb09e3ac108973d993833cd825fa7a1785c572ddf1f9ff38d91e8e0bfc2e43a3e6c8edadbddc7163e81b406ff
+docfiles size=87
RELOC/doc/latex/tablvar/README.md details="Readme"
RELOC/doc/latex/tablvar/tablvar.pdf details="Package documentation" language="fr"
-srccontainersize 27624
-srccontainerchecksum 871139aa0cecc116ef7e3bfe6cfd048cb804ccb108c18b6fd71bafdc02bfbce56d297b111ddff348e92f44fbe1a69e06a5be3693386f02766475004d78e54d06
-srcfiles size=29
+srccontainersize 28944
+srccontainerchecksum e212dad27d21341abdf9d77cec64315bb293f574bfdbf3f2079d7bef02536f1979348372cd5bf956ef5d2d461890e9bbd49236c9478b02edbe237ae46d81e544
+srcfiles size=30
RELOC/source/latex/tablvar/tablvar.dtx
RELOC/source/latex/tablvar/tablvar.ins
-runfiles size=4
+runfiles size=5
RELOC/tex/latex/tablvar/tablvar.sty
catalogue-ctan /macros/latex/contrib/tablvar
catalogue-license lppl1.3
catalogue-topics maths-tabvar maths french
-catalogue-version 2.0
+catalogue-version 2.1
name tabriz-thesis
category Package
@@ -311583,22 +312665,18 @@ catalogue-version 1.1
name tagpdf
category Package
-revision 71574
-shortdesc Tools for experimenting with tagging using pdfLaTeX and LuaLaTeX
-relocated 1
-longdesc The package offers tools to experiment with tagging and
-longdesc accessibility using pdfLaTeX and LuaTeX. It isn't meant for
-longdesc production but allows the user to try out how difficult it is
-longdesc to tag some structures; to try out how much tagging is really
-longdesc needed; to test what else is needed so that a pdf works e.g.
-longdesc with a screen reader. Its goal is to get a feeling for what has
-longdesc to be done, which kernel changes are needed, how packages
-longdesc should be adapted.
-containersize 38120
-containerchecksum 4e868c73866fd4601a1a590757dbbb8e4c15f5133c60d53ad30ab70dfb12cd0f615c42cbf09e679b98a01566582c66ebdeabf568cf6b743a75facd84a6ed4730
-doccontainersize 2241904
-doccontainerchecksum 9a8c0b95bcc001309e8df1ed51a905d981ed027d92c5b23a7f2a81017db48237039b83cd80312e0304730b3b94a656528ca0eaa43ae1432cdf2b487ef140c575
-docfiles size=876
+revision 71958
+shortdesc Code for PDF tagging using pdfLaTeX and LuaLaTeX
+relocated 1
+longdesc The package contains the core code for tagging and
+longdesc accessibility used by the LaTeX kernel in the Tagged PDF
+longdesc project. See https://github.com/latex3/tagging-project for more
+longdesc information.
+containersize 38920
+containerchecksum d5b3f87a3069575252568d45d9fe36bb53e8de8b257a34df565d4425e22eeb90586e532ba2e5c4d473b3072140a0bdcd8e67eeccc6991fa8317a589b95faffd8
+doccontainersize 2260048
+doccontainerchecksum b04b5cc43281dd67fcccac42c1a760a72fe4f664e834eb1e916fffd69c22a2a09936d179efcf44b39e504a0ecc752ba7b397d72489551d268e2450f93be51614
+docfiles size=892
RELOC/doc/latex/tagpdf/README.md details="Readme"
RELOC/doc/latex/tagpdf/acrobat.png
RELOC/doc/latex/tagpdf/ex-AF-file.pdf
@@ -311627,6 +312705,8 @@ docfiles size=876
RELOC/doc/latex/tagpdf/ex-tagpdf-template.tex
RELOC/doc/latex/tagpdf/global-ex.png
RELOC/doc/latex/tagpdf/link-figure-input.tex
+ RELOC/doc/latex/tagpdf/pac2024-report.png
+ RELOC/doc/latex/tagpdf/pac2024-version.png
RELOC/doc/latex/tagpdf/pac3.PNG
RELOC/doc/latex/tagpdf/tagpdf-code.pdf
RELOC/doc/latex/tagpdf/tagpdf-code.tex
@@ -311634,9 +312714,9 @@ docfiles size=876
RELOC/doc/latex/tagpdf/tagpdf.pdf details="Package documentation"
RELOC/doc/latex/tagpdf/tagpdf.tex
RELOC/doc/latex/tagpdf/tagpdfsetup-keys.tex
-srccontainersize 71292
-srccontainerchecksum 79ac3c549bb7b1dc2fd04096dc279422147f76681df2eb6d9130c2ba2b4307ae5075fd61569145c9c3867d4751f500d232db8ef773ed367446c9838c450f43f9
-srcfiles size=102
+srccontainersize 72092
+srccontainerchecksum e18148408735a1b75bfdd47c9c70ef7d4e3213d9dca3c7a0f6db3d220a51dad3422805db6d2ca8469223a738feb3a50b59afbc16404bec43f4952e958695800b
+srcfiles size=104
RELOC/source/latex/tagpdf/tagpdf-backend.dtx
RELOC/source/latex/tagpdf/tagpdf-checks.dtx
RELOC/source/latex/tagpdf/tagpdf-data.dtx
@@ -311650,7 +312730,7 @@ srcfiles size=102
RELOC/source/latex/tagpdf/tagpdf-user.dtx
RELOC/source/latex/tagpdf/tagpdf.dtx
RELOC/source/latex/tagpdf/tagpdf.ins
-runfiles size=73
+runfiles size=75
RELOC/tex/latex/tagpdf/tagpdf-base.sty
RELOC/tex/latex/tagpdf/tagpdf-debug-generic.sty
RELOC/tex/latex/tagpdf/tagpdf-debug-lua.sty
@@ -311674,7 +312754,7 @@ catalogue-contact-support https://github.com/latex3/tagpdf/issues
catalogue-ctan /macros/latex/contrib/tagpdf
catalogue-license lppl1.3c
catalogue-topics tagged-pdf accessible expl3
-catalogue-version 0.99c
+catalogue-version 0.99d
name talk
category Package
@@ -311808,6 +312888,45 @@ catalogue-license lppl1.3
catalogue-topics bibtex-doc
catalogue-version 1.4
+name tango
+category Package
+revision 71825
+shortdesc A LaTeX document class for math teachers
+relocated 1
+longdesc Tango is a LaTeX document class for use by mathematics
+longdesc teachers. It requires LuaLaTeX, some LaTeX packages (see the
+longdesc complete documentation for details), and a recent version of
+longdesc LaTeX.
+containersize 10060
+containerchecksum a56d806de5ed294b7b984e204df4f96368365bb669589183c7ba530292b186d934cf49d180643492faeea9be3760ce871df8314090a33d39af36f9cdee3df973
+doccontainersize 433228
+doccontainerchecksum 72d36d88e5f871aa4cbe716e7e8ef881f1b8193cd45925aa362f452d38ab123bab14ba7084e04ba01aa3618277cc0ac66879e5de993ab13f5d1ad2f660d47bfd
+docfiles size=199
+ RELOC/doc/lualatex/tango/README details="Readme"
+ RELOC/doc/lualatex/tango/examples/Ch-1-15.tex
+ RELOC/doc/lualatex/tango/examples/Ch-16-30.tex
+ RELOC/doc/lualatex/tango/examples/book-mathematics.tex
+ RELOC/doc/lualatex/tango/examples/candide.tex
+ RELOC/doc/lualatex/tango/examples/euler.tex
+ RELOC/doc/lualatex/tango/examples/handout-euler.tex
+ RELOC/doc/lualatex/tango/examples/handout-polynomes-deg2.tex
+ RELOC/doc/lualatex/tango/examples/polynome-deg2.tex
+ RELOC/doc/lualatex/tango/examples/puissance-cercle.tex
+ RELOC/doc/lualatex/tango/examples/recurrence.tex
+ RELOC/doc/lualatex/tango/examples/rel-bin.tex
+ RELOC/doc/lualatex/tango/examples/schoolwork.tex
+ RELOC/doc/lualatex/tango/tango-en.pdf details="Package documentation" language="en"
+ RELOC/doc/lualatex/tango/tango-en.tex
+ RELOC/doc/lualatex/tango/tango-fr.pdf details="Package documentation" language="fr"
+ RELOC/doc/lualatex/tango/tango-fr.tex
+runfiles size=17
+ RELOC/tex/lualatex/tango/tango.cls
+catalogue-contact-home https://tango.mathriochka.net
+catalogue-ctan /macros/luatex/latex/tango
+catalogue-license lppl1.3c
+catalogue-topics class teaching maths
+catalogue-version 0.8.0
+
name tangocolors
category Package
revision 66733
@@ -312051,7 +313170,7 @@ catalogue-version 2.40
name tcolorbox
category Package
-revision 70838
+revision 72097
shortdesc Coloured boxes, for LaTeX examples and theorems, etc
relocated 1
longdesc This package provides an environment for coloured and framed
@@ -312066,11 +313185,11 @@ longdesc etoolbox packages.
depend environ
depend pgf
depend tools
-containersize 233592
-containerchecksum a60030845e102d4ee705f295024c89d64f04489152ba46a9630cf2ff7c58d1ccac9e9873498641b8db9716ce13a5cb3f0aa15b6dfce1620de5e506551289794f
-doccontainersize 5178036
-doccontainerchecksum 05792af255dbf4340acf21772590f3f529cd15bbe374f9742ab33e159048c90cea0260d346bf57b512a8263efaa64d699dce1d247be894388c847fb7ff05e600
-docfiles size=1764
+containersize 234064
+containerchecksum b5b939aad01b7eaf4ad6d91c58645e1533b3401b46a0fbabf3f7addea26955ee83fe93ae7efc10469017b2da3404b92f302ebd700ef4d0c2f8e134d63e4fb50b
+doccontainersize 4746260
+doccontainerchecksum 026a0a37649046b293c72840c9ac04c6011972df8be32169db4a45daec342bf2d2da5d43b1608fb576879e3142f52826c3da2a10bf43928f6eabe6d766542d42
+docfiles size=1644
RELOC/doc/latex/tcolorbox/Basilica_5.png
RELOC/doc/latex/tcolorbox/CHANGES.md
RELOC/doc/latex/tcolorbox/README.md details="Readme"
@@ -312116,7 +313235,7 @@ docfiles size=1764
RELOC/doc/latex/tcolorbox/tcolorbox.doc.xparse.tex
RELOC/doc/latex/tcolorbox/tcolorbox.pdf details="Package documentation"
RELOC/doc/latex/tcolorbox/tcolorbox.tex
-runfiles size=149
+runfiles size=150
RELOC/tex/latex/tcolorbox/blueshade.png
RELOC/tex/latex/tcolorbox/crinklepaper.png
RELOC/tex/latex/tcolorbox/goldshade.png
@@ -312143,8 +313262,8 @@ runfiles size=149
catalogue-contact-bugs https://github.com/T-F-S/tcolorbox/issues
catalogue-ctan /macros/latex/contrib/tcolorbox
catalogue-license lppl1.3
-catalogue-topics boxing colour verbatim listing macro-demo
-catalogue-version 6.2.0
+catalogue-topics boxing box-breaking colour verbatim listing macro-demo
+catalogue-version 6.3.0
name tdclock
category Package
@@ -312334,6 +313453,33 @@ catalogue-license lppl
catalogue-topics debug-supp
catalogue-version 1.06
+name telprint
+category Package
+revision 71914
+shortdesc Format German phone numbers
+relocated 1
+longdesc The package provides a command \telprint for formatting German
+longdesc telephone numbers.
+containersize 2412
+containerchecksum 310127b6046abd4e59f1ca873912d9bcfb62489bd05866964d46a9214661bbc2ed179fe91f5dc854ae99919110381e2420e9f1a7e526e40ea95a3a27e568fcda
+doccontainersize 320184
+doccontainerchecksum f0529a2aa31a7ddbc8d17225b8303a1a4e04438de1fa4ec61fcdaf29787dcb761ad5d4bca356f7bf3c39d40d64a766cc6733e037d18654795ef830dfce2be2fb
+docfiles size=82
+ RELOC/doc/latex/telprint/README.md
+ RELOC/doc/latex/telprint/telprint.pdf details="Package documentation"
+srccontainersize 7056
+srccontainerchecksum e00083536ec4ce41b6e9d7df2b3234d0a2a233cca59b8f58bf891cc96ca2ce3dfeea4954cb0cc0f6ed2fb237aacdec3a19e0943fc1b8789b053cdc86174db9f6
+srcfiles size=6
+ RELOC/source/latex/telprint/telprint.dtx
+runfiles size=2
+ RELOC/tex/latex/telprint/telprint.sty
+catalogue-contact-bugs https://github.com/ho-tex/telprint/issues
+catalogue-contact-repository https://github.com/ho-tex/telprint
+catalogue-ctan /macros/latex/contrib/telprint
+catalogue-license lppl1.3c
+catalogue-topics numbers
+catalogue-version 1.12
+
name templates-fenn
category Package
revision 15878
@@ -314973,17 +316119,17 @@ catalogue-topics documentation polish-doc
name tex-vpat
category Package
-revision 66758
+revision 72067
shortdesc TeX Accessibility Conformance Report
relocated 1
longdesc TeX Accessibility Conformance Report based on ITI VPAT(R)
longdesc guidelines. Currently it covers TeX Live. Other distributions
longdesc can be added if needed.
-containersize 508
-containerchecksum 918054527c2d325ac0c1bdd621014fa4c79d7c6cf4ec8b5ac5d81dee84b9159fab0cc0047ea35eeb2de4460952126b3bdcd03395c29379e9df517ed7243206f0
-doccontainersize 142172
-doccontainerchecksum f16ad935930ab663bb2e5b486c4fe53b3bd9e883c660d97893c4aa86bfe22f7ffed77dc66d88060f7eabb1daadd2dc77742c1d9604ea94d26594aba340693f35
-docfiles size=151
+containersize 504
+containerchecksum 7d9c04e12f39a57abc698d3fd0699cd035d17b2f37fa0f4308e7f4a6f160256d28e6deb53f14bab85b1a24bd36882b315d13317e354215966a529ca5eb10e319
+doccontainersize 146764
+doccontainerchecksum 5a115efdc23385c82552a7c8fb220de6ef48041c76bd012975c92263b0301016c363543a41d6bb3ca50795f285345ba9af93eb5aed65f79848cca99b02dc12d2
+docfiles size=154
RELOC/doc/latex/tex-vpat/LICENSE
RELOC/doc/latex/tex-vpat/Makefile
RELOC/doc/latex/tex-vpat/README.md details="Readme"
@@ -315005,7 +316151,7 @@ catalogue-contact-repository https://github.com/TeXUsersGroup/TeX-VPAT
catalogue-ctan /info/tex-vpat
catalogue-license cc-by-3
catalogue-topics std-conform std-spec
-catalogue-version 2.3
+catalogue-version 2.4
name tex.aarch64-linux
category TLCore
@@ -315334,7 +316480,7 @@ binfiles arch=x86_64-solaris size=1
name tex4ht
category Package
-revision 71603
+revision 72069
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
@@ -315355,10 +316501,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 1133088
-containerchecksum 0ef01f01ab3a176015db157f5fc3efef1cc90aaf209b24689d883ef6917c6c744bfb7ce9d4fb98eb1ed0912651595979838a62aad4514f92c39f2080d5ab4aea
+containersize 1126780
+containerchecksum cc181ab112bf4d742e73e0e8d6652dc94c4ee1f65403dfd55964a8428b40d9dcb1fc363b7f22e8359e6d44a9331d843b46171deb95258d22798181d720613ea5
doccontainersize 136384
-doccontainerchecksum 86c0beaec8d92fae327e5f5a9efc4c26c0e733744af84a659b40ec9c64d61f769b052d46490f264f460e9e15349fdffbac011ac6133a5049027654c5a7e3ccda
+doccontainerchecksum 4c0edee8b6e60b72f3c1dbc41ad1767bbc302881d35221f17c88d0e86c04cf037ae25d1d8ea4ff72a825c202e9f76d540d8ab2b88185bad6f7faeae6eed3ca52
docfiles size=260
texmf-dist/doc/generic/tex4ht/Makefile
texmf-dist/doc/generic/tex4ht/README details="Readme"
@@ -315430,9 +316576,9 @@ 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 1486320
-srccontainerchecksum ad7ac8b35ef9393cad7e846b54273bc69c91a1a0745392d431c1324ec9843076c532a0d5ab9eed4ac2e56d55e56ad7472ac47b282d3e2e5c50fcf932c23a73ac
-srcfiles size=4651
+srccontainersize 1497008
+srccontainerchecksum 6e07044f42244d255e6967faf3a14f6622e1287a83725cc9d278f424390c3d0a6c74b9e8344015e3dbbc1e8e1344c468a597893472e209f854ff6587d54c7879
+srcfiles size=4656
texmf-dist/source/generic/tex4ht/ChangeLog
texmf-dist/source/generic/tex4ht/Makefile
texmf-dist/source/generic/tex4ht/README
@@ -315512,7 +316658,7 @@ srcfiles size=4651
texmf-dist/source/generic/tex4ht/update-htfonts
texmf-dist/source/generic/tex4ht/wripro.tex
texmf-dist/source/generic/tex4ht/xtpipes.tex
-runfiles size=13101
+runfiles size=13109
texmf-dist/scripts/tex4ht/ht.sh
texmf-dist/scripts/tex4ht/htcopy.pl
texmf-dist/scripts/tex4ht/htlatex.sh
@@ -315679,6 +316825,7 @@ runfiles size=13101
texmf-dist/tex/generic/tex4ht/esperant.4ht
texmf-dist/tex/generic/tex4ht/esperanto.4ht
texmf-dist/tex/generic/tex4ht/estonian.4ht
+ texmf-dist/tex/generic/tex4ht/esvect.4ht
texmf-dist/tex/generic/tex4ht/eucal.4ht
texmf-dist/tex/generic/tex4ht/euler.4ht
texmf-dist/tex/generic/tex4ht/europecv.4ht
@@ -315844,6 +316991,7 @@ runfiles size=13101
texmf-dist/tex/generic/tex4ht/mkht.4ht
texmf-dist/tex/generic/tex4ht/mla.4ht
texmf-dist/tex/generic/tex4ht/mls.4ht
+ texmf-dist/tex/generic/tex4ht/moderncv.4ht
texmf-dist/tex/generic/tex4ht/moreverb.4ht
texmf-dist/tex/generic/tex4ht/mozilla.4ht
texmf-dist/tex/generic/tex4ht/multibib-hooks.4ht
@@ -324156,6 +325304,7 @@ runfiles size=13101
texmf-dist/tex4ht/ht-fonts/unicode/TeXGyreTermesX/ntxdenoms-Regular-ly1.htf
texmf-dist/tex4ht/ht-fonts/unicode/TeXGyreTermesX/ntxdenoms-Regular-ot1.htf
texmf-dist/tex4ht/ht-fonts/unicode/TeXGyreTermesX/ntxdenoms-Regular-t1.htf
+ texmf-dist/tex4ht/ht-fonts/unicode/TeXvect10/vect10.htf
texmf-dist/tex4ht/ht-fonts/unicode/Tt-Kp-Exp/jkpttmn7t.htf
texmf-dist/tex4ht/ht-fonts/unicode/Tt-Kp-Exp/jkpttosmn7t.htf
texmf-dist/tex4ht/ht-fonts/unicode/Tt-Kp-Exp/jkpttosnmn7t.htf
@@ -327794,14 +328943,14 @@ docfiles size=748
name texlive-msg-translations
category TLCore
-revision 71515
+revision 71858
shortdesc translations of the TeX Live installer and TeX Live Manager
longdesc This package contains the translated messages of the TeX Live
longdesc installer and TeX Live Manager. For information on creating or
longdesc updating translations, see
longdesc https://tug.org/texlive/doc.html#install-tl-xlate.
-containersize 152056
-containerchecksum 70532f2b6b157611ae630e69f3d162f70c345d7356ccb10b3453d73c4666a552dbb1938c7fc28df35cb550263d9efcc88095f5f558194335ae73da5282d92b6b
+containersize 152060
+containerchecksum 98ed0f6d958972c9b85a346f603b79d595a4aebc452f356ff0dfaa9f6009ce30f19f312db30e9523a380c864b7913f393c2ff9cd794463f3f99ea79b14c82c33
runfiles size=377
tlpkg/translations/README
tlpkg/translations/cs.po
@@ -327863,7 +329012,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 71690
+revision 72115
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.
@@ -327871,11 +329020,11 @@ 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 114404
-containerchecksum 27170f9dd218e8326cb94fec763944abfdfd63a0896097bc73681beb4bd7a56fa8c37f3ddf7129019b5baefa1c5fe1451795787d2588c5c3c3bcdf5fa1523c5b
-doccontainersize 436508
-doccontainerchecksum 94749050bde80dcdd82c7a129610b0bd3ff42f95ff65bb3be84cda8390f8a9781055c0a215204a2b2c8aea9b7f3cd2aac7e34b96396a1159599cb8b81d8d42f0
-docfiles size=571
+containersize 114460
+containerchecksum e47f60459c9430fc8e2bc1c30b6c72a48098027a43927ced2beb3dc59be1df5593f67aaaf5251c42b4e49099b453711da7dc3e60404fc8df3f94f12b8106b123
+doccontainersize 436488
+doccontainerchecksum 4c6ff783838aed650ece0fb8fd9f9bcde5b277aae23179bf0a38ccdc44725f325d314540d4ddf619c285bc3be7b06ba2b9a2a13af32499b679a37390f5eae1ce
+docfiles size=565
doc.html
texmf-dist/doc/man/man1/fmtutil-sys.1
texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf
@@ -327957,16 +329106,16 @@ runfiles size=163
name texlive-scripts-extra
category TLCore
-revision 71685
+revision 71746
shortdesc TeX Live scripts
longdesc Miscellaneous scripts maintained as part of TeX Live, but not
longdesc important for the infrastructure. Thus, this is not part of
longdesc scheme-infraonly or tlcritical, just a normal package.
depend texlive-scripts-extra.ARCH
-containersize 24180
-containerchecksum c4e7d5d6397bd1182590ff3c2bf95d6218aeac4c7b5ba9ba48a3bc65be79c3a1299ba5d5ad9ffa91bd9adefcf0f272cda1911435ebc38c10ba9653b44df18653
+containersize 22016
+containerchecksum d012f6368700cada41eb39da92ecc57fb67b14ed6f962b7858b52700ba6c31f0b88430c39515f0c560af2024038328dfe4df742ee7adc01a9942ea775986a60f
doccontainersize 197200
-doccontainerchecksum ca4b58c9f2102c7df9bd5cfca1f00d69cdf930b914001d25ce9ea877018edccd6b28314199cdbcab2c1ba10afcffdaa44702d6ed641949fde34f71964d3c391f
+doccontainerchecksum 5f2a1802f99e067d4633e750a6d2a9819428ecaa24b39acafb09aba820feaa963f64ebd841f141a4d33bb0398b531b25dcfb0f5e4d83174860b373815dfd339b
docfiles size=108
texmf-dist/doc/man/man1/allcm.1
texmf-dist/doc/man/man1/allcm.man1.pdf
@@ -328002,7 +329151,7 @@ docfiles size=108
texmf-dist/doc/man/man1/texconfig.man1.pdf
texmf-dist/doc/man/man1/texlinks.1
texmf-dist/doc/man/man1/texlinks.man1.pdf
-runfiles size=36
+runfiles size=34
texmf-dist/scripts/texlive-extra/allcm.sh
texmf-dist/scripts/texlive-extra/allneeded.sh
texmf-dist/scripts/texlive-extra/dvi2fax.sh
@@ -328016,7 +329165,6 @@ runfiles size=36
texmf-dist/scripts/texlive-extra/texconfig-sys.sh
texmf-dist/scripts/texlive-extra/texconfig.sh
texmf-dist/scripts/texlive-extra/texlinks.sh
- texmf-dist/scripts/texlive/extractbb.lua
texmf-dist/texconfig/README
texmf-dist/texconfig/g/generic
texmf-dist/texconfig/tcfmgr
@@ -328026,18 +329174,17 @@ runfiles size=36
name texlive-scripts-extra.aarch64-linux
category TLCore
-revision 71664
+revision 71749
shortdesc aarch64-linux files of texlive-scripts-extra
-containersize 940
-containerchecksum 502889f8266927859523cdf65f5a79b90d69ef5bffa7d69bcd4c0c1b2ac6eb5aa6c1898bf245e0e38dfb3a76135d4089049db449869095d2c6844185e9a0310f
-binfiles arch=aarch64-linux size=19
+containersize 908
+containerchecksum 7aa7dba8cf5df7513c5c5d00d8a22ec8d2105f6263003a3695f490c08662c8608db0bc2e57b6945c36457a30a517d1ab087f47ba99eecf9411e50d46e2d1cc40
+binfiles arch=aarch64-linux size=18
bin/aarch64-linux/allcm
bin/aarch64-linux/allec
bin/aarch64-linux/allneeded
bin/aarch64-linux/dvi2fax
bin/aarch64-linux/dvired
bin/aarch64-linux/e2pall
- bin/aarch64-linux/extractbb
bin/aarch64-linux/kpsepath
bin/aarch64-linux/kpsetool
bin/aarch64-linux/kpsewhere
@@ -328053,18 +329200,17 @@ binfiles arch=aarch64-linux size=19
name texlive-scripts-extra.amd64-freebsd
category TLCore
-revision 71664
+revision 71749
shortdesc amd64-freebsd files of texlive-scripts-extra
-containersize 952
-containerchecksum e5e5cd7ed147c0ca279e6fa9e2be62db2a0ee36b13fa2678972ace4ec7291a92a122f38bc31313c0f56053254327d2470ae1b2bf85ad9c0ab3223e08b875e818
-binfiles arch=amd64-freebsd size=19
+containersize 920
+containerchecksum 9d5eac33f739e7a98111fc0a6bd95412ce7a5ad9fdec6ecae0f357580a77ad3bf1fabec516624ea9447639c6176cf309dcf207eaa68b108d834d763501560857
+binfiles arch=amd64-freebsd size=18
bin/amd64-freebsd/allcm
bin/amd64-freebsd/allec
bin/amd64-freebsd/allneeded
bin/amd64-freebsd/dvi2fax
bin/amd64-freebsd/dvired
bin/amd64-freebsd/e2pall
- bin/amd64-freebsd/extractbb
bin/amd64-freebsd/kpsepath
bin/amd64-freebsd/kpsetool
bin/amd64-freebsd/kpsewhere
@@ -328080,18 +329226,17 @@ binfiles arch=amd64-freebsd size=19
name texlive-scripts-extra.amd64-netbsd
category TLCore
-revision 71664
+revision 71749
shortdesc amd64-netbsd files of texlive-scripts-extra
-containersize 936
-containerchecksum 0fd5c81e353a8e8736d72d9f6f6871d87d11cb7a79d108e4a531a6d9584a980de4d1f724c7a747bd0b9cd77d74bd115b6e30b22fc1614fbca2109f2cc75790fa
-binfiles arch=amd64-netbsd size=19
+containersize 908
+containerchecksum 1287b4108cc2d3976e2501fe6653b7f7bc61062a3c696bd03e9c2eed95a93d03ca9164ed5f714a8ce2da419f08f2069a521957c0379f987b1cc845cc21a951e9
+binfiles arch=amd64-netbsd size=18
bin/amd64-netbsd/allcm
bin/amd64-netbsd/allec
bin/amd64-netbsd/allneeded
bin/amd64-netbsd/dvi2fax
bin/amd64-netbsd/dvired
bin/amd64-netbsd/e2pall
- bin/amd64-netbsd/extractbb
bin/amd64-netbsd/kpsepath
bin/amd64-netbsd/kpsetool
bin/amd64-netbsd/kpsewhere
@@ -328107,18 +329252,17 @@ binfiles arch=amd64-netbsd size=19
name texlive-scripts-extra.armhf-linux
category TLCore
-revision 71664
+revision 71749
shortdesc armhf-linux files of texlive-scripts-extra
-containersize 936
-containerchecksum 623c46a2bacbc239bb3c549fc6752581ec4cf80f0603b1018281c7198371ddf5ba8a652ee322843b675b0c9b2c8a6ac7d441a95b901ee42b84d15dae910de80b
-binfiles arch=armhf-linux size=19
+containersize 904
+containerchecksum c470637d1786ff719960df2f756bd2a7467e2bea44d1eec6b7eda53601196f4a4de7e772059fddfc10867e3862c29b968973e1100d0514a6904f65103fb18b1e
+binfiles arch=armhf-linux size=18
bin/armhf-linux/allcm
bin/armhf-linux/allec
bin/armhf-linux/allneeded
bin/armhf-linux/dvi2fax
bin/armhf-linux/dvired
bin/armhf-linux/e2pall
- bin/armhf-linux/extractbb
bin/armhf-linux/kpsepath
bin/armhf-linux/kpsetool
bin/armhf-linux/kpsewhere
@@ -328134,18 +329278,17 @@ binfiles arch=armhf-linux size=19
name texlive-scripts-extra.i386-freebsd
category TLCore
-revision 71664
+revision 71749
shortdesc i386-freebsd files of texlive-scripts-extra
-containersize 948
-containerchecksum ddd4eac5a8aaba26bfa81ccaad3a35bd252c166ea8f0678c4ba8687c89c03a2cf3d4938dc3ecdb9401899a7ea1fac154655adabe3fa67436bfab9e89341c0b1b
-binfiles arch=i386-freebsd size=19
+containersize 916
+containerchecksum d4c42cb9834c71753003c3ac5d2e57e18aa6b8103fe1f761aa1edb20508175af9a12dbf798056c7a390eefb8ec5beb472deca440cfda66452fee16ae34543f6e
+binfiles arch=i386-freebsd size=18
bin/i386-freebsd/allcm
bin/i386-freebsd/allec
bin/i386-freebsd/allneeded
bin/i386-freebsd/dvi2fax
bin/i386-freebsd/dvired
bin/i386-freebsd/e2pall
- bin/i386-freebsd/extractbb
bin/i386-freebsd/kpsepath
bin/i386-freebsd/kpsetool
bin/i386-freebsd/kpsewhere
@@ -328161,18 +329304,17 @@ binfiles arch=i386-freebsd size=19
name texlive-scripts-extra.i386-linux
category TLCore
-revision 71664
+revision 71749
shortdesc i386-linux files of texlive-scripts-extra
-containersize 948
-containerchecksum 77e8bfde47d20659512af55d147ef98431e2d91969026a3157128be3c7cc82fb5b9619c5c07cf6ca435c29b7d73e9ce3eb25369c9850748fd27776661bc6545b
-binfiles arch=i386-linux size=19
+containersize 916
+containerchecksum e2fa976ca62c133dcfbfff410a8237ae4fd0d50fd28f626f2b4af816994f4f416620f9b9c6a35dfa4c4198397230e755e8b33e55f86f0f5f1290f516170c3210
+binfiles arch=i386-linux size=18
bin/i386-linux/allcm
bin/i386-linux/allec
bin/i386-linux/allneeded
bin/i386-linux/dvi2fax
bin/i386-linux/dvired
bin/i386-linux/e2pall
- bin/i386-linux/extractbb
bin/i386-linux/kpsepath
bin/i386-linux/kpsetool
bin/i386-linux/kpsewhere
@@ -328188,18 +329330,17 @@ binfiles arch=i386-linux size=19
name texlive-scripts-extra.i386-netbsd
category TLCore
-revision 71664
+revision 71749
shortdesc i386-netbsd files of texlive-scripts-extra
-containersize 936
-containerchecksum 0e9d4b47a257358a7740949abab561a50659e5298fcb9d65c9f130c660ef08178a84cd9adec8e3983bb3f71985761143d419ba963bad830103f55d0c1cf3bd8e
-binfiles arch=i386-netbsd size=19
+containersize 904
+containerchecksum a6302a6f30542f7df92c55bcc2cc21c172af64389fd6d1e127b0ba5a34c8d4e572b31e81023b8cf789416ba798a3fabad25f84feb2e045811af21a3a390a4067
+binfiles arch=i386-netbsd size=18
bin/i386-netbsd/allcm
bin/i386-netbsd/allec
bin/i386-netbsd/allneeded
bin/i386-netbsd/dvi2fax
bin/i386-netbsd/dvired
bin/i386-netbsd/e2pall
- bin/i386-netbsd/extractbb
bin/i386-netbsd/kpsepath
bin/i386-netbsd/kpsetool
bin/i386-netbsd/kpsewhere
@@ -328215,18 +329356,17 @@ binfiles arch=i386-netbsd size=19
name texlive-scripts-extra.i386-solaris
category TLCore
-revision 71664
+revision 71749
shortdesc i386-solaris files of texlive-scripts-extra
-containersize 936
-containerchecksum d58dca4fe510c794231164f3bb62e0e23d89eda66c73305adc6df6ac9983f0a414aa690122874032c67d0f6fcd88e5d1f440ad4251048537f9dcce679cc21867
-binfiles arch=i386-solaris size=19
+containersize 908
+containerchecksum 5311be21643552df6ee6c9b108f5aa2a3384185adb556bf67fd3c07aabec9b192c55158a8b49bded6160ec8e5b28fe64a714d28ad384dc64e454eb7a55ab2d2c
+binfiles arch=i386-solaris size=18
bin/i386-solaris/allcm
bin/i386-solaris/allec
bin/i386-solaris/allneeded
bin/i386-solaris/dvi2fax
bin/i386-solaris/dvired
bin/i386-solaris/e2pall
- bin/i386-solaris/extractbb
bin/i386-solaris/kpsepath
bin/i386-solaris/kpsetool
bin/i386-solaris/kpsewhere
@@ -328242,18 +329382,17 @@ binfiles arch=i386-solaris size=19
name texlive-scripts-extra.universal-darwin
category TLCore
-revision 71664
+revision 71749
shortdesc universal-darwin files of texlive-scripts-extra
-containersize 940
-containerchecksum 8f21b882ff08809193dbfb01f678c3a0e10a7d70e5389b83e4fc1d0820210a24352187b0297eda29ad9edf9d1afa1431099dad233f81343dc9429021ce783639
-binfiles arch=universal-darwin size=19
+containersize 912
+containerchecksum 07a00a45067dfe0338eb09eda96a6b172a53076c71cd4ff7af5dbefff122ca88d04f101265ff8cfa7b522f8b9a4c727d5faa53639fdc7fdcc3f7fea13e16453b
+binfiles arch=universal-darwin size=18
bin/universal-darwin/allcm
bin/universal-darwin/allec
bin/universal-darwin/allneeded
bin/universal-darwin/dvi2fax
bin/universal-darwin/dvired
bin/universal-darwin/e2pall
- bin/universal-darwin/extractbb
bin/universal-darwin/kpsepath
bin/universal-darwin/kpsetool
bin/universal-darwin/kpsewhere
@@ -328269,30 +329408,28 @@ binfiles arch=universal-darwin size=19
name texlive-scripts-extra.windows
category TLCore
-revision 71669
+revision 71749
shortdesc windows files of texlive-scripts-extra
-containersize 5112
-containerchecksum 6fabac6ae82ef3200e5c114e1c55813ea2573b230539bc89a7905b2b03cddf9de9f52ec29d07ff8d0967f2edda4b21b9d0a31387851f6dded9ded5bc2cbae8da
-binfiles arch=windows size=8
+containersize 5076
+containerchecksum 9b6fc4d2f4986614a3195e398d89a912292e47e456f291fe5c44907681fae8f4ec10545a2f26bba041ddd91b60e400a382b8bc742a6eac5df0b653197fd15f24
+binfiles arch=windows size=6
bin/windows/e2pall.exe
- bin/windows/extractbb.exe
bin/windows/mkocp.exe
bin/windows/mkofm.exe
name texlive-scripts-extra.x86_64-cygwin
category TLCore
-revision 71664
+revision 71749
shortdesc x86_64-cygwin files of texlive-scripts-extra
-containersize 940
-containerchecksum afea54564d9c9118cb7578e0b36523b55c69df53b4a93bc5f075d2c07e6594db85d7c7e2c98553a35cab8ecd7553460a72ceee5c1a1739eae69c46ee86b5bde9
-binfiles arch=x86_64-cygwin size=19
+containersize 908
+containerchecksum 0ab3060bb5037a8a656dd62a485c5f1c7ed2a5a68c72fe3cbb870e4c58158e6d05a03e5912c9b5484b97901498ef236decc19bccc5cf44853be96a067bf72ff0
+binfiles arch=x86_64-cygwin size=18
bin/x86_64-cygwin/allcm
bin/x86_64-cygwin/allec
bin/x86_64-cygwin/allneeded
bin/x86_64-cygwin/dvi2fax
bin/x86_64-cygwin/dvired
bin/x86_64-cygwin/e2pall
- bin/x86_64-cygwin/extractbb
bin/x86_64-cygwin/kpsepath
bin/x86_64-cygwin/kpsetool
bin/x86_64-cygwin/kpsewhere
@@ -328308,18 +329445,17 @@ binfiles arch=x86_64-cygwin size=19
name texlive-scripts-extra.x86_64-darwinlegacy
category TLCore
-revision 71664
+revision 71749
shortdesc x86_64-darwinlegacy files of texlive-scripts-extra
-containersize 956
-containerchecksum f39ebe339ee1bfd01829063b31e91da3524dd2836dbafa3fb2c372eff7a7c0dea2ccb6950aa9706d20c01478daf8a9679bf6dc2874f01bc4c771888b0c60a8c6
-binfiles arch=x86_64-darwinlegacy size=19
+containersize 924
+containerchecksum f351810fb1f5ba27da426ad04240aa7a81878641296f10e1d07ce89143302347cefb94c9b0bf1ae8cc31e62c1ed5cfea10ea0f397cbd646a9957f8b092162b49
+binfiles arch=x86_64-darwinlegacy size=18
bin/x86_64-darwinlegacy/allcm
bin/x86_64-darwinlegacy/allec
bin/x86_64-darwinlegacy/allneeded
bin/x86_64-darwinlegacy/dvi2fax
bin/x86_64-darwinlegacy/dvired
bin/x86_64-darwinlegacy/e2pall
- bin/x86_64-darwinlegacy/extractbb
bin/x86_64-darwinlegacy/kpsepath
bin/x86_64-darwinlegacy/kpsetool
bin/x86_64-darwinlegacy/kpsewhere
@@ -328335,18 +329471,17 @@ binfiles arch=x86_64-darwinlegacy size=19
name texlive-scripts-extra.x86_64-linux
category TLCore
-revision 71664
+revision 71749
shortdesc x86_64-linux files of texlive-scripts-extra
-containersize 952
-containerchecksum 24c43f5da20007ac2ae8eee3a26020b39f3defbed7ed47bec77e366799fa9d13cd5d771d1e48399b4a6241341f6b5bc80cc2f5bf429bbb9e88f59c83ca117c81
-binfiles arch=x86_64-linux size=19
+containersize 920
+containerchecksum d47b96a177fdc7d22c8c9276ae9fd6d35f2ee847da2db9d95001a5e0c91a7bab323c28aeb4f5b052295c460cc90e4c71086aca75746dee636cc86aa8332ff2f2
+binfiles arch=x86_64-linux size=18
bin/x86_64-linux/allcm
bin/x86_64-linux/allec
bin/x86_64-linux/allneeded
bin/x86_64-linux/dvi2fax
bin/x86_64-linux/dvired
bin/x86_64-linux/e2pall
- bin/x86_64-linux/extractbb
bin/x86_64-linux/kpsepath
bin/x86_64-linux/kpsetool
bin/x86_64-linux/kpsewhere
@@ -328362,18 +329497,17 @@ binfiles arch=x86_64-linux size=19
name texlive-scripts-extra.x86_64-linuxmusl
category TLCore
-revision 71664
+revision 71749
shortdesc x86_64-linuxmusl files of texlive-scripts-extra
-containersize 944
-containerchecksum 139ad2146437d52d05e9ce758fe5bd1f9aaa4cfb12a7488fa7275792d0ca272dad229b0563eca6cc10ba3ca4aadf26025efc234e0bfee5796383bad18ae4e761
-binfiles arch=x86_64-linuxmusl size=19
+containersize 912
+containerchecksum 4c780b88d4318478380c4c2816e54c051f3cdc5a62412269381aafd8c591e00ce37160e6cf43afea7ce9308e17861ccf470551a542dc71d6dab74b2f3d7c979c
+binfiles arch=x86_64-linuxmusl size=18
bin/x86_64-linuxmusl/allcm
bin/x86_64-linuxmusl/allec
bin/x86_64-linuxmusl/allneeded
bin/x86_64-linuxmusl/dvi2fax
bin/x86_64-linuxmusl/dvired
bin/x86_64-linuxmusl/e2pall
- bin/x86_64-linuxmusl/extractbb
bin/x86_64-linuxmusl/kpsepath
bin/x86_64-linuxmusl/kpsetool
bin/x86_64-linuxmusl/kpsewhere
@@ -328389,18 +329523,17 @@ binfiles arch=x86_64-linuxmusl size=19
name texlive-scripts-extra.x86_64-solaris
category TLCore
-revision 71664
+revision 71749
shortdesc x86_64-solaris files of texlive-scripts-extra
-containersize 952
-containerchecksum a451696d871eb1b5bf9292afac6d399df2c8d894e7793a729329046606322d5facb37af2c87933e9874e2dbc5975b957af12d1b81bf6812bb368663112a29b41
-binfiles arch=x86_64-solaris size=19
+containersize 920
+containerchecksum 87fe2244cf468cfe868b77a5befb1e229082abae1056ea030b78ad7d0b45bff157eb739191eba1381b613a015d65fc58b2d67b5964aaf8c9416fe9b50749ecbe
+binfiles arch=x86_64-solaris size=18
bin/x86_64-solaris/allcm
bin/x86_64-solaris/allec
bin/x86_64-solaris/allneeded
bin/x86_64-solaris/dvi2fax
bin/x86_64-solaris/dvired
bin/x86_64-solaris/e2pall
- bin/x86_64-solaris/extractbb
bin/x86_64-solaris/kpsepath
bin/x86_64-solaris/kpsetool
bin/x86_64-solaris/kpsewhere
@@ -328756,14 +329889,14 @@ docfiles size=453
name texlive-zh-cn
category TLCore
-revision 54490
+revision 71700
shortdesc TeX Live manual (Chinese)
relocated 1
containersize 276
-containerchecksum 1a7e43528c2dac5c623943b1b268b99f0db6a4876f50c5386a8ea160b8b5e066604d34c0a53cee25cc3f839eb7f4be177e3d98ed51c83c77df6293c77a02e0ab
-doccontainersize 1088132
-doccontainerchecksum 534c505455c5f9c73803c140a340df2882a97516e15f52c5b65695b7c626404336a0e4f6190155b5bda1b9a86d7f4d44ac294bccec791ec6701e56d13c00d71d
-docfiles size=302
+containerchecksum e0cc717146bd0de481ccaa73705ca63389b8a73bd0f5af4a3c38dbbe69c597a92534bbc81d3c77bdbb26ba1b2d71c7dec8899f70904ca90c3c6cacccea29b847
+doccontainersize 1160680
+doccontainerchecksum 4dd44f1b131aefc7418018608a9ec6524ad490212827d3120c0beb5eea61bea511260407678112ae3498ad4da655303c17ecf8109b643ae91899c6f550f59574
+docfiles size=329
RELOC/doc/texlive/texlive-zh-cn/Makefile
RELOC/doc/texlive/texlive-zh-cn/README-live.ZH-CN
RELOC/doc/texlive/texlive-zh-cn/tex-live-zh-cn.sty
@@ -330127,7 +331260,7 @@ binfiles arch=x86_64-solaris size=3
name texplate
category Package
-revision 67201
+revision 71963
shortdesc A tool for creating document structures based on templates
longdesc TeXplate is a tool for creating document structures based on
longdesc templates. The application name is a word play on TeX and
@@ -330139,16 +331272,16 @@ longdesc theses: the application is powerful enough to generate any
longdesc text-based structure, given that a corresponding template
longdesc exists.
depend texplate.ARCH
-containersize 3243156
-containerchecksum 44f2e0008d1b8629bfd15267e3add7490c9a21e28d7b29edc5e37ca51e60bfbc8b25035cbacb57bea5df762ff9783ccfdfe6d9244bced55961509c7ad97046ec
-doccontainersize 114612
-doccontainerchecksum bfcbb319719b9f8d4473c50afcd435eaa1cfb906f6107dd7e859bf40a30b452dc135ea1ce0a733c297112647fbc76d6bef16b9474a65d85e6d93e5df96acc549
+containersize 3372272
+containerchecksum c70f7e8e637a72c18b74e2c5e1832c911a32e7ac4f9b2fa538fb11b85c9c026c62373e0af52b6114180cbaed2d2c6222923ff400a0beff2db1adc16b499a64cd
+doccontainersize 114940
+doccontainerchecksum 1c274eecd3e12d79efc48a57e7a97e10ec0f97a596ed5bb493a4864dcb7910bbd116e3393c3dd10313eadf94360056567a1a7567434120148d8fd87b98aad300
docfiles size=36
texmf-dist/doc/support/texplate/README.md details="Readme"
texmf-dist/doc/support/texplate/texplate-manual.pdf details="Package documentation"
texmf-dist/doc/support/texplate/texplate-manual.tex
-srccontainersize 8436
-srccontainerchecksum e11a6716016b40525f3ecb4906dc1b54650177f28e7759499928ce78af410ea9a159fa3703cf2098aae227b6bc126cb4be35f8637ef6e15c7df94fb8ce4145bd
+srccontainersize 8440
+srccontainerchecksum 4a7eee61a02bf3ff6a6307851f7abb797831e1c4f63c4db27f0e897f2408f88682a6c89ec5d28a0844d6b0d336966dd7f3b9c800e2062f5b88f9b0a033436ca5
srcfiles size=21
texmf-dist/source/support/texplate/main/kotlin/org/islandoftex/texplate/Main.kt
texmf-dist/source/support/texplate/main/kotlin/org/islandoftex/texplate/TemplateProcessing.kt
@@ -330168,7 +331301,7 @@ srcfiles size=21
texmf-dist/source/support/texplate/main/kotlin/org/islandoftex/texplate/util/ValidatorUtils.kt
texmf-dist/source/support/texplate/main/resources/org/islandoftex/texplate/templates/texplate-article.toml
texmf-dist/source/support/texplate/main/resources/org/islandoftex/texplate/templates/texplate-standalone.toml
-runfiles size=878
+runfiles size=903
texmf-dist/scripts/texplate/texplate.jar
texmf-dist/scripts/texplate/texplate.sh
catalogue-contact-bugs https://gitlab.com/islandoftex/texplate/-/issues
@@ -330176,7 +331309,7 @@ catalogue-contact-repository https://gitlab.com/islandoftex/texplate
catalogue-ctan /support/texplate
catalogue-license bsd3
catalogue-topics doc-gen gentex doc-templ
-catalogue-version 1.0.4
+catalogue-version 1.0.6
name texplate.aarch64-linux
category Package
@@ -331134,31 +332267,32 @@ catalogue-version 1.1
name texvc
category Package
-revision 46844
+revision 71883
shortdesc Use MediaWiki LaTeX commands
relocated 1
longdesc User MediaWiki LaTeX commands to copy and past formulae from
longdesc MediaWiki to LaTeX documents.
-containersize 1544
-containerchecksum cc149d490180e58e9796ae0bc962e51794400384671eee53c932acef88512a129dc3d87ea4378247813acbd3ead010014ab71bd1717b6edb0bef4b7856be8aeb
-doccontainersize 252440
-doccontainerchecksum e8639a2ffdd2d40b27545c3f4265e473bfbd81a028632a082199fb0dba7ea0b0468bdae488a9eeea63578bdd610f7e16d4f4da846f9316dabf5645af95fc8cab
-docfiles size=67
+containersize 1532
+containerchecksum 67e22d174123a0165069a4d503ef065e8b500473f12adddfdd85bd73e96f8fbf88271614ee97fbff8541195c11e493ecac9382919173aa7119fd766e6faebb51
+doccontainersize 305180
+doccontainerchecksum 6dec6dfa8e19e8007b0581bef06389ae99cad1ef9d97ff9fce3edb3f7660117301e34a308caa7fcd202564be214b73873b023bb67df29f391a4bad346028d8ee
+docfiles size=82
RELOC/doc/latex/texvc/LICENSE
RELOC/doc/latex/texvc/README.md details="Readme"
RELOC/doc/latex/texvc/texvc.pdf details="Package documentation"
-srccontainersize 4016
-srccontainerchecksum 4bbcf12af602c328084e76e339d9ca33c205f08faf489be3008fa5fe0b424631e940baee1da9144fafac42e09fd2d27a7726c16e159cfe24c70d32ae1014d198
-srcfiles size=7
+srccontainersize 4432
+srccontainerchecksum 129c2d9c25549410de3d87187d94c9e6e3d4bf43312b9e9f48eca7359997a7867776f2c7f281f495abe27463f4c9b1132055827c367b08a74d7c97ee82c7c846
+srcfiles size=8
+ RELOC/source/latex/texvc/Makefile
RELOC/source/latex/texvc/texvc.dtx
RELOC/source/latex/texvc/texvc.ins
runfiles size=1
RELOC/tex/latex/texvc/texvc.sty
-catalogue-contact-repository https://github.com/ag-gipp/texvc-latex
+catalogue-contact-repository https://github.com/MaRDI4NFDI/texvc-ctan
catalogue-ctan /macros/latex/contrib/texvc
catalogue-license lppl1.3
catalogue-topics foreign-import
-catalogue-version 1.1
+catalogue-version 1.2
name texware
category TLCore
@@ -334833,7 +335967,7 @@ catalogue-version 0.1.2
name tikzbricks
category Package
-revision 71097
+revision 71933
shortdesc Drawing bricks with TikZ
relocated 1
longdesc A small LaTeX package to draw bricks with TikZ. The user can
@@ -334842,17 +335976,17 @@ depend epstopdf-pkg
depend iftex
depend pgf
depend tikz-3dplot
-containersize 4260
-containerchecksum aec181b4a7841d87a47ed5644b163eaf5ec4bdda1298fd374d6c3fda54e313b2423d23c4e405b6ac3844d81e3bc3cf83eea10bb8d0494d0be7e2225ffe89e483
-doccontainersize 243900
-doccontainerchecksum f4f16ce8415e0fe47b84676704423358d51fe196780d25788ac0241c762d1e371a04fb07eaf582248645b60f336189b24b43b0a39ba7620e4f552b35ebe2bcc4
-docfiles size=65
+containersize 2316
+containerchecksum 466c917f578b07748064f47b5e1af8b299a4dfc209b9ad0a33d67e8153db64e2fe7317a7438d918452a04b016ca95c924291b733576c7b5377ea35d5028fb59b
+doccontainersize 245772
+doccontainerchecksum 6b20fb8862c923e2f2bc99813ff68f22b7b02251b52a27adcab989ab593c202a25448c524a7fd2e5d880a3b3e53afb9fa8b86ff7c4361673cf3ba1b633c94dfa
+docfiles size=67
RELOC/doc/latex/tikzbricks/DEPENDS.txt
RELOC/doc/latex/tikzbricks/README.md details="Readme"
+ RELOC/doc/latex/tikzbricks/tikzbricks-doc-settings.sty
RELOC/doc/latex/tikzbricks/tikzbricks-doc.pdf details="Package documentation"
RELOC/doc/latex/tikzbricks/tikzbricks-doc.tex
-runfiles size=4
- RELOC/tex/latex/tikzbricks/tikzbricks-doc-settings.sty
+runfiles size=2
RELOC/tex/latex/tikzbricks/tikzbricks.sty
catalogue-also tikzducks tikzmarmots tikzlings
catalogue-contact-repository https://github.com/samcarter/tikzbricks
@@ -337013,7 +338147,7 @@ catalogue-version 1.45c
name tkz-elements
category Package
-revision 71130
+revision 71827
shortdesc A Lua library for drawing Euclidean geometry with TikZ or tkz-euclide
relocated 1
longdesc This package provides a library written in Lua, allowing to
@@ -337024,11 +338158,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 22080
-containerchecksum bff2391e7643ef87c5b86da2466fd060a0b2d7b2d1d7fa8ffa1a63be1aeeea834f2e042f83a3bbd3e4d400f8f52001ac34f2fe9430a69623ca20d00f42b71044
-doccontainersize 817152
-doccontainerchecksum f404769b4a847584ca629adbd15a754922daba0cd4a8e891668c1a5c39fe5a8ecb6b34f5601d64199943bdd1d1f5c9e54bd2357fb8def306d22ade9156de1124
-docfiles size=321
+containersize 22248
+containerchecksum 30cdcb160c2025235e39b4daa0a25bf00d154ef0de55aea6cac0a6c2ce23d7a93ccacb9d570118e34ba8a2858645dedb4b0df0caf28e5cc06f9a253f7ec22004
+doccontainersize 939500
+doccontainerchecksum 1e7516f892489d3f3264a19a4c148c0cfcc794ebf33e7466f887bdd2692b4569ac98e200c7c75f733dbeca8f75ce7cfc741b1ffacfb36d5dc673cd16c6429c22
+docfiles size=370
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
@@ -337096,7 +338230,7 @@ catalogue-contact-home https://altermundus.fr
catalogue-ctan /macros/latex/contrib/tkz/tkz-elements
catalogue-license lppl1.3
catalogue-topics maths calculation luatex
-catalogue-version 2.25c
+catalogue-version 2.30c
name tkz-euclide
category Package
@@ -337283,7 +338417,7 @@ catalogue-version 2.0
name tkz-grapheur
category Package
-revision 71590
+revision 71805
shortdesc A LaTeX package with tools for graph plotting (and TikZ)
relocated 1
longdesc This package provides some commands to help French mathematics
@@ -337292,11 +338426,11 @@ longdesc and draw functions and interpolations curves work with
longdesc integrals, tangents, intersersections get coordinates of points
longdesc ... The syntax is rather explicit, like \DefinirCourbe,
longdesc \RecupererCoordonnees,\TrouverIntersections, etc.
-containersize 15084
-containerchecksum 94ae20bb543cbe78c7437ffc487d83a3a15da7f065ad71c929df269dd5de3f6369f88b6deb121ca7a7b18646475318287500c16433b5958e9ce5b2e81fe6f39b
-doccontainersize 1621240
-doccontainerchecksum 043920a8b6dc87d21faf3341ee7ccfb51f427869f6876789025d1b29f93b12b9407a8c251886266bb0e1c498bd1914aeddbbd00313593ee8f094c5f7425695f1
-docfiles size=493
+containersize 15900
+containerchecksum bc7f168c6e971b829f9703c0c86e311a233a5b7ed47fdfe1bd79753450062cfe4909eb48b547d3987a615d7834dd0c8faefbb794273434860f1af1f6fe123c25
+doccontainersize 2584692
+doccontainerchecksum dc5a8d5ccd301958b608d279e77082c629e9319799aed2b4ea2c8391f4f6b90e4fe6624c00c16066098df372e8cb4363420434f3db74aff9e7c8655851553509
+docfiles size=734
RELOC/doc/latex/tkz-grapheur/README.md details="Readme"
RELOC/doc/latex/tkz-grapheur/tkz-grapheur-doc-en.pdf details="Package documentation (English)" language="en"
RELOC/doc/latex/tkz-grapheur/tkz-grapheur-doc-en.tex
@@ -337306,13 +338440,13 @@ docfiles size=493
RELOC/doc/latex/tkz-grapheur/tkz-grapheur-examples-integrals.tex
RELOC/doc/latex/tkz-grapheur/tkz-grapheur-exemples-integrales.pdf details="Example of use (French)" language="fr"
RELOC/doc/latex/tkz-grapheur/tkz-grapheur-exemples-integrales.tex
-runfiles size=37
+runfiles size=38
RELOC/tex/latex/tkz-grapheur/tkz-grapheur.sty
catalogue-contact-repository https://forge.apps.education.fr/pierquetcedric/package-latex-tkz-grapheur
catalogue-ctan /graphics/pgf/contrib/tkz-grapheur
catalogue-license lppl1.3c
catalogue-topics graphics maths graphics-plotfn pgf-tikz
-catalogue-version 0.1.5
+catalogue-version 0.1.6
name tkz-orm
category Package
@@ -344845,15 +345979,15 @@ catalogue-version 0.2
name tramlines
category Package
-revision 65692
+revision 71842
shortdesc A package for creating tramlines (lines above and below a title used by lawyers in the UK)
relocated 1
longdesc This package automatically creates tramlines (lines above and
longdesc below a title used by lawyers in the UK and the Commonwealth).
containersize 1068
-containerchecksum d30a7a7ee30f933163f5462ce00b63e82bbe65b2d08b2b530004c22f7fdd884c99d44423aa98ee4176f0d7cab159799984a399ce26315d0af6522babf7b3f646
-doccontainersize 59588
-doccontainerchecksum 209f4af2dbc0993c3f3b454c2d030c2f69e43403d50721a2c1e7159c1ed1cd95a01c76bd1821d1f281c4b1fd516b3084799d5877acb500453008c3e7e1b15b5b
+containerchecksum debc889a2fd4649e147196c5d2bb9dd8750d40f73b759839078c0c3bd74ff3d33ffeeb769e19af8310bea367fbee08cf44215f6b2bac48713d8dd56dc6eed56c
+doccontainersize 61644
+doccontainerchecksum e7a212ab729c0525963dc79d57e2b7f01ac087fcc61fbe46668b04be28edb941b2bc7105e8925e8ad534fd099fb9bd117ea4b7726239c279143117ec386678d6
docfiles size=18
RELOC/doc/latex/tramlines/README details="Readme"
RELOC/doc/latex/tramlines/tramlines-documentation.pdf details="Package documentation"
@@ -344864,7 +345998,7 @@ catalogue-contact-home https://github.com/ezgranet/tramlines
catalogue-ctan /macros/latex/contrib/tramlines
catalogue-license lppl1.3c cc-by-sa-3
catalogue-topics headings legal
-catalogue-version 1.1.0
+catalogue-version 1.1.1
name translation-array-fr
category Package
@@ -345974,7 +347108,7 @@ catalogue-version 1.0
name tuda-ci
category Package
-revision 71689
+revision 71696
shortdesc LaTeX templates of Technische Universitat Darmstadt
relocated 1
longdesc The TUDa-CI-Bundle provides a possibility to use the Corporate
@@ -345982,10 +347116,10 @@ longdesc Design of TU Darmstadt in LaTeX. It contains documentclasses as
longdesc well as some helper packages and config files together with
longdesc some templates for user documentation, which currently are only
longdesc available in German.
-containersize 49160
-containerchecksum 210dcbf9605a08c779b86a083a4b958cdab5731abe245de3fffe8968ef06034a25a32ab65f38b14d3ee279a5e334f96238ee16fb9f84bdacb0ba4b58b1d84b4f
-doccontainersize 1174940
-doccontainerchecksum 612fe9ae9b49322711e0fc46e999b4f792af4680751473bc6146f5ce29cfbb52837ecc572ccdf34d1f49ae15a6fde3fbf962ec5212582695ad35e716ed75983c
+containersize 49164
+containerchecksum 2fb31edecce8381636843368bc8577869cda2c4e01a7f452f11628639fe95030d928135b286489d30e925b041919bac6ca63eb4c7e806ed29f472fcd7da92b53
+doccontainersize 1175524
+doccontainerchecksum 4bf0c5264bf641bccae46467f5e39b7c088afa9ebe9987546a808824ae416c99329762fb147837d8a5753589b4ff37474d0120fbea461dbc1d9f825f8424212c
docfiles size=1751
RELOC/doc/latex/tuda-ci/DEMO-TUDaAnnouncement.pdf
RELOC/doc/latex/tuda-ci/DEMO-TUDaAnnouncement.tex
@@ -346014,7 +347148,7 @@ docfiles size=1751
RELOC/doc/latex/tuda-ci/DEMO-TUDaThesis.pdf details="Example bachelor's thesis" language="de"
RELOC/doc/latex/tuda-ci/DEMO-TUDaThesis.tex
RELOC/doc/latex/tuda-ci/README.md details="Readme"
-runfiles size=94
+runfiles size=95
RELOC/tex/latex/tuda-ci/beamercolorthemeTUDa.sty
RELOC/tex/latex/tuda-ci/beamercolorthemeTUDa2008.sty
RELOC/tex/latex/tuda-ci/beamerfontthemeTUDa.sty
@@ -346057,7 +347191,7 @@ catalogue-contact-repository https://github.com/tudace/tuda_latex_templates
catalogue-ctan /macros/latex/contrib/tuda-ci
catalogue-license lppl1.3c
catalogue-topics class doc-templ letter dissertation presentation poster std-conform
-catalogue-version 3.40
+catalogue-version 3.41
name tudscr
category Package
@@ -346545,16 +347679,16 @@ catalogue-version 1.3a
name tutodoc
category Package
-revision 69343
+revision 72104
shortdesc Typeset tutorial-like documentations
relocated 1
longdesc This package provides some macros to write documentation of
longdesc LaTeX packages in a tutorial style.
-containersize 7456
-containerchecksum acd6fc6114ab1c25259485514b54d848b75cb5f45dc05cdb8324a91b127031c0db8c84c445b0e1b429dc1a5ca0a6a394987465363265c0f830ea60e72c6ab7de
-doccontainersize 1301892
-doccontainerchecksum 8f58c8eaa4db17315d69088b9cb446b90504fe62395fcb07495742695f2c8e8215ab76596d4d98cad3c432f3e6079a2ec3088074345d0ace4d309db3163ce405
-docfiles size=375
+containersize 7508
+containerchecksum 55ec82a7d94fdb697d53fb948941200d41f53c738e6b5afa89b5c6f75b53997c2d4d57b818e0db4a7f9003c8991c483194a6d2ca53b4f7da4aa62c474132ba93
+doccontainersize 1319644
+doccontainerchecksum defb7e3eadb44c491f85675a27342ad95809f82e249f4b7b69bb1f0698101087a6654b8923d1173eddc2c1e16dd00d3aced5bb0f520a5918f7a6afcd8c91b7b8
+docfiles size=376
RELOC/doc/latex/tutodoc/MANIFEST.md
RELOC/doc/latex/tutodoc/README.md details="Readme"
RELOC/doc/latex/tutodoc/tutodoc-en.pdf details="Package documentation" language="en"
@@ -346569,25 +347703,24 @@ catalogue-contact-repository https://github.com/bc-tools/for-latex
catalogue-ctan /macros/latex/contrib/tutodoc
catalogue-license gpl3
catalogue-topics doc-tool expl3
-catalogue-version 1.1.0
+catalogue-version 1.2.0-a
name twemoji-colr
category Package
-revision 64854
+revision 71991
shortdesc Twemoji font in COLR/CPAL layered format
relocated 1
longdesc This is a COLR/CPAL-based color OpenType font from the Twemoji
longdesc collection of emoji images.
-containersize 581228
-containerchecksum abc9583bbfd3690ff52b2341e74166fb70eb0f6abbaf99b01b0f24b818abbe3cd7556ef9cdc3cf58c056a038fe6fc3bdd45199c437a7eab99b300622e8d7308a
+containersize 581212
+containerchecksum a2d58684d4bfed7276a6842b755b4c472c7ca4859e026af5a960d3452bf18512317dce7138f9bf3a7b88cee30705a43f737e16d0565d861a48bc45e0298bdd22
doccontainersize 712
-doccontainerchecksum 90e01641e73702fe012510bf3c9cf741bbeb594d528b2eb69487bd57beeff59c27ab397902b3c42d5dd1b5745e5b69d0db80b3b2d399bb1ba67e2c85d14a88b5
+doccontainerchecksum 7f622b7778e7ba695d8b48c309ddd0f85d11107ecb7cf667e88c4580d1286a80d3e765ad20139bb6cea4cdc783911efcaa522c85e97c2a66adaa3918d083215f
docfiles size=1
RELOC/doc/fonts/twemoji-colr/README.md details="Readme"
runfiles size=360
RELOC/fonts/truetype/public/twemoji-colr/TwemojiMozilla.ttf
catalogue-contact-bugs https://github.com/mozilla/twemoji-colr/issues
-catalogue-contact-home https://twemoji.twitter.com/
catalogue-contact-repository https://github.com/mozilla/twemoji-colr
catalogue-ctan /fonts/twemoji-colr
catalogue-license cc-by-sa-4 apache2
@@ -347597,7 +348730,7 @@ catalogue-version 0.4.7
name typog
category Package
-revision 71202
+revision 71883
shortdesc Typographic fine-tuning and micro-typographic enhancements
longdesc This package provides macros for micro-typographic
longdesc enhancements. It covers a variety of topics: Precise
@@ -347613,15 +348746,14 @@ longdesc to flag interesting parts of the information deluge typically
longdesc accumulating in a LaTeX log-file and an associated tool,
longdesc typog-grep, that selectively retrieves these parts.
depend typog.ARCH
-containersize 12904
-containerchecksum 09ffe0ce16384d79e8d415aaee1d4a8d5d0d0dbebfbf5d5e53264c694510540b1eeebc808861b1a8db15456573decaee6871d1672b6a037c711eb59277f4f54a
-doccontainersize 1824604
-doccontainerchecksum ca34927262bc6288c1b249bdcc3b3cf3604c8d7bbf091e4865765bd7516e013e99dfe6769099d5ed365b0fedde431b83e8b30abbec7a671096fe9a6a5ba4e7b3
-docfiles size=485
+containersize 14776
+containerchecksum c6ab5f35e8a6999047dc1c1418c881352271720240b48875e999f94dfe6bbec6fc463f29d64cc61cd010305872c9feb505aa4b7b035593806669564775da4cac
+doccontainersize 1945644
+doccontainerchecksum 3addc316d0c0a705ea105e6f164d5700063fd7ed739c6b83935e3dde61fb263f23243709a351448a57f63521ed715220702d49ba300dd08778285d86d9a78d1c
+docfiles size=527
+ texmf-dist/doc/latex/typog/LICENSE
texmf-dist/doc/latex/typog/README.md details="Readme"
- texmf-dist/doc/latex/typog/RELEASE-HOWTO.md
texmf-dist/doc/latex/typog/crooked-paragraphs.mp
- texmf-dist/doc/latex/typog/index.md
texmf-dist/doc/latex/typog/slant-angle.mp
texmf-dist/doc/latex/typog/smooth-parshapes.mp
texmf-dist/doc/latex/typog/teximan2latex.sed
@@ -347629,19 +348761,23 @@ docfiles size=485
texmf-dist/doc/latex/typog/typog-example.pdf details="Examples of use"
texmf-dist/doc/latex/typog/typog-example.tex
texmf-dist/doc/latex/typog/typog-grep.1.pdf details="Man page for typog-grep"
+ texmf-dist/doc/latex/typog/typog-grep.pl.in
texmf-dist/doc/latex/typog/typog-grep.pod
- texmf-dist/doc/latex/typog/typog-nomt.tex
+ texmf-dist/doc/latex/typog/typog-grep.version.sed
+ texmf-dist/doc/latex/typog/typog-minimal-test.tex
+ texmf-dist/doc/latex/typog/typog-without-microtype-test.tex
+ texmf-dist/doc/latex/typog/typog.gst
texmf-dist/doc/latex/typog/typog.ist
texmf-dist/doc/latex/typog/typog.pdf details="Package documentation"
texmf-dist/doc/man/man1/typog-grep.1
texmf-dist/doc/man/man1/typog-grep.man1.pdf
-srccontainersize 74392
-srccontainerchecksum 830d65b065d4a7bc144f2ab7402f6f719be615c8894afb7f3881a63bbcbdc2c60face180bbc466fbc9fb78b219464d8df4a6474eacdfc20d50cb4178b355d78b
-srcfiles size=89
+srccontainersize 87608
+srccontainerchecksum 19775c518c46cda73643ffb6bf36750f93f55b9e7e7c8b9d456d8e7a9cc7904cdb26507c2cf0b2915e3a1c8f6ae4e07be6227a79af6d6d1a8541813897bd3edf
+srcfiles size=107
texmf-dist/source/latex/typog/Makefile
texmf-dist/source/latex/typog/typog.dtx
texmf-dist/source/latex/typog/typog.ins
-runfiles size=18
+runfiles size=21
texmf-dist/scripts/typog/typog-grep.pl
texmf-dist/tex/latex/typog/typog.sty
catalogue-contact-bugs https://github.com/cspiel/typog/issues
@@ -347649,7 +348785,7 @@ catalogue-contact-repository https://github.com/cspiel/typog
catalogue-ctan /macros/latex/contrib/typog
catalogue-license lppl1.3c
catalogue-topics micro-layout letterspace
-catalogue-version 0.3
+catalogue-version 0.4
name typog.aarch64-linux
category Package
@@ -352773,7 +353909,7 @@ binfiles arch=x86_64-solaris size=1
name ulthese
category Package
-revision 60217
+revision 71697
shortdesc Thesis class and templates for Universite Laval
relocated 1
longdesc The package provides a class based on memoir to prepare theses
@@ -352784,11 +353920,11 @@ longdesc for the various types of theses and memoirs offered at Laval.
longdesc Please note that the documentation for the class and the
longdesc comments in the templates are all written in French, the
longdesc language of the target audience.
-containersize 59872
-containerchecksum 23a9ad74b214612051104fb111808caf9c6bb2056f129265e77bc76370c293248a7903a5bc99183998061bb18409d86508cd488a4e82487726e17599f5948101
-doccontainersize 258940
-doccontainerchecksum f7e062e470c524746898e88e2f07cdbcc58c1bd3dd5c04b1f0f1e7e7e6c9fe9968ff68ef2f2a95f25405c7901d937a32ed92b752b6c74fa228237b08645a757c
-docfiles size=87
+containersize 59784
+containerchecksum 722e362807d041be52e2424b3be111ae47afe4b26cbb4b4c9bde502a4c61ddcd47804e76e9f6c007e2c28a1592ee116b8031fece12d6fde5a85f70279fc67a5d
+doccontainersize 134924
+doccontainerchecksum 5bc9934fa33c6edda30a184c2f83779ae0fd7add3f76f599a3279eadb3a47452654f8c673d409adcd6f77729d416d0ddd24a6b9b86370fa3d4e58faf945a82e3
+docfiles size=54
RELOC/doc/latex/ulthese/README.md details="Readme (in French)" language="fr"
RELOC/doc/latex/ulthese/abstract.tex
RELOC/doc/latex/ulthese/annexe.tex
@@ -352808,9 +353944,9 @@ docfiles size=87
RELOC/doc/latex/ulthese/remerciements.tex
RELOC/doc/latex/ulthese/resume.tex
RELOC/doc/latex/ulthese/ulthese.pdf details="Package documentation" language="fr"
-srccontainersize 27228
-srccontainerchecksum 545c1b5e53c093a1ea29ca73fdd4c3c355dc34a225651d774c31a6dc64acb2dc20d78421fc939bae4d324d6c6e5ce2e4f82ddac6ed935ec8de7e1f530aa5f30d
-srcfiles size=28
+srccontainersize 24772
+srccontainerchecksum a5b68983e99ac2cff0c496b3a8f38969ddda04b7b9bf4c59d281d97bea24dbd74c83bf768a165680e3490afe932cf8c90aaacb23ddbf6f493fa7409d4fcea7c0
+srcfiles size=25
RELOC/source/latex/ulthese/ulthese.dtx
RELOC/source/latex/ulthese/ulthese.ins
runfiles size=47
@@ -352818,11 +353954,14 @@ runfiles size=47
RELOC/tex/latex/ulthese/ul_p.pdf
RELOC/tex/latex/ulthese/ulthese.cls
catalogue-also memoir babel
+catalogue-contact-announce https://gitlab.com/vigou3/ulthese/-/releases
+catalogue-contact-bugs https://gitlab.com/vigou3/ulthese/-/issues
+catalogue-contact-home https://vigou3.gitlab.io/ulthese/
catalogue-contact-repository https://gitlab.com/vigou3/ulthese
catalogue-ctan /macros/latex/contrib/ulthese
catalogue-license lppl1.3c
catalogue-topics dissertation class french
-catalogue-version 5.3a
+catalogue-version 6.0
name umbclegislation
category Package
@@ -353137,7 +354276,7 @@ catalogue-version 2.1
name unbtex
category Package
-revision 70307
+revision 71708
shortdesc A class for theses at University of Brasilia (UnB)
relocated 1
longdesc This package provides a class based on abnTeX and compatible
@@ -353148,11 +354287,11 @@ longdesc theses for undergraduate and graduate programs at UnB. The
longdesc documentation for the class and the comments in the templates
longdesc are all written in Portuguese, the language of the target
longdesc audience.
-containersize 9520
-containerchecksum af03fc2d6a8167f0ee1ca87ed17593cb69743b4757629ff97ea90976986bf8ab9797e17c6863184c93367ec28835d60534517af58710e568e0d9fec031c341c8
-doccontainersize 648468
-doccontainerchecksum 3396dc310af81cc796b13a1e6e26376391d3df52794260d6ffbebddc34088aa3ad1c56e1f727c0496224e5ebe7990688822eb279a354ee2cc3a4eb434d3c8943
-docfiles size=301
+containersize 9740
+containerchecksum ada65066ba426ced0e4387797cae2d30fdfc4180359cfe03f9126ba34768dec651d30a71559bcd6a11c6d1261794e8d865bd984ec8b937903647852d2d55743d
+doccontainersize 659624
+doccontainerchecksum eeaaea34e9cc2ac2fffcebb0a7aad4e0e07187e27d531eb46498fb92be3e9dd635d0ef221bcc2903830bd81e811cc03dca970cc0087e645e5cde2dcb588794fc
+docfiles size=303
RELOC/doc/latex/unbtex/README.md details="Readme"
RELOC/doc/latex/unbtex/unbtex-example.pdf details="Example of use" language="pt-br"
RELOC/doc/latex/unbtex/unbtex-example.tex
@@ -353187,7 +354326,7 @@ runfiles size=9
catalogue-ctan /macros/latex/contrib/unbtex
catalogue-license lppl1.3
catalogue-topics class doc-templ dissertation portuguese-br
-catalogue-version 1.5.1
+catalogue-version 1.5.2
name undar-digitacion
category Package
@@ -354544,7 +355683,7 @@ catalogue-topics font font-body font-sans font-proportional font-otf font-type1
name univie-ling
category Package
-revision 71635
+revision 71883
shortdesc Papers, theses and research proposals in (Applied) Linguistics at Vienna University
relocated 1
longdesc This bundle provides LaTeX2e classes, BibLaTeX files, and
@@ -354558,11 +355697,11 @@ longdesc context. The classes can also be used for General and
longdesc Historical Linguistics as well as for other fields of study at
longdesc Vienna University. In this case, however, some settings may
longdesc have to be adjusted.
-containersize 165472
-containerchecksum a4dbc600a7c6848ecce45d8b8195eff8171f6e7c0614bd8866dabcc8708c1ef029a302fc3a493ad69687bdcd943af722c5f70dcce8a6161e24da7a6d0f8ca8d0
-doccontainersize 3784704
-doccontainerchecksum d1880568a04a98e4d7fd9fe21547272f47574748362d791b34e4676d21b6b41b5b1c2704ec759194e0d63c15d956ef42c098ce487f341ab4bb80d8c51d92931c
-docfiles size=1372
+containersize 165488
+containerchecksum f2c61129301cf0de95c0679978d41741bfe5441cf1ca9ed56234e9090cfa682f3ceae0cd6b8aeeb2db2946570853705710bb24e7e6676d739016cbf5d73f110f
+doccontainersize 3794148
+doccontainerchecksum b316ed856c5bd1b4ddd2c5aa07576b2bd4c48c94133cbaf6d7e9419bac6c0a2e854b307a00be1a7830b8d422dd57c32a540e8c348d97176613b3c7ce59d8d0a5
+docfiles size=1384
RELOC/doc/latex/univie-ling/README details="Readme"
RELOC/doc/latex/univie-ling/templates/template-expose-deutsch.pdf
RELOC/doc/latex/univie-ling/templates/template-expose-deutsch.tex
@@ -354622,7 +355761,7 @@ catalogue-contact-repository https://github.com/jspitz/univie-ling
catalogue-ctan /macros/latex/contrib/univie-ling
catalogue-license lppl1.3
catalogue-topics linguistic class dissertation article-like misc-paper std-conform
-catalogue-version 2.6
+catalogue-version 2.7
name unizgklasa
category Package
@@ -356516,7 +357655,7 @@ catalogue-version 1.0
name ut-thesis
category Package
-revision 65767
+revision 71906
shortdesc University of Toronto thesis style
relocated 1
longdesc This LaTeX document class implements the formatting
@@ -356524,15 +357663,15 @@ longdesc requirements of the University of Toronto School of Graduate
longdesc Studies (SGS), as of Fall 2020 (
longdesc https://www.sgs.utoronto.ca/academic-progress/program-completio
longdesc n/formatting). For example usage, see the GitHub repository.
-containersize 2632
-containerchecksum a5a9c3028582fd2c379f00adb5d6abc650d0d89c3a802726c6e4c0e86f9083c445a9a431bec9be956ef242a0b3051f32eb5b63387e2fa380961195cca8d3832a
-doccontainersize 134036
-doccontainerchecksum d1e28a7d927620e259caee4c4affa8af9aad67089a0886f098ff85d96bfa473863aa4c9f6ef225629fe3c97b7505a9bb73802ef861c4198002ae1af4456b1cbc
+containersize 2636
+containerchecksum c9ab0ed0aefbbb5cf442c9da583a6841644dc3fa10abbdd3aa3a8306d7e999c841d2a8158a78a04b1322310f7cb47e053e511aaf36430d0d7f6ea4258590b2a1
+doccontainersize 134280
+doccontainerchecksum ec49acc1549238829919881703803369729c87d15c944f9b57ccde7e71aa5e78cf1119ac178a5828724edd64d4d7877a819998746246f2b3730abfdf18671b79
docfiles size=35
RELOC/doc/latex/ut-thesis/README details="Readme"
RELOC/doc/latex/ut-thesis/ut-thesis.pdf details="Package documentation"
-srccontainersize 6868
-srccontainerchecksum 0ed214fa702923f6a9599bcbadd0e670545d308c32502ffeb4381e64d2f5aec4cba6b74f44e208789d9626d160b111409b5b70c46b3bd9d311d9294a4b57df80
+srccontainersize 6860
+srccontainerchecksum 320e26bdb3f48d1519d337386b8f1e9832594129e9155cc8aafb93079ba666c10327d38844ff3ce2f4951f456c59bf64d3a14e6937ed67f8a82cbb533fb3fea4
srcfiles size=6
RELOC/source/latex/ut-thesis/ut-thesis.dtx
RELOC/source/latex/ut-thesis/ut-thesis.ins
@@ -356544,7 +357683,7 @@ catalogue-contact-repository https://github.com/jessexknight/ut-thesis
catalogue-ctan /macros/latex/contrib/ut-thesis
catalogue-license lppl1.3c
catalogue-topics dissertation class std-conform
-catalogue-version 3.1.7
+catalogue-version 3.1.8
name utexasthesis
category Package
@@ -364526,7 +365665,7 @@ catalogue-version 0.1
name wheelchart
category Package
-revision 70505
+revision 71928
shortdesc Diagrams with circular or other shapes using TikZ and LaTeX3
relocated 1
longdesc This package is based on the package TikZ and can be used to
@@ -364537,10 +365676,10 @@ longdesc several options to customize the diagrams. It is also possible
longdesc to specify a plot for the shape of the chart. Furthermore a
longdesc legend can be added and the table of contents can be displayed
longdesc as one of these diagrams.
-containersize 17428
-containerchecksum 3c3ef32f9dcc3174c844ecce84e97441b30c142958a59868eba1d1d10d0ed3278e340d670c2005c2c2767d4568322e5db6ce29e9b945f37b06c35da91ca35587
-doccontainersize 1172288
-doccontainerchecksum 17abd5c31f5983ed63f6d23db8c8f37181b091094e56160a8d950a60cc6e5c62decb51951dff306407edc1bd2f1e87cbab496fa336d63969d56161530200839d
+containersize 17608
+containerchecksum 45784522598bb03dca5eb5ea10ed1cdb1dcad97228698755c4208f0da84a0b33ad8898092e9dfe485883685b2b9a27a33a42e7d61fb3f6106d71196d8ba71264
+doccontainersize 1170716
+doccontainerchecksum 99042b5a22a0f8377c95477c42edf2710ea7f419612bc60d820095c122773b284a745b050ccb58babbca49bff5409f55d2bd20ea5cbe3617df6a7e2d4c8f840e
docfiles size=325
RELOC/doc/latex/wheelchart/README.md details="Readme"
RELOC/doc/latex/wheelchart/wheelchart.pdf details="Package documentation"
@@ -364550,7 +365689,7 @@ runfiles size=38
catalogue-ctan /graphics/pgf/contrib/wheelchart
catalogue-license lppl1.3c
catalogue-topics graphics pgf-tikz expl3
-catalogue-version 3.0
+catalogue-version 4.0
name widetable
category Package
@@ -365186,30 +366325,30 @@ binfiles arch=x86_64-solaris size=1
name wordle
category Package
-revision 68170
+revision 72059
shortdesc Create wordle grids
relocated 1
longdesc This package provides environments (in French or English) to
longdesc display wordle grids: \begin{WordleGrid} for the English
longdesc version, \begin{GrilleSutom} for the French version.
-containersize 2724
-containerchecksum fe32704e323185cdc9fcbd3e87bf02c4c0870af501de731ea1b05056cc7e57861042b111a3307597969351960bb99086f99f8577b70e8e6b31cfbc9cf8825157
-doccontainersize 451064
-doccontainerchecksum 38f168ddfdab5e786a4ad5b42f726e7895178e949c04f75ffd2f14fb42d77bf6e8afe22df5b87fecf8490be61aa3edde0dafaa91191f459e4378878aa575e8c8
-docfiles size=146
+containersize 5916
+containerchecksum b80f6bee127b9bb8a06c4b6d905190a297208528acde6bff258c9927468bf492602a448b9d28126c845ffa9526f086f7d1808306d30a86406e9de0a3a0320032
+doccontainersize 501336
+doccontainerchecksum 0bf1de373437139ec4a192c168fd209d25fe6d595f15aa51b17f7b292e43f045ecef42629bdafe59adf824495eeb130f5a1b5f7fa36b363506e887e2e7e5e1bf
+docfiles size=144
RELOC/doc/latex/wordle/README.md details="Readme"
RELOC/doc/latex/wordle/wordle-doc-en.pdf details="Package documentation"
RELOC/doc/latex/wordle/wordle-doc-en.tex
RELOC/doc/latex/wordle/wordle-doc-fr.pdf details="Package documentation" language="fr"
RELOC/doc/latex/wordle/wordle-doc-fr.tex
-runfiles size=3
+runfiles size=7
RELOC/tex/latex/wordle/wordle.sty
-catalogue-contact-repository https://github.com/cpierquet/wordle
-catalogue-contact-support https://github.com/cpierquet/wordle/issues
+catalogue-contact-repository https://github.com/AndrewMathas/Wordle
+catalogue-contact-support https://github.com/AndrewMathas/Wordle/issues
catalogue-ctan /graphics/pgf/contrib/wordle
catalogue-license lppl1.3c
catalogue-topics games pgf-tikz
-catalogue-version 0.1.1
+catalogue-version 0.3.0
name wordlike
category Package
@@ -365696,6 +366835,28 @@ catalogue-license lppl1.3c
catalogue-topics text-flow expl3
catalogue-version 0.3
+name wrapstuff-doc-en
+category Package
+revision 71835
+shortdesc English version of the wrapstuff package documentation
+relocated 1
+longdesc This package provides an English translation of the
+longdesc documentation for the wrapstuff package.
+containersize 436
+containerchecksum 21ae0ae219a10f983870cdf01542e48922b88cc3c83d02576469b2e46f704fafac03d27fd809a1b375ff5363e9061c4fc2caecd4b8a719aa31cc467ee981e3d6
+doccontainersize 340012
+doccontainerchecksum d23c70e128c225d21a8e10f0fec1d462e1c0493e14e411244c0333758f20de5ef9671a4db459fa8a77990f5733fc74859476a9a08be112ec747707a87a8c8e3b
+docfiles size=89
+ RELOC/doc/latex/wrapstuff-doc-en/README.md details="Readme"
+ RELOC/doc/latex/wrapstuff-doc-en/wrapstuff-doc-en.pdf details="The document itself"
+ RELOC/doc/latex/wrapstuff-doc-en/wrapstuff-doc-en.tex
+catalogue-contact-bugs https://github.com/SwitWu/wrapstuff-doc-en/issues
+catalogue-contact-repository https://github.com/SwitWu/wrapstuff-doc-en
+catalogue-ctan /info/wrapstuff-doc-en
+catalogue-license lppl1.3c
+catalogue-topics documentation docu-pkg translation
+catalogue-version 0.3
+
name writeongrid
category Package
revision 70939
@@ -367484,31 +368645,31 @@ catalogue-version 1.26
name xcharter-math
category Package
-revision 70298
+revision 71883
shortdesc XCharter-based OpenType Math font for LuaTeX and XeTeX
relocated 1
longdesc This package provides an Unicode Math font XCharter-Math.otf
longdesc meant to be used together with XCharter Opentype Text fonts
longdesc (extension of Bitstream Charter) in LuaLaTeX or XeLaTeX
longdesc documents.
-containersize 261976
-containerchecksum cdec282c46f14084a4d242f5064aeeb83cbf9cd8400f3128f355d278ee6db1e844e993a2ceba231e4de2f0b083dac74277fdfd2c37c921ad727be002a8155a51
-doccontainersize 1982536
-doccontainerchecksum 54bc6dee35538dfb45fae9df3711876d13d159140169ea635394c52d743607fbf88c9b44332a4a1cfa89debb5d3753ded608a1d34788f26e3ce57eb4f349f32c
-docfiles size=519
+containersize 262188
+containerchecksum 2fe3eb2ab1cc966b1c1fe0c053666ed4e1d34f6c0d184434779ef5e1a13f42c4ee6938021522bcffa614766fade5bfc899d8467a468d9bbe0cbe7274f972054a
+doccontainersize 1951100
+doccontainerchecksum b9b171f494521197091baac156fcbb5ffdcd1e2dc4fb6c1fa40a4f077315f8e1cb40805ccd62a9d9ad5eb566dc8ff5901c20a9b4fd3458481108456f6dde9976
+docfiles size=511
RELOC/doc/fonts/xcharter-math/README.md details="Readme"
RELOC/doc/fonts/xcharter-math/XCharter-Math.ltx
RELOC/doc/fonts/xcharter-math/XCharter-Math.pdf details="Package documentation"
RELOC/doc/fonts/xcharter-math/unimath-xcharter.ltx
RELOC/doc/fonts/xcharter-math/unimath-xcharter.pdf details="List of glyphs"
-runfiles size=126
+runfiles size=127
RELOC/fonts/opentype/public/xcharter-math/XCharter-Math-Bold.otf
RELOC/fonts/opentype/public/xcharter-math/XCharter-Math.otf
RELOC/tex/latex/xcharter-math/xcharter-otf.sty
catalogue-ctan /fonts/xcharter-math
catalogue-license ofl lppl1.3c
catalogue-topics font font-otf font-maths font-supp-maths
-catalogue-version 0.62
+catalogue-version 0.63
name xcite
category Package
@@ -369185,7 +370346,7 @@ catalogue-version 2.1
name xetex
category TLCore
-revision 71363
+revision 71991
shortdesc An extended variant of TeX for use with Unicode sources
longdesc XeTeX is a TeX typesetting engine using Unicode and supporting
longdesc modern font technologies such as OpenType, TrueType or Apple
@@ -369220,10 +370381,10 @@ depend xetexconfig
execute AddFormat name=xelatex engine=xetex patterns=language.dat options="-etex xelatex.ini" fmttriggers=l3backend,l3kernel,latex,firstaid,babel,cm,hyphen-base,knuth-lib,latex-fonts,tex-ini-files,unicode-data,lm
execute AddFormat name=xetex engine=xetex patterns=language.def options="-etex xetex.ini" fmttriggers=cm,hyphen-base,tex-ini-files,unicode-data,etex,plain
postaction script file=tlpkg/tlpostcode/xetex.pl
-containersize 8008
-containerchecksum 6d1bcb7b0ea524d7ff363695ec09cd503cb2d37bff6bcd3cd0d303b09b9cf9f574ffac9b98ddb61777ef659b4b27e2b1e9c6f5f88e2ab8411d1b88e2fcf1abf5
-doccontainersize 634632
-doccontainerchecksum c0d8faf56d277a52a4d1e3c107d025d329cb856fbb754669ef3490360c18a93ffb2189d9372a19d8c55bd0ca2726e5a97e2ef97886070cdd55eaa30ec6b581a0
+containersize 7996
+containerchecksum 415c6ba064daa2d28a71a921482774df97a0072848c7fc693da8efb1926418e380639aba1f7863b4ddca671b87df2bcb1502c1b755f3d77488dcf83096d165ae
+doccontainersize 634636
+doccontainerchecksum 80b109de8ee39ab8ed972e504f66bc8273211b7c24f1b113f48f362bbcaaa3e8ce1a3a4f232a92d1bf350d2defe7a8285bfee6e8f54c8d35ac09c44f6e8be4b0
docfiles size=184
texmf-dist/doc/man/man1/xelatex-unsafe.1
texmf-dist/doc/man/man1/xelatex-unsafe.man1.pdf
@@ -369246,7 +370407,6 @@ runfiles size=9
texmf-dist/scripts/texlive-extra/xetex-unsafe.sh
tlpkg/tlpostcode/xetex.pl
catalogue-also luatex
-catalogue-contact-announce https://lists.tug.org/xetex-announce
catalogue-contact-home https://tug.org/xetex
catalogue-contact-repository https://tug.org/svn/texlive/trunk/Build/source/texk/web2c/xetexdir
catalogue-contact-support https://lists.tug.org/xetex
@@ -373141,20 +374301,20 @@ catalogue-version 1.1
name yamlvars
category Package
-revision 69071
+revision 72052
shortdesc A YAML parser and tool for easy LaTeX definition creation
relocated 1
longdesc This LuaLaTeX package provides a YAML parser and some functions
longdesc to declare and define LaTeX definitions using YAML files.
-containersize 5912
-containerchecksum 07d8c9983e631b3e4c97ccc1a7bdd20486e55a59eb6049388823db24149635bd59b94d98f2259de5ef0dc163a9f44e4e01148a42c3f676c65fa802d310f6a0c3
-doccontainersize 79700
-doccontainerchecksum 686e2be82054f40c93dfcfbda35d2fa45fe0c28d0b85af30c5ec9c9a8c125a6789fb7185d08da9859bf714f6f5e4dc4057890ee4782fbea446aec923e0adfa6e
+containersize 6000
+containerchecksum 0ff941b72eb06b676c47c7ae8cfbbc662defbd47d7171725eb9821058388971daf1422b0a3c06285a43776821d5f931da835cd247f21f23b2a51b11aa13acbd2
+doccontainersize 79856
+doccontainerchecksum 3ab36e7fca6de70b1b34b631071baf6f670cfb5a0a63598900a8ef259b9d8bcccacc5293c447f08372a72c8779c9c09a6217815cefe086e244e5af5b614521f4
docfiles size=26
RELOC/doc/lualatex/yamlvars/README.md details="Readme"
RELOC/doc/lualatex/yamlvars/yamlvars.pdf details="Package documentation"
RELOC/doc/lualatex/yamlvars/yamlvars.tex
-runfiles size=6
+runfiles size=7
RELOC/tex/lualatex/yamlvars/yamlvars.lua
RELOC/tex/lualatex/yamlvars/yamlvars.sty
catalogue-contact-repository https://github.com/kalekje/yamlvars
@@ -387504,7 +388664,7 @@ catalogue-version 0.3.5
name zref-clever
category Package
-revision 71315
+revision 72097
shortdesc Clever LaTeX cross-references based on zref
relocated 1
longdesc This package provides a user interface for making LaTeX
@@ -387516,11 +388676,11 @@ longdesc multiple labels can be automatically sorted and compressed into
longdesc ranges when due. The reference format is highly and easily
longdesc customizable, both globally and locally. The package is based
longdesc on zref's extensible referencing system.
-containersize 25724
-containerchecksum 62196f1b464a43864a32e222d70763c6a9b03f59d103131ab2bd8e82c4bb58d1954dfc7bbee944dc9b781cd47aaae14542527d1f0ee974d85c7dfa6b61298f49
-doccontainersize 1063896
-doccontainerchecksum 3780cf111e31a7307675109217b9a61b5b93af84c8796089dda6a0266a8c78f3558240e0e44386ee7f71f418ae0a018cfaab46e8d8b47afe8fa743a29dce2b35
-docfiles size=310
+containersize 25780
+containerchecksum a47e2724019bc69dd6c4ee05e3c7fd705de8fba0c025e54c5fae16c3264d36ab8396c1136ca801aed29613425848754fde7bdc4a11186f1b4afee4e318b85690
+doccontainersize 1074860
+doccontainerchecksum bf064599be2f3e338cdd5439b8845d84f434eb32f9a0392fec9bf4e375ed45d6482990a6741301ca04040c063f3360b99121412325dbeea84ac0684ecbaee6ba
+docfiles size=312
RELOC/doc/latex/zref-clever/CHANGELOG.md
RELOC/doc/latex/zref-clever/DEPENDS.txt
RELOC/doc/latex/zref-clever/README.md details="Readme"
@@ -387528,12 +388688,12 @@ docfiles size=310
RELOC/doc/latex/zref-clever/zref-clever-code.tex
RELOC/doc/latex/zref-clever/zref-clever-doc.pdf details="User manual"
RELOC/doc/latex/zref-clever/zref-clever-doc.tex
-srccontainersize 55424
-srccontainerchecksum 983ed0645556174d6bc46cc5e5308eb4f2a004cf2786d69b2df0dc75461143c061aa7290c84d3633af703d78ad1fd15843bd556a595440a0b8803fd8f84ee760
-srcfiles size=95
+srccontainersize 57008
+srccontainerchecksum a5a2b0446627b6bb9d10b52fefb285e0f4fe39457d5d148d205cf0f31856d1041a0e752a68a842eb0354e20c27b24daa171719597c144727ef275db0e5a79f7e
+srcfiles size=96
RELOC/source/latex/zref-clever/zref-clever.dtx
RELOC/source/latex/zref-clever/zref-clever.ins
-runfiles size=76
+runfiles size=77
RELOC/tex/latex/zref-clever/zref-clever-dutch.lang
RELOC/tex/latex/zref-clever/zref-clever-english.lang
RELOC/tex/latex/zref-clever/zref-clever-french.lang
@@ -387547,7 +388707,7 @@ catalogue-contact-repository https://github.com/gusbrs/zref-clever
catalogue-ctan /macros/latex/contrib/zref-clever
catalogue-license lppl1.3c
catalogue-topics label-ref expl3
-catalogue-version 0.4.5
+catalogue-version 0.4.6
name zref-vario
category Package
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index a17a2164f8..1cb8f37378 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-6a88b8c3d15601974a8829ed6e5dd503 texlive.tlpdb
+45cb55ad8755341fec81f8b1d0224eaf texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 3c555f0858..4bf667ccae 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-9ca387d32911c8cddfd69510d892c3c50046cef810b5f237a668267e3be017510c85cb7f39d35323f50fdd7e8a004fb7895b356a034c97b381aa1aa4c0b8a20f texlive.tlpdb
+a8128c829ddcc2551843bc0ac68be4eb311ad7be7e802b2920eddd0091964642c54759d99413e2681757d78d606ef2fb61515c5c1f2f246d4de4e78b713a58c9 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index ff08928835..8bb589ef11 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+QqiBBqTOGHfhlDjHAFAmaEkaEACgkQTOGHfhlD
-jHBiCAgAjdNgGnoXmR9ng4bzltFNjo/KUlqy5uX4mSZmwXXflgYS7JQEzMx/zhW5
-DgkV7rxb5lOfH9nCYViojpCQpf3VLbWD11+CZoeDZSUmvzgCcPHZCnbOm9w1TfsW
-Afh4mzRlXnEad9Ba2GzRuFQ++5eQ9oFT/E6NVfp31kq6vwNRgrS2aH7HxK71/H/z
-VPWlRoq8TqE7GZqWFZJxwhsdp8dY4BMjED0VwHbvQR7T0Dx7wRsmlx+7aavQwj/M
-kFbcIrGlOmGkOcwj3vdpfvV29rOOJjDkbs1vJvbkPrA+jMRo3sCgerqDytd6ymDi
-y5xCiKwyTB7SqDVI6VCoHFsbAnUnYA==
-=/6sM
+iQEzBAEBCgAdFiEE2PL4YFeoV+QqiBBqTOGHfhlDjHAFAmbNFCUACgkQTOGHfhlD
+jHBmtwgAgy+ak1c0SCNZ1qYFb2Te5liO2I5NFu09FE0TkaEJrxobb8jY2E3xNuxu
+RPgVv/5MNa/MZEFPHrgwxZYsXOmCZF9gQMFNAQ/NJeBrhR7z3LVQp57mLGnobatd
+ly485G+3teF3ep9T+LPh6xmXxglTxzdyqvupfvV3nopQOUbLADo5EStXyCvBpfrF
+Q5r7OOXiou08qCMmv4dMj9EiJ8iD6omYV0meafL8FAnpoH7AsR5zRRIh0pcJF5mz
+DTwHYGOfCLM7UEC3xvsRIcGxJgE9WKSjhTkHyFTuB6JBzWL0bKUzO3sLxsCWvSfs
+A2kcDSqpb7h2A/4rixLf2ig88KYaRw==
+=1Gdw
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index efffe208e0..6cc8216331 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ
diff --git a/systems/texlive/tlnet/tlpkg/translations/cs.po b/systems/texlive/tlnet/tlpkg/translations/cs.po
index dc1a926b60..ee7a612a0b 100644
--- a/systems/texlive/tlnet/tlpkg/translations/cs.po
+++ b/systems/texlive/tlnet/tlpkg/translations/cs.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2022-03-21 13:54+0100\n"
"Last-Translator: Petr Sojka <sojka@fi.muni.cz>\n"
"Language-Team: Czech <>\n"
@@ -1957,16 +1957,16 @@ msgstr "Podpůrné programy výhradně pro Windows"
msgid "XeTeX and packages"
msgstr "XeTeX a balíky"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Vítejte v TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1975,7 +1975,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/da.po b/systems/texlive/tlnet/tlpkg/translations/da.po
index 247283cba9..427474728b 100644
--- a/systems/texlive/tlnet/tlpkg/translations/da.po
+++ b/systems/texlive/tlnet/tlpkg/translations/da.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2021\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2021-05-05 10:13+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -1958,16 +1958,16 @@ msgstr "Programmer, der kun understøttes på Windows"
msgid "XeTeX and packages"
msgstr "XeTeX med pakker"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Velkommen til TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1976,7 +1976,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/de.po b/systems/texlive/tlnet/tlpkg/translations/de.po
index 52fe74a6c6..34efa57001 100644
--- a/systems/texlive/tlnet/tlpkg/translations/de.po
+++ b/systems/texlive/tlnet/tlpkg/translations/de.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2024-03-16 09:53+0100\n"
"Last-Translator: Uwe Ziegenhagen <ziegenhagen@gmail.com>\n"
"Language-Team: TL German Translation Team <tex-live@tug.org>\n"
@@ -1949,16 +1949,16 @@ msgstr "Zusatzprogramme (nur-Windows)"
msgid "XeTeX and packages"
msgstr "XeTeX und XeTeX-Pakete"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Willkommen bei TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr "Siehe %s/index.html für Links zur Dokumentation.\n"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1973,7 +1973,7 @@ msgstr ""
"beitreten.\n"
"Die Liste der Gruppen finden Sie unter https://tug.org/usergroups.html.\n"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/es.po b/systems/texlive/tlnet/tlpkg/translations/es.po
index 34669cf935..538c040f19 100644
--- a/systems/texlive/tlnet/tlpkg/translations/es.po
+++ b/systems/texlive/tlnet/tlpkg/translations/es.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2019-03-30 17:58-0400\n"
"Last-Translator: linguafalsa <linguafalsa@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1960,16 +1960,16 @@ msgstr "Programas de respaldo solamente para Windows"
msgid "XeTeX and packages"
msgstr "XeTeX y paquetes"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "¡Bienvenido a Tex Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1978,7 +1978,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/fr.po b/systems/texlive/tlnet/tlpkg/translations/fr.po
index 764d21fd6a..a338206dd5 100644
--- a/systems/texlive/tlnet/tlpkg/translations/fr.po
+++ b/systems/texlive/tlnet/tlpkg/translations/fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2024-02-22 22:35+0100\n"
"Last-Translator: Denis Bitouzé <denis.bitouze@univ-littoral.fr>\n"
"Language-Team: French <kde-i18n-doc@kde.org>\n"
@@ -1966,16 +1966,16 @@ msgstr "Programmes pour le support de Windows seulement"
msgid "XeTeX and packages"
msgstr "XeTeX et packages associés"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Bienvenue sous TeX Live !"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr "Voir %s/index.html pour les liens vers la documentation.\n"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1992,7 +1992,7 @@ msgstr ""
".La liste des groupes est disponible sur le Web à l'adresse https://tug.org/"
"usergroups.html.\n"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/it.po b/systems/texlive/tlnet/tlpkg/translations/it.po
index 9974a593c6..7d944877ac 100644
--- a/systems/texlive/tlnet/tlpkg/translations/it.po
+++ b/systems/texlive/tlnet/tlpkg/translations/it.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tex Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2021-03-22 06:20+0100\n"
"Last-Translator: Marco Pallante\n"
"Language-Team: <>\n"
@@ -1956,16 +1956,16 @@ msgstr "Programmi di supporto solo per Windows"
msgid "XeTeX and packages"
msgstr "XeTeX e pacchetti"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Benvenuto in TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1974,7 +1974,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/ja.po b/systems/texlive/tlnet/tlpkg/translations/ja.po
index 46968c6927..9554f11b8e 100644
--- a/systems/texlive/tlnet/tlpkg/translations/ja.po
+++ b/systems/texlive/tlnet/tlpkg/translations/ja.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2024-02-04 15:32+0900\n"
"Last-Translator: Takuto Asakura <tkt.asakura@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1955,16 +1955,16 @@ msgstr "Windows専用プログラム"
msgid "XeTeX and packages"
msgstr "XeTeXとパッケージ"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "TeX Liveへようこそ!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr "ドキュメントの一覧は%s/index.htmlをご覧ください。\n"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1978,7 +1978,7 @@ msgstr ""
"なTeXユーザ会に入会することをご検討ください。TeXユーザ会の一覧はhttps://tug."
"org/usergroups.htmlでご確認いただけます。\n"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/messages.pot b/systems/texlive/tlnet/tlpkg/translations/messages.pot
index c5394c16fe..573db35c94 100644
--- a/systems/texlive/tlnet/tlpkg/translations/messages.pot
+++ b/systems/texlive/tlnet/tlpkg/translations/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2024\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1895,16 +1895,16 @@ msgstr ""
msgid "XeTeX and packages"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1913,7 +1913,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/nl.po b/systems/texlive/tlnet/tlpkg/translations/nl.po
index a45bc061e2..6a3bbf35da 100644
--- a/systems/texlive/tlnet/tlpkg/translations/nl.po
+++ b/systems/texlive/tlnet/tlpkg/translations/nl.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2023-03-10 09:39+0100\n"
"Last-Translator: Siep Kroonenberg <siepo@bitmuis.nl>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1954,16 +1954,16 @@ msgstr "Ondersteunende programma's specifiek voor Windows"
msgid "XeTeX and packages"
msgstr "XeTeX en bijbehorende pakketten"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Welkom bij TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1972,7 +1972,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/pl.po b/systems/texlive/tlnet/tlpkg/translations/pl.po
index 01462772c6..594ea09856 100644
--- a/systems/texlive/tlnet/tlpkg/translations/pl.po
+++ b/systems/texlive/tlnet/tlpkg/translations/pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2023\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2023-03-18 16:47+0100\n"
"Last-Translator: Zofia Walczak <zofia.walczak@wmii.uni.lodz.pl>\n"
"Language-Team: \n"
@@ -1960,16 +1960,16 @@ msgstr "Dodatkowe programy tylko dla Windows"
msgid "XeTeX and packages"
msgstr "XeTeX i pakiety"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Witamy w TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1978,7 +1978,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/pt_BR.po b/systems/texlive/tlnet/tlpkg/translations/pt_BR.po
index 434b59b061..f6c5330984 100644
--- a/systems/texlive/tlnet/tlpkg/translations/pt_BR.po
+++ b/systems/texlive/tlnet/tlpkg/translations/pt_BR.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2022-02-21 07:43-0300\n"
"Last-Translator: Paulo Roberto Massa Cereda <cereda.paulo@gmail.com>\n"
"Language-Team: Paulo Roberto Massa Cereda <cereda.paulo@gmail.com>\n"
@@ -1960,16 +1960,16 @@ msgstr "Programas de suporte exclusivos para Windows"
msgid "XeTeX and packages"
msgstr "XeTeX e pacotes"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Bem-vindo ao TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1978,7 +1978,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/ru.po b/systems/texlive/tlnet/tlpkg/translations/ru.po
index b14aa6b9cf..325c114512 100644
--- a/systems/texlive/tlnet/tlpkg/translations/ru.po
+++ b/systems/texlive/tlnet/tlpkg/translations/ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2022-03-23 09:50+0800\n"
"Last-Translator: Vladimir Lomov <irk.translator@yandex.ru>\n"
"Language-Team: Russian <tldoc@tug.org>\n"
@@ -1959,16 +1959,16 @@ msgstr "Вспомогательные программы, только для W
msgid "XeTeX and packages"
msgstr "XeTeX и пакеты"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Вас приветствует TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1977,7 +1977,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/sk.po b/systems/texlive/tlnet/tlpkg/translations/sk.po
index b85f99f369..50f46a1b40 100644
--- a/systems/texlive/tlnet/tlpkg/translations/sk.po
+++ b/systems/texlive/tlnet/tlpkg/translations/sk.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2022-03-21 13:59+0100\n"
"Last-Translator: Ján Buša <jan.busa@tuke.sk>\n"
"Language-Team: tex-live@tug.org\n"
@@ -1958,16 +1958,16 @@ msgstr "Podporné programy len pre Windows"
msgid "XeTeX and packages"
msgstr "XeTeX a balíky"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Vitajte vo svete TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1976,7 +1976,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/sl.po b/systems/texlive/tlnet/tlpkg/translations/sl.po
index 97388b9500..a69fe2f191 100644
--- a/systems/texlive/tlnet/tlpkg/translations/sl.po
+++ b/systems/texlive/tlnet/tlpkg/translations/sl.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2022-03-21 13:45+0100\n"
"Last-Translator: Mojca Miklavec <mojca.miklavec.lists@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -2044,16 +2044,16 @@ msgstr "Programi za MS Windows"
msgid "XeTeX and packages"
msgstr "XeTeX s paketi"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Dobrodošli v TeX Live-u!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -2062,7 +2062,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/sr.po b/systems/texlive/tlnet/tlpkg/translations/sr.po
index 0d380ee72f..bbccd104d8 100644
--- a/systems/texlive/tlnet/tlpkg/translations/sr.po
+++ b/systems/texlive/tlnet/tlpkg/translations/sr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2019-10-23 02:13+0300\n"
"Last-Translator: Nikola Lečić <nikola.lecic@anthesphoria.net>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1955,16 +1955,16 @@ msgstr "Помоћни програми за Windows"
msgid "XeTeX and packages"
msgstr "XeTeX и повезани пакети"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Добродошли у TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1973,7 +1973,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/uk.po b/systems/texlive/tlnet/tlpkg/translations/uk.po
index e63a607430..e1431aec80 100644
--- a/systems/texlive/tlnet/tlpkg/translations/uk.po
+++ b/systems/texlive/tlnet/tlpkg/translations/uk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2010\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2019-03-23 09:02+0200\n"
"Last-Translator: Andriy Bandura <andriykopanytsia@gmail.com>\n"
"Language-Team: Ukrainian <andriykopanytsia@gmail.com>\n"
@@ -1939,16 +1939,16 @@ msgstr "Додаткові програми лише під Windows"
msgid "XeTeX and packages"
msgstr "XeTeX та пакунки"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Ласкаво просимо до TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1957,7 +1957,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/vi.po b/systems/texlive/tlnet/tlpkg/translations/vi.po
index c51046abb2..51e240dd4e 100644
--- a/systems/texlive/tlnet/tlpkg/translations/vi.po
+++ b/systems/texlive/tlnet/tlpkg/translations/vi.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2021-03-13 11:02+0100\n"
"Last-Translator: Anh K. Huỳnh <kyanh@viettug.org>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1950,16 +1950,16 @@ msgstr "Các chương trình chỉ cho Windows"
msgid "XeTeX and packages"
msgstr "XeTeX và các gói của nó"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "Chào mừng đến với TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1968,7 +1968,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/zh_CN.po b/systems/texlive/tlnet/tlpkg/translations/zh_CN.po
index 982e3acf50..bd9286a3da 100644
--- a/systems/texlive/tlnet/tlpkg/translations/zh_CN.po
+++ b/systems/texlive/tlnet/tlpkg/translations/zh_CN.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2009-09-22 12:54+0800\n"
"Last-Translator: Jiang Jiang <gzjjgod@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1899,16 +1899,16 @@ msgstr ""
msgid "XeTeX and packages"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "欢迎进入 TeX Live 的世界!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1917,7 +1917,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/zh_TW.po b/systems/texlive/tlnet/tlpkg/translations/zh_TW.po
index 39c679a4b0..4bd4a771fc 100644
--- a/systems/texlive/tlnet/tlpkg/translations/zh_TW.po
+++ b/systems/texlive/tlnet/tlpkg/translations/zh_TW.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2024-05-03 01:40+0200\n"
+"POT-Creation-Date: 2024-07-21 01:41+0200\n"
"PO-Revision-Date: 2023-03-02 16:26+0800\n"
"Last-Translator: Kung-chih Jen <kaitul@outlook.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1942,16 +1942,16 @@ msgstr "僅 Windows 支援程式"
msgid "XeTeX and packages"
msgstr "XeTeX 和套件"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2882
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
msgid "Welcome to TeX Live!"
msgstr "歡迎使用 TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2883
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2884
#, perl-format
msgid "See %s/index.html for links to documentation.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2885
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2886
msgid ""
"The TeX Live web site (https://tug.org/texlive/) provides all updates\n"
"and corrections. TeX Live is a joint project of the TeX user groups\n"
@@ -1960,7 +1960,7 @@ msgid ""
"at https://tug.org/usergroups.html.\n"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2893
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2894
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/win32/miktex/tm/packages/files.csv.lzma b/systems/win32/miktex/tm/packages/files.csv.lzma
index 99c45390b4..b2bdcf9807 100644
--- a/systems/win32/miktex/tm/packages/files.csv.lzma
+++ b/systems/win32/miktex/tm/packages/files.csv.lzma
Binary files differ
diff --git a/systems/win32/miktex/tm/packages/next/files.csv.lzma b/systems/win32/miktex/tm/packages/next/files.csv.lzma
index 8c78546c06..7b0a649ba5 100644
--- a/systems/win32/miktex/tm/packages/next/files.csv.lzma
+++ b/systems/win32/miktex/tm/packages/next/files.csv.lzma
Binary files differ
diff --git a/systems/win32/miktex/tm/packages/next/pr.ini b/systems/win32/miktex/tm/packages/next/pr.ini
index 1f01749164..8662a06d73 100644
--- a/systems/win32/miktex/tm/packages/next/pr.ini
+++ b/systems/win32/miktex/tm/packages/next/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1719652561
+date=1722934656
lastupd=miktex-zzip-bin-x64-2.9 miktex-zlib-bin-x64-2.9 miktex-yap-bin-x64-2.9 miktex-xml2pmx-bin-x64 miktex-xetex-bin-x64-2.9 miktex-web-bin-x64-2.9 miktex-uriparser-bin-x64-2.9 miktex-upmendex-bin-x64 miktex-ttf2pk2-bin-x64-2.9 miktex-texworks-bin-x64-2.9 miktex-texware-bin-x64-2.9 miktex-texify-bin-x64-2.9 miktex-tex4ht-bin-x64-2.9 miktex-tex2xindy-bin-x64-2.9 miktex-tex-bin-x64-2.9 miktex-teckit-bin-x64-2.9 miktex-tdsutil-bin-x64 miktex-synctex-bin-x64-2.9 miktex-runtime-bin-x64-2.9 miktex-ptex-bin-x64
-lstdigest=efde10d83a268272702b1a1b092f1df7
-numpkg=7406
+lstdigest=506129a43381ec69c3b50b7305fbed48
+numpkg=7466
relstate=next
-version=8946
+version=8984
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: hHjYpt5IV+p6Ibxj0g58ATJOWJX9I4LgmMLEnz2jhr2qBRJqkIwEWtl/iDnLdcNYRo1CQw4MF35CVjJinDQQDsttgPgUiTW31JQWvHVRluypolEXabzm4w3sg34zEtzqCgpp/AOEy78HZU81j9ygbBlSK7S2ii8hzK20EUkx/5wzdvofADcZQ8lOXIOQ04wbc3AqM6ek4YYH7Y1rYGxjfEWXbNz9YEsqBrBF9AuTidOLdI0PD0jWU4nY5RtkPB1zYqL4ZaCdfyH8Z4NpdWVX4UxxL8VasofgHe8CNv6LmHdhNuKUNgtmF6zQKgq2+u+lnPK7XfeTkfogYpZc3vWZiw==
+;;;; signature/miktex: PDa3S7ymUf9HCPCj+TwVBK81XN+v+T+UP+kXmvYlpcI7BV2ma3rDVJl3tD8cNvudBF4n3i8gTSFuJkQ09+blAZV2ms9y2m/5aTJcl3q8RNldxdPToLyaeu3F7JmffiThusd/C8wcrsEfTjxTrj0kzbXMJX5eoPFWsg4VLfYaobvAoaHQ2J1Wys83kLzz74EzHfBJBVfUP33ZRyUzkLG7OOId9q4apm6KWrbCYpXr07JvpvLLtryGc5ecE+69xy+0yyDjyGlOBOuLXc5ouCAhOSN2WT47a3uDRVfga/JkJDbBqaRkiFJJ/sBPTy5nO3NE/tiHtAdRUzBJBaZc0tpeWA==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini
index 054b7498df..59b7dd72fc 100644
--- a/systems/win32/miktex/tm/packages/pr.ini
+++ b/systems/win32/miktex/tm/packages/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1719652463
-lastupd=univie-ling__source univie-ling__doc univie-ling uantwerpendocs__source uantwerpendocs__doc uantwerpendocs tuda-ci__doc tuda-ci tkz-grapheur__source tkz-grapheur__doc tkz-grapheur tiet-question-paper__source tiet-question-paper__doc tiet-question-paper tblr-extras__source tblr-extras__doc tblr-extras siunitx__source siunitx__doc siunitx
-lstdigest=73eb6cb418fd18178b3d43fe24e7147b
-numpkg=7405
+date=1722934526
+lastupd=wheelchart__source wheelchart__doc wheelchart ut-thesis__source ut-thesis__doc ut-thesis texplate__doc texplate telprint__source telprint__doc telprint tagpdf__source tagpdf__doc tagpdf siunitx__source siunitx__doc siunitx simpleicons__source simpleicons__doc simpleicons
+lstdigest=378840e23fd6dc3c86bb9a31f6cafc75
+numpkg=7465
relstate=stable
-version=8946
+version=8984
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: LJ1SAMqfesDapD/BQxMl2ia+qdMHD9GCsFU4MEGnPCg5Zn0qy7/SvLNyfX5pNiDU1K0mFE27ilgCXA7TwqmcwGmFPNR9pra4xmwTKuMtLwZWY625bz88klVQbgmvKDdZdz0hxJ1anTY6Fu5rrUc1yyMuwKeFch7gQ39olt5Vud3CHQCqD17ex2jCjxOAW4rkQ2SZ8oRG7ab6+QNAKI/XAWUC7tL5MMPCPLhbVrcYiOywKpkfM66u1g1Ae4ybKgQFaxpySCBROQCFey6rH+EL0w4BKyMOxsp9z2uKvS3bQRCSVR8swQA1gXuSwduf//ZCRkAzwVhrrjR4ssr5J+yj4A==
+;;;; signature/miktex: SeeRqJxdBxhA/Sz9ZvGItZD6zyFzcqm6isCwLrtd5U1wq7PzuXcXS+qa/jvZiwt4Ek9KSZgVR8aJnlhY2GZm7fBEZC55491RSqIu5hu5Ra0m+qHnYrIpbKb2QM7Bw+dp0jWJ/gq82WEqrEDNhGaPJ0o773yUczugVLp9N/dBpD8oTJPfHgmlgbzYeAV+owBOo6cLLXj6FZSaiYPP5IKWndjI7hd/v6D/ce63Q9QcOX8CeyHtw7fJIlYCBfBVfUS6lLLmYhOOm7y56l0eZ0E/dN/yj9xdf79deDWGCakW6Y+zzeIvdclvJoTzBMV+atTZWRlYLWzcr8bDH2e6TLX6Aw==
;;;;-----END MIKTEX SIGNATURE-----