diff options
Diffstat (limited to 'systems')
33 files changed, 7980 insertions, 5203 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/TeXLive/TLWinGoo.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm index 363f5fc0da..619227cdb2 100644 --- a/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm +++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm @@ -1,4 +1,4 @@ -# $Id: TLWinGoo.pm 69646 2024-01-31 18:17:20Z karl $ +# $Id: TLWinGoo.pm 72335 2024-09-21 09:54:18Z preining $ # TeXLive::TLWinGoo.pm - Windows goop. # Copyright 2008-2024 Siep Kroonenberg, Norbert Preining # This file is licensed under the GNU General Public License version 2 @@ -13,7 +13,7 @@ package TeXLive::TLWinGoo; -my $svnrev = '$Revision: 69646 $'; +my $svnrev = '$Revision: 72335 $'; my $_modulerevision; if ($svnrev =~ m/: ([0-9]+) /) { $_modulerevision = $1; @@ -463,6 +463,7 @@ sub adjust_reg_path_for_texlive { debug("Warning: [pdf]tex program not found in $tlbindir\n") if (!is_a_texdir($tlbindir)); my $path = ($mode eq 'system') ? get_system_path() : get_user_path(); + debug("TLWinGoo: adjust_reg_path_for_texlive: current path before adjusting = $path\n"); $tlbindir =~ s!/!\\!g; my $tlbindir_short = uc(short_name($tlbindir)); my ($d, $d_short, @newpath); @@ -490,7 +491,7 @@ sub adjust_reg_path_for_texlive { } } if (@newpath) { - debug("TLWinGoo: adjust_reg_path_for_texlive: calling setenv_reg in $mode\n"); + debug("TLWinGoo: adjust_reg_path_for_texlive: calling setenv_reg in $mode with new path = ", join(';', @newpath), "\n"); setenv_reg("Path", join(';', @newpath), $mode); } else { debug("TLWinGoo: adjust_reg_path_for_texlive: calling unsetenv_reg in $mode\n"); 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 de9472c06f..84bd4df41b 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,8 +16,10 @@ $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, 'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, 'https://mirrors.sustech.edu.cn/CTAN/' => 1, 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, @@ -26,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, }, @@ -43,19 +47,21 @@ $mirrors = { 'https://jp.mirrors.cicku.me/ctan/' => 1, }, 'Korea' => { - '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, @@ -74,7 +80,6 @@ $mirrors = { 'https://mirrors.netix.net/CTAN/' => 1, }, 'Czech Republic' => { - 'http://ftp.cvut.cz/tex-archive/' => 1, 'https://mirrors.nic.cz/tex-archive/' => 1, }, 'Denmark' => { @@ -86,7 +91,6 @@ $mirrors = { 'https://www.texlive.info/CTAN/' => 1, }, 'France' => { - 'https://ctan.gutenberg-asso.fr/' => 1, 'https://ctan.mines-albi.fr/' => 1, 'https://ctan.tetaneutral.net/' => 1, 'https://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, @@ -97,7 +101,6 @@ $mirrors = { 'Germany' => { 'http://sendinnsky.selfhost.co/tex-archive/' => 1, 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1, - 'https://ctan.ebinger.cc/tex-archive/' => 1, 'https://ctan.joethei.xyz/' => 1, 'https://ctan.mc1.root.project-creative.net/' => 1, 'https://ctan.mirror.norbert-ruehl.de/' => 1, @@ -130,6 +133,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, @@ -155,20 +159,20 @@ $mirrors = { 'Spain' => { 'https://ctan.fisiquimicamente.com/' => 1, 'https://ctan.javinator9889.com/' => 1, - 'https://osl.ugr.es/CTAN/' => 1, }, 'Sweden' => { 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1, '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' => { @@ -181,6 +185,9 @@ $mirrors = { 'https://mirror.quantum5.ca/CTAN/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, + 'Costa Rica' => { + 'https://mirrors.ucr.ac.cr/CTAN/' => 1, + }, 'USA' => { 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'https://ctan.math.illinois.edu/' => 1, @@ -198,11 +205,11 @@ $mirrors = { 'Australia' => { 'https://au.mirrors.cicku.me/ctan/' => 1, 'https://mirror.aarnet.edu.au/pub/CTAN/' => 1, - 'https://mirror.cse.unsw.edu.au/pub/CTAN/' => 1, }, }, 'South America' => { 'Brazil' => { + 'https://br.mirrors.cicku.me/ctan/' => 1, 'https://linorg.usp.br/CTAN/' => 1, }, 'Chile' => { diff --git a/systems/texlive/tlnet/tlpkg/installer/curl/curl-ca-bundle.crt b/systems/texlive/tlnet/tlpkg/installer/curl/curl-ca-bundle.crt index 86d6cd80cc..f2c24a589d 100644 --- a/systems/texlive/tlnet/tlpkg/installer/curl/curl-ca-bundle.crt +++ b/systems/texlive/tlnet/tlpkg/installer/curl/curl-ca-bundle.crt @@ -1,7 +1,9 @@ ## ## Bundle of CA Root Certificates ## -## Certificate data from Mozilla as of: Tue Jul 2 03:12:04 2024 GMT +## Certificate data from Mozilla as of: Tue Sep 24 03:12:04 2024 GMT +## +## Find updated versions here: https://curl.se/docs/caextract.html ## ## This is a bundle of X.509 certificates of public Certificate Authorities ## (CA). These were automatically extracted from Mozilla's root certificates @@ -14,7 +16,7 @@ ## Just configure this file as the SSLCACertificateFile. ## ## Conversion done with mk-ca-bundle.pl version 1.29. -## SHA256: 456ff095dde6dd73354c5c28c73d9c06f53b61a803963414cb91a1d92945cdd3 +## SHA256: 36105b01631f9fc03b1eca779b44a30a1a5890b9bf8dc07ccb001a07301e01cf ## @@ -3566,3 +3568,99 @@ Y1w8ndYn81LsF7Kpryz3dvgwHQYDVR0OBBYEFJPhQ2NcPJ3WJ/NS7Beyqa8s93b4MA4GA1UdDwEB cFBTApFwhVmpHqTm6iMxoAACMQD94vizrxa5HnPEluPBMBnYfubDl94cT7iJLzPrSA8Z94dGXSaQ pYXFuXqUPoeovQA= -----END CERTIFICATE----- + +TWCA CYBER Root CA +================== +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIQQAE0jMIAAAAAAAAAATzyxjANBgkqhkiG9w0BAQwFADBQMQswCQYDVQQG +EwJUVzESMBAGA1UEChMJVEFJV0FOLUNBMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJUV0NB +IENZQkVSIFJvb3QgQ0EwHhcNMjIxMTIyMDY1NDI5WhcNNDcxMTIyMTU1OTU5WjBQMQswCQYDVQQG +EwJUVzESMBAGA1UEChMJVEFJV0FOLUNBMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJUV0NB +IENZQkVSIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDG+Moe2Qkgfh1s +Ts6P40czRJzHyWmqOlt47nDSkvgEs1JSHWdyKKHfi12VCv7qze33Kc7wb3+szT3vsxxFavcokPFh +V8UMxKNQXd7UtcsZyoC5dc4pztKFIuwCY8xEMCDa6pFbVuYdHNWdZsc/34bKS1PE2Y2yHer43CdT +o0fhYcx9tbD47nORxc5zb87uEB8aBs/pJ2DFTxnk684iJkXXYJndzk834H/nY62wuFm40AZoNWDT +Nq5xQwTxaWV4fPMf88oon1oglWa0zbfuj3ikRRjpJi+NmykosaS3Om251Bw4ckVYsV7r8Cibt4LK +/c/WMw+f+5eesRycnupfXtuq3VTpMCEobY5583WSjCb+3MX2w7DfRFlDo7YDKPYIMKoNM+HvnKkH +IuNZW0CP2oi3aQiotyMuRAlZN1vH4xfyIutuOVLF3lSnmMlLIJXcRolftBL5hSmO68gnFSDAS9TM +fAxsNAwmmyYxpjyn9tnQS6Jk/zuZQXLB4HCX8SS7K8R0IrGsayIyJNN4KsDAoS/xUgXJP+92ZuJF +2A09rZXIx4kmyA+upwMu+8Ff+iDhcK2wZSA3M2Cw1a/XDBzCkHDXShi8fgGwsOsVHkQGzaRP6AzR +wyAQ4VRlnrZR0Bp2a0JaWHY06rc3Ga4udfmW5cFZ95RXKSWNOkyrTZpB0F8mAwIDAQABo2MwYTAO +BgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBSdhWEUfMFib5do5E83 +QOGt4A1WNzAdBgNVHQ4EFgQUnYVhFHzBYm+XaORPN0DhreANVjcwDQYJKoZIhvcNAQEMBQADggIB +AGSPesRiDrWIzLjHhg6hShbNcAu3p4ULs3a2D6f/CIsLJc+o1IN1KriWiLb73y0ttGlTITVX1olN +c79pj3CjYcya2x6a4CD4bLubIp1dhDGaLIrdaqHXKGnK/nZVekZn68xDiBaiA9a5F/gZbG0jAn/x +X9AKKSM70aoK7akXJlQKTcKlTfjF/biBzysseKNnTKkHmvPfXvt89YnNdJdhEGoHK4Fa0o635yDR +IG4kqIQnoVesqlVYL9zZyvpoBJ7tRCT5dEA7IzOrg1oYJkK2bVS1FmAwbLGg+LhBoF1JSdJlBTrq +/p1hvIbZv97Tujqxf36SNI7JAG7cmL3c7IAFrQI932XtCwP39xaEBDG6k5TY8hL4iuO/Qq+n1M0R +FxbIQh0UqEL20kCGoE8jypZFVmAGzbdVAaYBlGX+bgUJurSkquLvWL69J1bY73NxW0Qz8ppy6rBe +Pm6pUlvscG21h483XjyMnM7k8M4MZ0HMzvaAq07MTFb1wWFZk7Q+ptq4NxKfKjLji7gh7MMrZQzv +It6IKTtM1/r+t+FHvpw+PoP7UV31aPcuIYXcv/Fa4nzXxeSDwWrruoBa3lwtcHb4yOWHh8qgnaHl +IhInD0Q9HWzq1MKLL295q39QpsQZp6F6t5b5wR9iWqJDB0BeJsas7a5wFsWqynKKTbDPAYsDP27X +-----END CERTIFICATE----- + +SecureSign Root CA12 +==================== +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUZvnHwa/swlG07VOX5uaCwysckBYwDQYJKoZIhvcNAQELBQAwUTELMAkG +A1UEBhMCSlAxIzAhBgNVBAoTGkN5YmVydHJ1c3QgSmFwYW4gQ28uLCBMdGQuMR0wGwYDVQQDExRT +ZWN1cmVTaWduIFJvb3QgQ0ExMjAeFw0yMDA0MDgwNTM2NDZaFw00MDA0MDgwNTM2NDZaMFExCzAJ +BgNVBAYTAkpQMSMwIQYDVQQKExpDeWJlcnRydXN0IEphcGFuIENvLiwgTHRkLjEdMBsGA1UEAxMU +U2VjdXJlU2lnbiBSb290IENBMTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC6OcE3 +emhFKxS06+QT61d1I02PJC0W6K6OyX2kVzsqdiUzg2zqMoqUm048luT9Ub+ZyZN+v/mtp7JIKwcc +J/VMvHASd6SFVLX9kHrko+RRWAPNEHl57muTH2SOa2SroxPjcf59q5zdJ1M3s6oYwlkm7Fsf0uZl +fO+TvdhYXAvA42VvPMfKWeP+bl+sg779XSVOKik71gurFzJ4pOE+lEa+Ym6b3kaosRbnhW70CEBF +EaCeVESE99g2zvVQR9wsMJvuwPWW0v4JhscGWa5Pro4RmHvzC1KqYiaqId+OJTN5lxZJjfU+1Uef +NzFJM3IFTQy2VYzxV4+Kh9GtxRESOaCtAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0P +AQH/BAQDAgEGMB0GA1UdDgQWBBRXNPN0zwRL1SXm8UC2LEzZLemgrTANBgkqhkiG9w0BAQsFAAOC +AQEAPrvbFxbS8hQBICw4g0utvsqFepq2m2um4fylOqyttCg6r9cBg0krY6LdmmQOmFxv3Y67ilQi +LUoT865AQ9tPkbeGGuwAtEGBpE/6aouIs3YIcipJQMPTw4WJmBClnW8Zt7vPemVV2zfrPIpyMpce +mik+rY3moxtt9XUa5rBouVui7mlHJzWhhpmA8zNL4WukJsPvdFlseqJkth5Ew1DgDzk9qTPxpfPS +vWKErI4cqc1avTc7bgoitPQV55FYxTpE05Uo2cBl6XLK0A+9H7MV2anjpEcJnuDLN/v9vZfVvhga +aaI5gdka9at/yOPiZwud9AzqVN/Ssq+xIvEg37xEHA== +-----END CERTIFICATE----- + +SecureSign Root CA14 +==================== +-----BEGIN CERTIFICATE----- +MIIFcjCCA1qgAwIBAgIUZNtaDCBO6Ncpd8hQJ6JaJ90t8sswDQYJKoZIhvcNAQEMBQAwUTELMAkG +A1UEBhMCSlAxIzAhBgNVBAoTGkN5YmVydHJ1c3QgSmFwYW4gQ28uLCBMdGQuMR0wGwYDVQQDExRT +ZWN1cmVTaWduIFJvb3QgQ0ExNDAeFw0yMDA0MDgwNzA2MTlaFw00NTA0MDgwNzA2MTlaMFExCzAJ +BgNVBAYTAkpQMSMwIQYDVQQKExpDeWJlcnRydXN0IEphcGFuIENvLiwgTHRkLjEdMBsGA1UEAxMU +U2VjdXJlU2lnbiBSb290IENBMTQwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDF0nqh +1oq/FjHQmNE6lPxauG4iwWL3pwon71D2LrGeaBLwbCRjOfHw3xDG3rdSINVSW0KZnvOgvlIfX8xn +bacuUKLBl422+JX1sLrcneC+y9/3OPJH9aaakpUqYllQC6KxNedlsmGy6pJxaeQp8E+BgQQ8sqVb +1MWoWWd7VRxJq3qdwudzTe/NCcLEVxLbAQ4jeQkHO6Lo/IrPj8BGJJw4J+CDnRugv3gVEOuGTgpa +/d/aLIJ+7sr2KeH6caH3iGicnPCNvg9JkdjqOvn90Ghx2+m1K06Ckm9mH+Dw3EzsytHqunQG+bOE +kJTRX45zGRBdAuVwpcAQ0BB8b8VYSbSwbprafZX1zNoCr7gsfXmPvkPx+SgojQlD+Ajda8iLLCSx +jVIHvXiby8posqTdDEx5YMaZ0ZPxMBoH064iwurO8YQJzOAUbn8/ftKChazcqRZOhaBgy/ac18iz +ju3Gm5h1DVXoX+WViwKkrkMpKBGk5hIwAUt1ax5mnXkvpXYvHUC0bcl9eQjs0Wq2XSqypWa9a4X0 +dFbD9ed1Uigspf9mR6XU/v6eVL9lfgHWMI+lNpyiUBzuOIABSMbHdPTGrMNASRZhdCyvjG817XsY +AFs2PJxQDcqSMxDxJklt33UkN4Ii1+iW/RVLApY+B3KVfqs9TC7XyvDf4Fg/LS8EmjijAQIDAQAB +o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUBpOjCl4oaTeq +YR3r6/wtbyPk86AwDQYJKoZIhvcNAQEMBQADggIBAJaAcgkGfpzMkwQWu6A6jZJOtxEaCnFxEM0E +rX+lRVAQZk5KQaID2RFPeje5S+LGjzJmdSX7684/AykmjbgWHfYfM25I5uj4V7Ibed87hwriZLoA +ymzvftAj63iP/2SbNDefNWWipAA9EiOWWF3KY4fGoweITedpdopTzfFP7ELyk+OZpDc8h7hi2/Ds +Hzc/N19DzFGdtfCXwreFamgLRB7lUe6TzktuhsHSDCRZNhqfLJGP4xjblJUK7ZGqDpncllPjYYPG +FrojutzdfhrGe0K22VoF3Jpf1d+42kd92jjbrDnVHmtsKheMYc2xbXIBw8MgAGJoFjHVdqqGuw6q +nsb58Nn4DSEC5MUoFlkRudlpcyqSeLiSV5sI8jrlL5WwWLdrIBRtFO8KvH7YVdiI2i/6GaX7i+B/ +OfVyK4XELKzvGUWSTLNhB9xNH27SgRNcmvMSZ4PPmz+Ln52kuaiWA3rF7iDeM9ovnhp6dB7h7sxa +OgTdsxoEqBRjrLdHEoOabPXm6RUVkRqEGQ6UROcSjiVbgGcZ3GOTEAtlLor6CZpO2oYofaphNdgO +pygau1LgePhsumywbrmHXumZNTfxPWQrqaA0k89jL9WB365jJ6UeTo3cKXhZ+PmhIIynJkBugnLN +eLLIjzwec+fBH7/PzqUqm9tEZDKgu39cJRNItX+S +-----END CERTIFICATE----- + +SecureSign Root CA15 +==================== +-----BEGIN CERTIFICATE----- +MIICIzCCAamgAwIBAgIUFhXHw9hJp75pDIqI7fBw+d23PocwCgYIKoZIzj0EAwMwUTELMAkGA1UE +BhMCSlAxIzAhBgNVBAoTGkN5YmVydHJ1c3QgSmFwYW4gQ28uLCBMdGQuMR0wGwYDVQQDExRTZWN1 +cmVTaWduIFJvb3QgQ0ExNTAeFw0yMDA0MDgwODMyNTZaFw00NTA0MDgwODMyNTZaMFExCzAJBgNV +BAYTAkpQMSMwIQYDVQQKExpDeWJlcnRydXN0IEphcGFuIENvLiwgTHRkLjEdMBsGA1UEAxMUU2Vj +dXJlU2lnbiBSb290IENBMTUwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQLUHSNZDKZmbPSYAi4Io5G +dCx4wCtELW1fHcmuS1Iggz24FG1Th2CeX2yF2wYUleDHKP+dX+Sq8bOLbe1PL0vJSpSRZHX+AezB +2Ot6lHhWGENfa4HL9rzatAy2KZMIaY+jQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMB0GA1UdDgQWBBTrQciu/NWeUUj1vYv0hyCTQSvT9DAKBggqhkjOPQQDAwNoADBlAjEA2S6J +fl5OpBEHvVnCB96rMjhTKkZEBhd6zlHp4P9mLQlO4E/0BdGF9jVg3PVys0Z9AjBEmEYagoUeYWmJ +SwdLZrWeqrqgHkHZAXQ6bkU6iYAZezKYVWOr62Nuk22rGwlgMU4= +-----END CERTIFICATE----- diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb index e93d5689ac..eb8ddb5757 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/71838 +depend revision/72703 name 00texlive.image category TLCore -revision 71837 +revision 72692 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=14491 +runfiles size=14487 .mkisofsrc autorun.inf texmf-dist/README @@ -432,6 +432,7 @@ runfiles size=14491 tlpkg/tlpsrc/aguplus.tlpsrc tlpkg/tlpsrc/aiaa.tlpsrc tlpkg/tlpsrc/aichej.tlpsrc + tlpkg/tlpsrc/aiplans.tlpsrc tlpkg/tlpsrc/ajl.tlpsrc tlpkg/tlpsrc/akktex.tlpsrc tlpkg/tlpsrc/akletter.tlpsrc @@ -675,7 +676,7 @@ runfiles size=14491 tlpkg/tlpsrc/bartel-chess-fonts.tlpsrc tlpkg/tlpsrc/bashful.tlpsrc tlpkg/tlpsrc/basicarith.tlpsrc - tlpkg/tlpsrc/baskervald.tlpsrc + tlpkg/tlpsrc/baskervaldadf.tlpsrc tlpkg/tlpsrc/baskervaldx.tlpsrc tlpkg/tlpsrc/baskervillef.tlpsrc tlpkg/tlpsrc/basque-book.tlpsrc @@ -709,8 +710,10 @@ runfiles size=14491 tlpkg/tlpsrc/beamertheme-detlevcm.tlpsrc tlpkg/tlpsrc/beamertheme-epyt.tlpsrc tlpkg/tlpsrc/beamertheme-focus.tlpsrc + tlpkg/tlpsrc/beamertheme-gotham.tlpsrc tlpkg/tlpsrc/beamertheme-light.tlpsrc tlpkg/tlpsrc/beamertheme-metropolis.tlpsrc + tlpkg/tlpsrc/beamertheme-mirage.tlpsrc tlpkg/tlpsrc/beamertheme-npbt.tlpsrc tlpkg/tlpsrc/beamertheme-phnompenh.tlpsrc tlpkg/tlpsrc/beamertheme-pure-minimalistic.tlpsrc @@ -753,6 +756,7 @@ runfiles size=14491 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 +889,7 @@ runfiles size=14491 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 @@ -981,6 +986,7 @@ runfiles size=14491 tlpkg/tlpsrc/cartonaugh.tlpsrc tlpkg/tlpsrc/cascade.tlpsrc tlpkg/tlpsrc/cascadia-code.tlpsrc + tlpkg/tlpsrc/cascadiamono-otf.tlpsrc tlpkg/tlpsrc/cascadilla.tlpsrc tlpkg/tlpsrc/cases.tlpsrc tlpkg/tlpsrc/casyl.tlpsrc @@ -1224,6 +1230,7 @@ runfiles size=14491 tlpkg/tlpsrc/comicneue.tlpsrc tlpkg/tlpsrc/comma.tlpsrc tlpkg/tlpsrc/commado.tlpsrc + tlpkg/tlpsrc/commalists-tools.tlpsrc tlpkg/tlpsrc/commath.tlpsrc tlpkg/tlpsrc/commedit.tlpsrc tlpkg/tlpsrc/comment.tlpsrc @@ -1247,6 +1254,7 @@ runfiles size=14491 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 @@ -1287,6 +1295,7 @@ runfiles size=14491 tlpkg/tlpsrc/coordsys.tlpsrc tlpkg/tlpsrc/copyedit.tlpsrc tlpkg/tlpsrc/copyrightbox.tlpsrc + tlpkg/tlpsrc/cora-macs.tlpsrc tlpkg/tlpsrc/cormorantgaramond.tlpsrc tlpkg/tlpsrc/correctmathalign.tlpsrc tlpkg/tlpsrc/coseoul.tlpsrc @@ -1332,6 +1341,7 @@ runfiles size=14491 tlpkg/tlpsrc/csquotes.tlpsrc tlpkg/tlpsrc/css-colors.tlpsrc tlpkg/tlpsrc/cstex.tlpsrc + tlpkg/tlpsrc/csthm.tlpsrc tlpkg/tlpsrc/cstypo.tlpsrc tlpkg/tlpsrc/csvmerge.tlpsrc tlpkg/tlpsrc/csvsimple.tlpsrc @@ -1499,7 +1509,9 @@ runfiles size=14491 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 +1617,7 @@ runfiles size=14491 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 @@ -1621,7 +1634,7 @@ runfiles size=14491 tlpkg/tlpsrc/ekdosis.tlpsrc tlpkg/tlpsrc/ektype-tanka.tlpsrc tlpkg/tlpsrc/elbioimp.tlpsrc - tlpkg/tlpsrc/electrum.tlpsrc + tlpkg/tlpsrc/electrumadf.tlpsrc tlpkg/tlpsrc/eledform.tlpsrc tlpkg/tlpsrc/eledmac.tlpsrc tlpkg/tlpsrc/elements.tlpsrc @@ -1668,6 +1681,7 @@ runfiles size=14491 tlpkg/tlpsrc/enumitem-zref.tlpsrc tlpkg/tlpsrc/enumitem.tlpsrc tlpkg/tlpsrc/envbig.tlpsrc + tlpkg/tlpsrc/enverb.tlpsrc tlpkg/tlpsrc/environ.tlpsrc tlpkg/tlpsrc/envlab.tlpsrc tlpkg/tlpsrc/eolang.tlpsrc @@ -1741,6 +1755,7 @@ runfiles size=14491 tlpkg/tlpsrc/eulervm.tlpsrc tlpkg/tlpsrc/euro-ce.tlpsrc tlpkg/tlpsrc/euro.tlpsrc + tlpkg/tlpsrc/euromoney.tlpsrc tlpkg/tlpsrc/europasscv.tlpsrc tlpkg/tlpsrc/europecv.tlpsrc tlpkg/tlpsrc/eurosym.tlpsrc @@ -1784,6 +1799,7 @@ runfiles size=14491 tlpkg/tlpsrc/extpfeil.tlpsrc tlpkg/tlpsrc/extract.tlpsrc tlpkg/tlpsrc/extsizes.tlpsrc + tlpkg/tlpsrc/ezedits.tlpsrc tlpkg/tlpsrc/facsimile.tlpsrc tlpkg/tlpsrc/factura.tlpsrc tlpkg/tlpsrc/facture-belge-simple-sans-tva.tlpsrc @@ -1806,6 +1822,7 @@ runfiles size=14491 tlpkg/tlpsrc/fancytooltips.tlpsrc tlpkg/tlpsrc/fancyvrb.tlpsrc tlpkg/tlpsrc/fandol.tlpsrc + tlpkg/tlpsrc/faq-fr-gutenberg.tlpsrc tlpkg/tlpsrc/faq-fr.tlpsrc tlpkg/tlpsrc/fascicules.tlpsrc tlpkg/tlpsrc/fast-diagram.tlpsrc @@ -1849,6 +1866,7 @@ runfiles size=14491 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 @@ -1921,6 +1939,7 @@ runfiles size=14491 tlpkg/tlpsrc/fonts-churchslavonic.tlpsrc tlpkg/tlpsrc/fonts-tlwg.tlpsrc tlpkg/tlpsrc/fontscale.tlpsrc + tlpkg/tlpsrc/fontscripts.tlpsrc tlpkg/tlpsrc/fontsetup.tlpsrc tlpkg/tlpsrc/fontsize.tlpsrc tlpkg/tlpsrc/fontspec.tlpsrc @@ -1954,6 +1973,7 @@ runfiles size=14491 tlpkg/tlpsrc/fragments.tlpsrc tlpkg/tlpsrc/frame.tlpsrc tlpkg/tlpsrc/framed.tlpsrc + tlpkg/tlpsrc/framedsyntax.tlpsrc tlpkg/tlpsrc/francais-bst.tlpsrc tlpkg/tlpsrc/frankenstein.tlpsrc tlpkg/tlpsrc/frcursive.tlpsrc @@ -1993,6 +2013,7 @@ runfiles size=14491 tlpkg/tlpsrc/gates.tlpsrc tlpkg/tlpsrc/gatherenum.tlpsrc tlpkg/tlpsrc/gauss.tlpsrc + tlpkg/tlpsrc/gb4e-next.tlpsrc tlpkg/tlpsrc/gb4e.tlpsrc tlpkg/tlpsrc/gbt7714.tlpsrc tlpkg/tlpsrc/gcard.tlpsrc @@ -2171,7 +2192,9 @@ runfiles size=14491 tlpkg/tlpsrc/hausarbeit-jura.tlpsrc tlpkg/tlpsrc/havannah.tlpsrc tlpkg/tlpsrc/hc.tlpsrc + tlpkg/tlpsrc/hduthesis.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 @@ -2249,6 +2272,7 @@ runfiles size=14491 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 @@ -2394,6 +2418,7 @@ runfiles size=14491 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 @@ -2493,6 +2518,7 @@ runfiles size=14491 tlpkg/tlpsrc/keyparse.tlpsrc tlpkg/tlpsrc/keyreader.tlpsrc tlpkg/tlpsrc/keystroke.tlpsrc + tlpkg/tlpsrc/keytheorems.tlpsrc tlpkg/tlpsrc/keyval2e.tlpsrc tlpkg/tlpsrc/keyvaltable.tlpsrc tlpkg/tlpsrc/kfupm-math-exam.tlpsrc @@ -2818,6 +2844,7 @@ runfiles size=14491 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 @@ -2975,6 +3002,7 @@ runfiles size=14491 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 @@ -3060,6 +3088,7 @@ runfiles size=14491 tlpkg/tlpsrc/morisawa.tlpsrc tlpkg/tlpsrc/movement-arrows.tlpsrc tlpkg/tlpsrc/movie15.tlpsrc + tlpkg/tlpsrc/mp-geom2d.tlpsrc tlpkg/tlpsrc/mp3d.tlpsrc tlpkg/tlpsrc/mparhack.tlpsrc tlpkg/tlpsrc/mparrows.tlpsrc @@ -3221,6 +3250,7 @@ runfiles size=14491 tlpkg/tlpsrc/nucleardata.tlpsrc tlpkg/tlpsrc/numberedblock.tlpsrc tlpkg/tlpsrc/numberpt.tlpsrc + tlpkg/tlpsrc/numbersets.tlpsrc tlpkg/tlpsrc/numerica-plus.tlpsrc tlpkg/tlpsrc/numerica-tables.tlpsrc tlpkg/tlpsrc/numerica.tlpsrc @@ -3421,6 +3451,7 @@ runfiles size=14491 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 @@ -3510,6 +3541,7 @@ runfiles size=14491 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 @@ -3740,6 +3772,7 @@ runfiles size=14491 tlpkg/tlpsrc/quran-bn.tlpsrc tlpkg/tlpsrc/quran-de.tlpsrc tlpkg/tlpsrc/quran-en.tlpsrc + tlpkg/tlpsrc/quran-es.tlpsrc tlpkg/tlpsrc/quran-id.tlpsrc tlpkg/tlpsrc/quran-ur.tlpsrc tlpkg/tlpsrc/quran.tlpsrc @@ -3750,6 +3783,7 @@ runfiles size=14491 tlpkg/tlpsrc/ran_toks.tlpsrc tlpkg/tlpsrc/randbild.tlpsrc tlpkg/tlpsrc/randexam.tlpsrc + tlpkg/tlpsrc/randintlist.tlpsrc tlpkg/tlpsrc/random.tlpsrc tlpkg/tlpsrc/randomlist.tlpsrc tlpkg/tlpsrc/randomwalk.tlpsrc @@ -3824,7 +3858,7 @@ runfiles size=14491 tlpkg/tlpsrc/rojud.tlpsrc tlpkg/tlpsrc/romanbar.tlpsrc tlpkg/tlpsrc/romanbarpagenumber.tlpsrc - tlpkg/tlpsrc/romande.tlpsrc + tlpkg/tlpsrc/romandeadf.tlpsrc tlpkg/tlpsrc/romanneg.tlpsrc tlpkg/tlpsrc/romannum.tlpsrc tlpkg/tlpsrc/rorlink.tlpsrc @@ -3912,6 +3946,7 @@ runfiles size=14491 tlpkg/tlpsrc/scratchx.tlpsrc tlpkg/tlpsrc/screenplay-pkg.tlpsrc tlpkg/tlpsrc/screenplay.tlpsrc + tlpkg/tlpsrc/scrhack.tlpsrc tlpkg/tlpsrc/scripture.tlpsrc tlpkg/tlpsrc/scrjrnl.tlpsrc tlpkg/tlpsrc/scrlayer-fancyhdr.tlpsrc @@ -4071,6 +4106,7 @@ runfiles size=14491 tlpkg/tlpsrc/spotcolor.tlpsrc tlpkg/tlpsrc/spreadtab.tlpsrc tlpkg/tlpsrc/spverbatim.tlpsrc + tlpkg/tlpsrc/sqltex.tlpsrc tlpkg/tlpsrc/sr-vorl.tlpsrc tlpkg/tlpsrc/srbook-mem.tlpsrc tlpkg/tlpsrc/srbtiks.tlpsrc @@ -4078,6 +4114,7 @@ runfiles size=14491 tlpkg/tlpsrc/srcredact.tlpsrc tlpkg/tlpsrc/srdp-mathematik.tlpsrc tlpkg/tlpsrc/sseq.tlpsrc + tlpkg/tlpsrc/sshrc-insight.tlpsrc tlpkg/tlpsrc/sslides.tlpsrc tlpkg/tlpsrc/stack.tlpsrc tlpkg/tlpsrc/stackengine.tlpsrc @@ -4122,6 +4159,7 @@ runfiles size=14491 tlpkg/tlpsrc/studenthandouts.tlpsrc tlpkg/tlpsrc/sty2dtx.tlpsrc tlpkg/tlpsrc/styledcmd.tlpsrc + tlpkg/tlpsrc/suanpan-l3.tlpsrc tlpkg/tlpsrc/suanpan.tlpsrc tlpkg/tlpsrc/subdepth.tlpsrc tlpkg/tlpsrc/subdocs.tlpsrc @@ -4140,6 +4178,7 @@ runfiles size=14491 tlpkg/tlpsrc/sudokubundle.tlpsrc tlpkg/tlpsrc/suftesi.tlpsrc tlpkg/tlpsrc/sugconf.tlpsrc + tlpkg/tlpsrc/sunpath.tlpsrc tlpkg/tlpsrc/superiors.tlpsrc tlpkg/tlpsrc/supertabular.tlpsrc tlpkg/tlpsrc/suppose.tlpsrc @@ -4216,10 +4255,12 @@ runfiles size=14491 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 tlpkg/tlpsrc/tempora.tlpsrc + tlpkg/tlpsrc/temporal-logic.tlpsrc tlpkg/tlpsrc/tengwarscript.tlpsrc tlpkg/tlpsrc/tensind.tlpsrc tlpkg/tlpsrc/tensor.tlpsrc @@ -4354,6 +4395,7 @@ runfiles size=14491 tlpkg/tlpsrc/tikz-bayesnet.tlpsrc tlpkg/tlpsrc/tikz-bbox.tlpsrc tlpkg/tlpsrc/tikz-cd.tlpsrc + tlpkg/tlpsrc/tikz-decofonts.tlpsrc tlpkg/tlpsrc/tikz-dependency.tlpsrc tlpkg/tlpsrc/tikz-dimline.tlpsrc tlpkg/tlpsrc/tikz-ext.tlpsrc @@ -4553,6 +4595,7 @@ runfiles size=14491 tlpkg/tlpsrc/udepcolor.tlpsrc tlpkg/tlpsrc/udes-genie-these.tlpsrc tlpkg/tlpsrc/udesoftec.tlpsrc + tlpkg/tlpsrc/udiss.tlpsrc tlpkg/tlpsrc/uebungsblatt.tlpsrc tlpkg/tlpsrc/uestcthesis.tlpsrc tlpkg/tlpsrc/ufrgscca.tlpsrc @@ -4813,6 +4856,7 @@ runfiles size=14491 tlpkg/tlpsrc/xprintlen.tlpsrc tlpkg/tlpsrc/xpunctuate.tlpsrc tlpkg/tlpsrc/xq.tlpsrc + tlpkg/tlpsrc/xreview.tlpsrc tlpkg/tlpsrc/xsavebox.tlpsrc tlpkg/tlpsrc/xsim.tlpsrc tlpkg/tlpsrc/xskak.tlpsrc @@ -4870,6 +4914,7 @@ runfiles size=14491 tlpkg/tlpsrc/zref-clever.tlpsrc tlpkg/tlpsrc/zref-vario.tlpsrc tlpkg/tlpsrc/zref.tlpsrc + tlpkg/tlpsrc/zugferd.tlpsrc tlpkg/tlpsrc/zwgetfdate.tlpsrc tlpkg/tlpsrc/zwpagelayout.tlpsrc tlpkg/tlpsrc/zx-calculus.tlpsrc @@ -4920,7 +4965,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd name 00texlive.installer category TLCore -revision 71838 +revision 72703 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 @@ -4930,7 +4975,7 @@ longdesc allowed, but in this case, 00texlive.installer is never used longdesc *except* to build the installer archives, so it's ok. For longdesc information on the 00texlive prefix see longdesc 00texlive.installation(.tlpsrc) -runfiles size=801 +runfiles size=803 install-tl release-texlive.txt tlpkg/installer/COPYING.MinGW-runtime.txt @@ -8503,16 +8548,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" @@ -8523,7 +8568,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 @@ -9207,16 +9252,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 @@ -9236,6 +9281,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 @@ -9262,14 +9309,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 @@ -9282,7 +9330,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 @@ -9385,7 +9433,7 @@ catalogue-version 3.8 name acronym category Package -revision 54758 +revision 72324 shortdesc Expand acronyms at least once relocated 1 longdesc This package ensures that all acronyms used in the text are @@ -9393,17 +9441,17 @@ longdesc spelled out in full at least once. It also provides an longdesc environment to build a list of acronyms used. The package is longdesc compatible with pdf bookmarks. The package requires the suffix longdesc package, which in turn requires that it runs under e-TeX. -containersize 4980 -containerchecksum be68e32baacdb8708d1a31c4a585fcd282d0def7a76a1e284b908532118aec04505271790a99ab0a36e7c035695b84f8ae1e2146c31ca8c4fcfb76be4f11db26 -doccontainersize 280324 -doccontainerchecksum 72b77e66b4db0c3b42252020fa56be3e4b1a848ad7314037d6ada3eb449fad0b35371835ccc6018bc71ef991ade0720f7febeb52fecd71b3ccc9a5b839bf66b2 -docfiles size=73 +containersize 5096 +containerchecksum 79ae084ade2f85de2793bc057e7022130966a5e14e709aad2ed0514d6c775089d0af192c2651d3634235a17ddef9c44b63d2f5eb38d7433f9b8b6aa020fcc6b9 +doccontainersize 298940 +doccontainerchecksum eba190713015212b17e50f6b169a31176505ef3694b5ead617802fed283f90d88842e518599dde95a336c2a98a67783c30a82d18291233077779c8d1abac8124 +docfiles size=79 RELOC/doc/latex/acronym/CHANGES RELOC/doc/latex/acronym/README details="Package Readme" RELOC/doc/latex/acronym/acronym.pdf details="Package documentation" RELOC/doc/latex/acronym/acrotest.tex -srccontainersize 17392 -srccontainerchecksum 8fd7e9f374e08f69fc33df24be50a9842fb62a18232d2631d85ecf7e6ce702bad1d21989dc01b3513a69e7a39eb343763690cba027df984dfc7777f047ed45d7 +srccontainersize 17768 +srccontainerchecksum cdbd613474852b12b10d8d427064d2cefbed67146121f94434b7d954e37b099b74cfbac7666334a75fdef41643795fa8d545bc6f7e6ed448e42b3f2a80fb80b9 srcfiles size=20 RELOC/source/latex/acronym/acronym.dtx RELOC/source/latex/acronym/acronym.ins @@ -9413,7 +9461,7 @@ catalogue-also glossaries catalogue-ctan /macros/latex/contrib/acronym catalogue-license lppl1.3 catalogue-topics acronym -catalogue-version 1.47 +catalogue-version 1.49 name acroterm category Package @@ -9677,7 +9725,7 @@ catalogue-version 2.42 name adforn category Package -revision 54512 +revision 72484 shortdesc OrnementsADF font with TeX/LaTeX support relocated 1 longdesc The bundle provides the Ornements ADF font in PostScript type 1 @@ -9685,58 +9733,69 @@ longdesc format with TeX/LaTeX support files. The font is licensed under longdesc GPL v2 or later with font exception. (See NOTICE, COPYING, longdesc README.) The TeX/LaTeX support is licensed under LPPL. (See longdesc README, manifest.txt.) -execute addMap OrnementsADF.map -containersize 36500 -containerchecksum 7a4a4da6c72ff2f8ab4b2a9a5e92887306a8e2aee4bcc5a93c18bf41d1bf9c05bd23fd6401bda054994aafa8d6002dbc16d8483b951acb705cd46fda08aaf060 -doccontainersize 362888 -doccontainerchecksum 2a287f8685154359c914b13e8e153aa64bb19708a9f5b122180cead53ee31ab829dc934dcab43f09ded4fe5d2a81ee32528855f1a4a1bd07b795eaabcb204f48 -docfiles size=98 +execute addMap adforn.map +containersize 37552 +containerchecksum e49c6853f3adea32f98108e51977f9813ea503380b8922f8448ea7449d98eb7f7b6676ef35c0135a7d3f1ebfc0c00231e9a459b3ecf2e9f80c03f13a43ffc603 +doccontainersize 531264 +doccontainerchecksum d0c7c6aac702a271798e45846bd79ec9621afab9db9876e636d0c95a37a708e83cd69f9894c77b60cb6122c99619316a8c8fb8f383130391f0ecea069650c811 +docfiles size=140 RELOC/doc/fonts/adforn/COPYING RELOC/doc/fonts/adforn/NOTICE - RELOC/doc/fonts/adforn/README details="Readme" + RELOC/doc/fonts/adforn/README.md details="Readme" + RELOC/doc/fonts/adforn/adforn-tables.pdf + RELOC/doc/fonts/adforn/adforn-tables.tex RELOC/doc/fonts/adforn/adforn.pdf details="Package documentation and font tables" - RELOC/doc/fonts/adforn/adforn.tex RELOC/doc/fonts/adforn/manifest.txt -runfiles size=17 +srccontainersize 9452 +srccontainerchecksum a7ab219daacae5c2fdcda59731adf2e4ed171fc3b0b135343fb4aa975c8d2f1556a28056c25bcd2ff65adde7a7e956560b411e4760ecdba4fd5bb1e255b4b6c6 +srcfiles size=12 + RELOC/source/fonts/adforn/adforn.dtx + RELOC/source/fonts/adforn/adforn.ins +runfiles size=18 RELOC/fonts/afm/arkandis/adforn/OrnementsADF.afm RELOC/fonts/enc/dvips/adforn/OrnementsADF.enc - RELOC/fonts/map/dvips/adforn/OrnementsADF.map + RELOC/fonts/map/dvips/adforn/adforn.map RELOC/fonts/tfm/arkandis/adforn/OrnementsADF.tfm RELOC/fonts/type1/arkandis/adforn/OrnementsADF.pfb RELOC/tex/latex/adforn/adforn.sty RELOC/tex/latex/adforn/uornementsadf.fd +catalogue-contact-repository https://codeberg.org/cfr/nfssext catalogue-ctan /fonts/adforn -catalogue-license lppl gpl2 +catalogue-license lppl1.3c gpl2 catalogue-topics font font-ornmnt font-type1 -catalogue-version 1.1b +catalogue-version 1.2 name adfsymbols category Package -revision 54512 +revision 72458 shortdesc SymbolsADF with TeX/LaTeX support relocated 1 longdesc The package provides Arkandis foundry's ArrowsADF and longdesc BulletsADF fonts in Adobe Type 1 format, together with longdesc TeX/LaTeX support files. -execute addMap ArrowsADF.map -execute addMap BulletsADF.map -containersize 26800 -containerchecksum 7100648956a68719d1a449a3aee0a4acb3788aea7f082a6e7e38c8d8dfa2c712a4b896a9b036e8ae8b2732b11414ab71a49e2f513e7d689f4b0ad9e44c052019 -doccontainersize 384924 -doccontainerchecksum fbdd78030826918a3599a1f843db692390ebdcf4ca9a853d8c2e78706cfafe83ae79d23d09fb097339d8c726608a27436b3bf22725935c55060f1e8579ea1eaf -docfiles size=104 +execute addMap adfsymbols.map +containersize 27796 +containerchecksum f2f80ff16e5d2619db6d58ac44d376552913c3c255c04d57c44beb2766709704294be9c90e6887906599e2b1a8757b15734a66eed12a80fc4268273da88a91ec +doccontainersize 587288 +doccontainerchecksum a78ab1a9f3a41602ffa62d884743d6d56955b7110a151f3467d827b0cf6e94c7371250c2507e2232d1034bccf85dc4e4564275d3e978d003036f53f9c0470d06 +docfiles size=154 RELOC/doc/fonts/adfsymbols/COPYING RELOC/doc/fonts/adfsymbols/NOTICE - RELOC/doc/fonts/adfsymbols/README details="Readme" + RELOC/doc/fonts/adfsymbols/README.md details="Readme" RELOC/doc/fonts/adfsymbols/adfsymbols.pdf details="Package documentation" - RELOC/doc/fonts/adfsymbols/adfsymbols.tex RELOC/doc/fonts/adfsymbols/manifest.txt -runfiles size=19 +srccontainersize 11460 +srccontainerchecksum f8a954b079373bc5e32ae0f9b717180817822622f9ef418dac24c507dd1b345da376106a4ba5f203d20c1dcfa3ceb682b6144f123b783c53145b6ab1c99a2607 +srcfiles size=19 + RELOC/source/fonts/adfsymbols/adfarrows.dtx + RELOC/source/fonts/adfsymbols/adfbullets.dtx + RELOC/source/fonts/adfsymbols/adfsymbols.dtx + RELOC/source/fonts/adfsymbols/adfsymbols.ins +runfiles size=18 RELOC/fonts/afm/arkandis/adfsymbols/ArrowsADF.afm RELOC/fonts/afm/arkandis/adfsymbols/BulletsADF.afm RELOC/fonts/enc/dvips/adfsymbols/SymbolsADF.enc - RELOC/fonts/map/dvips/adfsymbols/ArrowsADF.map - RELOC/fonts/map/dvips/adfsymbols/BulletsADF.map + RELOC/fonts/map/dvips/adfsymbols/adfsymbols.map RELOC/fonts/tfm/arkandis/adfsymbols/ArrowsADF.tfm RELOC/fonts/tfm/arkandis/adfsymbols/BulletsADF.tfm RELOC/fonts/type1/arkandis/adfsymbols/ArrowsADF.pfb @@ -9745,10 +9804,11 @@ runfiles size=19 RELOC/tex/latex/adfsymbols/adfbullets.sty RELOC/tex/latex/adfsymbols/uarrowsadf.fd RELOC/tex/latex/adfsymbols/ubulletsadf.fd +catalogue-contact-repository https://github.com/cfr42/nfssext catalogue-ctan /fonts/adfsymbols -catalogue-license lppl gpl2 +catalogue-license lppl1.3c gpl2+ catalogue-topics font font-symbol font-type1 font-supp -catalogue-version 1.2b +catalogue-version 1.3 name adhocfilelist category Package @@ -9985,7 +10045,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. @@ -10004,10 +10064,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" @@ -10023,8 +10083,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 @@ -10044,7 +10104,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 @@ -11141,6 +11201,39 @@ catalogue-ctan /biblio/bibtex/contrib/misc/aichej.bst catalogue-license lppl catalogue-topics bibtex-sty journalpub +name aiplans +category Package +revision 72202 +shortdesc A TikZ-based library for drawing POCL plans +relocated 1 +longdesc This TikZ library is designed for generating diagrams related +longdesc to Automated Planning, a subdiscipline of Artificial +longdesc Intelligence. It allows users to define a "domain model" for +longdesc actions, similar to PDDL and HDDL used in hierarchical +longdesc planning. The package is useful for researchers and students to +longdesc create diagrams that represent sequential action sequences or +longdesc partially ordered plans, including causal links and ordering +longdesc constraints (e.g., POCL plans). It is particularly suited for +longdesc presentations and scientific publications. +containersize 1764 +containerchecksum f6777842c749ee788501453517a5f7f70050ac30615ee38bfdeb52420a078af1e96b08ee39e9e4ead7e1518b299ad96233dd4f978fcf70483ecec94d8a88d40a +doccontainersize 1133188 +doccontainerchecksum e2994e8f28a11a1861363036e95d2505b8b1a05abdad821e3a2467ec265a7f58f5e52f3a01cb8b99cefc7e75419749811954a13ae6e565a8938ccbbe4d7df46e +docfiles size=302 + RELOC/doc/latex/aiplans/Aiplans-Introduction-source-code.zip + RELOC/doc/latex/aiplans/Aiplans-Introduction.pdf details="Package documentation" + RELOC/doc/latex/aiplans/LICENSE.txt + RELOC/doc/latex/aiplans/README.md details="Readme" + RELOC/doc/latex/aiplans/README.pdf +runfiles size=2 + RELOC/tex/latex/aiplans/tikzlibraryaiplans.code.tex +catalogue-contact-bugs https://gitlab.cecs.anu.edu.au/u7166251/coding-ai-plans-in-latex-s2/-/issues +catalogue-contact-repository https://gitlab.cecs.anu.edu.au/u7166251 +catalogue-ctan /graphics/pgf/contrib/aiplans +catalogue-license lppl1.3c +catalogue-topics graphics pgf-tikz automata +catalogue-version 1.0 + name ajl category Package revision 34016 @@ -16721,30 +16814,31 @@ catalogue-version 1.1.2 name algxpar category Package -revision 67495 +revision 72657 shortdesc Support multiple lines of pseudocode relocated 1 longdesc This package extends the package algorithmicx to support long longdesc text which spans over multiple lines. -containersize 6568 -containerchecksum 3ea0ccb08a088e16c3fd47f5455ec1c3980d242c4f9db838ad07dad089326bead01c03708fe25fe3a14ab3abfdee93c864d1c633f5e0fe043b31962ca1dfe462 -doccontainersize 751752 -doccontainerchecksum 196b2539e23d96f2f7967272d59243af9eabfd588c8ad4cf69174493084f5f3af0c088e3e5ee51df96a6a5de02a7d3a84f7f4f7b3f0cfec0fa4463fb929055ed -docfiles size=201 +containersize 9868 +containerchecksum 6bfc5c7436bdb13f36b38c1b0caf7efa5b7111be748cbc20e5c3fb345b491893dde5da380d2f1309a06c880cc7b664e661c179d0cde67d4809d7b6c0642bf4f0 +doccontainersize 830152 +doccontainerchecksum b971d1c91a4706e4ebcd8c17c8c828b2bdfbb2796505321b2be77493b512553901c9281ada7c14451094050a666dd655257352b3c8a079fea85ab132b5748b25 +docfiles size=224 RELOC/doc/latex/algxpar/README.md details="Readme" RELOC/doc/latex/algxpar/algxpar-doc.pdf details="Package documentation" RELOC/doc/latex/algxpar/algxpar-doc.tex - RELOC/doc/latex/algxpar/algxpar-lzw.tex -runfiles size=9 + RELOC/doc/latex/algxpar/license +runfiles size=13 RELOC/tex/latex/algxpar/algxpar-brazilian.kw.tex RELOC/tex/latex/algxpar/algxpar-english.kw.tex + RELOC/tex/latex/algxpar/algxpar-versionchanges.sty RELOC/tex/latex/algxpar/algxpar.sty catalogue-contact-bugs https://github.com/jandermoreira/algxpar/issues catalogue-contact-repository https://github.com/jandermoreira/algxpar catalogue-ctan /macros/latex/contrib/algxpar catalogue-license lppl1.3 catalogue-topics pseudocode expl3 -catalogue-version 0.99 +catalogue-version 0.99.2 name aligned-overset category Package @@ -19309,7 +19403,7 @@ catalogue-version 6.101 name animate category Package -revision 67401 +revision 72548 shortdesc Create PDF and SVG animations from graphics files and inline graphics relocated 1 longdesc The package provides an interface to create portable, @@ -19317,17 +19411,17 @@ longdesc JavaScript driven PDF and SVG animations from sets of graphics longdesc files or from inline graphics, such as LaTeX picture longdesc environment, PSTricks or pgf/TikZ generated pictures, or just longdesc from typeset text. -containersize 23864 -containerchecksum dabe8762a0329d46ca8987621a59c38183e713c1c257e2cfcd2bbe36bd49bb7cf23b3e75e421f4bf023db2558bb9503d550efa882d77b229114649a15ffcafbc -doccontainersize 3149616 -doccontainerchecksum 857f611cfccc96ed1ae63f47128e9b7b4240428f86ebfdb6f2b79c5f0c76858e7a917321330d841059be02c3d7ef45036f0a2ed441e27abfe68ccbaa61568607 -docfiles size=930 +containersize 23936 +containerchecksum c55edb9b6f264d07e344a289cdabbbaac26abf4a6a8feccac275eb4fa666896c4ac90b677201a5ccc55482940517191e16fccd2e3491475a0212d4f372cff624 +doccontainersize 3166808 +doccontainerchecksum 4561441f0a75d36d5af26a4c8cc2a326cf5cb88de1ab8a8582d5cdb1ac2a98cf12b0ab49d97cc505ec94748a874e3bcc890e5cdbd21394f58c57e962539ff81c +docfiles size=885 RELOC/doc/latex/animate/ChangeLog RELOC/doc/latex/animate/README.txt RELOC/doc/latex/animate/animate.pdf details="Package documentation" -srccontainersize 30284 -srccontainerchecksum d0b799be895882ba64d200f4c77d8794212fecce55b8c65e874b77587ed4bc186930f9abf1f662d0c7c7e8383f34afc3679f11679d22c035539d93b8dcd19e7b -srcfiles size=39 +srccontainersize 31088 +srccontainerchecksum c12db71c0aa79f04130ac0560623bd0bc47f6a5bfa66b7241395e6d8405dc54e9748d9b071a70933613645b37dde3287d0f2f5f08537343df5e806d54cd712b3 +srcfiles size=40 RELOC/source/latex/animate/animate.tex RELOC/source/latex/animate/files/bye_0.eps RELOC/source/latex/animate/files/bye_1.eps @@ -21723,7 +21817,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 @@ -21735,10 +21829,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 @@ -21778,7 +21872,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 @@ -22946,26 +23039,26 @@ catalogue-topics font font-sans font-maths name argumentation category Package -revision 71471 +revision 72381 shortdesc Create abstract argumentation frameworks via TikZ relocated 1 longdesc This package provides commands for creating abstract longdesc argumentation frameworks via TikZ. -containersize 2752 -containerchecksum 1099326eac3b7f35e42722d266ec4b392c603988a92b9a8a922582541dabe5eed438db32f8e81d06dc1c81e0da9be246204067b18f44beefea27e5da1a670a55 -doccontainersize 303184 -doccontainerchecksum d48ca546af76eb5fbb54337d57c91162ad6f1f759497d212ee2b78474ce60bb8d118c25a056d7ee91a2aff2880bf90b5dd63b3e47bc5554a7b477ac4f58c0139 -docfiles size=86 +containersize 3244 +containerchecksum 6f6216599641063e9c8eeda2344beb1b3535abcbd6b3c6103f694d68414598b86b7ef6f558c0da1f4333ab426da4da592fc39b18ec604fab919f4ecf1f2b9ccd +doccontainersize 508428 +doccontainerchecksum 065b26e0dde4642ed6d7b6f0d86624c0985f41dfc709b697ad51d4a2a9d3e8db93ac8e7a8c2470dc3fca3f537c82d8139a79d93c9854d2dce9e32364656200a5 +docfiles size=139 RELOC/doc/latex/argumentation/README.md details="Readme" RELOC/doc/latex/argumentation/argumentation-doc.pdf details="Package documentation" RELOC/doc/latex/argumentation/argumentation-doc.tex -runfiles size=3 +runfiles size=4 RELOC/tex/latex/argumentation/argumentation.sty catalogue-contact-repository https://github.com/aig-hagen/tikz_argumentation catalogue-ctan /graphics/pgf/contrib/argumentation catalogue-license lppl1.3c catalogue-topics graphics diagram pgf-tikz -catalogue-version 1.2 +catalogue-version 1.3 name arimo category Package @@ -25424,7 +25517,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 @@ -25443,11 +25536,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" @@ -25468,18 +25561,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 @@ -25494,10 +25587,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 @@ -25516,8 +25609,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 @@ -25734,7 +25827,7 @@ catalogue-version 2.20 name asy-overview category Package -revision 71432 +revision 72484 shortdesc A brief overview of the Asymptote language for drawing mathematical graphics relocated 1 longdesc Asymptote is a programming language for creating mathematical @@ -25743,10 +25836,10 @@ longdesc illustrating with a few familiar Calculus examples. Readers can longdesc work through it in a couple of hours to get a feel for the longdesc system's strengths, and if they are interested then go on to a longdesc full tutorial or the official reference. -containersize 632 -containerchecksum 3081017ef697c282170996bfa2bdd5f6c3d877c08df6f9e4f1ff2c3c5de3ae49a8734f5098cf422fc45961a39bcf411af1177113f128c18ff91f5dd0343d8ba1 -doccontainersize 1833100 -doccontainerchecksum 6eb463eed2d85b74e3875d5dfb6fab5a17a6e365a5114cd1420f559fc4124d93617dc7227093d2be903b6404ef17dce23f363e5ecd40b6ec79205ce1b73346e7 +containersize 624 +containerchecksum 679a3d65b74197176a1c9cc78b6da4c5c28a470b5b4c03b7ce7d2d892c70af8e2d56c3850809be97c74b5cdb20d297165e5dd48d1e4c24e8872fccc5c17a07df +doccontainersize 1833600 +doccontainerchecksum fab102b728b97a914a97562b60620b2c76dbb62af0f45ea345dc77884378f4fc9f7981f64a24b7ab58553bfb094ef9a30a95a6f7ed796bfd01de327b7cf62fde docfiles size=737 RELOC/doc/latex/asy-overview/README details="Readme" RELOC/doc/latex/asy-overview/asy/jh.asy @@ -25782,7 +25875,6 @@ catalogue-contact-repository https://gitlab.com/jim.hefferon/asy_tut catalogue-ctan /info/asy-overview catalogue-license cc-by-sa-4 catalogue-topics documentation graphics-doc docu-pkg -catalogue-version 1.04 name asyfig category Package @@ -25821,7 +25913,7 @@ catalogue-version 0.1c name asymptote category TLCore -revision 71609 +revision 72638 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 @@ -25829,10 +25921,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 +containersize 380416 +containerchecksum 0a523eb471aa7bc55295ad5301173c3e8967bcc7a3312b681e606b0c81ff9b478af30198c64417fee294c956cf51f2158db84fe3f435d537e22cdbc096cdd3bf doccontainersize 2345040 -doccontainerchecksum e9ed312edc9e6a1cea25ed0fa60547451af6ff150ad874bbe2ac85e2c912b4df997b562be79dbedd7dc3e4663605ef018264ad0ef5dfe2ea82240eee24e3d180 +doccontainerchecksum 7641d9c3ed4c70e69105ea5e75634ec91a4b74c50548328d9b8cd30ecd610eea8aa01968737dab750ac4282b87f8d1db153541263ce638a200ed392cd319ddda docfiles size=1308 texmf-dist/doc/asymptote/CAD.pdf details="Using Asymptote for 2D CAD" texmf-dist/doc/asymptote/TeXShopAndAsymptote.pdf @@ -26374,7 +26466,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.92 name asymptote-by-example-zh-cn category Package @@ -27252,34 +27344,30 @@ binfiles arch=x86_64-solaris size=1 name atveryend category Package -revision 53108 +revision 72507 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 -docfiles size=95 +longdesc This LaTeX package provides some wrapper commands around LaTeX +longdesc end document hooks. +containersize 1160 +containerchecksum 7ed1e0c2480b592b4b8350274b57bc2b5549f2e971f9d3e33fb2352c5ca7f0461a6fd74facd67b1e48cb4a5fcba5e6e41fe02595b057dc4d1ca76be50554e16e +doccontainersize 281796 +doccontainerchecksum 4f46e3894fbce05d613cc6cf6f21444eda50bbd13da1b44324ac52dd34d059deba274fd6b0ad6ce993dcd070843972683096675da5069cebdbfa09028ecb7803 +docfiles size=72 RELOC/doc/latex/atveryend/README.md details="README" RELOC/doc/latex/atveryend/atveryend.pdf details="Package documentation" -srccontainersize 8600 -srccontainerchecksum 1ec0c4752df403e47c4f8d4186167ccb59d2269012d904e9de1ec54acacbdb84b571f5bd1e6b645f7f86972178db2793853701cfa180b66ae7edc1d1488958b2 -srcfiles size=10 +srccontainersize 4272 +srccontainerchecksum 3aebbf9320286c207248ed9c54c8b2082b59f98d9245622c40026e248d7f5d4478bc4ce223b4f2d5b1233e5d99f1d8368d9f04f3e615dc752b398e5c47e459c8 +srcfiles size=4 RELOC/source/latex/atveryend/atveryend.dtx -runfiles size=5 +runfiles size=1 RELOC/tex/latex/atveryend/atveryend.sty 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 @@ -28538,21 +28626,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 @@ -28583,7 +28671,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 @@ -28874,7 +28961,7 @@ catalogue-version 1.0 name babel category Package -revision 71656 +revision 72607 shortdesc Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and Plain TeX relocated 1 longdesc This package manages culturally-determined typographical (and @@ -28888,23 +28975,23 @@ 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 -docfiles size=264 +containersize 232256 +containerchecksum fc6cbfb0f6854cc4aee3565009b2249dca1ebe78bcd02df90385ddbf7886460a2df1c3c24666e46bc4773c7cea1a0d6bb94fc38924c040e3888da067927bf7fe +doccontainersize 1125344 +doccontainerchecksum 7a5cf7cc0bfbbc6167096aabd9ccb5aa4bf724a3604f95f436337b6ddc5bc4a012068525f041767bfff8294d4f5767774aee0f6d2884625ec457774f387decb3 +docfiles size=282 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 895128 +srccontainerchecksum ecf2f25d1cbe47449231e326fad173d78905d2d992b698f6c0a0d6b69363d9652ce14d45721213a7ea7530e357750f017f42f2b8d638bedf25decb7f78c41f64 +srcfiles size=476 RELOC/source/latex/babel/babel.dtx RELOC/source/latex/babel/babel.ins RELOC/source/latex/babel/bbcompat.dtx RELOC/source/latex/babel/bbidxglo.dtx RELOC/source/latex/babel/locale.zip -runfiles size=1268 +runfiles size=1270 RELOC/makeindex/babel/bbglo.ist RELOC/makeindex/babel/bbind.ist RELOC/tex/generic/babel/UKenglish.sty @@ -29876,7 +29963,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.12 name babel-albanian category Package @@ -30318,23 +30405,23 @@ catalogue-version 1.3s name babel-french category Package -revision 71737 +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 15784 -containerchecksum 7e5c76b3f744f64bee559639df35769747e8103f821abb1ea35528f5a913939a0c7bf57d2e2e06992ba1165935049d3a6c1fff101926c55a7ba89217daaeef6d -doccontainersize 513736 -doccontainerchecksum db8b8a4df1d192f9635aecd008523ce72c0f0fa7e7935cab9470f35f8fa53e913068c843218ca1e9d71b944ad38fdce7e069785c45565bca1beacb2f4dbe53a4 +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 55356 -srccontainerchecksum 411387c171f2d0c128333cbb4c880cf33cbb3a896062274fc5f1b35713394458d3487b3c847fad6b41769701a3dffd8da8aac6d7bb8d664e01cb1d6698cd0c7d +srccontainersize 55392 +srccontainerchecksum 1882b8a698b0b652173b33747cd628327fd930ed37d5908de32db09d70d04946e5987508a5f1cbce5d345bfd09fe35660cc580e3d056874cf393e4b02d45b51c srcfiles size=59 RELOC/source/generic/babel-french/frenchb.dtx runfiles size=24 @@ -30348,7 +30435,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.6b +catalogue-version 3.6c name babel-friulan category Package @@ -30685,27 +30772,27 @@ catalogue-version 1.0h name babel-italian category Package -revision 69298 +revision 72520 shortdesc Babel support for Italian text relocated 1 longdesc The package provides language definitions for use in babel. -containersize 3892 -containerchecksum 39c9a5b40215874e74a86d3f994900e1dc3f5c1d0067b5bec224b5ca997a2bb254b914c9a15888e896e73908be5cba309a8da82fa12d797c12a93037c245256c -doccontainersize 494976 -doccontainerchecksum ef2f87cfb66fff50fccc3ba4eec0f1c778765d49ac2976561f4963d9e12f1b2c486459827a44e66fbb42278fce72111d9aee373c1395f0532fcc42ab5efc5ad2 +containersize 3896 +containerchecksum a84dc915810cefcde4b6debb03f778d242700a4ca6bac78b9bb8e528d356518995a677bfc0913738bfee7027dfe6227217f096b81eebcb91de56e26ecebec4fb +doccontainersize 495800 +doccontainerchecksum 616942003533a2e64eca4a0ec3052542166bf34c6730b338e89bef205ede1cdacaa873ff3fe34e6e7144957489ce7881fc0fc6c316d91ceda8338bcfb62378a1 docfiles size=125 RELOC/doc/generic/babel-italian/README.txt details="Readme" RELOC/doc/generic/babel-italian/italian.pdf details="Package documentation" -srccontainersize 25148 -srccontainerchecksum 8436a5fe438a56e27efc22d979e56dd8f55971c598cf40702b485172448c0e5c959a1d9971f201c9e5e14df1d37815a39d9572c9dadbf6c6c9b0969f3529a3c8 -srcfiles size=20 +srccontainersize 25312 +srccontainerchecksum af5dad720b136b63d341d0d55dc4f4374a9c032806c664ed113c752a9846c993d5ac6c523245ca73b0a84caa0467011409e64915ce1ba5956c9a4e07fe5e3c31 +srcfiles size=21 RELOC/source/generic/babel-italian/italian.dtx runfiles size=3 RELOC/tex/generic/babel-italian/italian.ldf catalogue-ctan /macros/latex/contrib/babel-contrib/italian catalogue-license lppl1.3c catalogue-topics italian multilingual-addon -catalogue-version 1.5.00 +catalogue-version 1.5.01 name babel-japanese category Package @@ -32325,10 +32412,9 @@ catalogue-license lppl1.3 catalogue-topics arithmetic calculation catalogue-version 1.1 -name baskervald +name baskervaldadf category Package -revision 19490 -catalogue baskervaldadf +revision 72484 shortdesc Baskervald ADF fonts collection with TeX/LaTeX support relocated 1 longdesc Baskervald ADF is a serif family with lining figures designed @@ -32342,107 +32428,121 @@ longdesc "standard" or default characters while the other supports longdesc additional ligatures. The included package files provide access longdesc to these features in LaTeX. execute addMap ybv.map -containersize 421084 -containerchecksum 3c0451c43f81396038c3ccff2b4a9b07bf31023fa7afafd2884506928dffc8a9345ff0b8c8114f20b3016026f4532ab138a8b4787a37811501659a0f53c98941 -doccontainersize 245760 -doccontainerchecksum e9e2c8749e29351b59690027b019da441de5c74068aa5a8457e3014c751fb23dddb0e8b94bf56529879086ea8c58e023a23b85ed9bbaece10f6dcc65ddcf3ff6 -docfiles size=76 - RELOC/doc/fonts/baskervald/COPYING - RELOC/doc/fonts/baskervald/NOTICE.txt - RELOC/doc/fonts/baskervald/README details="Readme" - RELOC/doc/fonts/baskervald/baskervaldadf.pdf details="Package documentation" - RELOC/doc/fonts/baskervald/baskervaldadf.tex - RELOC/doc/fonts/baskervald/manifest.txt -srccontainersize 9356 -srccontainerchecksum 60122d6a04e88fecd4c6baae3a657f40bbfd48895cc674e95ee9e2b3f9172e01d009064a616f2d7b3f48c41d43f75efda19c3ca54feee612f1866fe64eef366e -srcfiles size=25 - RELOC/source/fonts/baskervald/reglyph-ybv.tex - RELOC/source/fonts/baskervald/supp-ybv.etx - RELOC/source/fonts/baskervald/t1-baskervald-lig.etx - RELOC/source/fonts/baskervald/t1-baskervald.etx - RELOC/source/fonts/baskervald/ts1-baskervald.etx - RELOC/source/fonts/baskervald/ybv-drv.tex - RELOC/source/fonts/baskervald/ybv-map.tex -runfiles size=274 - RELOC/fonts/afm/arkandis/baskervald/ybvb8a.afm - RELOC/fonts/afm/arkandis/baskervald/ybvbi8a.afm - RELOC/fonts/afm/arkandis/baskervald/ybvh8a.afm - RELOC/fonts/afm/arkandis/baskervald/ybvho8a.afm - RELOC/fonts/afm/arkandis/baskervald/ybvr8a.afm - RELOC/fonts/afm/arkandis/baskervald/ybvri8a.afm - RELOC/fonts/enc/dvips/baskervald/supp-ybv.enc - RELOC/fonts/map/dvips/baskervald/ybv.map - RELOC/fonts/tfm/arkandis/baskervald/ybvb8c.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvb8r.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvb8s.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvb8t.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvbi8c.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvbi8r.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvbi8s.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvbi8t.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvbiw8t.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvbw8t.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvh8c.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvh8r.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvh8s.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvh8t.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvho8c.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvho8r.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvho8s.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvho8t.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvhow8t.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvhw8t.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvr8c.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvr8r.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvr8s.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvr8t.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvri8c.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvri8r.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvri8s.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvri8t.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvriw8t.tfm - RELOC/fonts/tfm/arkandis/baskervald/ybvrw8t.tfm - RELOC/fonts/type1/arkandis/baskervald/ybvb8a.pfb - RELOC/fonts/type1/arkandis/baskervald/ybvb8a.pfm - RELOC/fonts/type1/arkandis/baskervald/ybvbi8a.pfb - RELOC/fonts/type1/arkandis/baskervald/ybvbi8a.pfm - RELOC/fonts/type1/arkandis/baskervald/ybvh8a.pfb - RELOC/fonts/type1/arkandis/baskervald/ybvh8a.pfm - RELOC/fonts/type1/arkandis/baskervald/ybvho8a.pfb - RELOC/fonts/type1/arkandis/baskervald/ybvho8a.pfm - RELOC/fonts/type1/arkandis/baskervald/ybvr8a.pfb - RELOC/fonts/type1/arkandis/baskervald/ybvr8a.pfm - RELOC/fonts/type1/arkandis/baskervald/ybvri8a.pfb - RELOC/fonts/type1/arkandis/baskervald/ybvri8a.pfm - RELOC/fonts/vf/arkandis/baskervald/ybvb8c.vf - RELOC/fonts/vf/arkandis/baskervald/ybvb8t.vf - RELOC/fonts/vf/arkandis/baskervald/ybvbi8c.vf - RELOC/fonts/vf/arkandis/baskervald/ybvbi8t.vf - RELOC/fonts/vf/arkandis/baskervald/ybvbiw8t.vf - RELOC/fonts/vf/arkandis/baskervald/ybvbw8t.vf - RELOC/fonts/vf/arkandis/baskervald/ybvh8c.vf - RELOC/fonts/vf/arkandis/baskervald/ybvh8t.vf - RELOC/fonts/vf/arkandis/baskervald/ybvho8c.vf - RELOC/fonts/vf/arkandis/baskervald/ybvho8t.vf - RELOC/fonts/vf/arkandis/baskervald/ybvhow8t.vf - RELOC/fonts/vf/arkandis/baskervald/ybvhw8t.vf - RELOC/fonts/vf/arkandis/baskervald/ybvr8c.vf - RELOC/fonts/vf/arkandis/baskervald/ybvr8t.vf - RELOC/fonts/vf/arkandis/baskervald/ybvri8c.vf - RELOC/fonts/vf/arkandis/baskervald/ybvri8t.vf - RELOC/fonts/vf/arkandis/baskervald/ybvriw8t.vf - RELOC/fonts/vf/arkandis/baskervald/ybvrw8t.vf - RELOC/tex/latex/baskervald/baskervald.sty - RELOC/tex/latex/baskervald/t1ybv.fd - RELOC/tex/latex/baskervald/t1ybvw.fd - RELOC/tex/latex/baskervald/ts1ybv.fd - RELOC/tex/latex/baskervald/ts1ybvw.fd +containersize 421520 +containerchecksum 4bff5a91dd051b5b1468e192a0139357699e3c690c791ef8e9ffaff4a0534622d75b3d731b27c2501f6f0cd38ecaaa735ef4a7263e1a0e482eaa300ad39d0abd +doccontainersize 1359224 +doccontainerchecksum cd6ae17f9140ecdf535c403931d0e2dc7f706f6101991a05d0ec4d65cda5e687b930348097c335f00a5edf1ec9ef44fe580bf74e736736645c96eba4b6bc9cc3 +docfiles size=361 + RELOC/doc/fonts/baskervaldadf/COPYING + RELOC/doc/fonts/baskervaldadf/NOTICE.txt + RELOC/doc/fonts/baskervaldadf/README.md details="Readme" + RELOC/doc/fonts/baskervaldadf/baskervald-ybv-example.pdf + RELOC/doc/fonts/baskervaldadf/baskervald-ybv-example.tex + RELOC/doc/fonts/baskervaldadf/baskervaldadf-build.pdf + RELOC/doc/fonts/baskervaldadf/baskervaldadf-tables.pdf + RELOC/doc/fonts/baskervaldadf/baskervaldadf-tables.tex + RELOC/doc/fonts/baskervaldadf/baskervaldadf.pdf details="Package documentation" + RELOC/doc/fonts/baskervaldadf/manifest.txt + RELOC/doc/fonts/baskervaldadf/reglyph-ybv.tex + RELOC/doc/fonts/baskervaldadf/ybv-drv.tex + RELOC/doc/fonts/baskervaldadf/ybv-map.tex +srccontainersize 20572 +srccontainerchecksum 1a58429737a368c802307ff5bd7b55faac86b523bb300d8fb0e659ff1b755a1a23c56e0352c1125989a7b532aeb171e7b8f84bd0fc2fcec505bc3d783e05526e +srcfiles size=53 + RELOC/source/fonts/baskervaldadf/baskervaldadf-build.dtx + RELOC/source/fonts/baskervaldadf/baskervaldadf.dtx + RELOC/source/fonts/baskervaldadf/baskervaldadf.ins + RELOC/source/fonts/baskervaldadf/supp-ybv.etx + RELOC/source/fonts/baskervaldadf/t1-baskervald-lig.etx + RELOC/source/fonts/baskervaldadf/t1-baskervald.etx + RELOC/source/fonts/baskervaldadf/ts1-baskervald.etx +runfiles size=280 + RELOC/fonts/afm/public/baskervaldadf/ybvb8a.afm + RELOC/fonts/afm/public/baskervaldadf/ybvbi8a.afm + RELOC/fonts/afm/public/baskervaldadf/ybvh8a.afm + RELOC/fonts/afm/public/baskervaldadf/ybvho8a.afm + RELOC/fonts/afm/public/baskervaldadf/ybvr8a.afm + RELOC/fonts/afm/public/baskervaldadf/ybvri8a.afm + RELOC/fonts/enc/dvips/baskervaldadf/supp-ybv.enc + RELOC/fonts/map/dvips/baskervaldadf/ybv.map + RELOC/fonts/tfm/public/baskervaldadf/ybvb8c.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvb8r.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvb8s.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvb8sr.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvb8t.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvbi8c.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvbi8r.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvbi8s.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvbi8sr.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvbi8t.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvbiw8t.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvbw8t.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvh8c.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvh8r.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvh8s.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvh8sr.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvh8t.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvho8c.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvho8r.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvho8s.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvho8sr.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvho8t.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvhow8t.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvhw8t.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvr8c.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvr8r.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvr8s.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvr8sr.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvr8t.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvri8c.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvri8r.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvri8s.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvri8sr.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvri8t.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvriw8t.tfm + RELOC/fonts/tfm/public/baskervaldadf/ybvrw8t.tfm + RELOC/fonts/type1/public/baskervaldadf/ybvb8a.pfb + RELOC/fonts/type1/public/baskervaldadf/ybvb8a.pfm + RELOC/fonts/type1/public/baskervaldadf/ybvbi8a.pfb + RELOC/fonts/type1/public/baskervaldadf/ybvbi8a.pfm + RELOC/fonts/type1/public/baskervaldadf/ybvh8a.pfb + RELOC/fonts/type1/public/baskervaldadf/ybvh8a.pfm + RELOC/fonts/type1/public/baskervaldadf/ybvho8a.pfb + RELOC/fonts/type1/public/baskervaldadf/ybvho8a.pfm + RELOC/fonts/type1/public/baskervaldadf/ybvr8a.pfb + RELOC/fonts/type1/public/baskervaldadf/ybvr8a.pfm + RELOC/fonts/type1/public/baskervaldadf/ybvri8a.pfb + RELOC/fonts/type1/public/baskervaldadf/ybvri8a.pfm + RELOC/fonts/vf/public/baskervaldadf/ybvb8c.vf + RELOC/fonts/vf/public/baskervaldadf/ybvb8t.vf + RELOC/fonts/vf/public/baskervaldadf/ybvbi8c.vf + RELOC/fonts/vf/public/baskervaldadf/ybvbi8t.vf + RELOC/fonts/vf/public/baskervaldadf/ybvbiw8t.vf + RELOC/fonts/vf/public/baskervaldadf/ybvbw8t.vf + RELOC/fonts/vf/public/baskervaldadf/ybvh8c.vf + RELOC/fonts/vf/public/baskervaldadf/ybvh8t.vf + RELOC/fonts/vf/public/baskervaldadf/ybvho8c.vf + RELOC/fonts/vf/public/baskervaldadf/ybvho8t.vf + RELOC/fonts/vf/public/baskervaldadf/ybvhow8t.vf + RELOC/fonts/vf/public/baskervaldadf/ybvhw8t.vf + RELOC/fonts/vf/public/baskervaldadf/ybvr8c.vf + RELOC/fonts/vf/public/baskervaldadf/ybvr8t.vf + RELOC/fonts/vf/public/baskervaldadf/ybvri8c.vf + RELOC/fonts/vf/public/baskervaldadf/ybvri8t.vf + RELOC/fonts/vf/public/baskervaldadf/ybvriw8t.vf + RELOC/fonts/vf/public/baskervaldadf/ybvrw8t.vf + RELOC/tex/latex/baskervaldadf/baskervald.sty + RELOC/tex/latex/baskervaldadf/t1ybv.fd + RELOC/tex/latex/baskervaldadf/t1ybvw.fd + RELOC/tex/latex/baskervaldadf/ts1ybv.fd + RELOC/tex/latex/baskervaldadf/ts1ybvw.fd catalogue-also baskervaldx catalogue-contact-home http://arkandis.tuxfamily.org/ +catalogue-contact-repository https://codeberg.org/cfr/nfssext catalogue-ctan /fonts/baskervaldadf -catalogue-license lppl +catalogue-license lppl1.3c gpl2 catalogue-topics font font-type1 font-serif -catalogue-version 1.016 +catalogue-version 1.1 name baskervaldx category Package @@ -35105,6 +35205,65 @@ catalogue-license gpl3 catalogue-topics presentation catalogue-version 3.4.0 +name beamertheme-gotham +category Package +revision 72340 +shortdesc A versatile and extendable beamer theme based on Metropolis +relocated 1 +longdesc This package provides a modern, minimal-ish, versatile and +longdesc extendable yet robust Beamer theme using LaTeX3 with some +longdesc gathered or borrowed lines of code. It uses the l3build system +longdesc to both build and verify (Test-Driven Development) the +longdesc delivered code. "Gotham" tries to bring higher flexibility +longdesc thanks to LaTeX3 implementation on top of the good-looking +longdesc Metropolis theme. +containersize 19752 +containerchecksum 024e33b589216977c7e873e45ab5a32b00e2ea7f92dbd25d2498874f8fa77c6d1cb6fbcf803a80ea10d5770d55dc163d8f89f1c1a4c54676697b9894e2ced4cc +doccontainersize 2249440 +doccontainerchecksum febbc1d29129d886685ce1b17edc466167d5b32678a0d021337a4010c799da19004c5a6b43b99d0e5ad9adec094e43ed2a1266b382662d9b0e48c05008c05fbd +docfiles size=773 + RELOC/doc/latex/beamertheme-gotham/MANIFEST.md + RELOC/doc/latex/beamertheme-gotham/README.md details="Readme" + RELOC/doc/latex/beamertheme-gotham/ctan.ann + RELOC/doc/latex/beamertheme-gotham/ctan.note + RELOC/doc/latex/beamertheme-gotham/gotham-blueprint.pdf + RELOC/doc/latex/beamertheme-gotham/gotham-dev-impl.pdf + RELOC/doc/latex/beamertheme-gotham/gotham-dev-impl.tex + RELOC/doc/latex/beamertheme-gotham/gotham-doc.pdf details="User manual" + RELOC/doc/latex/beamertheme-gotham/gotham-doc.tex + RELOC/doc/latex/beamertheme-gotham/gotham-example169transp.pdf details="Example of use (transparent)" + RELOC/doc/latex/beamertheme-gotham/gotham-example169transp.tex + RELOC/doc/latex/beamertheme-gotham/gotham-example43dark.pdf details="Example of use (dark)" + RELOC/doc/latex/beamertheme-gotham/gotham-example43dark.tex + RELOC/doc/latex/beamertheme-gotham/gotham-exampleSimple.pdf details="Example of use (simple)" + RELOC/doc/latex/beamertheme-gotham/gotham-exampleSimple.tex + RELOC/doc/latex/beamertheme-gotham/gotham-layout.pdf + RELOC/doc/latex/beamertheme-gotham/gotham-logo.pdf + RELOC/doc/latex/beamertheme-gotham/gotham-safetybox.pdf + RELOC/doc/latex/beamertheme-gotham/gotham-user-cmds.pdf + RELOC/doc/latex/beamertheme-gotham/gotham-user-cmds.tex + RELOC/doc/latex/beamertheme-gotham/gotham.pdf details="Complete package documentation" + RELOC/doc/latex/beamertheme-gotham/section-Beamer.tex + RELOC/doc/latex/beamertheme-gotham/section-Conclusion.tex + RELOC/doc/latex/beamertheme-gotham/section-Gotham.tex +srccontainersize 39900 +srccontainerchecksum 6fb2b7b99eb69e5c3c1c574817231f1621f41988fa446d830ad3bc4dc14db814c637d159aec8b38b028dbff6eb247d4e67e702d8d0761b15aeeb488465c78fc4 +srcfiles size=80 + RELOC/source/latex/beamertheme-gotham/gotham.dtx + RELOC/source/latex/beamertheme-gotham/gotham.ins +runfiles size=44 + RELOC/tex/latex/beamertheme-gotham/beamercolorthemegotham.sty + RELOC/tex/latex/beamertheme-gotham/beamerfontthemegotham.sty + RELOC/tex/latex/beamertheme-gotham/beamerinnerthemegotham.sty + RELOC/tex/latex/beamertheme-gotham/beamerouterthemegotham.sty + RELOC/tex/latex/beamertheme-gotham/beamerthemegotham.sty +catalogue-contact-bugs https://gitlab.com/RomainNOEL/beamertheme-gotham/issues/ +catalogue-contact-repository https://gitlab.com/RomainNOEL/beamertheme-gotham/ +catalogue-ctan /macros/latex/contrib/beamer-contrib/themes/beamertheme-gotham +catalogue-license lppl1.3c cc-by-sa-4 +catalogue-topics presentation expl3 +catalogue-version 1.1.0.b + name beamertheme-light category Package revision 49867 @@ -35172,6 +35331,41 @@ catalogue-license other-free catalogue-topics presentation catalogue-version 1.2 +name beamertheme-mirage +category Package +revision 72656 +shortdesc A beamer theme with dark and light colour schemes +relocated 1 +longdesc A beamer theme inspired by the album art of Zhou Shen's song +longdesc Mirage, with a default dark and alternative light mode. Sample +longdesc .tex files for beamer presentations and posters are provided. +containersize 2428 +containerchecksum ab160d3ee037a522595fad76746fc0a8d6a2e37d88f67e70c82b584c641c7931cde88dfd1a0f2fe05f8fdeb99ba046deb89073d9dcc4b416d47c26bd22d91b0c +doccontainersize 791604 +doccontainerchecksum 0922c5f0d6e74304f74fd9b0d95772c919fa2321a8284a867e50aba5b548563f4f74f808876ea3e16e9151df6a4bf64dd9711188f52d81a4253b763fc80c38c0 +docfiles size=397 + RELOC/doc/latex/beamertheme-mirage/LICENSE + RELOC/doc/latex/beamertheme-mirage/README.md details="Readme" + RELOC/doc/latex/beamertheme-mirage/beamertheme-mirage-doc.pdf details="Package documentation" language="en,zh" + RELOC/doc/latex/beamertheme-mirage/beamertheme-mirage-doc.tex + RELOC/doc/latex/beamertheme-mirage/mirage-beamer-en.pdf details="Example of the beamer theme (English)" + RELOC/doc/latex/beamertheme-mirage/mirage-beamer-en.tex + RELOC/doc/latex/beamertheme-mirage/mirage-beamer-zh.pdf details="Example of the beamer theme (Chinese)" language="zh" + RELOC/doc/latex/beamertheme-mirage/mirage-beamer-zh.tex + RELOC/doc/latex/beamertheme-mirage/mirage-poster-en.pdf details="Example of the poster theme (English)" + RELOC/doc/latex/beamertheme-mirage/mirage-poster-en.tex + RELOC/doc/latex/beamertheme-mirage/mirage-poster-zh.pdf details="Example of the poster theme (Chinese)" language="zh" + RELOC/doc/latex/beamertheme-mirage/mirage-poster-zh.tex + RELOC/doc/latex/beamertheme-mirage/miragesup.png + RELOC/doc/latex/beamertheme-mirage/sample-refs.bib +runfiles size=2 + RELOC/tex/latex/beamertheme-mirage/beamerthemeMirage.sty +catalogue-contact-repository https://github.com/liantze/beamerthemeMirage +catalogue-ctan /macros/latex/contrib/beamer-contrib/themes/beamertheme-mirage +catalogue-license lppl1.3c +catalogue-topics presentation +catalogue-version 1.1 + name beamertheme-npbt category Package revision 54512 @@ -35287,25 +35481,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 @@ -35415,7 +35609,7 @@ catalogue-version 1.0 name beamertheme-tcolorbox category Package -revision 71124 +revision 72368 shortdesc A beamer inner theme which reproduces standard beamer blocks using tcolorboxes relocated 1 longdesc This package provides an inner theme for beamer which @@ -35426,10 +35620,10 @@ depend beamer depend tcolorbox depend tikzfill depend tools -containersize 2416 -containerchecksum 6f96a493048cd65450fb656e9c7e5364a71565cf9571eb624a4486eda715ea7b704b3aa241d67dca18d0d6d2d0813dd2bc4da05a917844bea28fc8ec14111d94 -doccontainersize 173452 -doccontainerchecksum 4bc02b3451aaa6bc50352deec436ada73e9cbeb106743161561696ea92669ad12c703d077d5d266029d24baf5b2cdcf1a40e119c96156a11dcbddc01ce02b2b5 +containersize 2428 +containerchecksum fd1fb6c7fc066d396e020a5b6dff2513f3f84c90347b459eb8d6b1632109b3da2cb0c1b1f02705463d351ad73e679eefda39863741bd777fdccdee5dc826f25b +doccontainersize 173544 +doccontainerchecksum 8d8aaef90bbb3b0dab4952dbb604fc15a314ac8bfbc4fb6a23e95229b639a03d4a686ac8ee0744b3e973c3fbafb7280fe2fb1ebde25251e8401004b3afd704a1 docfiles size=50 RELOC/doc/latex/beamertheme-tcolorbox/DEPENDS.txt RELOC/doc/latex/beamertheme-tcolorbox/README.md details="Readme" @@ -35443,7 +35637,7 @@ catalogue-contact-support https://github.com/samcarter/beamertheme-tcolorbox/iss catalogue-ctan /macros/latex/contrib/beamer-contrib/themes/beamertheme-tcolorbox catalogue-license lppl1.3c catalogue-topics presentation -catalogue-version 0.7 +catalogue-version 0.8 name beamertheme-trigon category Package @@ -35885,16 +36079,16 @@ catalogue-topics book-pub class doc-templ expl3 name beebe category Package -revision 71712 +revision 72450 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 927584 -containerchecksum 78141bf82e66726c53c0d70db8f2d3f2ac7aed5bb1929778791ee3f4ede1ea670d55c81849840351893ac481569ade8ffe379faf5096c353cd892d4cad31c00a -runfiles size=2283 +containersize 931188 +containerchecksum 7dfbf428557667e5739cf462532f90dfdfa070f8bbdb45f08b2611537c1a823d33751b4210e2a73c241bfc0883c5cc2554ad7f79f333364de389c8089f45b338 +runfiles size=2291 RELOC/bibtex/bib/beebe/epodd.bib RELOC/bibtex/bib/beebe/font.bib RELOC/bibtex/bib/beebe/printing-history.bib @@ -36222,7 +36416,7 @@ catalogue-topics font font-serif font-sans font-proportional font-mono font-type name berenisadf category Package -revision 32215 +revision 72484 shortdesc Berenis ADF fonts and TeX/LaTeX support relocated 1 longdesc The bundle provides the BerenisADF Pro font collection, in @@ -36230,25 +36424,30 @@ longdesc OpenType and PostScript Type 1 formats, together with support longdesc files to use the fonts in TeXnANSI (LY1) and LaTeX standard T1 longdesc and TS1 encodings. execute addMap ybd.map -containersize 1389668 -containerchecksum 70dd547d0c5138f2a61e20b4585160e5fef281bbba72ba8dcc7032efa957d80c158ba88fdc0dda9982dbcd69a48d5d54286f52d1425a5819e54e05d79eb9dd49 -doccontainersize 364484 -doccontainerchecksum f076717ff948247589225fbe4fcd92114d719526e535d645d767a3f7fdaafd3a6ca84c3a60997074186974ebf045e31a51d16d53c8a5fdc78a2461733cc66372 -docfiles size=118 +containersize 1770448 +containerchecksum 92bf6b7aa9e78f38006c55dcfd905c828338fcb0c6e570d7850003b9d755fe522166722e8c2ee026f14734046c1b3010a4c24b5ea2801577e30ddaf6298b20fe +doccontainersize 2296956 +doccontainerchecksum 16abd183b2adf7f8612cf97775d22a972e72bbb4f66fd3616b58c9094aad4de46cb455e41cc45331a483bfd6913561cbe963c02256333353760c35925e140561 +docfiles size=630 RELOC/doc/fonts/berenisadf/COPYING - RELOC/doc/fonts/berenisadf/COPYING.unix - RELOC/doc/fonts/berenisadf/Makefile.source RELOC/doc/fonts/berenisadf/NOTICE.txt - RELOC/doc/fonts/berenisadf/README.doc + RELOC/doc/fonts/berenisadf/README.md details="Readme" + RELOC/doc/fonts/berenisadf/berenisadf-tables.pdf + RELOC/doc/fonts/berenisadf/berenisadf-tables.tex RELOC/doc/fonts/berenisadf/berenisadf.pdf details="Package documentation" - RELOC/doc/fonts/berenisadf/berenisadf.tex - RELOC/doc/fonts/berenisadf/cfr.gwneud.cyhoeddus RELOC/doc/fonts/berenisadf/ff-ybd.pe RELOC/doc/fonts/berenisadf/manifest.txt RELOC/doc/fonts/berenisadf/ybd-8t.lig RELOC/doc/fonts/berenisadf/ybd-8y.lig + RELOC/doc/fonts/berenisadf/ybd-encs.tex RELOC/doc/fonts/berenisadf/ybd.nam -runfiles size=1517 +srccontainersize 37164 +srccontainerchecksum 268f6930ecc1cde52a0003e158882d1a0437971ca2d85c15f61dbd8e16a70bacc7f0c6c3180548dca419c864571e854bf16980cf7be3e3b1dc5f4abe04c54a1e +srcfiles size=76 + RELOC/source/fonts/berenisadf/Makefile.make + RELOC/source/fonts/berenisadf/berenisadf.dtx + RELOC/source/fonts/berenisadf/berenisadf.ins +runfiles size=1623 RELOC/fonts/afm/arkandis/berenisadf/ybdb.afm RELOC/fonts/afm/arkandis/berenisadf/ybdbc.afm RELOC/fonts/afm/arkandis/berenisadf/ybdbci.afm @@ -36472,6 +36671,13 @@ runfiles size=1517 RELOC/fonts/type1/arkandis/berenisadf/ybdrc.pfb RELOC/fonts/type1/arkandis/berenisadf/ybdrci.pfb RELOC/fonts/type1/arkandis/berenisadf/ybdri.pfb + RELOC/fonts/type1/arkandis/berenisadf/yrdd8a.pfb + RELOC/fonts/type1/arkandis/berenisadf/yrddc8a.pfb + RELOC/fonts/type1/arkandis/berenisadf/yrddi8a.pfb + RELOC/fonts/type1/arkandis/berenisadf/yrdr8a.pfb + RELOC/fonts/type1/arkandis/berenisadf/yrdrc8a.pfb + RELOC/fonts/type1/arkandis/berenisadf/yrdri8a.pfb + RELOC/fonts/type1/arkandis/berenisadf/yrdriw8a.pfb RELOC/tex/latex/berenisadf/berenis.sty RELOC/tex/latex/berenisadf/ly1ybd.fd RELOC/tex/latex/berenisadf/ly1ybd0.fd @@ -36494,11 +36700,16 @@ runfiles size=1517 RELOC/tex/latex/berenisadf/ts1ybd1.fd RELOC/tex/latex/berenisadf/ts1ybd2.fd RELOC/tex/latex/berenisadf/ts1ybd2j.fd + RELOC/tex/latex/berenisadf/ts1ybd2jw.fd + RELOC/tex/latex/berenisadf/ts1ybd2w.fd RELOC/tex/latex/berenisadf/ts1ybdj.fd + RELOC/tex/latex/berenisadf/ts1ybdjw.fd + RELOC/tex/latex/berenisadf/ts1ybdw.fd +catalogue-contact-repository https://codeberg.org/cfr/nfssext catalogue-ctan /fonts/berenisadf -catalogue-license other-free +catalogue-license lppl1.3c gpl2 catalogue-topics font font-serif font-type1 font-otf -catalogue-version 1.004 +catalogue-version 2.1 name besjournals category Package @@ -37088,25 +37299,26 @@ catalogue-version 0.4 name bhcexam category Package -revision 64093 +revision 72638 shortdesc An exam class for mathematics teachers in China relocated 1 -longdesc This exam class is specially designed for mathematics teachers -longdesc in China. It is used by mathcrowd.cn (an opensource math exam -longdesc database) as the default class for exporting exam papers to -longdesc pdf. Using BHCexam you can separate the format and the content -longdesc very well; export both teacher paper and student paper; typeset -longdesc multiple choice questions with 3-6 options keeping adaptively -longdesc neat alignment; typeset cloze questions with a customizable -longdesc underline; typeset questions with subquestions in lists; group -longdesc questions in a list to control whether to show score, leave -longdesc spacing, initialize question number; and more (see BHCexam -longdesc Documentation). -containersize 4168 -containerchecksum 7244442c52f57270055fad1ec87b00bb0f3ff4c89e37b57be051b29046348dc781e42b156186310d58eceb1ee9d4ff2fe287a3027642fbec3c9c315e00af9c68 -doccontainersize 359312 -doccontainerchecksum 3e16cf4f60c089a21d8e2d0a9c78e8204391ba7bc5a72d7fc23637e0c875a57dd1615b8332f6fea9c5a9bcb4fc17c4818bce708998c1c8c71d0d970e9bfdd132 -docfiles size=119 +longdesc BHCexam.cls is a LaTeX document class designed for typesetting +longdesc exams. It is currently used by the Mathcrowd Problem Database +longdesc to generate exam PDF files. The class supports the following +longdesc features: Support for configuring whether to display answers. +longdesc Ability to set whether the document is formatted in multiple +longdesc columns. Alignment customization options. Automatic alignment +longdesc of option lengths to a grid. Ability to adjust the width of +longdesc blank lines based on the length of fill-in-the-blank answers. +longdesc Option to display or hide scores for question groups. +longdesc Customizable answer space for each question. Ability to restart +longdesc numbering in question groups. Support for sub-questions and +longdesc nested sub-questions in short-answer questions. +containersize 3556 +containerchecksum 1d8f8a13cf02f20762447d50d19d72b3abbeab9d31181650411169cfcf9b494703483d48866789fa33c1bd6f85b1e8342001debedcaad3c5f3dcbae6dbdf3579 +doccontainersize 334616 +doccontainerchecksum b9527fac9454bc468a64494a9e6003be8e852d88f72487bfd0548100bfef78fa5b6ff005648d8eaa09b41637d51ebcde3c99dce66a1ca34ca2b79b9ff75dffdc +docfiles size=110 RELOC/doc/xelatex/bhcexam/README-zh.md details="Readme (Chinese)" language="zh" RELOC/doc/xelatex/bhcexam/README.md details="Readme (English)" RELOC/doc/xelatex/bhcexam/examples/To7VxKXpZaOWO5Qq9qzeZGtlwYTwJ5KF.jpg @@ -37115,18 +37327,16 @@ docfiles size=119 RELOC/doc/xelatex/bhcexam/examples/example_teacher_paper.pdf details="Example of use (teacher paper)" language="zh" RELOC/doc/xelatex/bhcexam/examples/example_teacher_paper.tex RELOC/doc/xelatex/bhcexam/examples/logo.png - RELOC/doc/xelatex/bhcexam/examples/naive.pdf - RELOC/doc/xelatex/bhcexam/examples/naive.tex - RELOC/doc/xelatex/bhcexam/examples/qrcode.png -runfiles size=4 +runfiles size=3 RELOC/tex/xelatex/bhcexam/BHCexam.cls catalogue-contact-announce https://github.com/mathedu4all/bhcexam/wiki catalogue-contact-bugs https://github.com/mathedu4all/bhcexam/issues +catalogue-contact-home https://lab.mathcrowd.cn/bhcexam catalogue-contact-repository https://github.com/mathedu4all/bhcexam catalogue-ctan /macros/xetex/latex/bhcexam catalogue-license lppl1.3 catalogue-topics exam class chinese -catalogue-version 1.7 +catalogue-version 1.8 name bib-fr category Package @@ -37441,6 +37651,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 @@ -38415,16 +38656,16 @@ catalogue-version 3.20 name biblatex-abnt category Package -revision 49179 +revision 72565 shortdesc BibLaTeX style for Brazil's ABNT rules relocated 1 longdesc This package offers a BibLaTeX style for Brazil's ABNT longdesc (Brazilian Association of Technical Norms) rules. -containersize 18036 -containerchecksum f2c239aed726d57eb98cef8892c4b4295205d5a8d55a14b16db8bd6b42bf3f51aadb0dc767f97dfbcd8e57a1f867c5e344c604d726453113a007169edee0ff58 -doccontainersize 861432 -doccontainerchecksum 04158e1b92a2976d2a5cc107e00b5e4ab90a85799f9e55b25936fdd0e141fc2196f0f64577bf2eb8997b7ba5b7e8c575bb725febfc397940d271ecd5f56138a8 -docfiles size=256 +containersize 19748 +containerchecksum 869aefa289e1e9102e497d14f06be3990e18de38e047563087b51a2d81318af2f2cbaaa292c942427dda86744342fdc413048da5f9479ab4b9f807cca96c50a1 +doccontainersize 977652 +doccontainerchecksum 2ece938b5e29f97b115c74ab29daca9bee2c9f760a1d43510926b467ffbbb5d4e4e03475bf60e43c250fb99e11e4942b596062418de657f2613a49d052ad2cbc +docfiles size=359 RELOC/doc/latex/biblatex-abnt/CHANGELOG.md RELOC/doc/latex/biblatex-abnt/NBR10520-2002.bib RELOC/doc/latex/biblatex-abnt/NBR10520-2002.tex @@ -38434,14 +38675,19 @@ docfiles size=256 RELOC/doc/latex/biblatex-abnt/NBR6023-2002.tex RELOC/doc/latex/biblatex-abnt/NBR6023-2002_reference.pdf RELOC/doc/latex/biblatex-abnt/NBR6023-2002_test.tex + RELOC/doc/latex/biblatex-abnt/NBR6023-2018.bib + RELOC/doc/latex/biblatex-abnt/NBR6023-2018.tex + RELOC/doc/latex/biblatex-abnt/NBR6023-2018_reference.pdf + RELOC/doc/latex/biblatex-abnt/NBR6023-2018_test.tex RELOC/doc/latex/biblatex-abnt/README.md details="Readme" language="pt-br" RELOC/doc/latex/biblatex-abnt/biblatex-abnt.bib RELOC/doc/latex/biblatex-abnt/biblatex-abnt.pdf details="Package documentation" language="pt-br" RELOC/doc/latex/biblatex-abnt/biblatex-abnt.tex + RELOC/doc/latex/biblatex-abnt/results.tex RELOC/doc/latex/biblatex-abnt/test.sh RELOC/doc/latex/biblatex-abnt/tests/README.md details="Readme" language="pt-br" RELOC/doc/latex/biblatex-abnt/texlive.sh -runfiles size=50 +runfiles size=56 RELOC/tex/latex/biblatex-abnt/abnt-ibid.bbx RELOC/tex/latex/biblatex-abnt/abnt-ibid.cbx RELOC/tex/latex/biblatex-abnt/abnt-numeric.bbx @@ -38455,6 +38701,9 @@ runfiles size=50 RELOC/tex/latex/biblatex-abnt/british-abnt.lbx RELOC/tex/latex/biblatex-abnt/canadian-abnt.lbx RELOC/tex/latex/biblatex-abnt/english-abnt.lbx + RELOC/tex/latex/biblatex-abnt/french-abnt.lbx + RELOC/tex/latex/biblatex-abnt/german-abnt.lbx + RELOC/tex/latex/biblatex-abnt/italian-abnt.lbx RELOC/tex/latex/biblatex-abnt/portuges-abnt.lbx RELOC/tex/latex/biblatex-abnt/portuguese-abnt.lbx RELOC/tex/latex/biblatex-abnt/spanish-abnt.lbx @@ -38463,7 +38712,7 @@ catalogue-contact-repository https://github.com/abntex/biblatex-abnt catalogue-ctan /macros/latex/contrib/biblatex-contrib/biblatex-abnt catalogue-license lppl1.3c catalogue-topics biblatex journalpub portuguese-br -catalogue-version 3.4 +catalogue-version 4.0 name biblatex-ajc2020unofficial category Package @@ -39982,7 +40231,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 @@ -39993,11 +40242,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 @@ -40013,7 +40262,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 @@ -40870,7 +41119,7 @@ catalogue-version 1.9.0 name biblatex-oxref category Package -revision 68950 +revision 72164 shortdesc BibLaTeX styles inspired by the Oxford Guide to Style relocated 1 longdesc This bundle provides four BibLaTeX styles that implement (many @@ -40886,11 +41135,11 @@ longdesc with parenthetical in-text citations. The bundle provides longdesc support for a wide variety of content types, including longdesc manuscripts, audiovisual resources, social media and legal longdesc references. -containersize 24744 -containerchecksum 4059920c5183f9ed337b9fbc0e56ddaed2bd7e089028729c606981dddd113e1d916f335283608774b56bc9fbda53822e1e2b9ab8d9c3283a05bbda530ff4e234 -doccontainersize 2127848 -doccontainerchecksum 55d8336df5219f430dce34e2138d770557e9d68ede3d15b34a1a1b164d92d58a27664470764c45fb65dc6b5f6e1550e7fdcc9aa5f266027d3543418f7b6d2b07 -docfiles size=799 +containersize 27256 +containerchecksum 0dd7b644664c6cc327e7a16829f2dcce84d50c97a9fbca47a4304454064d9873968530ca1d1e168fe1cf3e48e2d0d45b35ffa5c749f8faa21c7c3efac0ff441b +doccontainersize 2161812 +doccontainerchecksum a062daf7311bd7c98d84ffce509a283c73d5de6676407f51c06a83b51184c724d08250a83c6b2d0d6c9fe20a5895525a36a5f495e9ff65bec4ef18ccebe4cf28 +docfiles size=809 RELOC/doc/latex/biblatex-oxref/README.md details="Readme" RELOC/doc/latex/biblatex-oxref/oxalph-doc.pdf details="Style documentation for oxalph" RELOC/doc/latex/biblatex-oxref/oxalph-doc.tex @@ -40902,13 +41151,13 @@ docfiles size=799 RELOC/doc/latex/biblatex-oxref/oxref.pdf details="Package documentation" RELOC/doc/latex/biblatex-oxref/oxyear-doc.pdf details="Style documentation for oxyear" RELOC/doc/latex/biblatex-oxref/oxyear-doc.tex -srccontainersize 93152 -srccontainerchecksum df89dae5cdd3a5edf49bd49ecb1226dfa8e9145ca9abfd10a065ea4a5f12e65b4d0dcafc9b4c6067b180029797cebdab7d50f42c8dcb0fdaa21e33fc09963eca -srcfiles size=128 +srccontainersize 96396 +srccontainerchecksum 8fd7e06038e75d9dcf40f2ae37dd243dccab59784eb380eafff2fa45ecb8a5a5eea1421ba78d14f747355037278ebed0b06a92c4440d37f0cadb0d286061bede +srcfiles size=134 RELOC/source/latex/biblatex-oxref/Makefile RELOC/source/latex/biblatex-oxref/oxref.dtx RELOC/source/latex/biblatex-oxref/oxref.ins -runfiles size=77 +runfiles size=81 RELOC/tex/latex/biblatex-oxref/american-oxref.lbx RELOC/tex/latex/biblatex-oxref/british-oxref.lbx RELOC/tex/latex/biblatex-oxref/english-oxref.lbx @@ -40943,13 +41192,14 @@ runfiles size=77 RELOC/tex/latex/biblatex-oxref/oxyear.bbx RELOC/tex/latex/biblatex-oxref/oxyear.cbx RELOC/tex/latex/biblatex-oxref/oxyear.dbx + RELOC/tex/latex/biblatex-oxref/polish-oxref.lbx RELOC/tex/latex/biblatex-oxref/spanish-oxref.lbx catalogue-contact-bugs https://github.com/alex-ball/biblatex-oxref/issues catalogue-contact-repository https://github.com/alex-ball/biblatex-oxref catalogue-ctan /macros/latex/contrib/biblatex-contrib/biblatex-oxref catalogue-license lppl1.3c catalogue-topics biblatex -catalogue-version 3.2 +catalogue-version 3.3 name biblatex-philosophy category Package @@ -40997,7 +41247,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 @@ -41008,11 +41258,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" @@ -41024,11 +41274,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 71821 +revision 72079 shortdesc BibLaTeX bibliography support for publication lists relocated 1 longdesc The package provides a BibLaTeX bibliography style file (*.bbx) @@ -41037,15 +41287,15 @@ 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 14332 -containerchecksum 102774599167da495c1063ab59b88c172a5e5bfa63bab874d0fa276bb54835b51bae62e55b3a495a9798dd1368b8f7243258b448d068762f43993135e59ce567 -doccontainersize 438960 -doccontainerchecksum efebdef221ed4339e656d855ea452988c81794c78ff4a12f6dd5a9b2d59abc17413d69aa680b3996397cc250731a79ddff1fe8c1ccfd1b0d6245c2da7d20d739 -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=35 +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 @@ -41069,7 +41319,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.12 +catalogue-version 2.13 name biblatex-readbbl category Package @@ -42210,7 +42460,7 @@ binfiles arch=x86_64-solaris size=59 name bibtexperllibs category Package -revision 68910 +revision 72184 shortdesc BibTeX Perl Libraries longdesc This package provides BibTeX related Perl libraries by Gerhard longdesc Gossen, repacked by Boris Veytsman, for TeX Live and other @@ -42219,16 +42469,16 @@ longdesc Perl, so should work out of the box on any architecture. They longdesc have been packaged here mostly for Boris Veytsman's BibTeX longdesc suite, but can be used in any other Perl script. depend bibtexperllibs.ARCH -containersize 23256 -containerchecksum 54e8413435420357c6e4acb1ab28a6aa602f1a222ed4b3350aea498a3516f48cfec0d04e9951a3ea0117184855e32d891d2c04af98231763eb1c5f7bd1700aa5 -doccontainersize 19124 -doccontainerchecksum e2a1f67710cbb6b732f5dc9b39e4ced5150792c06d0455704375cfd6def134dfbe54a8d92dc1dd88896a6d5405e662dceb15f0282e9d82a9d2f857a91a8b4fe0 +containersize 23660 +containerchecksum 9011c6518db2fd47331075f6eccaa5739f44e0f77d55b733ac28a1b7ad4aa29799fdb97e37d94f96691ce0cf0197a7bb1b6271ec46a0aa513197023ca329c47f +doccontainersize 19336 +doccontainerchecksum e6f7b528cde64e9db82aab8706e8194ff682d36569b8aed0c5abad85fba564c5fea5f283167f6a9b09d562fd7fbbea9119337b6ae359d5bcc675a67ba7e3a085 docfiles size=7 texmf-dist/doc/man/man1/ltx2unitxt.1 texmf-dist/doc/man/man1/ltx2unitxt.man1.pdf -srccontainersize 207412 -srccontainerchecksum 92cd4a937f3783305396a5705bc7a0d80371a22405865be33e1ff1caef7ec0a479ad58d9d80d45218273dd21541eb3167ac0cffba8ac16ec5d46ada1ea4e6145 -srcfiles size=112 +srccontainersize 230612 +srccontainerchecksum abe5ad865c42b0b1a8f344da5635a81cf2bdb2d5549ce45d7d589c6083bba99f5ac3727771f57d1afb4df0193f57451f30190703951e2f18d7f710704e527a8b +srcfiles size=126 texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/LICENSE texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/MANIFEST @@ -42273,6 +42523,9 @@ srcfiles size=112 texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Changes texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/LICENSE texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/MANIFEST + texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/MYMETA.json + texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/MYMETA.yml + texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Makefile texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.PL texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.TDS texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/README @@ -42287,7 +42540,7 @@ srcfiles size=112 texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/weaver.ini texmf-dist/source/support/bibtexperllibs/Makefile texmf-dist/source/support/bibtexperllibs/README -runfiles size=23 +runfiles size=24 texmf-dist/scripts/bibtexperllibs/BibTeX/Parser.pm texmf-dist/scripts/bibtexperllibs/BibTeX/Parser/Author.pm texmf-dist/scripts/bibtexperllibs/BibTeX/Parser/Entry.pm @@ -42297,10 +42550,10 @@ runfiles size=23 catalogue-contact-bugs https://github.com/borisveytsman/BibTeXPerlLibs/issues catalogue-contact-development https://github.com/borisveytsman/BibTeXPerlLibs/pulls catalogue-contact-repository https://github.com/borisveytsman/BibTeXPerlLibs -catalogue-ctan /support/bibtexperllibs +catalogue-ctan /biblio/bibtex/utils/bibtexperllibs catalogue-license gpl1 artistic pd catalogue-topics bibtex-supp -catalogue-version 1.9 +catalogue-version 1.91 name bibtexperllibs.aarch64-linux category Package @@ -43462,24 +43715,24 @@ catalogue-version 0.1 name bithesis category Package -revision 71392 +revision 72491 shortdesc Templates for the Beijing Institute of Technology relocated 1 longdesc This package establishes a simple and easy-to-use LaTeX longdesc template for Beijing Institute of Technology dissertations, longdesc including general undergraduate theses and master theses. -containersize 21892 -containerchecksum 941394731ba95eeb06c8925db676c30595dd8419bdfcb2e83a87a3a5b2ba8c7f36e7a2ddbc4c60eb3e0c2a38b9ea8dc4971f7ab94c97d4e121bba397e9d234e6 -doccontainersize 753520 -doccontainerchecksum 94a24279e8b032626941fc2ff448cacdd7f43514b37f55da869b397c66b278647b40d39989bbf494f7c0dd4b6e10247d0ea61e4e2ee3d2428daa8af417999c33 -docfiles size=190 +containersize 22552 +containerchecksum 5ea2b5c97b3d0f88b4317819f017f8cd3aab5883480a469615138664bd573eb8577246674180afaae4de0d706fc08d992de699cf77f5a26d7c8eddf7aca760a1 +doccontainersize 773216 +doccontainerchecksum 4d655db2f03d0977afef5a8e0ed7aa0d5118c6867e4a6e588cf83a951735bb53c5bb42f5266fb8cfdba8953a0e235fe101e7df18a4b40fd729db70d57c5bc94b +docfiles size=195 RELOC/doc/latex/bithesis/README.md details="Readme" RELOC/doc/latex/bithesis/bithesis.pdf details="Package documentation" language="zh" RELOC/doc/latex/bithesis/contributing-zh.md RELOC/doc/latex/bithesis/contributing.md RELOC/doc/latex/bithesis/dtx-style.sty -srccontainersize 28544 -srccontainerchecksum b461b43fc52a46c4178956696127e0af56fd9451d6a2cce95ae3a4f664c756cf7cee3f4482d93fe08f87e92ae44f5a934775b04f90c4432bf55577934a149aaf +srccontainersize 29184 +srccontainerchecksum c606902cc7cc4d4688b973815b8545a321b94a47b5595b75712ab69c304d365e0f90cf271ea9e868d58e17c598942d4b3c5d042d06238b66fb11793226bf2177 srcfiles size=35 RELOC/source/latex/bithesis/bithesis.dtx RELOC/source/latex/bithesis/bithesis.ins @@ -43495,7 +43748,7 @@ catalogue-contact-support https://github.com/BITNP/BIThesis/discussions catalogue-ctan /macros/unicodetex/latex/bithesis catalogue-license lppl1.3c catalogue-topics class dissertation doc-templ chinese expl3 -catalogue-version 3.7.9 +catalogue-version 3.8.0 name bitpattern category Package @@ -44089,7 +44342,7 @@ catalogue-version 2.0.0 name bmstu-iu8 category Package -revision 61937 +revision 72693 shortdesc A class for IU8 reports relocated 1 longdesc This package consists of a class file and style files for @@ -44098,39 +44351,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 13616 +containerchecksum 3038f817879aac015eb61e9447b5a00024d94f5cd4c1464d9e2b6aeb95c9b9439a3709ba92ed99bc3c589131f3a9407c3b0c48001df009ac40ea42e3341bc252 +doccontainersize 172788 +doccontainerchecksum b9794019632654ab0eb489359e990a82e1b43d995706c3a5b72a20db854bf352c2aea5ca73da126dadfdfcddcd9164dc8db8a9e6f1c52ac9509a527c8bac9163 +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 +runfiles size=27 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 @@ -44138,7 +44430,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.5 name bnumexpr category Package @@ -44725,6 +45017,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 @@ -44754,15 +45069,15 @@ catalogue-version 1.1.0 name bookcover category Package -revision 70872 +revision 72461 shortdesc A class for book covers and dust jackets relocated 1 longdesc This class helps typesetting book covers and dust jackets. -containersize 6580 -containerchecksum c03b105ee849d97bf13aac6a34d9517156b3e69f203b8a54f8f2a87fe8f2bcc1c37ca6f1cbd568808793154bb96e13648528854cbdce3debd0ca1a4d8a82d1b5 -doccontainersize 1807396 -doccontainerchecksum a93fefb1272edb4e5918d4f514c998c7eb9dc2ead2cf6bc126ff7af292d2d936ede3dd3b11437c6079479fd85b2b616e5fa7978876e1bb7fb16bc60d6821a698 -docfiles size=924 +containersize 6584 +containerchecksum 4244dad2165665dce98a1b4e1a0bd42ade61cb375d4d0bcd13901ca30ae9923757926aaf3f6756d6d08f64611b052d88009015a2b1915234f12122e4dbbfa62b +doccontainersize 1777064 +doccontainerchecksum fc80040590787ac976f496194c4b7e718a1e2a6cc75771b95024ae9369476b8f182ac63ebdea3d38d3aa42719de09f38ed30d9cc903699c3495e5c2a09a6e833 +docfiles size=928 RELOC/doc/latex/bookcover/README details="Readme" RELOC/doc/latex/bookcover/bookcover-example1.pdf details="Examples of use 1" RELOC/doc/latex/bookcover/bookcover-example1.tex @@ -44782,13 +45097,14 @@ docfiles size=924 RELOC/doc/latex/bookcover/figures/bookcover-pi.pdf RELOC/doc/latex/bookcover/figures/bookcover-ruler.pdf RELOC/doc/latex/bookcover/figures/bookcover-scheme-foldingmargin.pdf + RELOC/doc/latex/bookcover/figures/bookcover-scheme-widthflaps.pdf RELOC/doc/latex/bookcover/figures/bookcover-scheme-withflaps.pdf RELOC/doc/latex/bookcover/figures/bookcover-scheme-withoutflaps.pdf RELOC/doc/latex/bookcover/figures/bookcover-tikz.pdf RELOC/doc/latex/bookcover/figures/bookcover-tikzclip.pdf RELOC/doc/latex/bookcover/figures/bookcover-trimming.pdf -srccontainersize 15044 -srccontainerchecksum 115e2d4e2c4084ea551f406b6106871c165b91d11e8cc4fd3e4e3263e0435526b36eb6a746d88bcdb0459f3f3c48fac19f576ab8e7676a6d0e15a47b33e30fe4 +srccontainersize 15096 +srccontainerchecksum 37f840bdbd7b77a81ef43a0263f758b8cb7e443def7371b31434ee73358773ded01d400a2d0c5c7618b49fc9418d4453fc6a7e91342409cdd14d3eacef5f60dd srcfiles size=25 RELOC/source/latex/bookcover/bookcover.dtx RELOC/source/latex/bookcover/bookcover.ins @@ -44797,7 +45113,7 @@ runfiles size=14 catalogue-ctan /macros/latex/contrib/bookcover catalogue-license lppl1.2 catalogue-topics class covers -catalogue-version 3.6 +catalogue-version 3.7 name bookdb category Package @@ -45514,35 +45830,199 @@ catalogue-version 1.31 name bookshelf category Package -revision 55475 +revision 72521 shortdesc Create a nice image from a BibTeX file -relocated 1 longdesc This package turns a BibTeX bibliography file into a longdesc randomly-coloured, randomly-sized shelf of books, with the longdesc title and author in a randomly-chosen typeface. -containersize 4100 -containerchecksum e6ab2186784aa9905053d15311b18def1c669a86db4a98033761c2f41fae97199baec02c41c32cc6ef4ed9ddb6ff5413f69a7ad1c9cf5f0c4c91d45297eb1af5 -doccontainersize 985580 -doccontainerchecksum 38e04eb978152cb97a15f1b6120ba9f062224ed4feada0347042b420d4baa9c66e453be8d4abf4095ba3403d11281153dc7e2494d34864a2ad2e1ac10a1b4b1c -docfiles size=486 - RELOC/doc/latex/bookshelf/MANIFEST - RELOC/doc/latex/bookshelf/README.md details="Readme" - RELOC/doc/latex/bookshelf/VERSION - RELOC/doc/latex/bookshelf/bookshelf.pdf details="Package documentation" - RELOC/doc/latex/bookshelf/myshelf.jpg - RELOC/doc/latex/bookshelf/prepdata.sh - RELOC/doc/latex/bookshelf/test.tex -srccontainersize 29204 -srccontainerchecksum 53076f7ea7a15ade58fc6ff23643515631f46368d67f9b55d67212ceface35834f10724fc7fa8dfd75d7f852bef9a6570d3bc5600805c79f7e24006e663e1528 -srcfiles size=27 - RELOC/source/latex/bookshelf/bookshelf.dtx - RELOC/source/latex/bookshelf/bookshelf.ins -runfiles size=4 - RELOC/tex/latex/bookshelf/bookshelf.cls +depend bookshelf.ARCH +containersize 8036 +containerchecksum 1372f55edfa0641a52be7a698fb75f31a273b2db3fab87cd30ca1ff794a4a30ee84098d7a16a56251e6882755854a67ee0f336402299d0fe399dafbd1c8d1c02 +doccontainersize 8705812 +doccontainerchecksum e63d909ea3dace5a794695d97783e7be0c5be875bab09707f39991b3026aa63e06113cbf2f78c34bc1898dcf568b827aee0c5172bb0b7362dbd243fc85cfdd24 +docfiles size=3478 + texmf-dist/doc/latex/bookshelf/LICENSE + texmf-dist/doc/latex/bookshelf/Makefile + texmf-dist/doc/latex/bookshelf/Makefile.doc + texmf-dist/doc/latex/bookshelf/Makefile.scripts + texmf-dist/doc/latex/bookshelf/README.md details="Readme" + texmf-dist/doc/latex/bookshelf/allfonts + texmf-dist/doc/latex/bookshelf/bookshelf-listallfonts.pdf + texmf-dist/doc/latex/bookshelf/bookshelf-mkfontsel.pdf + texmf-dist/doc/latex/bookshelf/bookshelf.bib + texmf-dist/doc/latex/bookshelf/bookshelf.dtx + texmf-dist/doc/latex/bookshelf/bookshelf.ins + texmf-dist/doc/latex/bookshelf/bookshelf.pdf details="Package documentation" + texmf-dist/doc/latex/bookshelf/excluded_patterns + texmf-dist/doc/latex/bookshelf/features + texmf-dist/doc/latex/bookshelf/sample.bib + texmf-dist/doc/latex/bookshelf/spines.pdf + texmf-dist/doc/latex/bookshelf/spines.tex + texmf-dist/doc/latex/bookshelf/svgnam.sh + texmf-dist/doc/man/man1/bookshelf-listallfonts.1 + texmf-dist/doc/man/man1/bookshelf-listallfonts.man1.pdf + texmf-dist/doc/man/man1/bookshelf-mkfontsel.1 + texmf-dist/doc/man/man1/bookshelf-mkfontsel.man1.pdf +runfiles size=9 + texmf-dist/bibtex/bst/bookshelf/bookshelf.bst + texmf-dist/scripts/bookshelf/bookshelf-listallfonts + texmf-dist/scripts/bookshelf/bookshelf-mkfontsel + texmf-dist/tex/latex/bookshelf/bookshelf-svgnam.tex + texmf-dist/tex/latex/bookshelf/bookshelf.cls catalogue-ctan /graphics/bookshelf -catalogue-license lppl1.3 -catalogue-topics amusements decoration graphics-use -catalogue-version 0.5 +catalogue-license lppl1.3c +catalogue-topics amusements decoration graphics-use luatex +catalogue-version 1.2 + +name bookshelf.aarch64-linux +category Package +revision 72501 +shortdesc aarch64-linux files of bookshelf +containersize 368 +containerchecksum ab0639ac5246208e81964e72a29d2fa80a56049218155cb75af0e757726287171f9237c01d30cacd01cc86dd0b80bacb357f4ebd9aabc2fc613082fa074372e6 +binfiles arch=aarch64-linux size=2 + bin/aarch64-linux/bookshelf-listallfonts + bin/aarch64-linux/bookshelf-mkfontsel + +name bookshelf.amd64-freebsd +category Package +revision 72501 +shortdesc amd64-freebsd files of bookshelf +containersize 372 +containerchecksum 5051c366172cb0ac30268d9c5afb27989b72f53e886cbab06e46cd28db1d8ebe4bc978b1aeaa484b4c8b5c5a1a616b84650ae4208164117e8c13c83a8e699965 +binfiles arch=amd64-freebsd size=2 + bin/amd64-freebsd/bookshelf-listallfonts + bin/amd64-freebsd/bookshelf-mkfontsel + +name bookshelf.amd64-netbsd +category Package +revision 72501 +shortdesc amd64-netbsd files of bookshelf +containersize 372 +containerchecksum 0d32dd0afe21d3dd92d8ba4a77182ce23aca0dc0543d3150a0336f628973587bcbfcb2adaddc3735ae062d5b8500623bc75354ba1ce82770f31655e14fc5f6ff +binfiles arch=amd64-netbsd size=2 + bin/amd64-netbsd/bookshelf-listallfonts + bin/amd64-netbsd/bookshelf-mkfontsel + +name bookshelf.armhf-linux +category Package +revision 72501 +shortdesc armhf-linux files of bookshelf +containersize 372 +containerchecksum 9e1a61a4b7c0a056c72e0193badf7e227e3af53e1e96357a389146753100b46e5fb85ed54bb4062bb974ee0230c9a9f6fa4e47f48ea635f03505c56b65cc43c3 +binfiles arch=armhf-linux size=2 + bin/armhf-linux/bookshelf-listallfonts + bin/armhf-linux/bookshelf-mkfontsel + +name bookshelf.i386-freebsd +category Package +revision 72501 +shortdesc i386-freebsd files of bookshelf +containersize 372 +containerchecksum d052430ab71fe959ef10b775051e25ca05fd05da63680645cbb8f1d03d05cdfd1a25e209be7677c1cf0dc74291eeabb6c961c466d75171f44e896ca080cd7346 +binfiles arch=i386-freebsd size=2 + bin/i386-freebsd/bookshelf-listallfonts + bin/i386-freebsd/bookshelf-mkfontsel + +name bookshelf.i386-linux +category Package +revision 72501 +shortdesc i386-linux files of bookshelf +containersize 372 +containerchecksum 8fc0ba64f4dadb02af01e17d166ce833c1dc94032192933cc4a6e8652d82dd0e59ec8fc0801dd6066367d5241f15cb9bcf1a24d780fc8f74f31b9ffd43ec2230 +binfiles arch=i386-linux size=2 + bin/i386-linux/bookshelf-listallfonts + bin/i386-linux/bookshelf-mkfontsel + +name bookshelf.i386-netbsd +category Package +revision 72501 +shortdesc i386-netbsd files of bookshelf +containersize 372 +containerchecksum d02a74f645bd76a4392bd92e7268c90a94b2b221aac2389a1a1e88534dcedf9ec6828026de7f5fd39578b0dd8b267536e74dab457b182c77194ef4c28a678f44 +binfiles arch=i386-netbsd size=2 + bin/i386-netbsd/bookshelf-listallfonts + bin/i386-netbsd/bookshelf-mkfontsel + +name bookshelf.i386-solaris +category Package +revision 72501 +shortdesc i386-solaris files of bookshelf +containersize 372 +containerchecksum fdadbc1c0882da796118e2e70d7338fa675e11e80038c577b0e7667b1f7a52fdf3aa0c1f8f326f21e85294a0d7fd03014833a6b45e6c4200b1e167a2cd72bea5 +binfiles arch=i386-solaris size=2 + bin/i386-solaris/bookshelf-listallfonts + bin/i386-solaris/bookshelf-mkfontsel + +name bookshelf.universal-darwin +category Package +revision 72501 +shortdesc universal-darwin files of bookshelf +containersize 372 +containerchecksum 1b1c88d140a72fc7ebf8696070f7661ef93c56ba75b9de2e2dabfbc902f89c539cacc8e71efec94b36adc64607c79e03264cbb5bae5f58ce4a82a24f6199a703 +binfiles arch=universal-darwin size=2 + bin/universal-darwin/bookshelf-listallfonts + bin/universal-darwin/bookshelf-mkfontsel + +name bookshelf.windows +category Package +revision 72501 +shortdesc windows files of bookshelf +containersize 2372 +containerchecksum 86bfa4a4ab46954f625da7a38467eef7acc60d68d89d75276c14c1208e6c0f23521b36c7f95baaca6fb0ce5044abe796bb261d20910889f8c4e82e1be7a305a2 +binfiles arch=windows size=4 + bin/windows/bookshelf-listallfonts.exe + bin/windows/bookshelf-mkfontsel.exe + +name bookshelf.x86_64-cygwin +category Package +revision 72501 +shortdesc x86_64-cygwin files of bookshelf +containersize 372 +containerchecksum afee530b1532090ff60d50e97d37c870d5f58521b94bf587371a3b75df59222cfdbaeb67920fd62480784c2076b8ef0f601ca4cdf082fcafbf16fd574d8e398d +binfiles arch=x86_64-cygwin size=2 + bin/x86_64-cygwin/bookshelf-listallfonts + bin/x86_64-cygwin/bookshelf-mkfontsel + +name bookshelf.x86_64-darwinlegacy +category Package +revision 72501 +shortdesc x86_64-darwinlegacy files of bookshelf +containersize 376 +containerchecksum dfc08218918b2b1c7436eef192b016a9979d01c6ee7df17826ddca0342c7f4d2beb47947e5f24302b658cb80e194c39cbd4a69af6c49cb3770f4107d2b925d0c +binfiles arch=x86_64-darwinlegacy size=2 + bin/x86_64-darwinlegacy/bookshelf-listallfonts + bin/x86_64-darwinlegacy/bookshelf-mkfontsel + +name bookshelf.x86_64-linux +category Package +revision 72501 +shortdesc x86_64-linux files of bookshelf +containersize 372 +containerchecksum 5b5db9d4ae4631a05d0f4f84f9ae6a97915e12d1a18b4b43864dfa2e6ab9eaba72af1800fec3a6b6d9e59cb903354822d6736d7a8dfc6ab65b59cff425197de0 +binfiles arch=x86_64-linux size=2 + bin/x86_64-linux/bookshelf-listallfonts + bin/x86_64-linux/bookshelf-mkfontsel + +name bookshelf.x86_64-linuxmusl +category Package +revision 72501 +shortdesc x86_64-linuxmusl files of bookshelf +containersize 372 +containerchecksum 0246161a156904b1868a9e3cd82b4b02cb01573ca4ebf41422814cc1ccd40c400c9e1c9227f70751a3c2740224dadd4a9d125d340aee6e9e1467d3080cf3adaf +binfiles arch=x86_64-linuxmusl size=2 + bin/x86_64-linuxmusl/bookshelf-listallfonts + bin/x86_64-linuxmusl/bookshelf-mkfontsel + +name bookshelf.x86_64-solaris +category Package +revision 72501 +shortdesc x86_64-solaris files of bookshelf +containersize 372 +containerchecksum 30f4c6625a54d307a7222d5acbe5175d7872ae697d02341f8e1682fcbe65415f3f36a9f1d2031af124b593a907f5125631710d521bcd9ca21e64eb1d65535189 +binfiles arch=x86_64-solaris size=2 + bin/x86_64-solaris/bookshelf-listallfonts + bin/x86_64-solaris/bookshelf-mkfontsel name booktabs category Package @@ -47142,7 +47622,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 @@ -47151,26 +47631,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 @@ -47179,23 +47660,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 @@ -47212,7 +47693,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 @@ -47293,7 +47774,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 @@ -47301,21 +47782,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 @@ -50612,6 +51093,33 @@ catalogue-license ofl lppl catalogue-topics font font-mono font-sans font-otf font-type1 font-supp font-t1enc catalogue-version 0.0.2 +name cascadiamono-otf +category Package +revision 72257 +shortdesc Support for the OpenType font CascadiaMono (with CascadiaCode fontspec config files) +relocated 1 +longdesc Support for the OpenType font CascadiaMono (so with +longdesc LuaLaTeX/XeTeX and fontspec), which is a variant of +longdesc CascadiaCode, but without ligatures. \setmonofont{CascadiaMono} +longdesc for regular version, \setmonofont{CascadiaMono-Light} for +longdesc semilight version. +containersize 732 +containerchecksum f7c2f69a5d024239ae57eb6c367f359ac6a10153ed8ae1cd47e7882a7344e68a2b457449c7d886884f66c48f08175e7d2b766f00c92ca4dc5e29be1907ac54c5 +doccontainersize 92876 +doccontainerchecksum 4e8e1c51e3ae538afe8da337536f2c0a9feb328149ac228b62d52ab2b6e2a3f5a897dec6c5e1d0ae962ba0f2f6937ca988c398b37782ed50ce91e8896dc50ff5 +docfiles size=26 + RELOC/doc/fonts/cascadiamono-otf/README.md details="Readme" + RELOC/doc/fonts/cascadiamono-otf/cascadiamono-otf-doc.pdf details="Package documentation" + RELOC/doc/fonts/cascadiamono-otf/cascadiamono-otf-doc.tex +runfiles size=2 + RELOC/tex/fonts/cascadiamono-otf/CascadiaMono-Light.fontspec + RELOC/tex/fonts/cascadiamono-otf/CascadiaMono.fontspec +catalogue-contact-repository https://github.com/cpierquet/cascadiamono-otf +catalogue-ctan /fonts/cascadiamono-otf +catalogue-license lppl1.3 +catalogue-topics font-supp font-otf font-mono +catalogue-version 0.1 + name cascadilla category Package revision 25144 @@ -50851,34 +51359,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 @@ -54579,7 +55085,7 @@ catalogue-version 1.01 name cfr-lm category Package -revision 36195 +revision 72484 shortdesc Enhanced support for the Latin Modern fonts relocated 1 longdesc The package supports a number of features of the Latin Modern @@ -54604,29 +55110,32 @@ longdesc and TS1 encodings are supported for text fonts. The set up of longdesc fonts for mathematics is identical to that provided by Latin longdesc Modern. execute addMap clm.map -containersize 136092 -containerchecksum 02e30f6d6d19bede2121ee0a8db20c3d96c26ef000ffeab08e800bb1da994dfa2cb356a6d67c815e8579566cf97b33b956c79940de61725524c4a239f7c1a251 -doccontainersize 2524956 -doccontainerchecksum 32488ecec8a781f5548419a782775725e6b32276bab5e1d7f660b99468d47e71087fb35b8f4534f874b1dcf236d04eae9d7920fcf0bb46e139a4e7fedc415ef1 -docfiles size=670 - RELOC/doc/fonts/cfr-lm/README details="Readme" +containersize 136192 +containerchecksum 57a4e71d2a99ed0c60b055b158b46c02b444000d67bf12e071db8283914940886e2faa4a44766043a92a32376765ab96e0e852647df419cdfd52d51835fc394f +doccontainersize 6150264 +doccontainerchecksum cda452908a44e490f9d9ea419b8ed7543c1932744f9819625b3584439d60991d52a0c1683a2b865fce5ac637d841322fa482de976d49d1aac7a9e608fe1ff8e7 +docfiles size=1713 + RELOC/doc/fonts/cfr-lm/README.md details="Readme" + RELOC/doc/fonts/cfr-lm/cfr-lm-build.pdf + RELOC/doc/fonts/cfr-lm/cfr-lm-tables.pdf + RELOC/doc/fonts/cfr-lm/cfr-lm-tables.tex RELOC/doc/fonts/cfr-lm/cfr-lm.pdf details="Package documentation" - RELOC/doc/fonts/cfr-lm/cfr-lm.tex - RELOC/doc/fonts/cfr-lm/clm-test.pdf details="Samples from available fonts" - RELOC/doc/fonts/cfr-lm/clm-test.tex + RELOC/doc/fonts/cfr-lm/clm-map.tex + RELOC/doc/fonts/cfr-lm/clm-t1-drv.tex + RELOC/doc/fonts/cfr-lm/clm-ts1-drv.tex RELOC/doc/fonts/cfr-lm/manifest.txt -srccontainersize 12588 -srccontainerchecksum 643e7f1b48e3947506e97e1596972b686fab538511c2a0749ad936285c1e097ca8677730ea0748d1def6d6318030e7bb289e55d0c8f0ae9fc01fb308e974c24d -srcfiles size=37 - RELOC/source/fonts/cfr-lm/clm-map.tex - RELOC/source/fonts/cfr-lm/clm-t1-drv.tex - RELOC/source/fonts/cfr-lm/clm-ts1-drv.tex +srccontainersize 34740 +srccontainerchecksum 5c776e3d3ead4a5b769a253e1aa54d290c8342efbfdf4c08622db33d59805520834c3065872c0994b718a888801de88159b38daa44532b3639e8ba30a09e92f9 +srcfiles size=72 + RELOC/source/fonts/cfr-lm/cfr-lm-build.dtx + RELOC/source/fonts/cfr-lm/cfr-lm.dtx + RELOC/source/fonts/cfr-lm/cfr-lm.ins RELOC/source/fonts/cfr-lm/dotdigits.etx RELOC/source/fonts/cfr-lm/dotoldstyle.etx RELOC/source/fonts/cfr-lm/dotprop.etx RELOC/source/fonts/cfr-lm/dottaboldstyle.etx RELOC/source/fonts/cfr-lm/t1-clm.etx -runfiles size=1536 +runfiles size=1537 RELOC/fonts/enc/dvips/cfr-lm/dotdigits-clm.enc RELOC/fonts/enc/dvips/cfr-lm/t1-clm.enc RELOC/fonts/map/dvips/cfr-lm/clm.map @@ -55511,14 +56020,15 @@ runfiles size=1536 RELOC/tex/latex/cfr-lm/uclms.fd RELOC/tex/latex/cfr-lm/uclmt.fd RELOC/tex/latex/cfr-lm/uclmv.fd +catalogue-contact-repository https://codeberg.org/cfr/nfssext catalogue-ctan /fonts/cfr-lm -catalogue-license lppl1.3 +catalogue-license lppl1.3c catalogue-topics font-supp -catalogue-version 1.5 +catalogue-version 1.7 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 @@ -55526,10 +56036,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 @@ -55542,8 +56052,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 @@ -55553,7 +56063,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 @@ -55580,17 +56090,17 @@ catalogue-version 1.0 name changelog category Package -revision 65861 +revision 72305 shortdesc Typesetting keepachangelog.com style changelogs relocated 1 longdesc This package provides a changelog environment (which itself longdesc provides a version environment) to represent a changelog. The longdesc package supports multiple authors, unreleased changes, and longdesc yanked (revoked) releases. Inspired by keepachangelog.com. -containersize 3324 -containerchecksum 9b3fd70ebd0563138e2811ec8d8748dce3d04b18da636b884887424960ee69fdd30902b85b968ee9f545d57f8dcf8f6f137174b8ea9a7049308cd778f52afbe2 -doccontainersize 173956 -doccontainerchecksum c729c19b2a80eca9735e2caa46832da20975c89810d3f669c93e66ee4a768877c7ff30d71b2f887dace78303773eaf549ed32a001124304b82d4d51c57cc100b +containersize 3508 +containerchecksum 173ce39eada5619e87bbd03b2aaab1d5b9ad1f0148af29c35020a213a06c8e469ca3f1aebe570a41d89cdbdc4c8d37b926bed784ad95cf88fe7b2508c50648bf +doccontainersize 174484 +doccontainerchecksum 30c37a6ce616419454395254d6159bb846eb28bf88e8c91ffc47de08de8055e2041175579305a240edf6dc25a597e0895be5e4110bc52e83529dff9655e75e52 docfiles size=57 RELOC/doc/latex/changelog/LICENSE.txt RELOC/doc/latex/changelog/README.md details="Readme" @@ -55599,14 +56109,14 @@ docfiles size=57 RELOC/doc/latex/changelog/example.pdf RELOC/doc/latex/changelog/example.tex RELOC/doc/latex/changelog/screenshot.png -runfiles size=3 +runfiles size=4 RELOC/tex/latex/changelog/changelog.sty catalogue-contact-bugs https://github.com/9999years/latex-changelog/issues catalogue-contact-repository https://github.com/9999years/latex-changelog catalogue-ctan /macros/latex/contrib/changelog catalogue-license lppl1.3c catalogue-topics version-control doc-mgmt expl3 -catalogue-version 2.5.0 +catalogue-version 2.5.1 name changepage category Package @@ -56919,7 +57429,7 @@ catalogue-version 4.17 name chemformula-ru category Package -revision 71764 +revision 71883 shortdesc Using the chemformula package with babel-russian settings relocated 1 longdesc The chemformula package and babel-russian settings @@ -56929,13 +57439,13 @@ 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 1152 -containerchecksum f8498c96c861c4909086bc304a73e7701abda10374ae5309b6acded30c6404d915b8557c0a090caaadf223feddfc77c027d3393d907d37ed4913be1ae6079873 +containerchecksum fd03f5fadbabf6ab209ac9fdcc037fd7d2876d163fa94f4654a13d4e06d28564bb85689293961f33402f723fbd3bddc1326c8418b87a408418c5564a7ce2d4fc doccontainersize 157152 -doccontainerchecksum 4d7bf5b567a15c0b5e7a29f2e4b6147e8ef1ac3227eecf734fd9f3bb3c5ba9882e817e438a9de38451f326a05abf8c39f9865ca03c4c16d19ebcb0cafa75b9fd +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 @@ -57310,21 +57820,21 @@ catalogue-version 1.2 name chess-problem-diagrams category Package -revision 63708 +revision 72556 shortdesc A package for typesetting chess problem diagrams relocated 1 longdesc This package provides macros to typeset chess problem diagrams longdesc including fairy chess problems (mostly using rotated images of longdesc pieces) and other boards. -containersize 12292 -containerchecksum a1abc825710bea252dc9dca092c9bacebce5af21672e413425d5ddbf72022272690db31abfdc6cc4738a1aef1b802f95adf93264a4ede8c352409b2dc11c125d -doccontainersize 305800 -doccontainerchecksum 47c2e1fa3790f7229a2402b5e20edded8c2c7908d48e16a228c55bd5b23e94d77a5e1cc9d00790238a6fec4fdfcce1915251a08b6aa487ff63e18fadea6c62f3 -docfiles size=89 +containersize 12444 +containerchecksum 992cc482cf0696e00edb4785192d37eb4ee589df644523819630cfcf656f5cd30878dcd135326989994235d919f4defacfd4d93b0164d22b3702a5b57c21ebcf +doccontainersize 309116 +doccontainerchecksum 168849db26a802cbd411df7d26a3ff9f2ac38f4d7437a98cf163b6ae82df6090a205714989f58e1567cedb6bb94e6666398ce27b6bb15df107cf8781e762bbe3 +docfiles size=90 RELOC/doc/latex/chess-problem-diagrams/README details="Readme" RELOC/doc/latex/chess-problem-diagrams/diagram.pdf details="Package documentation" -srccontainersize 24436 -srccontainerchecksum b06728a4f2390692f2ff557eb06484e29baa408ec21cd8f688567fb84dc7d67cd87da8ce4f743ce51b5f43267d0c0fb8b058d4fbc848ccda71a02ac29fd5ee6c +srccontainersize 25028 +srccontainerchecksum cde02923d422e0ae002b5a8e846ebe30f9b797262b843bb089accae1e95d061099d32a2d9a69ffb6b046042100cf3e761c899bf08628b808500dc0b438397fd5 srcfiles size=28 RELOC/source/latex/chess-problem-diagrams/diagram.dtx RELOC/source/latex/chess-problem-diagrams/diagram.ins @@ -57334,7 +57844,7 @@ runfiles size=16 catalogue-ctan /macros/latex/contrib/chess-problem-diagrams catalogue-license lppl1.2 catalogue-topics games -catalogue-version 1.21 +catalogue-version 1.22 name chessboard category Package @@ -60287,22 +60797,22 @@ catalogue-version 1.3.3 name circledtext category Package -revision 63166 +revision 72238 shortdesc Create circled text relocated 1 longdesc This LaTeX package provides a macro \circledtext to typeset longdesc circled text. Its starred version can produce an inverted longdesc version. -containersize 6048 -containerchecksum 473d8ca8d6507148814e0c6083c7046fdb57596e374d1bcd40318c67ecc5a557b324700505d40c1040fc2b2682edae1150d5051e0c26cf9823cee0965ce4f89a -doccontainersize 215708 -doccontainerchecksum 04ba2a36dbd2c18ae7aaab0f638412590e2d5ca43f2438690d1165f2761bb9b1b1655d26df1a01af143dcd5ca83c161ac7a7c683d3a65de6586398774023c275 +containersize 6664 +containerchecksum dfbe176e0aad1e025797a675c3692e68cd56ad4e30b0a37dd8ee27596ea2fc22f7ffe3601a1420616aecd5c3abbfdb7e9591bba731c8de50c06879f7ed7bb3f1 +doccontainersize 217172 +doccontainerchecksum d964421a0b56d15bc194e26b92c7de12736e1013ae1deb6d3e70fb758dcbf9a03bd5d75bc42b95142bb6e5e12acfa6e795fd643228b130c702ed7d7df458c45e docfiles size=61 RELOC/doc/latex/circledtext/README.md details="Readme" RELOC/doc/latex/circledtext/build.sh RELOC/doc/latex/circledtext/circledtext.pdf details="Package documentation" language="zh,en" RELOC/doc/latex/circledtext/circledtext.tex -runfiles size=9 +runfiles size=11 RELOC/tex/latex/circledtext/circledtext.sty catalogue-also circledsteps catalogue-contact-bugs https://github.com/registor/circledtext/issues @@ -60310,7 +60820,7 @@ catalogue-contact-repository https://github.com/registor/circledtext catalogue-ctan /macros/latex/contrib/circledtext catalogue-license lppl1.3c catalogue-topics graphics-symb expl3 -catalogue-version 1.1.0 +catalogue-version 1.1.1 name circuit-macros category Package @@ -60826,7 +61336,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 @@ -60835,11 +61345,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 @@ -60849,7 +61359,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 @@ -60900,7 +61410,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 @@ -60934,7 +61444,7 @@ catalogue-version 0.1.1 name citation-style-language category Package -revision 71468 +revision 72473 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 @@ -60948,19 +61458,19 @@ longdesc both citations and bibliography according to the selected CSL longdesc style. A LaTeX package (citation-style-language.sty) is longdesc provided to communicate with the processor. depend citation-style-language.ARCH -depend filehook depend l3kernel depend l3packages +depend lua-tinyyaml depend lua-uca depend lualibs depend luatex depend luaxml depend url -containersize 2825440 -containerchecksum 1239c00030d07622444f363e72d311b109d8c5c0247bf4887b68020ed8c1dc2ce0358c49cbbc291845b9bb141742794372e31876a6564ec4faca8f1bda4fac96 -doccontainersize 254384 -doccontainerchecksum 25183ecf0002b44c61457b9e126496e3762bdccdc31365843bf429a5c4417e018395eb54791e95f2595a10dd0566b71be854f89f46002de3ab06de848a9c0f62 -docfiles size=73 +containersize 2902632 +containerchecksum 7c73cfb129de2d2f7360a67b66c58edaca44a20ba42fb446799284f89ac4783799dbec832efcd9a538d023bcc20d5d3413d9bc07485a17f06f3fd62a1f2b576d +doccontainersize 261580 +doccontainerchecksum e2d1bf12756524f8bc308d9a1f53fe344969979a34191b626990f5aeba3f646967d5655601fec8bd0c08b09ef8002857b869088cca40bc77ab40fc7a3fcfb5e0 +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" @@ -60968,7 +61478,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=4339 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 @@ -60978,11 +61488,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 @@ -61081,7 +61590,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.5 name citation-style-language.aarch64-linux category Package @@ -62539,17 +63048,17 @@ binfiles arch=x86_64-solaris size=59 name cjs-rcs-article category Package -revision 71799 +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 15052 -containerchecksum 188624fa9e355fa2dd71ff37350b8c9e3923b3ba32dba5564ff7253861bdfcc8edadb06bdd74c09dc8ef009d0f746a1e5bb1eb9357be83accfdb77f43152a96e -doccontainersize 345368 -doccontainerchecksum cf017d85425c0d3edc63f1596aab1f0afa43d6d64f4b7e17f1f8ed7ce4b94e3f4bf7b3d46aa7bc54e1cc4c3ad487d3f64d971a81b097b57301a563d352599d93 +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" @@ -62557,9 +63066,9 @@ docfiles size=94 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 99816 -srccontainerchecksum d4e54b1e76e8ed572786288968b5c03ec69f669fc502fa968d939d21c9b7f463dbeeefaf9617ae9e5818adff96f343b4658964e5a2d32cf1606d6345e2554cd4 -srcfiles size=127 +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 RELOC/source/latex/cjs-rcs-article/cjs-rcs-bst-en.dbj @@ -62579,7 +63088,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.1 +catalogue-version 1.1a name clara category Package @@ -70431,7 +70940,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 @@ -70450,6 +70959,7 @@ depend beebe depend besjournals depend bestpapers depend bib2gls +depend bib2qr depend bibarts depend bibcop depend biber @@ -70602,12 +71112,12 @@ depend vak depend windycity depend xcite depend zootaxa-bst -containersize 1300 -containerchecksum d138eb5208d32746217d4dc99612553585d8c9eef2b492f92300a63c83d992c5aecb46b67a3003d690c086f9a17be43e864b5cd97430568ea86e9dfbfaeb3172 +containersize 1292 +containerchecksum 72f0c141b94a844e67d6ce7850b17faa3e77fc621ddab7807595b42bd3a664f5e64557d7d0b26df6707247d10366cb95ec4aee7897d4373e4025bab92830a6c5 name collection-binextra category Collection -revision 70681 +revision 72338 shortdesc TeX auxiliary programs relocated 1 longdesc Myriad additional TeX-related support programs. Includes @@ -70693,6 +71203,7 @@ depend pythontex depend runtexshebang depend seetexk depend spix +depend sqltex depend srcredact depend sty2dtx depend synctex @@ -70723,12 +71234,12 @@ depend web depend xindex depend xindy depend xpdfopen -containersize 1016 -containerchecksum 0110465d7d795c242f33ff2f6214a1d4f844f73bd37d7d8063b1087103c4aa14df388b7ac5893c1f151af7decf46a42ea8679514b8b97ad9a0ae8c5335ec4ea2 +containersize 1012 +containerchecksum e3802a6b8c5d229be4519f7f717ceb27d68ac5d8d6c566475a39734e919f7a7d71e9ead1e7e32cfa0d5889fc7ce52f5e6ef6fa5d4198424294b32ff76008f35d 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. @@ -70736,6 +71247,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 @@ -70756,12 +71268,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 71814 +revision 72535 shortdesc Additional fonts relocated 1 depend aboensis @@ -70797,7 +71309,7 @@ depend auncial-new depend aurical depend b1encoding depend barcodes -depend baskervald +depend baskervaldadf depend baskervaldx depend baskervillef depend bbding @@ -70814,6 +71326,7 @@ depend bguq depend bitter depend blacklettert1 depend boisik +depend bonum-otf depend bookhands depend boondox depend braille @@ -70826,6 +71339,7 @@ depend cantarell depend carlito depend carolmin-ps depend cascadia-code +depend cascadiamono-otf depend ccicons depend cfr-initials depend cfr-lm @@ -70892,7 +71406,7 @@ depend eczar depend eiad depend eiad-ltx depend ektype-tanka -depend electrum +depend electrumadf depend elvish depend epigrafica depend epsdice @@ -70919,6 +71433,7 @@ depend fontawesome depend fontawesome5 depend fontmfizz depend fonts-churchslavonic +depend fontscripts depend forum depend fourier depend fouriernc @@ -71008,6 +71523,7 @@ depend mdputu depend mdsymbol depend merriweather depend metsymb +depend mfb-oldstyle depend miama depend mintspirit depend missaali @@ -71064,7 +71580,7 @@ depend raleway depend recycle depend rit-fonts depend roboto -depend romande +depend romandeadf depend rosario depend rsfso depend ruscap @@ -71126,8 +71642,8 @@ depend yfonts-t1 depend yinit-otf depend ysabeau depend zlmtt -containersize 2060 -containerchecksum 4e6d5db71ff582cea14050a329739bdc666dfd2efa0196b03a6f65ad50cbee0116ca25a9fdde537e32eff7cbd9f8bc9fcf13bc1d7d31faaf4658f811a250bb1e +containersize 2084 +containerchecksum 9aa678907bffc04f4e321498ed204114ad3f9eb7c3172fdc0c57a98bc60d1890298685c8d294a096a985046fcd098c239b0dc139ecbc851ad4db4ac9121f14bf name collection-fontsrecommended category Collection @@ -71207,7 +71723,7 @@ containerchecksum 430c95b7e104cb837b7424ebb17ab7ee1aefd99d70aaceefff8a1924fa9493 name collection-formatsextra category Collection -revision 70875 +revision 72250 shortdesc Additional formats relocated 1 longdesc Collected TeX `formats', i.e., large-scale macro packages @@ -71219,7 +71735,6 @@ depend aleph depend antomega depend collection-basic depend collection-latex -depend edmac depend eplain depend hitex depend jadetex @@ -71235,8 +71750,8 @@ depend psizzl depend startex depend texsis depend xmltex -containersize 576 -containerchecksum 5f6aa1b29ab02adf08c2a7f9b59f3d43dcc8e37381f6490e7dace2aff5ef7be699acf69ddd8eee9ba1587a2d6c79862f711a52bb7ba14ffa0cae4cb430c6cea4 +containersize 572 +containerchecksum 6844080cc444109ce84e69882a15f7738c6c6acabcc3373267bbd3ae55f4daf2ebb17fa53740f327a48708039eaafcffa0dad89a8b5fe996ced38c92dc5c54fe name collection-games category Collection @@ -71306,7 +71821,7 @@ containerchecksum 43b0893ce80c5fa395348fd319110c3c0e0e47e589d70e63bc0023dc2e2ee9 name collection-humanities category Collection -revision 68465 +revision 72692 shortdesc Humanities packages relocated 1 longdesc Packages for law, linguistics, social sciences, humanities, @@ -71323,12 +71838,15 @@ depend dramatist depend dvgloss depend ecltree depend edfnotes +depend edmac depend eledform depend eledmac depend expex depend expex-glossonly depend gb4e +depend gb4e-next depend gmverse +depend interlinear depend jura depend juraabbrev depend juramisc @@ -71366,8 +71884,8 @@ depend theatre depend tree-dvips depend verse depend xyling -containersize 608 -containerchecksum 33b19b29b31671c148900d207f1f9947be502ab215e901afa9c5fe5264bafd004717dc8f6438d1a4b40abfa63c0b94725738b8c8bc117e293676f3db1e25ba6a +containersize 620 +containerchecksum 95075a8ce9a2260f442ab58e6fa096e1c84a8b9b19f83d2727fd0a6b36ae59e33cb01757475af4519ca8058cbde02c60a61a2593697dcc0d89da630dd6131a99 name collection-langarabic category Collection @@ -71414,7 +71932,7 @@ containerchecksum 8cef2ee028669abcc0e964ba01f6287f52c4e2857fa7547036ea00bfa47d83 name collection-langchinese category Collection -revision 70738 +revision 72136 shortdesc Chinese relocated 1 longdesc Support for Chinese; additional packages in collection-langcjk. @@ -71441,6 +71959,7 @@ depend njurepo depend pgfornament-han depend qyxf-book depend sjtutex +depend suanpan-l3 depend texlive-zh-cn depend texproposal depend tlmgr-intro-zh-cn @@ -71453,8 +71972,8 @@ depend zhmetrics depend zhmetrics-uptex depend zhnumber depend zhspacing -containersize 564 -containerchecksum 79a34282e3bdf9822722f9396da201b61562c646a3d8e95b78a6b80f8045ea3bdc690ec0cad921034839fcbbfbfa467bd2a74ebe02acfd7ce178f3dea2093d02 +containersize 568 +containerchecksum d7f68746991c4d047f6fa6704428c8bfaafd338cc75710789ce81535d463d1683d046472b899fdba4bda5509b1812345035ccd052dc0049e12f226be171b70e0 name collection-langcjk category Collection @@ -71737,7 +72256,7 @@ containerchecksum 5fa87f174fc372c21b80ebe6b097525218da63892bc8445a29c24f2bfb015b name collection-langfrench category Collection -revision 71182 +revision 72499 shortdesc French relocated 1 longdesc Support for French and Basque. @@ -71761,6 +72280,7 @@ depend epslatex-fr depend expose-expl3-dunkerque-2019 depend facture depend faq-fr +depend faq-fr-gutenberg depend formation-latex-ul depend frenchmath depend frletter @@ -71790,8 +72310,8 @@ depend translation-tabbing-fr depend variations depend visualfaq-fr depend visualtikz -containersize 644 -containerchecksum 985bee0167ad7aeb764ab8368c9170f55352f92b41393291b71e91f6b9d0a0cb746e538d97222b38b56249dc43ce955da4b6be908abdbb4732d2c6a1e72ba35c +containersize 656 +containerchecksum 7724b3a90a9217a6992f91c2eddbfafd01255fcf3581a3601f7ea1531ea7d4ff990d91ec070b50b6bbdd99672c4ff4017bbda3fed3e44a3adbb9e593df38afc2 name collection-langgerman category Collection @@ -72136,7 +72656,7 @@ containerchecksum 554f7d7e4828e1122cf3bc6b24c67661046ce2ae646975054f6903f8c2dfd3 name collection-langspanish category Collection -revision 67307 +revision 72203 shortdesc Spanish relocated 1 longdesc Support for Spanish. @@ -72153,13 +72673,14 @@ depend l2tabu-spanish depend latex2e-help-texinfo-spanish depend latexcheat-esmx depend lshort-spanish +depend quran-es depend texlive-es -containersize 396 -containerchecksum 1f3c1cc4d1e28871085092314a58671a2acab47da0a758c0bdff569b0a80697ac3c32e9991a8f77268f86c02e51420e4d999a9eef72a2a7353a3efbc633e25a9 +containersize 404 +containerchecksum 9832d0e4f367ae73c292fd9d8894527c373c0db762ebf683667bee96f3431f1b6b70e3b2425bf6bbd8ca0a1f9e633ce8022b8747465e670523aecc607f7577ca 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 @@ -72191,6 +72712,7 @@ depend graphics-cfg depend grfext depend hopatch depend hycolor +depend hypcap depend hyperref depend intcalc depend kvdefinekeys @@ -72223,12 +72745,12 @@ depend stringenc depend tools depend uniquecounter depend url -containersize 704 -containerchecksum 889eae40b82f31c7c4b3a17740399c763dabec7986fcb39261b252afff69a03a16e660b114e358cd72e3fafa14a158849cf03aa2ad4d73a5bee4ca9abc4c24af +containersize 708 +containerchecksum e2186a4295eb854d56e838deaae8330e47ced975d28ad83b51d8ada6955a5aa16f6cd9a08d2524f4419fd2256b895d1c14af183953c200dadc377f0d1e59fd91 name collection-latexextra category Collection -revision 71775 +revision 72656 shortdesc LaTeX additional packages relocated 1 longdesc A very large collection of add-on packages for LaTeX. @@ -72316,8 +72838,10 @@ depend beamertheme-cuerna depend beamertheme-detlevcm depend beamertheme-epyt depend beamertheme-focus +depend beamertheme-gotham depend beamertheme-light depend beamertheme-metropolis +depend beamertheme-mirage depend beamertheme-npbt depend beamertheme-phnompenh depend beamertheme-pure-minimalistic @@ -72473,6 +72997,7 @@ depend combelow depend combine depend comma depend commado +depend commalists-tools depend commedit depend comment depend commonunicode @@ -72615,6 +73140,7 @@ depend doctools depend documentation depend docutils depend doi +depend doibanner depend dotarrow depend dotlessi depend dotseqn @@ -72680,6 +73206,7 @@ depend ensps-colorscheme depend enumitem depend enumitem-zref depend envbig +depend enverb depend environ depend envlab depend epcqrcode @@ -72706,6 +73233,7 @@ depend etl depend etoc depend eukdate depend eulerpx +depend euromoney depend europasscv depend europecv depend everyhook @@ -72733,6 +73261,7 @@ depend export depend exsheets depend exsol depend extract +depend ezedits depend facsimile depend factura depend fail-fast @@ -72759,6 +73288,7 @@ depend filecontentsdef depend filedate depend fileinfo depend filemod +depend fillwith depend fink depend finstrut depend fistrum @@ -72811,6 +73341,7 @@ depend formular depend fragments depend frame depend framed +depend framedsyntax depend frankenstein depend frege depend froufrou @@ -72900,6 +73431,7 @@ depend harnon-cv depend harpoon depend hc depend he-she +depend hebdomon depend hep-acronym depend hep-float depend hep-math @@ -73391,6 +73923,7 @@ depend quoting depend quotmark depend ran_toks depend randexam +depend randintlist depend randtext depend rccol depend rcs-multi @@ -73454,6 +73987,7 @@ depend schedule depend schooldocs depend scontents depend scrambledenvs +depend scrhack depend scrlayer-fancyhdr depend scrlttr2copy depend scrwfile @@ -73602,6 +74136,7 @@ depend tcolorbox depend tdclock depend technics depend ted +depend telprint depend templatetools depend termcal depend termlist @@ -73770,6 +74305,7 @@ depend xpatch depend xpeek depend xprintlen depend xpunctuate +depend xreview depend xsavebox depend xsim depend xstring @@ -73791,10 +74327,11 @@ depend zref depend zref-check depend zref-clever depend zref-vario +depend zugferd depend zwgetfdate depend zwpagelayout -containersize 7236 -containerchecksum 381ce87eb974605ddd658edda9b2828e320b7e324cd578ff55e04d40ce5ebbd577481b91aea5210f2cb4d150d4b42c72320c6f3182e59cefff917b181d82bd96 +containersize 7288 +containerchecksum 07a02833cc78e3a217771ec09165eb189a99354a74c76a4430736ad07c97ec7f44a90c58be849e3d8ccb5e4935ef21a9b2a40cc9244d1ec3b4ca05f65ecab4a6 name collection-latexrecommended category Collection @@ -73880,7 +74417,7 @@ containerchecksum 69859043c611e236befbc95dc42d3e8ce283936971bfa41f0efa495919ddc7 name collection-luatex category Collection -revision 71743 +revision 72049 shortdesc LuaTeX packages relocated 1 longdesc Packages for LuaTeX, a TeX engine using Lua as an embedded @@ -73943,6 +74480,7 @@ depend lualibs depend lualinalg depend luamathalign depend luamaths +depend luamml depend luamodulartables depend luamplib depend luaoptions @@ -73994,16 +74532,17 @@ depend tsvtemplate depend typewriter depend uninormalize depend yamlvars -containersize 1048 -containerchecksum 3aeaaec20e2e9dc87aeb3411b2cf7ccb9ebd6a79b21ba47b37b54ced786d7094ba47b8c041d316c0c592909a242b488c0c988d568881ad0b6aca0c3103e92d2f +containersize 1052 +containerchecksum db570ce04f9068f5ae55a4d5cb9c6adf3c3317cd03fb63ebd96ea55ad5b8b8847a28313dee597c4245f7614061453162b0ba1e205a4fcfbaa5e858f5bac4d7c1 name collection-mathscience category Collection -revision 71810 +revision 72655 shortdesc Mathematics, natural sciences, computer science packages relocated 1 depend 12many depend accents +depend aiplans depend alg depend algobox depend algorithm2e @@ -74065,10 +74604,12 @@ depend computational-complexity depend concmath depend concrete depend conteq +depend cora-macs depend correctmathalign depend cryptocode depend cs-techrep depend csassignments +depend csthm depend cvss depend decision-table depend delim @@ -74078,6 +74619,7 @@ depend derivative depend diffcoeff depend digiconfigs depend dijkstra +depend domaincoloring depend drawmatrix depend drawstack depend dyntree @@ -74132,6 +74674,7 @@ depend jupynotex depend karnaugh depend karnaugh-map depend karnaughmap +depend keytheorems depend kvmap depend letterswitharrows depend lie-hasse @@ -74172,6 +74715,7 @@ depend nchairx depend nicematrix depend nuc depend nucleardata +depend numbersets depend numerica depend numerica-plus depend numerica-tables @@ -74251,6 +74795,7 @@ depend sympytexpackage depend synproof depend t-angles depend tablor +depend temporal-logic depend tensind depend tensor depend tex-ewd @@ -74272,12 +74817,12 @@ depend youngtab depend yquant depend ytableau depend zx-calculus -containersize 1764 -containerchecksum f2e856418671a1117269ce84dcae5d27f8e848c4e2b7ac6cc9c3a587c8aecdfa332de9f4a79c3bc1fa13c98592c657e7d3e1c32ae5873c38b00df3de3e6abd04 +containersize 1804 +containerchecksum b2c0bfa30f1dd02ff0a952b5545ae85cd52b39d03d22ecb427570290c3702f44aaf45577db5636e8b382828b9b7103aed2ef2c064db9f5e78123b4aa9b361415 name collection-metapost category Collection -revision 71319 +revision 72550 shortdesc MetaPost and Metafont packages relocated 1 depend automata @@ -74312,6 +74857,7 @@ depend metauml depend mfpic depend mfpic4ode depend minim-hatching +depend mp-geom2d depend mp3d depend mparrows depend mpattern @@ -74330,8 +74876,8 @@ depend splines depend suanpan depend textpath depend threeddice -containersize 572 -containerchecksum 96d3eb687356c02297282f9036f2bf6e76bc986cf7efca763353fc6adf3157f5ff18301218e9e391eba20febe3a951ac3c08b4b80407cb6f457e44e2b3b1acf9 +containersize 576 +containerchecksum 5d19ec9f716a2f5ef3ecb4b5c32146a40df34edf78c99a8895211f308116affb30aaf3bfc172c03c8d0ab1cdd28393f7e9396df2727de919d09058437d1749c5 name collection-music category Collection @@ -74381,7 +74927,7 @@ containerchecksum 26100feabd6d95d8b29f0160f7e9b86d06e5055387acc63fe6e47fa0e68156 name collection-pictures category Collection -revision 71241 +revision 72555 shortdesc Graphics, pictures, diagrams relocated 1 longdesc Including TikZ, pict, etc., but MetaPost and PStricks are @@ -74510,6 +75056,7 @@ depend pgfmorepages depend pgfopts depend pgfornament depend pgfplots +depend pgfplotsthemebeamer depend picinpar depend pict2e depend pictex @@ -74520,6 +75067,7 @@ depend pixelart depend pixelarttikz depend pmgraph depend polyhedra +depend polyomino depend postage depend postit depend prerex @@ -74551,6 +75099,7 @@ depend smartdiagram depend spath3 depend spectralsequences depend strands +depend sunpath depend swimgraf depend syntaxdi depend table-fct @@ -74562,6 +75111,7 @@ depend tikz-bagua depend tikz-bayesnet depend tikz-bbox depend tikz-cd +depend tikz-decofonts depend tikz-dependency depend tikz-dimline depend tikz-ext @@ -74647,8 +75197,8 @@ depend worldflags depend xistercian depend xpicture depend xypic -containersize 1680 -containerchecksum d4f47f535558eae61514b83a5a65c973ab5deb2e8cd146e5c1a651d7a47339114bb7f3a40436af773476b677c1255634b191305a78b2ac78ce0e2a9600def4fa +containersize 1708 +containerchecksum 77936bc2921814be28f8c6a80720f9f260f43b2a875fd70462ed596ae436744dab3c1312cbe4be470d1505929bf7e3c85a8c50837f564a02fe4568d29bc74846 name collection-plaingeneric category Collection @@ -74901,7 +75451,7 @@ containerchecksum 508276fe37018f3d9773fc7cda0cb37edcdd28e9cf8ab54ed5be16b07c2066 name collection-publishers category Collection -revision 71601 +revision 72576 shortdesc Publisher styles, theses, etc. relocated 1 depend aastex @@ -74967,6 +75517,7 @@ depend dithesis depend ebook depend ebsthesis depend ecothesis +depend edmaths depend ejpecp depend ekaia depend elbioimp @@ -74995,6 +75546,7 @@ depend gzt depend h2020proposal depend hagenberg-thesis depend har2nat +depend hduthesis depend hecthese depend hep-paper depend heria @@ -75119,6 +75671,7 @@ depend sphdthesis depend spie depend sr-vorl depend srdp-mathematik +depend sshrc-insight depend stellenbosch depend stellenbosch-2 depend suftesi @@ -75158,6 +75711,7 @@ depend ucsmonograph depend ucthesis depend udepcolor depend udes-genie-these +depend udiss depend uestcthesis depend ufrgscca depend uhhassignment @@ -75201,8 +75755,8 @@ depend yathesis depend yazd-thesis depend yb-book depend york-thesis -containersize 1788 -containerchecksum e3cf1329ff66d47e8cfdb735244ef4e6635c5e8e8c366e4f579f674cfffbdc96252cdbff2c83fa39072f6b41d7618419f14e0b55acf2c48048a8bfc8a9162410 +containersize 1808 +containerchecksum 9e7a78acaca5d7bbea49873cc7b349acfd2776103ebe5aa811f62e3a3f6b8b19a2b622ebed71b68ebbe81618a0a10668814a5ca8825c667f57ba72c26c93551d name collection-texworks category Collection @@ -75483,15 +76037,15 @@ catalogue-version 0.1.0 name coloredtheorem category Package -revision 70865 +revision 72298 shortdesc A colourful boxed theorem environment relocated 1 longdesc This packages provides a colourful boxed theorem environment, longdesc combining tcolorbox and breakable boxes. -containersize 1320 -containerchecksum c51452580ecdd53afa6836b60ac1df44bbd6fa4ae1ddfb7425c26df6e24b436339743f7e43f1db926308ddd8d2213f5d90dcee483b9fbab74d339d088418081a -doccontainersize 219560 -doccontainerchecksum 3ddbe293327f8e4ae53552205d2cc5104a21a52e254178f0e4babe6dc6549ec1c3a7d4cee8de9128eb313fcce790800cb0b5a3edd5cc49eabd609a7572d706a9 +containersize 1388 +containerchecksum a1a06002b72563b120b716e4084a1aa7d558ff1127e9daa0a788f80ac8138b1e30fbdb0b7617dfea189ed640d7c60876f295bb37f8f2e8b14e4a94b79be71bb5 +doccontainersize 220408 +doccontainerchecksum 50558df8e471b9ac439e75cf2cba09d0116e4344761bf9bc5b35d2bd2d582abbbcb0d32b060660e894843fe9bab15e7ff0cd101f64bd5e61866fad121c083101 docfiles size=63 RELOC/doc/latex/coloredtheorem/LICENSE RELOC/doc/latex/coloredtheorem/README.md details="Readme" @@ -75505,8 +76059,8 @@ catalogue-contact-home https://github.com/joaomlourenco/coloredtheorem catalogue-contact-support https://github.com/joaomlourenco/coloredtheorem/discussions catalogue-ctan /macros/latex/contrib/coloredtheorem catalogue-license lppl1.3c -catalogue-topics maths-theorem decoration -catalogue-version 1.0.2 +catalogue-topics maths-theorem decoration boxing box-breaking colour +catalogue-version 1.0.4 name colorframed category Package @@ -75709,22 +76263,22 @@ catalogue-version 1.0 name colortbl category Package -revision 71734 +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 3740 -containerchecksum 48729e946e902c869ec678c7de9590d245fd60ea983ae70d28f5956f73e0c0c7c3f3b64b8843205fff8bd8823b3c84c2fd3e4902004c1992b41628e5aea90cf5 -doccontainersize 645596 -doccontainerchecksum a50a143ef23b4d061a84c47eb713926d9416f5c494b608fa593f7fc3ba21320ba39e5e802a8029032f73f600d3051e2e941efe8d40b5b11c461d8ee6264a7deb +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 13060 -srccontainerchecksum 2140a9a5692c7be6677e5149a8cc78f14ded0fb3cd0e9a5d6d10295880e5562f162b933379882d786688208e273b4838827d14e17f79cce09dc9eef5e0bacda5 +srccontainerchecksum 35226f0532ff8df37ab9f9abab5c332c7c86895d11fd701f4f6dcdc4aa24291406da92c6722281f6d3d42928e1ee22193553581773388defd4220a98905e7064 srcfiles size=14 RELOC/source/latex/colortbl/colortbl.dtx RELOC/source/latex/colortbl/colortbl.ins @@ -75734,7 +76288,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 @@ -76449,6 +77003,31 @@ catalogue-license lppl1.3 catalogue-topics macro-supp catalogue-version r0.11a +name commalists-tools +category Package +revision 72641 +shortdesc Manipulate numeral comma separated lists +relocated 1 +longdesc This package provides some macros for the basic manipulation of +longdesc comma-separated lists (adding, removing, counting, etc.) +containersize 1748 +containerchecksum 20c5c5926aec77842b311f6c91ddcf93aa0c1edf7f0340c425db21112cbd31cf0ed76f57cb29c3d1f64ca866824ef99b1d56e5da4c8efafa56d0aa154354f1f6 +doccontainersize 75804 +doccontainerchecksum 51fb70644bc2bf959753b88b8d5f07bb5a75f76622ccf7ca2d9f1fed135f03272e7eee82e4e4fbae764fbbc1eedecf5d8eafa9170c467ad008e6a6ed108af768 +docfiles size=24 + RELOC/doc/latex/commalists-tools/README.md details="Readme" + RELOC/doc/latex/commalists-tools/commalists-tools-doc.pdf details="Package documentation" + RELOC/doc/latex/commalists-tools/commalists-tools-doc.tex +runfiles size=2 + RELOC/tex/latex/commalists-tools/commalists-tools.sty +catalogue-contact-bugs https://github.com/cpierquet/commalists-tools/issues +catalogue-contact-home https://github.com/cpierquet/commalists-tools +catalogue-contact-repository https://github.com/cpierquet/commalists-tools +catalogue-ctan /macros/latex/contrib/commalists-tools +catalogue-license lppl1.3c +catalogue-topics data-manip list-supp expl3 +catalogue-version 0.1.4 + name commath category Package revision 15878 @@ -77028,18 +77607,18 @@ catalogue-topics font font-mf font-maths name concmath-otf category Package -revision 70294 +revision 72660 shortdesc Concrete based OpenType Math font relocated 1 longdesc This package provides an OpenType version of the Concrete Math longdesc font created by Ulrik Vieth in Metafont. "concmath-otf.sty" is longdesc a replacement for the original "concmath.sty" package to be longdesc used with LuaTeX or XeTeX engines. -containersize 255476 -containerchecksum 4279c715bd6126cb4cba3733f55fb585faa81feafadc8b0fb4bd7140320a65cb651d3029e45456e452fa25b437d64995cf35b2bf3f210847c495b514e5c70aab -doccontainersize 1935736 -doccontainerchecksum 0254cf4e959c65864e3281576b6c95d0afbd03b25874bd087d90738e365aee9db928d0ccd4d863a44959c8df0f83229c0319c56fbc734b568462370e5b59c59d -docfiles size=505 +containersize 255936 +containerchecksum 6320cddf5c0896e74627c12dd3d6963cb4dbbae75fb4eee8215fdbdeec26211d08a245e8b0d5ec7bf52a409d1ae5a3a86c54f8457e068bef6da5e7ddc7c851fb +doccontainersize 1902976 +doccontainerchecksum 9216da4e961c690ce8e7a46bfe6c0f9319de71252520336e54fa3037f853668b1b1e81d30ab5bc8dd09396069f0d0ebf95ba88b62a0592281997f944837ca59c +docfiles size=497 RELOC/doc/fonts/concmath-otf/README.md details="Readme" RELOC/doc/fonts/concmath-otf/concmath-otf.ltx RELOC/doc/fonts/concmath-otf/concmath-otf.pdf details="Package documentation" @@ -77050,9 +77629,9 @@ runfiles size=133 RELOC/fonts/opentype/public/concmath-otf/Concrete-Math.otf RELOC/tex/latex/concmath-otf/concmath-otf.sty catalogue-ctan /fonts/concmath-otf -catalogue-license ofl lppl1.3 +catalogue-license ofl lppl1.3c catalogue-topics font font-otf font-maths font-supp -catalogue-version 0.63 +catalogue-version 0.64 name concprog category Package @@ -81923,6 +82502,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 @@ -84977,6 +85572,33 @@ catalogue-license lppl catalogue-topics typesetting catalogue-version 0.1 +name cora-macs +category Package +revision 72655 +shortdesc Macros for continuous sets and neural networks in the context of cyber-physical systems +relocated 1 +longdesc This LaTeX package has been designed to assist in the +longdesc representation and manipulation of continuous sets, operations, +longdesc neural networks, and color schemes tailored for use in the +longdesc context of cyber-physical systems. It provides a comprehensive +longdesc set of macros that streamline the process of documenting +longdesc complex mathematical objects and operations. +containersize 2796 +containerchecksum 97397ea4c6cd8d143c57d2cfc736d94ba268a25f2678c21b2dc6620c853d8762ca0c0dbfa1ec94d26c40b80e0b9bf682fec30498813d8c037bfc574b17af0a4a +doccontainersize 182512 +doccontainerchecksum 679a18a7fcb7e90fff1587fb2916a61ee3b4c42bf9975b38c7ebfa634ad4a82c9a83de639af9639fe4b5ac786382b4a3f64314eec44ea55ad9f55f815f7922d2 +docfiles size=49 + RELOC/doc/latex/cora-macs/LICENSE + RELOC/doc/latex/cora-macs/README.md details="Readme" + RELOC/doc/latex/cora-macs/cora-macs-doc.pdf details="Package documentation" + RELOC/doc/latex/cora-macs/cora-macs-doc.tex +runfiles size=2 + RELOC/tex/latex/cora-macs/cora-macs.sty +catalogue-contact-home https://cora.in.tum.de/ +catalogue-ctan /macros/latex/contrib/cora-macs +catalogue-license mit +catalogue-topics physics maths + name cormorantgaramond category Package revision 71057 @@ -88088,7 +88710,7 @@ catalogue-version 1.0 name crossrefware category Package -revision 69700 +revision 72217 shortdesc Scripts for working with crossref.org longdesc This bundle contains the following scripts: bibdoiadd.pl: add longdesc DOI numbers to papers in a given bib file, bibzbladd.pl: add @@ -88099,11 +88721,11 @@ longdesc convert urls pointing to doi.org to dois ltx2crossrefxml.pl: a longdesc tool for the creation of XML files for submitting to longdesc crossref.org. The scripts use bibtexperllibs. depend crossrefware.ARCH -containersize 16368 -containerchecksum 8559fe8e71e27f8417923bd2c7a73a560c29d699ddb77e5b4ac464aecf794fe0cbd02d19abf75f7063994df9ffe6e761f98555a9411e9c5108b38e96db971f1d -doccontainersize 345152 -doccontainerchecksum 41ef79c5487826500fa9465d371c30a8ac513c94cf4852eb1bcbdf08759f5c7384189f91362efba921e9d7f3801a12d1c1968492640dd1c1cf2f1d6001cdb79e -docfiles size=114 +containersize 17712 +containerchecksum 2b34491d3265641a55e40960876bd797b0f545bdb37a74e9d8fd2329afbed3f54e0af5d5d318979403ae1296910b824402671a9b0cd1aa1edb1926540d0f22a3 +doccontainersize 352428 +doccontainerchecksum f2b46eef65b9181c417459455fc5a2fb5db7a2def3f25bf9e401e19e37129966567c3f0bc8cf77bcc8b47f74da879aff34d1c814f872e390210fab43bb667b78 +docfiles size=115 texmf-dist/doc/man/man1/bbl2bib.1 texmf-dist/doc/man/man1/bbl2bib.man1.pdf texmf-dist/doc/man/man1/bibdoiadd.1 @@ -88121,7 +88743,7 @@ docfiles size=114 texmf-dist/doc/support/crossrefware/citations.bib texmf-dist/doc/support/crossrefware/crossrefware.pdf details="Package documentation" texmf-dist/doc/support/crossrefware/head.ltx -runfiles size=19 +runfiles size=20 texmf-dist/scripts/crossrefware/bbl2bib.pl texmf-dist/scripts/crossrefware/bibdoiadd.pl texmf-dist/scripts/crossrefware/bibmradd.pl @@ -88939,32 +89561,28 @@ catalogue-topics czech slovak font font-mf name cs-techrep category Package -revision 70915 +revision 72666 shortdesc Technical Reports in Computer Science and Software Engineering relocated 1 longdesc This package provides a class for the creation of technical longdesc reports in computer science and software engineering. The style longdesc is a two-column format similar to IEEE. It is intended for lab longdesc reports and provides a beginner-friendly template example. -containersize 4524 -containerchecksum 88d3f15d696262c3034e95ab5b204ca9a65464247eb0b3686338fc10f5b48f2f39cb727b8e3848944e524d042d9d54a812ad5dd132a3aa0058a29857bdca4a94 -doccontainersize 312248 -doccontainerchecksum 46026171b5864172d7a86f5052e54c68632efd1620d3c8a348e080e6efdc716d3c22599b5e40b41604351e60fae564b17715f87d722144eba1c379cd2f46566c -docfiles size=107 +containersize 4256 +containerchecksum 4390da818fb3a9dab4cde89906da90c81cd2b49cfbb16440c2aa724808bdc0acaf85ba6747b8932ae579a58c17bad6cfbd5f10c2cf1eab5be5a9d1fb89f2fc8c +doccontainersize 284020 +doccontainerchecksum 25d38ede6b236ec7428d73463e82bfabd27c0aa4e525daea671d3ab894bccdd5f01e29d6ca9ee21dfd7932cd8da1a9bda8826ea1696ac75399636bbe9784a7c8 +docfiles size=81 RELOC/doc/latex/cs-techrep/COPYING RELOC/doc/latex/cs-techrep/README details="Readme" RELOC/doc/latex/cs-techrep/_cpn_copyIntoExamplesFolder_cls.cmd RELOC/doc/latex/cs-techrep/cs-techrep.pdf details="Package documentation" RELOC/doc/latex/cs-techrep/docstrip.cfg - RELOC/doc/latex/cs-techrep/template/cpn_all_all.bib - RELOC/doc/latex/cs-techrep/template/cpn_supervised_all.bib - RELOC/doc/latex/cs-techrep/template/cs-techrep-example-neumann.pdf + RELOC/doc/latex/cs-techrep/template/cs-techrep-example-neumann.pdf details="Example of use" RELOC/doc/latex/cs-techrep/template/cs-techrep-example-neumann.tex - RELOC/doc/latex/cs-techrep/template/selfref.bib - RELOC/doc/latex/cs-techrep/template/webdev_commons.bib -srccontainersize 9452 -srccontainerchecksum 618708a82c89aedaf294492f9136e6a36c629f86e8c803b8827936fecd4a5598bb15fa6c5aa1b4f7e19ac2691f678fd1770b5ce20dd74427fe684a45d4ace54b -srcfiles size=7 +srccontainersize 9736 +srccontainerchecksum e651031cde8c9ef0d7e8d516135d23dd23a6d0077801770f01f46477e2ec43703815f9462c2f226bcee03988b8f2bda462c1b91cac08933a9a60dfb2c39566f9 +srcfiles size=8 RELOC/source/latex/cs-techrep/cs-techrep.dtx RELOC/source/latex/cs-techrep/cs-techrep.ins runfiles size=3 @@ -88973,7 +89591,7 @@ catalogue-contact-repository https://github.com/cyberlytics/cs-techrep catalogue-ctan /macros/latex/contrib/cs-techrep catalogue-license lppl1.3c catalogue-topics class doc-templ report-like -catalogue-version 0.2 +catalogue-version 0.5 name csassignments category Package @@ -89543,6 +90161,45 @@ catalogue-ctan /macros/cstex catalogue-license other-free catalogue-topics distribution +name csthm +category Package +revision 72152 +shortdesc Customized theorem environments for computer science documents +relocated 1 +longdesc This package provides customized theorem-like environments +longdesc specifically designed for computer science documents. It offers +longdesc a set of pre-defined theorem styles and environments to +longdesc streamline the creation of theorems, definitions, remarks, and +longdesc other common structures in computer science papers and +longdesc documents. Features: Predefined theorem styles tailored for +longdesc computer science Environments for theorems, lemmas, +longdesc definitions, examples, remarks, and more Special environments +longdesc for cases and axioms Customizable accent color Optional +longdesc cleveref support for enhanced cross-referencing The package +longdesc requires the following packages to be installed: amsmath, +longdesc amssymb, amsthm, enumitem, and thmtools. If using the cleveref +longdesc option, hyperref and cleveref are also required. +containersize 1984 +containerchecksum 1e80e2f53e5a7ef74490253500771d882df01c35354c1242826bd2c5e22d6bc2012867428d1fbd74347c0e98bd66e883331c39387a08ce85b29075b1cd379e17 +doccontainersize 414796 +doccontainerchecksum 19ad915ec352e4b22debf624230b86e43c8bd5e7b904595cbab75f5d0b916335ef5ba8da8d98caeba26fb14ec71871e46f838c4c89ade1eafa8d4c1601532cb6 +docfiles size=105 + RELOC/doc/latex/csthm/README.md details="Readme" + RELOC/doc/latex/csthm/csthm-example.pdf details="Package documentation and example of use" + RELOC/doc/latex/csthm/csthm-example.tex +srccontainersize 2992 +srccontainerchecksum 0a784005b94ac340517a3a8f808c1d3946759a4ca7482a647824a31758812bce436f80a6aaae2d37c80ccbd0e839223fe84d7bc119e8d4cd21ef70e546791a3c +srcfiles size=3 + RELOC/source/latex/csthm/csthm.dtx + RELOC/source/latex/csthm/csthm.ins +runfiles size=1 + RELOC/tex/latex/csthm/csthm.sty +catalogue-contact-repository https://github.com/agni-datta/csLaTeX/ +catalogue-ctan /macros/latex/contrib/csthm +catalogue-license lppl1.3c +catalogue-topics comp-sci maths-theorem +catalogue-version 1.2 + name cstypo category Package revision 41986 @@ -89605,7 +90262,7 @@ catalogue-version 1.0 name csvsimple category Package -revision 71274 +revision 72484 shortdesc Simple CSV file processing relocated 1 longdesc The package provides a simple LaTeX interface for the @@ -89615,10 +90272,10 @@ longdesc usage. Filtering and table generation are especially supported; longdesc however, this lightweight tool offers no support for data longdesc sorting or data base storage. The package depends on etoolbox, longdesc ifthen, pgfrcs, pgfkeys, and shellesc. -containersize 11820 -containerchecksum b095d4f8dd210a4967d5465baf961f5a99aa331690a879c78444b2a086de3a53106d8aca5a1359056f304c2b104886dc0f83039810434cabcd7d5e7a258ba9b4 -doccontainersize 1754600 -doccontainerchecksum 2e9367ff9a57db31adeaf37fac0b38a61d506d5e9f4c2e5784cdd1064c289659f19b5eb5cba7f3aef72a8f6ce012f9425bea13a1530457b488e5baba5cacee13 +containersize 11900 +containerchecksum 7443a9d17b93fee846d9ac9d8389ac360da0c50940f47d1bfb7317537768bd9fe4214ae3f40ccf3b9bc28206e6267a1ab5564732a16a8992d1aea9f30ed55069 +doccontainersize 1764152 +doccontainerchecksum d0440c6a144c6dcc6c359ae48ad63c973e9307ad844b82c1d276b3c49b3670899ddf8a583de3db2abb26e8a8e57c4f5d501221e1515ca9f6f97b21827f17a09a docfiles size=589 RELOC/doc/latex/csvsimple/CHANGES.md RELOC/doc/latex/csvsimple/README.md details="Readme" @@ -89648,7 +90305,7 @@ catalogue-also csvtools datatool catalogue-ctan /macros/latex/contrib/csvsimple catalogue-license lppl1.3 catalogue-topics data-import data-disp csv-support expl3 -catalogue-version 2.6.1 +catalogue-version 2.7.0 name ctable category Package @@ -91654,16 +92311,16 @@ catalogue-version 1.1 name customenvs category Package -revision 71792 +revision 72291 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 13256 -containerchecksum 497584f907a42777ea441bb3a5dbbb5238e7c243a19eba82ecfb96f4ca85d76f620f286d77fc9022920374b106ff66357876b348352605f1daa5a7d8247dfc6d -doccontainersize 1682528 -doccontainerchecksum c91d172d28d8a7f106b531768cd894b9f81092d0c66cb9ba23872723f1b2e6c4e8fccbfeda9dbe0ba448439ba4e89d64b874a6a44f931d53d1431926cec7cc60 -docfiles size=471 +containersize 18460 +containerchecksum 9139feb2e6e929db1adc699db189e2f6889740682591b56a86ed2f3dad24c18accb2fcc63b09c5424e38b7ad8d84760cb6767caadc1fc901b18f4c6bfb62d086 +doccontainersize 1815204 +doccontainerchecksum 25cc76f1a1724f2f698ceab1611f72bac00bace7fa1535bc1d1654e38fdec8e78293e2a68228490de604e805ede362fc6e239cd4943d2c44317a1cafedd2465c +docfiles size=499 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 @@ -91671,14 +92328,14 @@ docfiles size=471 RELOC/doc/latex/customenvs/customenvs-doc-fr.tex RELOC/doc/latex/customenvs/envtexo_exemples.pdf RELOC/doc/latex/customenvs/envtexo_exemples.tex -runfiles size=21 +runfiles size=31 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.8 +catalogue-version 0.2.3 name cutwin category Package @@ -91806,7 +92463,7 @@ catalogue-version 1.1.0 name cweb category Package -revision 71817 +revision 72279 catalogue cwebbin shortdesc CWEB for ANSI-C/C++ compilers longdesc A highly portable and extended version of Levy/Knuth CWEB 3.64c @@ -91826,10 +92483,10 @@ longdesc the package's github repository for more information. depend cweb.ARCH depend iftex depend kpathsea -containersize 27096 -containerchecksum 61d8f4673ad85dfd0be3dab9b4f4df0bfc6b1a51d2191b88e48c2c42080526979f539c1043b6e62e6a786208e8ffa8334613e664a1d03fd83a230c13782281a9 +containersize 27372 +containerchecksum ed436e6e55498eca3fc7cb9d4e77f38f286e073d4b8f6a8e27be27077323488ad6cbd6f944716d224820e8d9df74d26065fb35aeb0f7956e7ca5b4ca47e21d4b doccontainersize 77268 -doccontainerchecksum 36bfd1f075d45db6a43bfca45320e18d5697fcbb9f38f257f5566ad7a27d66468d38a581ead204b9b214825d84d7b9fe8f38766c25fe735e0ad17674e4e3ee5e +doccontainerchecksum 8c228b49e0a6cb34a648269f379095cf7a65d21a99fc6332d75e98c0ad97f3d08637070e3c25af81ce702f644afa8a61cdccb72e4d075a25c942cda47af5d9a3 docfiles size=84 texmf-dist/doc/man/man1/ctangle.1 texmf-dist/doc/man/man1/ctangle.man1.pdf @@ -91849,7 +92506,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 @@ -93318,18 +93975,18 @@ catalogue-version 1.3 name dashrulex category Package -revision 71818 +revision 72642 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 1472 -containerchecksum 52546d4cc025e13f957de43735e7628be2f2259d95e7209752625a1455de4c62de994b5723f872734c58e8ae38e099a2b38622f97f2b610f72b965d0efdcc8a8 -doccontainersize 58912 -doccontainerchecksum 4ae8bf2e93374e060355f78ffbeff086fc6be7fdd9693cb75ddef4a031f69e8e0d38d6f946f9cd0269a4943c196a13b45a3d9b1f9f204fc6df69c5e9e34ac739 -docfiles size=18 +containersize 1468 +containerchecksum d0fd8759454cd997cc0b98c5b2472cd9318284562edd3adfdbc84c627b944aff3deb1ade0f892e70af0c482ae29f92b7eadb877ff3bc120e069a66da8d17bd10 +doccontainersize 56648 +doccontainerchecksum 7a23989c57037abc6639e522c3090d51ab9d6401364a10f49681799d65a5e68df791a25a449a55ab9924ed6f262d96eea09b5e8da13cf0ff934ac1ac6d54ab35 +docfiles size=17 RELOC/doc/latex/dashrulex/README.md details="Readme" RELOC/doc/latex/dashrulex/dashrulex.pdf details="Package documentation" RELOC/doc/latex/dashrulex/dashrulex.tex @@ -93339,7 +93996,7 @@ 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.01 +catalogue-version 1.01d name dashundergaps category Package @@ -95176,7 +95833,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 @@ -95189,18 +95846,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 @@ -95215,7 +95872,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 @@ -97473,23 +98130,23 @@ catalogue-version 5.4 name digestif category Package -revision 65223 +revision 72163 shortdesc Editor plugin for LaTeX, ConTeXt etc. longdesc Digestif is a code analyzer, and a language server, for LaTeX, longdesc plain TeX, ConTeXt and Texinfo. It provides context-sensitive longdesc completion, documentation, code navigation, and related longdesc functionality to any text editor that speaks the LSP protocol. depend digestif.ARCH -containersize 637308 -containerchecksum 098d625749cee42f965d21ef5ec2843211db36fd0f4cced882ed15f32a20a2d70bf292b01e6797e7ca097adfadf2fd40d3c5eef6c694da39e8302770cfb784d3 -doccontainersize 5560 -doccontainerchecksum fabc6d0ea5a1e55b7ecd6430b2373c15e413c985485331bd7bd5bca437947a76ac7d8ac6ed2ea3d6afe687284aef673b0e302a1c9925737c6e1d95cecf2ea8cb +containersize 641484 +containerchecksum 53ea8f85f22ea50f6117e4d772dc7954129573584dfc2de9cd245acc6c86b23bcfe806e7d5cbae8f31dc9ba9e39a9ac8ce1fed514d6ebaef75ccf9f96ecaf3a4 +doccontainersize 5692 +doccontainerchecksum d9ec5bcbc6c06127a946d807f1c0b2047013cba0bf05704422cb7540e0c4b3233cb54b6f7aef8d82f54f9e3aca6f0711a47eabfe17b4ec42462dc55e4ea7a252 docfiles size=7 texmf-dist/doc/support/digestif/INSTALL.md texmf-dist/doc/support/digestif/LICENSE.md texmf-dist/doc/support/digestif/README.md details="Readme" texmf-dist/doc/support/digestif/bin/digestif -runfiles size=157 +runfiles size=158 texmf-dist/scripts/digestif/digestif.texlua texmf-dist/scripts/digestif/digestif.zip catalogue-contact-bugs https://github.com/astoff/digestif/issues @@ -97497,7 +98154,7 @@ catalogue-contact-repository https://github.com/astoff/digestif catalogue-ctan /support/digestif catalogue-license gpl3+ lppl1.3 fdl catalogue-topics editor-extn use-lua use-luatex -catalogue-version 0.5.1 +catalogue-version 0.6 name digestif.aarch64-linux category Package @@ -98774,6 +99431,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 @@ -98804,6 +99488,40 @@ catalogue-license lppl catalogue-topics cite-supp catalogue-version 1.01 +name domaincoloring +category Package +revision 72176 +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 8304 +containerchecksum ce1b0f8fe35a76e05a6ff4e1744d25ad4ac5fe766926bc22db4d785558aa296bb7a845a1309cddcb29986785de36f99c0fad113ce9fc48fff154ad39c5ceb44e +doccontainersize 4357968 +doccontainerchecksum 7a302b1728f3f024cd0a9f0b4dcd0521cea7993777b1bbd4e36016bc5bf92345d32a6dea8512d9ce60e240a6459b896c2ebc845b8d6e1a40eeb7e1bf1b3ab324 +docfiles size=1152 + 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.png +runfiles size=7 + 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.05 + name domitian category Package revision 55286 @@ -103439,21 +104157,21 @@ catalogue-version 2.10f name dtk-bibliography category Package -revision 70506 +revision 72281 shortdesc Bibliography of "Die TeXnische Komodie" relocated 1 longdesc This package contains the bibliography for "Die TeXnische longdesc Komodie", the journal of the German-speaking TeX User Group. It longdesc is updated on a quarterly basis. -containersize 54084 -containerchecksum ed89a958b5aad9680b4c469bbec296971043417655deb081ff709b532bf5820bcde7fc3b30a74bff423e60bddf5d5fa2372b0fa38157c56a8cde30709c7b88a7 -doccontainersize 282368 -doccontainerchecksum 168ffecaf706e2cf95ed08b761fa3f1a0e442b3a914f3f8fc62abdad45e6c509e72d1ed86c6e48e58893f329c615229a1991fbdd2db54de503bdf5cef878a612 +containersize 54512 +containerchecksum 239db4b8cb77f8576d579902ed8baa957f261142cd34333e8ef39e7dd399e5397324e95cc539043b4bb4fe9aec7b933c6972fc58896226d1933f15fcef84bb67 +doccontainersize 284508 +doccontainerchecksum c6599bcb08200c486baf210dc16c4f5cec693cf55c992b48492510235fac6efc25c445fc10f593f7c2bdf2496b3f3f989fb52dd3013472c1eb7de47b5f691db0 docfiles size=73 RELOC/doc/bibtex/dtk-bibliography/README.md details="Readme" RELOC/doc/bibtex/dtk-bibliography/dtk-bibliography.pdf details="The document itself" RELOC/doc/bibtex/dtk-bibliography/dtk-bibliography.tex -runfiles size=140 +runfiles size=142 RELOC/bibtex/bib/dtk-bibliography/dtk-bibliography.bib RELOC/tex/latex/dtk-bibliography/dtk-authoryear.bbx RELOC/tex/latex/dtk-bibliography/dtk-authoryear.dbx @@ -103464,7 +104182,7 @@ catalogue-contact-support https://github.com/dante-ev/dtk-bibliography/issues catalogue-ctan /info/dtk-bibliography catalogue-license lppl1.3c catalogue-topics journ-digest review-document german-doc -catalogue-version 2024-01 +catalogue-version 2024-03 name dtl category TLCore @@ -104358,22 +105076,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 @@ -106845,17 +107563,17 @@ catalogue-version 0.2b name dynkin-diagrams category Package -revision 71723 +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 21108 -containerchecksum 77ec4845c889b6fa6fa2b020b44c38cf9316518bcce4bedce42e7565321b83d2a12aefb9f5bb3128450f128ef005387f31b94b7d8a604c02be195b6e941f60f7 -doccontainersize 906332 -doccontainerchecksum 0a6a44e0faa75d39e245363af564ebc8ebfa4a2037c5dfa9f0489caa122008915471dfd1a1fe52a3804bcd23614a2c8d99dd7d131af11b083671f31121c85d7d +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 @@ -106866,7 +107584,7 @@ runfiles size=39 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 @@ -107157,7 +107875,7 @@ catalogue-topics notes editorial name easybook category Package -revision 71808 +revision 72700 shortdesc Easily typesetting Chinese theses or books relocated 1 longdesc easybook is a pure academic template created based on the @@ -107168,20 +107886,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 18780 -containerchecksum 306a37edbc6749cf20da3c4e1532d38032d96190d38f1b1bce62fa401f68eae52defcf7c9dbeaa17856623613f6eea19b925360723e79936af94382989a3307c -doccontainersize 653564 -doccontainerchecksum 1ca6734fd984499869a4a2ba36f97194860c7f5d78e98d8e22ef2719a23883f304f6b0099eb19a933e315937dcb6c5ddce15ef6bf2df8dc0271e939144be617e -docfiles size=180 +containersize 20260 +containerchecksum 9eaffb57eb8533d2528fc15e61c58ce9b66853cdf4eb2dd8e168ffa3a362324615e1c69b408a74ff976c1a5e132a889988ead7cdb08441791fa9787a204b5b45 +doccontainersize 679640 +doccontainerchecksum cf562320de170b5f77d41f19a748548a3e128db9c77955585dc08321eee776a2a2e5c994d860ca2d5fddcd2205043d82aeaa6619403f11f7ba801f6a2fabcc62 +docfiles size=188 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 18676 -srccontainerchecksum c2cb9ce22efcd517fa06261fbcba56f91352a537168e921b6d44605d055eaa6caff2506ebb6fae299ebfc3c4f081933dad5383b79855fa60be8c52c17be0018a -srcfiles size=23 +srccontainersize 20144 +srccontainerchecksum 80e89354e99bf8cf48b5b9194d2f4a497bdfbff433e0468f6b4ac16d1b408d5d022b34e1d75e69997a449b61453e4b6bc5fb4685968f50c6c5f454276c33d155 +srcfiles size=25 RELOC/source/latex/easybook/easybook.dtx RELOC/source/latex/easybook/easybook.ins -runfiles size=23 +runfiles size=25 RELOC/tex/latex/easybook/easybase.sty RELOC/tex/latex/easybook/easybook.cls RELOC/tex/latex/easybook/eb-tcolorbox.cfg @@ -107190,7 +107908,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 2024cs +catalogue-version 2024eu name easydtx category Package @@ -107399,65 +108117,71 @@ catalogue-version 1.2a name easyfloats category Package -revision 57204 +revision 72699 shortdesc An easier interface to insert figures, tables and other objects in LaTeX relocated 1 longdesc In standard LaTeX inserting objects like figures or tables longdesc requires too much knowledge for beginners and too much typing longdesc effort and hardcoding for people like me. This package aims to longdesc make insertion of figures and tables easier for both beginners -longdesc and experts. Despite the term floats in it's name it also +longdesc and experts. Despite the term "floats" in its name, it also longdesc allows to disable floating of such objects. depend caption depend environ depend etoolbox depend float depend pgf -containersize 8860 -containerchecksum 2d02a55fc3d50e5fb79ebe8188300db47aaecb42089843033c569ee0508a38f81e9409d872535e1f7fe3b13a067bdabbf8249073b803c8d232d08aa1d5520d48 -doccontainersize 587724 -doccontainerchecksum d6e96d7af908e83b67b77f0432e6ffcdcc55b64bc63ac360e42291f16adec4ab6655a423f5fc8f31180071afc5645f47b7ecb2c1c80af719b6cb0cc6e77948da -docfiles size=196 +containersize 9328 +containerchecksum e739fa07848b904bf3a700ba768168554ed9b385e31df0c1ba0d0cdc09627c802a9fb8f376d84800321f745337940334660703d4aac70fb898de195bcc054469 +doccontainersize 889504 +doccontainerchecksum 3b7195ab443fa8f03e2d0d0634adedd43553c89c624d051efe118894db784972e78eee03fa6dcbc486a46956d1c197b10093cb72ad18d2faf7bad0f8e4e12cd3 +docfiles size=285 RELOC/doc/latex/easyfloats/DEPENDS.txt RELOC/doc/latex/easyfloats/README.md - RELOC/doc/latex/easyfloats/content/bug-reports-and-contributions.tex - RELOC/doc/latex/easyfloats/content/documentation.tex - RELOC/doc/latex/easyfloats/content/examples.tex - RELOC/doc/latex/easyfloats/content/installation.tex - RELOC/doc/latex/easyfloats/content/license.tex - RELOC/doc/latex/easyfloats/content/motivation.tex - RELOC/doc/latex/easyfloats/content/names.tex - RELOC/doc/latex/easyfloats/content/other-packages.tex - RELOC/doc/latex/easyfloats/content/titlepage.tex - RELOC/doc/latex/easyfloats/content/used-packages.tex + RELOC/doc/latex/easyfloats/content/f1_titlepage.tex + RELOC/doc/latex/easyfloats/content/s1_examples.tex + RELOC/doc/latex/easyfloats/content/s2_names.tex + RELOC/doc/latex/easyfloats/content/s3_documentation.tex + RELOC/doc/latex/easyfloats/content/s4_installation.tex + RELOC/doc/latex/easyfloats/content/s5_bug-reports-and-contributions.tex + RELOC/doc/latex/easyfloats/content/s6_changelog.tex + RELOC/doc/latex/easyfloats/content/s7_license.tex + RELOC/doc/latex/easyfloats/content/x1_motivation.tex + RELOC/doc/latex/easyfloats/content/x2_used-packages.tex + RELOC/doc/latex/easyfloats/content/x3_other-packages.tex RELOC/doc/latex/easyfloats/easyfloats-file-list.txt RELOC/doc/latex/easyfloats/easyfloats.bib RELOC/doc/latex/easyfloats/easyfloats.pdf details="Package documentation" RELOC/doc/latex/easyfloats/easyfloats.tex RELOC/doc/latex/easyfloats/lexer/latex_atletter.py + RELOC/doc/latex/easyfloats/license.txt RELOC/doc/latex/easyfloats/links.tex RELOC/doc/latex/easyfloats/preamble/bibliography.tex + RELOC/doc/latex/easyfloats/preamble/changelog.tex RELOC/doc/latex/easyfloats/preamble/description-links.tex RELOC/doc/latex/easyfloats/preamble/examplecode.tex + RELOC/doc/latex/easyfloats/preamble/geometry.tex RELOC/doc/latex/easyfloats/preamble/keydoc.tex RELOC/doc/latex/easyfloats/preamble/link.tex RELOC/doc/latex/easyfloats/preamble/macros.tex RELOC/doc/latex/easyfloats/preamble/markdown.tex RELOC/doc/latex/easyfloats/preamble/pdfstring.tex + RELOC/doc/latex/easyfloats/preamble/todo.tex RELOC/doc/latex/easyfloats/undescribed-keywords.tex -srccontainersize 13924 -srccontainerchecksum b21681d30b8963127d603bf81b140851b5e8ea17b63d5979bc05bcfa68efd67460b9f0d0419a69c44606a4d569f5840b3c8d6f0ce7b0cf18d86c1fa104776b5a -srcfiles size=16 +srccontainersize 14452 +srccontainerchecksum f914a4e32fd756d78cd646bd73d3a98234b5e2b4cc3539e075bfb6bafb8b96cb9489602d4c9c765133c0671bb1ff625ff00c4cce90688687400c9040f1dfa2c3 +srcfiles size=17 RELOC/source/latex/easyfloats/easyfloats.dtx RELOC/source/latex/easyfloats/easyfloats.ins -runfiles size=11 +runfiles size=12 RELOC/tex/latex/easyfloats/easyfloats.sty + RELOC/tex/latex/easyfloats/my_biblatex_data_model.dbx catalogue-contact-bugs https://gitlab.com/erzo/latex-easyfloats/-/issues catalogue-contact-repository https://gitlab.com/erzo/latex-easyfloats catalogue-ctan /macros/latex/contrib/easyfloats catalogue-license lppl1.3 catalogue-topics float table -catalogue-version 1.0.0 +catalogue-version 1.1.0 name easyformat category Package @@ -111586,29 +112310,27 @@ catalogue-version 2.01y name edmac category Package -revision 61719 +revision 72250 shortdesc Typeset critical editions relocated 1 longdesc This is the type example package for typesetting scholarly longdesc critical editions. -containersize 13172 -containerchecksum 12395b2429372cbf88794c197e28ceab4b69ca7d14cf78524e9538491b2ca8d14714e1ef00f2643a0e3e62db559f12a9a53a56d4bc7f54420d3f125727fca557 -doccontainersize 89884 -doccontainerchecksum d78db33bf2b2fdd17f23eae23ab9605efb29a217e52d89df5feb64db1907c1b5a497441eeb1fe2373342b7c9b09296c06efa24d6776edce84406e22a1967bb64 -docfiles size=89 - RELOC/doc/latex/edmac/COPYRIGHT - RELOC/doc/latex/edmac/braonain.tex - RELOC/doc/latex/edmac/copying - RELOC/doc/latex/edmac/ed-nfss.txt - RELOC/doc/latex/edmac/edmac.doc - RELOC/doc/latex/edmac/edstanza.doc - RELOC/doc/latex/edmac/edszadoc.tex - RELOC/doc/latex/edmac/features.tex - RELOC/doc/latex/edmac/readme -srccontainersize 952 -srccontainerchecksum 995092e2ea0776377938076b67f25042329ab76ef31f83f6f40aba449a735a90bc697be52f16fa6a2ac02cbe4ff2ef99762fdc03bd14eebff7a363f6c7f46c13 -srcfiles size=1 - RELOC/source/latex/edmac/edmac.drv +containersize 13196 +containerchecksum c15ba71a0c37a05df2d334bba94797d70c345af0d443dee2ca02be4e52bcd2e130b9a5d5c1904c1c72a8cf423d5d67b84c6ea7b8517380d3cc57700b81535cb8 +doccontainersize 90968 +doccontainerchecksum a1af1af4e137425e0359c96fd9001fec6da403ad9478d5a9024648a200082d98cf9e93ccf310dd0257d8179d996b422b58d513ad42380316304aeadac6a0fc7b +docfiles size=91 + RELOC/doc/generic/edmac/COPYRIGHT + RELOC/doc/generic/edmac/README.md details="Readme" + RELOC/doc/generic/edmac/braonain.tex + RELOC/doc/generic/edmac/copying + RELOC/doc/generic/edmac/ed-nfss.txt + RELOC/doc/generic/edmac/edmac.doc + RELOC/doc/generic/edmac/edmac.drv + RELOC/doc/generic/edmac/edstanza.doc + RELOC/doc/generic/edmac/edszadoc.tex + RELOC/doc/generic/edmac/features.tex + RELOC/doc/generic/edmac/readme runfiles size=17 RELOC/tex/generic/edmac/edmac.tex RELOC/tex/generic/edmac/edmacfss.sty @@ -111616,6 +112338,7 @@ runfiles size=17 RELOC/tex/generic/edmac/tabmac.tex catalogue-also ledmac ednotes manyfoot lineno poemscol catalogue-contact-home https://tug.org/edmac +catalogue-contact-repository https://github.com/wujastyk/edmac catalogue-ctan /macros/plain/contrib/edmac catalogue-license gpl2 catalogue-topics crit-ed @@ -111654,6 +112377,47 @@ catalogue-license lppl catalogue-topics crit-ed notes catalogue-version 1.2 +name edmaths +category Package +revision 72143 +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 4368 +containerchecksum d002180b58767895164252b633b593de98c1e1ce6b738384681138134570c1849a847ed2a6993e8efb754a407e628f9404a7179f540edea9fc09c8369b3c840e +doccontainersize 159064 +doccontainerchecksum b6a2d4eacb5148ce8298069a4084406c5c2b7d30a0dfe3c029908b07b5c4b90877e3a197f411ca5b0f1192880030387e79b84c82364e1eadeb9e70e99c8e0c87 +docfiles size=48 + RELOC/doc/latex/edmaths/LICENSE.txt + RELOC/doc/latex/edmaths/README.md details="Readme" + RELOC/doc/latex/edmaths/docs/edmaths-docs.pdf details="Package documentation" + RELOC/doc/latex/edmaths/docs/edmaths-docs.tex + 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.99 + name eemeir category Package revision 15878 @@ -112250,10 +113014,9 @@ catalogue-license lppl catalogue-topics journalpub class catalogue-version 1.2 -name electrum +name electrumadf category Package -revision 19705 -catalogue electrumadf +revision 72484 shortdesc Electrum ADF fonts collection relocated 1 longdesc Electrum ADF is a slab-serif font featuring optical and italic @@ -112263,326 +113026,323 @@ longdesc fonts are provided in Adobe Type 1 format and the support longdesc material enables use with LaTeX. Licence is mixed: LPPL for longdesc LaTeX support; GPL with font exception for the fonts. execute addMap yes.map -containersize 724376 -containerchecksum c12af3a1e6a76d4a94f0d02fa5802179fd1f47e31be29e2151e7be3f569f027137c9d0268c86696d822b8d7a4c88ae2ef264341345c6a7421a8ec1026c104213 -doccontainersize 279416 -doccontainerchecksum b840b153a134fd9cd923aa9f70576b7e586bca87d7f1b9cfbf7a1f25ac4972905989876545a914ce845096dd32579901ece93851012d057114c0c61b1eceffa4 -docfiles size=89 - RELOC/doc/fonts/electrum/COPYING - RELOC/doc/fonts/electrum/NOTICE.txt - RELOC/doc/fonts/electrum/README details="Readme" - RELOC/doc/fonts/electrum/electrumadf.pdf details="Documentation: installation and use" - RELOC/doc/fonts/electrum/electrumadf.tex - RELOC/doc/fonts/electrum/manifest.txt -srccontainersize 14992 -srccontainerchecksum caec0c43c2870a6640863bc060e02c764b235336123777181ae1fab42e32053af0e2c09c226dccbf8bc31b450c720b69ae67f01b66b36d0ba308282637afb414 -srcfiles size=98 - RELOC/source/fonts/electrum/build-ttsc.mtx - RELOC/source/fonts/electrum/dotsc2.etx - RELOC/source/fonts/electrum/dotscbuild.mtx - RELOC/source/fonts/electrum/dotscmisc.mtx - RELOC/source/fonts/electrum/newlatin-dotsc.mtx - RELOC/source/fonts/electrum/reglyph-yes.tex - RELOC/source/fonts/electrum/supp-yes.etx - RELOC/source/fonts/electrum/t1-dotinferior.etx - RELOC/source/fonts/electrum/t1-dotsuperior.etx - RELOC/source/fonts/electrum/t1-yes.etx - RELOC/source/fonts/electrum/t1-yesw-sc.etx - RELOC/source/fonts/electrum/t1-yesw.etx - RELOC/source/fonts/electrum/t1j-yes.etx - RELOC/source/fonts/electrum/t1j-yesw-sc.etx - RELOC/source/fonts/electrum/t1j-yesw.etx - RELOC/source/fonts/electrum/ts1-dotinferior.etx - RELOC/source/fonts/electrum/ts1-dotoldstyle-yes.etx - RELOC/source/fonts/electrum/ts1-dotsuperior.etx - RELOC/source/fonts/electrum/ts1-yes.etx - RELOC/source/fonts/electrum/yes-drv.tex - RELOC/source/fonts/electrum/yes-map.tex +containersize 726996 +containerchecksum 875ff39b9d507bf8551bc0307ab62ffbaaa32da05e0df4d493ef90b3bda6c831c310ae6c285ec4c67740e3f8a120b146cbfd8a9e47d6492ccbb90a55041e2aeb +doccontainersize 1532836 +doccontainerchecksum be0a4c7c2bc4cc7ee6543803e6d30a44a1d80e6f22d62061a9384a7b147cf485925a24c6a993808dd44e817c5cedae19fa7b40008bdad35bbab7b909ae3f6f1a +docfiles size=419 + RELOC/doc/fonts/electrumadf/COPYING + RELOC/doc/fonts/electrumadf/NOTICE.txt + RELOC/doc/fonts/electrumadf/README.md details="Readme" + RELOC/doc/fonts/electrumadf/electrumadf-tables.pdf + RELOC/doc/fonts/electrumadf/electrumadf-tables.tex + RELOC/doc/fonts/electrumadf/electrumadf.pdf details="Documentation: installation and use" + RELOC/doc/fonts/electrumadf/manifest.txt + RELOC/doc/fonts/electrumadf/reglyph-yes.tex + RELOC/doc/fonts/electrumadf/yes-drv.tex + RELOC/doc/fonts/electrumadf/yes-map.tex +srccontainersize 27964 +srccontainerchecksum edc8da7849d7d12154cca83fb436660189e99dfe6285d88854b4d6233c6fcfe1e1f4fcaad5df17bbff8d2b9b41d278ac15c98774ecdb1ca00f59833423c5f343 +srcfiles size=126 + RELOC/source/fonts/electrumadf/build-ttsc.mtx + RELOC/source/fonts/electrumadf/electrumadf.dtx + RELOC/source/fonts/electrumadf/electrumadf.ins + RELOC/source/fonts/electrumadf/supp-yes.etx + RELOC/source/fonts/electrumadf/t1-yes.etx + RELOC/source/fonts/electrumadf/t1-yesw-sc.etx + RELOC/source/fonts/electrumadf/t1-yesw.etx + RELOC/source/fonts/electrumadf/t1j-yes.etx + RELOC/source/fonts/electrumadf/t1j-yesw-sc.etx + RELOC/source/fonts/electrumadf/t1j-yesw.etx + RELOC/source/fonts/electrumadf/ts1-dotoldstyle-yes.etx + RELOC/source/fonts/electrumadf/ts1-yes.etx + RELOC/source/fonts/electrumadf/yes-ts1-buildper.mtx runfiles size=846 - RELOC/fonts/afm/arkandis/electrum/yesb8a.afm - RELOC/fonts/afm/arkandis/electrum/yesbo8a.afm - RELOC/fonts/afm/arkandis/electrum/yesl8a.afm - RELOC/fonts/afm/arkandis/electrum/yeslo8a.afm - RELOC/fonts/afm/arkandis/electrum/yesr8a.afm - RELOC/fonts/afm/arkandis/electrum/yesro8a.afm - RELOC/fonts/afm/arkandis/electrum/yess8a.afm - RELOC/fonts/afm/arkandis/electrum/yesso8a.afm - RELOC/fonts/enc/dvips/electrum/supp-yes.enc - RELOC/fonts/map/dvips/electrum/yes.map - RELOC/fonts/tfm/arkandis/electrum/yesb08c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesb08t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesb0o8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesb0o8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesb18c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesb18t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesb1o8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesb1o8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesb8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesb8r.tfm - RELOC/fonts/tfm/arkandis/electrum/yesb8s.tfm - RELOC/fonts/tfm/arkandis/electrum/yesb8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbc8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbcj8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbcjo8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbcjow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbcjw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbco8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbcow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbcw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbj8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbj8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbjo8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbjo8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbjow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbjw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbo8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbo8r.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbo8s.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbo8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesbw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesl08c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesl08t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesl0o8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesl0o8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesl18c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesl18t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesl1o8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesl1o8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesl8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesl8r.tfm - RELOC/fonts/tfm/arkandis/electrum/yesl8s.tfm - RELOC/fonts/tfm/arkandis/electrum/yesl8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslc8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslcj8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslcjo8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslcjow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslcjw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslco8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslcow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslcw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslj8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslj8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesljo8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesljo8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesljow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesljw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslo8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslo8r.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslo8s.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslo8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yeslw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesr08c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesr08t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesr0o8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesr0o8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesr18c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesr18t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesr1o8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesr1o8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesr8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesr8r.tfm - RELOC/fonts/tfm/arkandis/electrum/yesr8s.tfm - RELOC/fonts/tfm/arkandis/electrum/yesr8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrc8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrcj8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrcjo8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrcjow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrcjw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrco8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrcow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrcw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrj8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrj8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrjo8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrjo8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrjow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrjw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesro8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesro8r.tfm - RELOC/fonts/tfm/arkandis/electrum/yesro8s.tfm - RELOC/fonts/tfm/arkandis/electrum/yesro8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesrw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yess08c.tfm - RELOC/fonts/tfm/arkandis/electrum/yess08t.tfm - RELOC/fonts/tfm/arkandis/electrum/yess0o8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yess0o8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yess18c.tfm - RELOC/fonts/tfm/arkandis/electrum/yess18t.tfm - RELOC/fonts/tfm/arkandis/electrum/yess1o8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yess1o8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yess8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yess8r.tfm - RELOC/fonts/tfm/arkandis/electrum/yess8s.tfm - RELOC/fonts/tfm/arkandis/electrum/yess8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yessc8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesscj8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesscjo8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesscjow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesscjw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yessco8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesscow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesscw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yessj8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yessj8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yessjo8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yessjo8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yessjow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yessjw8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yesso8c.tfm - RELOC/fonts/tfm/arkandis/electrum/yesso8r.tfm - RELOC/fonts/tfm/arkandis/electrum/yesso8s.tfm - RELOC/fonts/tfm/arkandis/electrum/yesso8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yessow8t.tfm - RELOC/fonts/tfm/arkandis/electrum/yessw8t.tfm - RELOC/fonts/type1/arkandis/electrum/yesb8a.pfb - RELOC/fonts/type1/arkandis/electrum/yesb8a.pfm - RELOC/fonts/type1/arkandis/electrum/yesbo8a.pfb - RELOC/fonts/type1/arkandis/electrum/yesbo8a.pfm - RELOC/fonts/type1/arkandis/electrum/yesl8a.pfb - RELOC/fonts/type1/arkandis/electrum/yesl8a.pfm - RELOC/fonts/type1/arkandis/electrum/yeslo8a.pfb - RELOC/fonts/type1/arkandis/electrum/yeslo8a.pfm - RELOC/fonts/type1/arkandis/electrum/yesr8a.pfb - RELOC/fonts/type1/arkandis/electrum/yesr8a.pfm - RELOC/fonts/type1/arkandis/electrum/yesro8a.pfb - RELOC/fonts/type1/arkandis/electrum/yesro8a.pfm - RELOC/fonts/type1/arkandis/electrum/yess8a.pfb - RELOC/fonts/type1/arkandis/electrum/yess8a.pfm - RELOC/fonts/type1/arkandis/electrum/yesso8a.pfb - RELOC/fonts/type1/arkandis/electrum/yesso8a.pfm - RELOC/fonts/vf/arkandis/electrum/yesb08c.vf - RELOC/fonts/vf/arkandis/electrum/yesb08t.vf - RELOC/fonts/vf/arkandis/electrum/yesb0o8c.vf - RELOC/fonts/vf/arkandis/electrum/yesb0o8t.vf - RELOC/fonts/vf/arkandis/electrum/yesb18c.vf - RELOC/fonts/vf/arkandis/electrum/yesb18t.vf - RELOC/fonts/vf/arkandis/electrum/yesb1o8c.vf - RELOC/fonts/vf/arkandis/electrum/yesb1o8t.vf - RELOC/fonts/vf/arkandis/electrum/yesb8c.vf - RELOC/fonts/vf/arkandis/electrum/yesb8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbc8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbcj8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbcjo8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbcjow8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbcjw8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbco8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbcow8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbcw8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbj8c.vf - RELOC/fonts/vf/arkandis/electrum/yesbj8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbjo8c.vf - RELOC/fonts/vf/arkandis/electrum/yesbjo8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbjow8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbjw8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbo8c.vf - RELOC/fonts/vf/arkandis/electrum/yesbo8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbow8t.vf - RELOC/fonts/vf/arkandis/electrum/yesbw8t.vf - RELOC/fonts/vf/arkandis/electrum/yesl08c.vf - RELOC/fonts/vf/arkandis/electrum/yesl08t.vf - RELOC/fonts/vf/arkandis/electrum/yesl0o8c.vf - RELOC/fonts/vf/arkandis/electrum/yesl0o8t.vf - RELOC/fonts/vf/arkandis/electrum/yesl18c.vf - RELOC/fonts/vf/arkandis/electrum/yesl18t.vf - RELOC/fonts/vf/arkandis/electrum/yesl1o8c.vf - RELOC/fonts/vf/arkandis/electrum/yesl1o8t.vf - RELOC/fonts/vf/arkandis/electrum/yesl8c.vf - RELOC/fonts/vf/arkandis/electrum/yesl8t.vf - RELOC/fonts/vf/arkandis/electrum/yeslc8t.vf - RELOC/fonts/vf/arkandis/electrum/yeslcj8t.vf - RELOC/fonts/vf/arkandis/electrum/yeslcjo8t.vf - RELOC/fonts/vf/arkandis/electrum/yeslcjow8t.vf - RELOC/fonts/vf/arkandis/electrum/yeslcjw8t.vf - RELOC/fonts/vf/arkandis/electrum/yeslco8t.vf - RELOC/fonts/vf/arkandis/electrum/yeslcow8t.vf - RELOC/fonts/vf/arkandis/electrum/yeslcw8t.vf - RELOC/fonts/vf/arkandis/electrum/yeslj8c.vf - RELOC/fonts/vf/arkandis/electrum/yeslj8t.vf - RELOC/fonts/vf/arkandis/electrum/yesljo8c.vf - RELOC/fonts/vf/arkandis/electrum/yesljo8t.vf - RELOC/fonts/vf/arkandis/electrum/yesljow8t.vf - RELOC/fonts/vf/arkandis/electrum/yesljw8t.vf - RELOC/fonts/vf/arkandis/electrum/yeslo8c.vf - RELOC/fonts/vf/arkandis/electrum/yeslo8t.vf - RELOC/fonts/vf/arkandis/electrum/yeslow8t.vf - RELOC/fonts/vf/arkandis/electrum/yeslw8t.vf - RELOC/fonts/vf/arkandis/electrum/yesr08c.vf - RELOC/fonts/vf/arkandis/electrum/yesr08t.vf - RELOC/fonts/vf/arkandis/electrum/yesr0o8c.vf - RELOC/fonts/vf/arkandis/electrum/yesr0o8t.vf - RELOC/fonts/vf/arkandis/electrum/yesr18c.vf - RELOC/fonts/vf/arkandis/electrum/yesr18t.vf - RELOC/fonts/vf/arkandis/electrum/yesr1o8c.vf - RELOC/fonts/vf/arkandis/electrum/yesr1o8t.vf - RELOC/fonts/vf/arkandis/electrum/yesr8c.vf - RELOC/fonts/vf/arkandis/electrum/yesr8t.vf - RELOC/fonts/vf/arkandis/electrum/yesrc8t.vf - RELOC/fonts/vf/arkandis/electrum/yesrcj8t.vf - RELOC/fonts/vf/arkandis/electrum/yesrcjo8t.vf - RELOC/fonts/vf/arkandis/electrum/yesrcjow8t.vf - RELOC/fonts/vf/arkandis/electrum/yesrcjw8t.vf - RELOC/fonts/vf/arkandis/electrum/yesrco8t.vf - RELOC/fonts/vf/arkandis/electrum/yesrcow8t.vf - RELOC/fonts/vf/arkandis/electrum/yesrcw8t.vf - RELOC/fonts/vf/arkandis/electrum/yesrj8c.vf - RELOC/fonts/vf/arkandis/electrum/yesrj8t.vf - RELOC/fonts/vf/arkandis/electrum/yesrjo8c.vf - RELOC/fonts/vf/arkandis/electrum/yesrjo8t.vf - RELOC/fonts/vf/arkandis/electrum/yesrjow8t.vf - RELOC/fonts/vf/arkandis/electrum/yesrjw8t.vf - RELOC/fonts/vf/arkandis/electrum/yesro8c.vf - RELOC/fonts/vf/arkandis/electrum/yesro8t.vf - RELOC/fonts/vf/arkandis/electrum/yesrow8t.vf - RELOC/fonts/vf/arkandis/electrum/yesrw8t.vf - RELOC/fonts/vf/arkandis/electrum/yess08c.vf - RELOC/fonts/vf/arkandis/electrum/yess08t.vf - RELOC/fonts/vf/arkandis/electrum/yess0o8c.vf - RELOC/fonts/vf/arkandis/electrum/yess0o8t.vf - RELOC/fonts/vf/arkandis/electrum/yess18c.vf - RELOC/fonts/vf/arkandis/electrum/yess18t.vf - RELOC/fonts/vf/arkandis/electrum/yess1o8c.vf - RELOC/fonts/vf/arkandis/electrum/yess1o8t.vf - RELOC/fonts/vf/arkandis/electrum/yess8c.vf - RELOC/fonts/vf/arkandis/electrum/yess8t.vf - RELOC/fonts/vf/arkandis/electrum/yessc8t.vf - RELOC/fonts/vf/arkandis/electrum/yesscj8t.vf - RELOC/fonts/vf/arkandis/electrum/yesscjo8t.vf - RELOC/fonts/vf/arkandis/electrum/yesscjow8t.vf - RELOC/fonts/vf/arkandis/electrum/yesscjw8t.vf - RELOC/fonts/vf/arkandis/electrum/yessco8t.vf - RELOC/fonts/vf/arkandis/electrum/yesscow8t.vf - RELOC/fonts/vf/arkandis/electrum/yesscw8t.vf - RELOC/fonts/vf/arkandis/electrum/yessj8c.vf - RELOC/fonts/vf/arkandis/electrum/yessj8t.vf - RELOC/fonts/vf/arkandis/electrum/yessjo8c.vf - RELOC/fonts/vf/arkandis/electrum/yessjo8t.vf - RELOC/fonts/vf/arkandis/electrum/yessjow8t.vf - RELOC/fonts/vf/arkandis/electrum/yessjw8t.vf - RELOC/fonts/vf/arkandis/electrum/yesso8c.vf - RELOC/fonts/vf/arkandis/electrum/yesso8t.vf - RELOC/fonts/vf/arkandis/electrum/yessow8t.vf - RELOC/fonts/vf/arkandis/electrum/yessw8t.vf - RELOC/tex/latex/electrum/electrum.sty - RELOC/tex/latex/electrum/t1yes.fd - RELOC/tex/latex/electrum/t1yes0.fd - RELOC/tex/latex/electrum/t1yes1.fd - RELOC/tex/latex/electrum/t1yesj.fd - RELOC/tex/latex/electrum/t1yesjw.fd - RELOC/tex/latex/electrum/t1yesw.fd - RELOC/tex/latex/electrum/ts1yes.fd - RELOC/tex/latex/electrum/ts1yes0.fd - RELOC/tex/latex/electrum/ts1yes1.fd - RELOC/tex/latex/electrum/ts1yesj.fd - RELOC/tex/latex/electrum/ts1yesjw.fd - RELOC/tex/latex/electrum/ts1yesw.fd + RELOC/fonts/afm/public/electrumadf/yesb8a.afm + RELOC/fonts/afm/public/electrumadf/yesbo8a.afm + RELOC/fonts/afm/public/electrumadf/yesl8a.afm + RELOC/fonts/afm/public/electrumadf/yeslo8a.afm + RELOC/fonts/afm/public/electrumadf/yesr8a.afm + RELOC/fonts/afm/public/electrumadf/yesro8a.afm + RELOC/fonts/afm/public/electrumadf/yess8a.afm + RELOC/fonts/afm/public/electrumadf/yesso8a.afm + RELOC/fonts/enc/dvips/electrumadf/supp-yes.enc + RELOC/fonts/map/dvips/electrumadf/yes.map + RELOC/fonts/tfm/public/electrumadf/yesb08c.tfm + RELOC/fonts/tfm/public/electrumadf/yesb08t.tfm + RELOC/fonts/tfm/public/electrumadf/yesb0o8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesb0o8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesb18c.tfm + RELOC/fonts/tfm/public/electrumadf/yesb18t.tfm + RELOC/fonts/tfm/public/electrumadf/yesb1o8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesb1o8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesb8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesb8r.tfm + RELOC/fonts/tfm/public/electrumadf/yesb8s.tfm + RELOC/fonts/tfm/public/electrumadf/yesb8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbc8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbcj8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbcjo8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbcjow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbcjw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbco8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbcow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbcw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbj8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesbj8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbjo8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesbjo8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbjow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbjw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbo8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesbo8r.tfm + RELOC/fonts/tfm/public/electrumadf/yesbo8s.tfm + RELOC/fonts/tfm/public/electrumadf/yesbo8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesbw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesl08c.tfm + RELOC/fonts/tfm/public/electrumadf/yesl08t.tfm + RELOC/fonts/tfm/public/electrumadf/yesl0o8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesl0o8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesl18c.tfm + RELOC/fonts/tfm/public/electrumadf/yesl18t.tfm + RELOC/fonts/tfm/public/electrumadf/yesl1o8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesl1o8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesl8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesl8r.tfm + RELOC/fonts/tfm/public/electrumadf/yesl8s.tfm + RELOC/fonts/tfm/public/electrumadf/yesl8t.tfm + RELOC/fonts/tfm/public/electrumadf/yeslc8t.tfm + RELOC/fonts/tfm/public/electrumadf/yeslcj8t.tfm + RELOC/fonts/tfm/public/electrumadf/yeslcjo8t.tfm + RELOC/fonts/tfm/public/electrumadf/yeslcjow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yeslcjw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yeslco8t.tfm + RELOC/fonts/tfm/public/electrumadf/yeslcow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yeslcw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yeslj8c.tfm + RELOC/fonts/tfm/public/electrumadf/yeslj8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesljo8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesljo8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesljow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesljw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yeslo8c.tfm + RELOC/fonts/tfm/public/electrumadf/yeslo8r.tfm + RELOC/fonts/tfm/public/electrumadf/yeslo8s.tfm + RELOC/fonts/tfm/public/electrumadf/yeslo8t.tfm + RELOC/fonts/tfm/public/electrumadf/yeslow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yeslw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesr08c.tfm + RELOC/fonts/tfm/public/electrumadf/yesr08t.tfm + RELOC/fonts/tfm/public/electrumadf/yesr0o8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesr0o8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesr18c.tfm + RELOC/fonts/tfm/public/electrumadf/yesr18t.tfm + RELOC/fonts/tfm/public/electrumadf/yesr1o8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesr1o8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesr8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesr8r.tfm + RELOC/fonts/tfm/public/electrumadf/yesr8s.tfm + RELOC/fonts/tfm/public/electrumadf/yesr8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesrc8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesrcj8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesrcjo8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesrcjow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesrcjw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesrco8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesrcow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesrcw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesrj8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesrj8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesrjo8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesrjo8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesrjow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesrjw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesro8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesro8r.tfm + RELOC/fonts/tfm/public/electrumadf/yesro8s.tfm + RELOC/fonts/tfm/public/electrumadf/yesro8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesrow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesrw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yess08c.tfm + RELOC/fonts/tfm/public/electrumadf/yess08t.tfm + RELOC/fonts/tfm/public/electrumadf/yess0o8c.tfm + RELOC/fonts/tfm/public/electrumadf/yess0o8t.tfm + RELOC/fonts/tfm/public/electrumadf/yess18c.tfm + RELOC/fonts/tfm/public/electrumadf/yess18t.tfm + RELOC/fonts/tfm/public/electrumadf/yess1o8c.tfm + RELOC/fonts/tfm/public/electrumadf/yess1o8t.tfm + RELOC/fonts/tfm/public/electrumadf/yess8c.tfm + RELOC/fonts/tfm/public/electrumadf/yess8r.tfm + RELOC/fonts/tfm/public/electrumadf/yess8s.tfm + RELOC/fonts/tfm/public/electrumadf/yess8t.tfm + RELOC/fonts/tfm/public/electrumadf/yessc8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesscj8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesscjo8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesscjow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesscjw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yessco8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesscow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesscw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yessj8c.tfm + RELOC/fonts/tfm/public/electrumadf/yessj8t.tfm + RELOC/fonts/tfm/public/electrumadf/yessjo8c.tfm + RELOC/fonts/tfm/public/electrumadf/yessjo8t.tfm + RELOC/fonts/tfm/public/electrumadf/yessjow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yessjw8t.tfm + RELOC/fonts/tfm/public/electrumadf/yesso8c.tfm + RELOC/fonts/tfm/public/electrumadf/yesso8r.tfm + RELOC/fonts/tfm/public/electrumadf/yesso8s.tfm + RELOC/fonts/tfm/public/electrumadf/yesso8t.tfm + RELOC/fonts/tfm/public/electrumadf/yessow8t.tfm + RELOC/fonts/tfm/public/electrumadf/yessw8t.tfm + RELOC/fonts/type1/public/electrumadf/yesb8a.pfb + RELOC/fonts/type1/public/electrumadf/yesb8a.pfm + RELOC/fonts/type1/public/electrumadf/yesbo8a.pfb + RELOC/fonts/type1/public/electrumadf/yesbo8a.pfm + RELOC/fonts/type1/public/electrumadf/yesl8a.pfb + RELOC/fonts/type1/public/electrumadf/yesl8a.pfm + RELOC/fonts/type1/public/electrumadf/yeslo8a.pfb + RELOC/fonts/type1/public/electrumadf/yeslo8a.pfm + RELOC/fonts/type1/public/electrumadf/yesr8a.pfb + RELOC/fonts/type1/public/electrumadf/yesr8a.pfm + RELOC/fonts/type1/public/electrumadf/yesro8a.pfb + RELOC/fonts/type1/public/electrumadf/yesro8a.pfm + RELOC/fonts/type1/public/electrumadf/yess8a.pfb + RELOC/fonts/type1/public/electrumadf/yess8a.pfm + RELOC/fonts/type1/public/electrumadf/yesso8a.pfb + RELOC/fonts/type1/public/electrumadf/yesso8a.pfm + RELOC/fonts/vf/public/electrumadf/yesb08c.vf + RELOC/fonts/vf/public/electrumadf/yesb08t.vf + RELOC/fonts/vf/public/electrumadf/yesb0o8c.vf + RELOC/fonts/vf/public/electrumadf/yesb0o8t.vf + RELOC/fonts/vf/public/electrumadf/yesb18c.vf + RELOC/fonts/vf/public/electrumadf/yesb18t.vf + RELOC/fonts/vf/public/electrumadf/yesb1o8c.vf + RELOC/fonts/vf/public/electrumadf/yesb1o8t.vf + RELOC/fonts/vf/public/electrumadf/yesb8c.vf + RELOC/fonts/vf/public/electrumadf/yesb8t.vf + RELOC/fonts/vf/public/electrumadf/yesbc8t.vf + RELOC/fonts/vf/public/electrumadf/yesbcj8t.vf + RELOC/fonts/vf/public/electrumadf/yesbcjo8t.vf + RELOC/fonts/vf/public/electrumadf/yesbcjow8t.vf + RELOC/fonts/vf/public/electrumadf/yesbcjw8t.vf + RELOC/fonts/vf/public/electrumadf/yesbco8t.vf + RELOC/fonts/vf/public/electrumadf/yesbcow8t.vf + RELOC/fonts/vf/public/electrumadf/yesbcw8t.vf + RELOC/fonts/vf/public/electrumadf/yesbj8c.vf + RELOC/fonts/vf/public/electrumadf/yesbj8t.vf + RELOC/fonts/vf/public/electrumadf/yesbjo8c.vf + RELOC/fonts/vf/public/electrumadf/yesbjo8t.vf + RELOC/fonts/vf/public/electrumadf/yesbjow8t.vf + RELOC/fonts/vf/public/electrumadf/yesbjw8t.vf + RELOC/fonts/vf/public/electrumadf/yesbo8c.vf + RELOC/fonts/vf/public/electrumadf/yesbo8t.vf + RELOC/fonts/vf/public/electrumadf/yesbow8t.vf + RELOC/fonts/vf/public/electrumadf/yesbw8t.vf + RELOC/fonts/vf/public/electrumadf/yesl08c.vf + RELOC/fonts/vf/public/electrumadf/yesl08t.vf + RELOC/fonts/vf/public/electrumadf/yesl0o8c.vf + RELOC/fonts/vf/public/electrumadf/yesl0o8t.vf + RELOC/fonts/vf/public/electrumadf/yesl18c.vf + RELOC/fonts/vf/public/electrumadf/yesl18t.vf + RELOC/fonts/vf/public/electrumadf/yesl1o8c.vf + RELOC/fonts/vf/public/electrumadf/yesl1o8t.vf + RELOC/fonts/vf/public/electrumadf/yesl8c.vf + RELOC/fonts/vf/public/electrumadf/yesl8t.vf + RELOC/fonts/vf/public/electrumadf/yeslc8t.vf + RELOC/fonts/vf/public/electrumadf/yeslcj8t.vf + RELOC/fonts/vf/public/electrumadf/yeslcjo8t.vf + RELOC/fonts/vf/public/electrumadf/yeslcjow8t.vf + RELOC/fonts/vf/public/electrumadf/yeslcjw8t.vf + RELOC/fonts/vf/public/electrumadf/yeslco8t.vf + RELOC/fonts/vf/public/electrumadf/yeslcow8t.vf + RELOC/fonts/vf/public/electrumadf/yeslcw8t.vf + RELOC/fonts/vf/public/electrumadf/yeslj8c.vf + RELOC/fonts/vf/public/electrumadf/yeslj8t.vf + RELOC/fonts/vf/public/electrumadf/yesljo8c.vf + RELOC/fonts/vf/public/electrumadf/yesljo8t.vf + RELOC/fonts/vf/public/electrumadf/yesljow8t.vf + RELOC/fonts/vf/public/electrumadf/yesljw8t.vf + RELOC/fonts/vf/public/electrumadf/yeslo8c.vf + RELOC/fonts/vf/public/electrumadf/yeslo8t.vf + RELOC/fonts/vf/public/electrumadf/yeslow8t.vf + RELOC/fonts/vf/public/electrumadf/yeslw8t.vf + RELOC/fonts/vf/public/electrumadf/yesr08c.vf + RELOC/fonts/vf/public/electrumadf/yesr08t.vf + RELOC/fonts/vf/public/electrumadf/yesr0o8c.vf + RELOC/fonts/vf/public/electrumadf/yesr0o8t.vf + RELOC/fonts/vf/public/electrumadf/yesr18c.vf + RELOC/fonts/vf/public/electrumadf/yesr18t.vf + RELOC/fonts/vf/public/electrumadf/yesr1o8c.vf + RELOC/fonts/vf/public/electrumadf/yesr1o8t.vf + RELOC/fonts/vf/public/electrumadf/yesr8c.vf + RELOC/fonts/vf/public/electrumadf/yesr8t.vf + RELOC/fonts/vf/public/electrumadf/yesrc8t.vf + RELOC/fonts/vf/public/electrumadf/yesrcj8t.vf + RELOC/fonts/vf/public/electrumadf/yesrcjo8t.vf + RELOC/fonts/vf/public/electrumadf/yesrcjow8t.vf + RELOC/fonts/vf/public/electrumadf/yesrcjw8t.vf + RELOC/fonts/vf/public/electrumadf/yesrco8t.vf + RELOC/fonts/vf/public/electrumadf/yesrcow8t.vf + RELOC/fonts/vf/public/electrumadf/yesrcw8t.vf + RELOC/fonts/vf/public/electrumadf/yesrj8c.vf + RELOC/fonts/vf/public/electrumadf/yesrj8t.vf + RELOC/fonts/vf/public/electrumadf/yesrjo8c.vf + RELOC/fonts/vf/public/electrumadf/yesrjo8t.vf + RELOC/fonts/vf/public/electrumadf/yesrjow8t.vf + RELOC/fonts/vf/public/electrumadf/yesrjw8t.vf + RELOC/fonts/vf/public/electrumadf/yesro8c.vf + RELOC/fonts/vf/public/electrumadf/yesro8t.vf + RELOC/fonts/vf/public/electrumadf/yesrow8t.vf + RELOC/fonts/vf/public/electrumadf/yesrw8t.vf + RELOC/fonts/vf/public/electrumadf/yess08c.vf + RELOC/fonts/vf/public/electrumadf/yess08t.vf + RELOC/fonts/vf/public/electrumadf/yess0o8c.vf + RELOC/fonts/vf/public/electrumadf/yess0o8t.vf + RELOC/fonts/vf/public/electrumadf/yess18c.vf + RELOC/fonts/vf/public/electrumadf/yess18t.vf + RELOC/fonts/vf/public/electrumadf/yess1o8c.vf + RELOC/fonts/vf/public/electrumadf/yess1o8t.vf + RELOC/fonts/vf/public/electrumadf/yess8c.vf + RELOC/fonts/vf/public/electrumadf/yess8t.vf + RELOC/fonts/vf/public/electrumadf/yessc8t.vf + RELOC/fonts/vf/public/electrumadf/yesscj8t.vf + RELOC/fonts/vf/public/electrumadf/yesscjo8t.vf + RELOC/fonts/vf/public/electrumadf/yesscjow8t.vf + RELOC/fonts/vf/public/electrumadf/yesscjw8t.vf + RELOC/fonts/vf/public/electrumadf/yessco8t.vf + RELOC/fonts/vf/public/electrumadf/yesscow8t.vf + RELOC/fonts/vf/public/electrumadf/yesscw8t.vf + RELOC/fonts/vf/public/electrumadf/yessj8c.vf + RELOC/fonts/vf/public/electrumadf/yessj8t.vf + RELOC/fonts/vf/public/electrumadf/yessjo8c.vf + RELOC/fonts/vf/public/electrumadf/yessjo8t.vf + RELOC/fonts/vf/public/electrumadf/yessjow8t.vf + RELOC/fonts/vf/public/electrumadf/yessjw8t.vf + RELOC/fonts/vf/public/electrumadf/yesso8c.vf + RELOC/fonts/vf/public/electrumadf/yesso8t.vf + RELOC/fonts/vf/public/electrumadf/yessow8t.vf + RELOC/fonts/vf/public/electrumadf/yessw8t.vf + RELOC/tex/latex/electrumadf/electrum.sty + RELOC/tex/latex/electrumadf/t1yes.fd + RELOC/tex/latex/electrumadf/t1yes0.fd + RELOC/tex/latex/electrumadf/t1yes1.fd + RELOC/tex/latex/electrumadf/t1yesj.fd + RELOC/tex/latex/electrumadf/t1yesjw.fd + RELOC/tex/latex/electrumadf/t1yesw.fd + RELOC/tex/latex/electrumadf/ts1yes.fd + RELOC/tex/latex/electrumadf/ts1yes0.fd + RELOC/tex/latex/electrumadf/ts1yes1.fd + RELOC/tex/latex/electrumadf/ts1yesj.fd + RELOC/tex/latex/electrumadf/ts1yesjw.fd + RELOC/tex/latex/electrumadf/ts1yesw.fd catalogue-contact-home http://arkandis.tuxfamily.org/tugfonts.htm +catalogue-contact-repository https://codeberg.org/cfr/nfssext catalogue-ctan /fonts/electrumadf -catalogue-license other-free +catalogue-license lppl1.3c gpl2 catalogue-topics font font-type1 -catalogue-version 1.005-b +catalogue-version 1.1 name eledform category Package @@ -113355,7 +114115,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 @@ -113364,18 +114124,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 @@ -113383,7 +114143,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 @@ -114207,6 +114968,46 @@ catalogue-ctan /macros/latex/contrib/envbig catalogue-license lppl catalogue-topics letter +name enverb +category Package +revision 72137 +shortdesc Read an environment verbatim +relocated 1 +longdesc This package allows you to collect the contents of an +longdesc environment verbatim, and provides that inside the macro +longdesc \enverbBody. What you then do with that content is up to you. +longdesc It also allows you to place arbitrary content at the start and +longdesc end of each line (which doesn't have to be verbatim). The two +longdesc convenience macros \enverbExecute and \enverbListings can be +longdesc used to typeset the contents and wrap the contents inside +longdesc another verbatim environment, respectively. +containersize 3604 +containerchecksum 412992824c9caad9314b9db0cf6c32aa0ed58da017fb5724557c52e05bd47ed3b8b4f93f95442d96033692ce04fbf5267ea3c9818b4e077c870fa9f80982f74e +doccontainersize 346460 +doccontainerchecksum c3f7d4270612ef79cbd9dfbb080a7bcda120fd93193dcd3462d446520cd484af1728eedf3d5f34a55b1dfdfe145bd7183726929ed146ef709fbabc182796c509 +docfiles size=96 + RELOC/doc/latex/enverb/README.md details="Readme" + RELOC/doc/latex/enverb/doc-enverb.tex + RELOC/doc/latex/enverb/doc-examples.tex + RELOC/doc/latex/enverb/doc-keys.tex + RELOC/doc/latex/enverb/doc-using-contents.tex + RELOC/doc/latex/enverb/enverb-doc.pdf details="Package documentation" + RELOC/doc/latex/enverb/enverb-doc.tex + RELOC/doc/latex/enverb/preamble-examples.tex + RELOC/doc/latex/enverb/preamble-logo.tex +srccontainersize 6764 +srccontainerchecksum b75635aae25977b5b4f9331df4e9abb4ce1fa2735a12e874129e66ce08cfe2ad1b8ca5cbafd49eb1db1d1447b4d0e5c9018ec32438ac171700774b5815f96195 +srcfiles size=7 + RELOC/source/latex/enverb/enverb.dtx +runfiles size=3 + RELOC/tex/latex/enverb/enverb.sty +catalogue-contact-bugs https://gitlab.com/islandoftex/texmf/enverb/-/issues +catalogue-contact-repository https://gitlab.com/islandoftex/texmf/enverb +catalogue-ctan /macros/latex/contrib/enverb +catalogue-license lppl1.3c +catalogue-topics verbatim macro-demo macro-supp +catalogue-version 1.0 + name environ category Package revision 56615 @@ -117106,7 +117907,7 @@ catalogue-version 1.97 name esami category Package -revision 71732 +revision 71883 shortdesc Typeset exams with scrambled questions and answers relocated 1 longdesc The package enables the user to typeset exams with multiple @@ -117117,10 +117918,10 @@ 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 21212 -containerchecksum a52ef5869a3c2439271128a24d485fe7c927db00a875f5ef11e35befccb83f3691e605a936397e57068ce53a4cb1529c2aa7d44cee4d66d171a85c11f2c0de84 +containersize 21216 +containerchecksum 44a40765ea34c4f492e9025076cc5e201647f624faafc43498b70079aafbe1393127dbe40b8e74b86be8462b9e8194f51ebfce6bd57e33e3364471c0be61c843 doccontainersize 1465868 -doccontainerchecksum 76a01437b096080c3d475bc5848e6bad8fe8db47cd320956a2ece031174b4f384eaad7c7e6ad3ce145a7c9bfb80739d53170ac732bb55bb0585094b7fd9079be +doccontainerchecksum c7928365d261521e965967e8beadf312c9a3756ab1cfea54262583bf28f1e1e424813d738da4c1b0fef6b3d8ea28f1081edd47c0f6b737a6bf7cfaa11c12163f docfiles size=477 RELOC/doc/latex/esami/README details="Readme" RELOC/doc/latex/esami/VERSION @@ -117174,7 +117975,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 @@ -119690,6 +120491,78 @@ catalogue-license bsd catalogue-topics font font-specialist font-mf catalogue-version 3.0b +name euromoney +category Package +revision 72221 +shortdesc Vectorial coins and banknotes in euro, with stacking option +relocated 1 +longdesc With this package you can insert vectorial coins and banknotes +longdesc in euro, with stacking option. Three designs are available: +longdesc full color, simple color, and simple B&W. The PDF files were +longdesc obtained by converting svg files found at openclipart (CC0 1.0 +longdesc UNIVERSAL), by user frankes. +containersize 2377252 +containerchecksum 229340cb9930ce2d442044350a2dfd58bdb04b9a588e7619cf3ffb13f1af49de81a10e0f9d169e6cf54ef38adea549d72a189c1111a2e6baf9629f2e3ce5e933 +doccontainersize 2158732 +doccontainerchecksum 7ff2953ea735ecb139772d2026f6ad3c8460cdb6f73ca0b19c8d1dfb4ecef0e9e5d2b9c4df2d584382c2028381dc016418b1b5cfefc21a97bc9cb40ca215a3d7 +docfiles size=594 + RELOC/doc/latex/euromoney/README.md details="Readme" + RELOC/doc/latex/euromoney/euromoney-doc.pdf details="Package documentation" + RELOC/doc/latex/euromoney/euromoney-doc.tex +runfiles size=825 + RELOC/tex/latex/euromoney/euromoney-100euro.pdf + RELOC/tex/latex/euromoney/euromoney-100eurosimple.pdf + RELOC/tex/latex/euromoney/euromoney-100eurosimplebw.pdf + RELOC/tex/latex/euromoney/euromoney-10cent.pdf + RELOC/tex/latex/euromoney/euromoney-10centsimple.pdf + RELOC/tex/latex/euromoney/euromoney-10centsimplebw.pdf + RELOC/tex/latex/euromoney/euromoney-10euro.pdf + RELOC/tex/latex/euromoney/euromoney-10eurosimple.pdf + RELOC/tex/latex/euromoney/euromoney-10eurosimplebw.pdf + RELOC/tex/latex/euromoney/euromoney-1cent.pdf + RELOC/tex/latex/euromoney/euromoney-1centsimple.pdf + RELOC/tex/latex/euromoney/euromoney-1centsimplebw.pdf + RELOC/tex/latex/euromoney/euromoney-1euro.pdf + RELOC/tex/latex/euromoney/euromoney-1eurosimple.pdf + RELOC/tex/latex/euromoney/euromoney-1eurosimplebw.pdf + RELOC/tex/latex/euromoney/euromoney-200euro.pdf + RELOC/tex/latex/euromoney/euromoney-200eurosimple.pdf + RELOC/tex/latex/euromoney/euromoney-200eurosimplebw.pdf + RELOC/tex/latex/euromoney/euromoney-20cent.pdf + RELOC/tex/latex/euromoney/euromoney-20centsimple.pdf + RELOC/tex/latex/euromoney/euromoney-20centsimplebw.pdf + RELOC/tex/latex/euromoney/euromoney-20euro.pdf + RELOC/tex/latex/euromoney/euromoney-20eurosimple.pdf + RELOC/tex/latex/euromoney/euromoney-20eurosimplebw.pdf + RELOC/tex/latex/euromoney/euromoney-2cent.pdf + RELOC/tex/latex/euromoney/euromoney-2centsimple.pdf + RELOC/tex/latex/euromoney/euromoney-2centsimplebw.pdf + RELOC/tex/latex/euromoney/euromoney-2euro.pdf + RELOC/tex/latex/euromoney/euromoney-2eurosimple.pdf + RELOC/tex/latex/euromoney/euromoney-2eurosimplebw.pdf + RELOC/tex/latex/euromoney/euromoney-500euro.pdf + RELOC/tex/latex/euromoney/euromoney-500eurosimple.pdf + RELOC/tex/latex/euromoney/euromoney-500eurosimplebw.pdf + RELOC/tex/latex/euromoney/euromoney-50cent.pdf + RELOC/tex/latex/euromoney/euromoney-50centsimple.pdf + RELOC/tex/latex/euromoney/euromoney-50centsimplebw.pdf + RELOC/tex/latex/euromoney/euromoney-50euro.pdf + RELOC/tex/latex/euromoney/euromoney-50eurosimple.pdf + RELOC/tex/latex/euromoney/euromoney-50eurosimplebw.pdf + RELOC/tex/latex/euromoney/euromoney-5cent.pdf + RELOC/tex/latex/euromoney/euromoney-5centsimple.pdf + RELOC/tex/latex/euromoney/euromoney-5centsimplebw.pdf + RELOC/tex/latex/euromoney/euromoney-5euro.pdf + RELOC/tex/latex/euromoney/euromoney-5eurosimple.pdf + RELOC/tex/latex/euromoney/euromoney-5eurosimplebw.pdf + RELOC/tex/latex/euromoney/euromoney.sty +catalogue-contact-bugs https://github.com/cpierquet/euromoney/issues +catalogue-contact-repository https://github.com/cpierquet/euromoney +catalogue-ctan /macros/latex/contrib/euromoney +catalogue-license lppl1.3c pd +catalogue-topics graphics-use pgf-tikz logo +catalogue-version 0.1.1 + name europasscv category Package revision 56829 @@ -120876,7 +121749,7 @@ catalogue-version 2.7 name exframe category Package -revision 53911 +revision 72595 shortdesc Framework for exercise problems relocated 1 longdesc This LaTeX2e package provides a general purpose framework to @@ -120887,11 +121760,11 @@ longdesc problems on exercise sheets, to store and use metadata, and to longdesc implement a consistent numbering. It also provides a very longdesc flexible interface for configuring and customising the longdesc formatting, layout, and representation of the exercise content. -containersize 10848 -containerchecksum 426128ad41db65598a47e0baf0e019b6592c996b10442edddd624d86524116df4e0fd01411c3ac2f4153ab1af6f3a960680a085a556f07a90ff2b326bfbc26b2 -doccontainersize 401556 -doccontainerchecksum c8f9913899a52815ddf7d96f033db62e248a92ddfbafea2091a93b55fd1bdcb01734177c7e234ac2de51383eea7e21afaf77164ce496c7858f95d63800461007 -docfiles size=115 +containersize 11308 +containerchecksum 371745dde9802a0d7f691fbb831622f1642ab24c7299af713c620a6f242c599b74a58a1b9390d3db800c534a30a0b13149c786033704eba4d082ebd82f250c1c +doccontainersize 444324 +doccontainerchecksum c69095584d16b222e6ee28e9a094c5e84cf7d8182bb32265ef6de642ec9de9f954c870085bd69c3093ce697a5bdb44600d0396fb05e6939093faa2f732d3cb7b +docfiles size=128 RELOC/doc/latex/exframe/README.txt details="Readme" RELOC/doc/latex/exframe/exframe.pdf details="Package documentation" RELOC/doc/latex/exframe/exfsamp.tex @@ -120904,17 +121777,17 @@ docfiles size=115 RELOC/doc/latex/exframe/exfsermk.sh RELOC/doc/latex/exframe/exfserpe.tex RELOC/doc/latex/exframe/exfserpf.tex -srccontainersize 43532 -srccontainerchecksum 1a42fbe43846bf5e3a87b43b4e855a0f7b198aad0f0aa311a4e7c3632b4d45ef338f107484190461fa15dbfa8a52dc7fbbcf95ac00cde18281b2d58e931df060 -srcfiles size=57 +srccontainersize 47588 +srccontainerchecksum e9f84fbb54aac453107c0ebb6367a043488bb064a49f4eeec2144c8547b5303d2a8d7be77d7cc48949eaa81a42024312290e11b574ed50b8f513a39991349ac1 +srcfiles size=63 RELOC/source/latex/exframe/exframe.dtx RELOC/source/latex/exframe/exframe.ins -runfiles size=16 +runfiles size=17 RELOC/tex/latex/exframe/exframe.sty catalogue-ctan /macros/latex/contrib/exframe catalogue-license lppl1.3 catalogue-topics exam exercise -catalogue-version 3.4 +catalogue-version 3.5 name exp-testopt category Package @@ -121522,6 +122395,32 @@ catalogue-license lppl catalogue-topics book-pub class catalogue-version 1.4a +name ezedits +category Package +revision 72273 +shortdesc Commands for tracking document changes and notes +relocated 1 +longdesc This is a package built for collaboratively editing LaTeX +longdesc documents and tracking changes. Through highly customizable +longdesc commands, the user can choose how their and their +longdesc collaborators' modifications appear in the document. Additional +longdesc tools are provided to help keep track of where the edits are +longdesc made within the pdf. +containersize 2808 +containerchecksum 33a5c5d068a0715d6209a9e3a5e293d290e54c9fccf6ddc7dad1b53fa4cb79d3d0fdf45f5afba13d92d9dac1ab7e7358c275aeb175886b255eeb05d5c5b87a9b +doccontainersize 142156 +doccontainerchecksum 88c553a2733c461d23ecd6dfae33c73d1628500231a9309bde40135b15be69876a6d4c4e385cf3d5e220b631fefc3ceb4bd95a693ed5aef08879d38fe381550f +docfiles size=38 + RELOC/doc/latex/ezedits/README.md details="Readme" + RELOC/doc/latex/ezedits/ezedits_docs.pdf details="Package documentation" + RELOC/doc/latex/ezedits/ezedits_docs.tex +runfiles size=2 + RELOC/tex/latex/ezedits/ezedits.sty +catalogue-ctan /macros/latex/contrib/ezedits +catalogue-license lppl1.3c +catalogue-topics editorial notes +catalogue-version 1.0 + name facsimile category Package revision 21328 @@ -121962,22 +122861,22 @@ catalogue-topics class presentation name fancyhdr category Package -revision 71834 +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 1f4eff88d7be2ab7392bad9374d2420abaf169bfa5cd8b42ccb5a3a0c81899ead0da0da8f1b2024932b981ad0f778703ca9040d9eca3a7ec3130cde7476e8558 -doccontainersize 854860 -doccontainerchecksum 5ca63305b2caa7db59f81abf9454979b35bcdd0fd03c73a74b80cb9206b928e88a1dfd39efc4fd711c0db25a95049ffdc928e4bcb32ad39a7549a72fa5b7b2da -docfiles size=216 +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 48948 -srccontainerchecksum 7e209d8746bd268d379e7ed910e10a5d2adac9c9209f2f372c9e097eb344ec5ee0f82465ed963529c73ad8248874fcf07119616426c7b5150eba6ba6a8360015 +srccontainersize 49032 +srccontainerchecksum 964e476c476333880bf4ce8515c97eb3422b666e2c421bade8004db74327c6bb8ac34efbbc3d5ca31b32b6f545fd5c07984bfda35bf7573683a9ec4f25fa4c69 srcfiles size=52 RELOC/source/latex/fancyhdr/fancyhdr.dtx RELOC/source/latex/fancyhdr/fancyhdr.ins @@ -121991,7 +122890,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.3 +catalogue-version 4.3.1 name fancyhdr-it category Package @@ -122106,27 +123005,27 @@ catalogue-version 1.3 name fancyqr category Package -revision 70935 +revision 72472 shortdesc Fancy QR-Codes with TikZ relocated 1 longdesc A simple package to create fancy QR-codes with the help of the longdesc qrcode package. -containersize 4736 -containerchecksum 18f89fc5f164d86b8950418657f7e08c9d1a99a148223f94d3d90f9c022d2969e58c33e52d36c2bc556769bbdde811eeaf93134da90a5f8af1cf47faafe9f97c -doccontainersize 247640 -doccontainerchecksum c12db2d2eb90e2c871fb71055e64a02e68818618fe9ef818bf1928896b2eaa58b383c5cf2b0f39e2416935e3d4a7334c1cbeda9fb880c9e45c2e4c558df50886 -docfiles size=65 +containersize 4748 +containerchecksum 39f5605eb25941c22b48266bc659768a183bb8ff6415f0ec5a61d1d9d032c93f18849db9e552e10df7349a8b6c7251c1aeb5f4d60e68576499736811eee85059 +doccontainersize 262184 +doccontainerchecksum 7330ee3ddda81046d5aced07397a8edb12bcb4ae5d4d79aed90b2b33a1adefa6448dac7f8472f0ed020c754d562f5b9176db48d524db86f207b6b238f8c5823d +docfiles size=71 RELOC/doc/latex/fancyqr/README.md details="Readme" RELOC/doc/latex/fancyqr/fancyqr-doc.pdf details="Package documentation" RELOC/doc/latex/fancyqr/fancyqr-doc.tex RELOC/doc/latex/fancyqr/qr-example.tex -runfiles size=10 + RELOC/doc/latex/fancyqr/qr-minimal.tex +runfiles size=9 RELOC/tex/latex/fancyqr/fancyqr-style-blobs.code RELOC/tex/latex/fancyqr/fancyqr-style-dots.code RELOC/tex/latex/fancyqr/fancyqr-style-flat.code RELOC/tex/latex/fancyqr/fancyqr-style-frame.code RELOC/tex/latex/fancyqr/fancyqr-style-glitch.code - RELOC/tex/latex/fancyqr/fancyqr-style-swift.code RELOC/tex/latex/fancyqr/fancyqr.sty catalogue-also qrcode catalogue-contact-announce https://github.com/EagleoutIce/fancyqr/releases @@ -122137,7 +123036,7 @@ catalogue-contact-repository https://github.com/EagleoutIce/fancyqr catalogue-ctan /graphics/pgf/contrib/fancyqr catalogue-license gpl3 catalogue-topics qrcode pgf-tikz -catalogue-version 2.0 +catalogue-version 2.1 name fancyref category Package @@ -122391,6 +123290,64 @@ catalogue-ctan /help/LaTeX-FAQ-francaise catalogue-license cc-by-sa-4 catalogue-topics faq french-doc +name faq-fr-gutenberg +category Package +revision 72499 +shortdesc Sources of the GUTenberg French LaTeX FAQ and PDF files +relocated 1 +longdesc # French-speaking GUTenberg LaTeX FAQ -- Frequently Asked +longdesc Questions (French version below) This package contains the +longdesc sources of the GUTenberg French LaTeX FAQ (French (La)TeX users +longdesc group), currently maintained as an Git repository open to all: +longdesc https://gitlab.gutenberg-asso.fr If you'd like to read the FAQ, +longdesc please visit the URL above. This package also contains two PDF +longdesc versions of this FAQ: faqlatexgutenberg.pdf with code verbatim +longdesc in clear mode faqlatexgutenberg_sombre.pdf with code verbatim +longdesc in dark mode ## Participate You can also open an account on the +longdesc association's Gitlab forge: https://gitlab.gutenberg-asso.fr +longdesc and ask to join the repository +longdesc https://gitlab.gutenberg-asso.fr/gutenberg/faq-gut All +longdesc contributions are welcome: corrections of small errors, +longdesc updating answers to questions, or adding new questions! These +longdesc files are made available on CTAN only to encourage reuse of +longdesc this content, and to preserve a permanent copy. ## Contact us +longdesc For questions and comments: faq@gutenberg-asso.fr ## Version +longdesc 2024-10-07 # FAQ LaTeX francophone GUTenberg -- Foire aux +longdesc Questions Ce package contient les sources de la FAQ LaTeX +longdesc francophone GUTenberg (groupe des utilisateurs francophones de +longdesc (La)TeX), actuellement maintenue a jour sous forme d'un depot +longdesc Git ouvert a tous: https://gitlab.gutenberg-asso.fr Si vous +longdesc souhaitez lire la FAQ, nous vous conseillons de consulter l'URL +longdesc ci-dessus. Ce package contient aussi deux versions PDF de cette +longdesc FAQ: faqlatexgutenberg.pdf avec verbatim des codes en mode +longdesc clair faqlatexgutenberg_sombre.pdf avec verbatim des codes en +longdesc mode sombre ## Participer Vous pouvez egalement ouvrir un +longdesc compte sur la forge Gitlab de l'association GUTenberg: +longdesc https://gitlab.gutenberg-asso.fr et demander a rejoindre le +longdesc depot: https://gitlab.gutenberg-asso.fr/gutenberg/faq-gut +longdesc Toutes les contributions sont les bienvenues: corrections des +longdesc petites erreurs, mises a jour des reponses aux questions, ou +longdesc ajout de nouvelles questions ! Ces fichiers ne sont mis a +longdesc disposition sur le CTAN que pour encourager la reutilisation de +longdesc ce contenu, et pour en conserver une copie perenne. ## Nous +longdesc contacter Pour toutes questions et remarques: +longdesc faq@gutenberg-asso.fr +containersize 1348 +containerchecksum fe3dfe57f3ee8e1aa3820c1ff27ffd6430a29097df5d3002b2fd0a814013287589f4b69f2052f0a925ce37be73824bd46a7021082af35b1f5e0709ae9429a795 +doccontainersize 47152740 +doccontainerchecksum 878c6c2f278050844534105de0dea4b942468c017929720fe0a6e51b53a2287396f4e39665400f69a03cd40c676588799994fc218b68d2338f28d1c391f6a6ca +docfiles size=15494 + RELOC/doc/latex/faq-fr-gutenberg/LICENSE + RELOC/doc/latex/faq-fr-gutenberg/README.md details="Readme" + RELOC/doc/latex/faq-fr-gutenberg/faq-gut-main.tar.gz + RELOC/doc/latex/faq-fr-gutenberg/pdf/faqlatexgutenberg.pdf details="Package documentation" + RELOC/doc/latex/faq-fr-gutenberg/pdf/faqlatexgutenberg_sombre.pdf +catalogue-contact-home https://faq.gutenberg-asso.fr +catalogue-contact-repository https://gitlab.gutenberg-asso.fr/gutenberg/faq-gut +catalogue-ctan /help/faq-fr-gutenberg +catalogue-license cc-by-sa-4 +catalogue-topics faq french-doc + name fascicules category Package revision 54080 @@ -126520,6 +127477,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 @@ -130615,7 +131608,7 @@ catalogue-topics graphics-inline name fmtcount category Package -revision 53912 +revision 72583 shortdesc Display the value of a LaTeX counter in a variety of formats relocated 1 longdesc The package provides commands that display the value of a LaTeX @@ -130627,27 +131620,28 @@ longdesc Swiss variants), German, Italian, Portuguese and Spanish longdesc documents are provided. This package was originally provided as longdesc part of the author's datetime package, but is now distributed longdesc separately. -containersize 26612 -containerchecksum ec5e10be2b93adbfa0e1ac710c7df37457e8d14dc5c7fe1cd13e062f136c63bd20a3e42d57c237fb4ae5c1be936e1d821d0a6568ca0c22b41948660f0848da43 -doccontainersize 400372 -doccontainerchecksum fa0955c7d08dca99d3323b9cf364edd8b4b305723a3fd3ae38687c6473ea2af3593c47384a61feff0071199b909e1424d422eed3864866b28c7d27b1f42c3994 -docfiles size=143 +containersize 28184 +containerchecksum 7d12b3d818f8ae1928c6193c10202a1ac9a7272656f6a77b6cb7a2bf4cbb0393c8cb8e43083331c91efd07b5ec8ae6e16dd8b833845b5b49a0fd8beac722c028 +doccontainersize 623204 +doccontainerchecksum 29dae72e495896184e1c0b4365272bd310d91e8a4167edbc6e53e52388286468201a65c9fbb05caf7eca170b3a0c87950a398066f9a9a3511c5e957cea47fc81 +docfiles size=159 RELOC/doc/latex/fmtcount/CHANGES RELOC/doc/latex/fmtcount/README details="Package README" RELOC/doc/latex/fmtcount/fc-lang.tex RELOC/doc/latex/fmtcount/fmtcount.pdf details="Package documentation" -srccontainersize 48732 -srccontainerchecksum 1325ecfee60e7b602e5ca2fffa2b95a4ad11d04b5e986413af57da19cb75e2a268356f33ad64355511d526ed144e14e2abab4b84e5ec5e4faae122eff9914104 -srcfiles size=80 +srccontainersize 49824 +srccontainerchecksum f02a381f7a86ebe5d65c6e9696f6dba979a5c7e8aa42bc47188c3df1db56a7ece77c8061a193597373a56b3164d312d85905806b94050272d4497f33b72ecebe +srcfiles size=83 RELOC/source/latex/fmtcount/fmtcount.dtx RELOC/source/latex/fmtcount/fmtcount.ins -runfiles size=71 +runfiles size=77 RELOC/scripts/fmtcount/fmtcount.perl RELOC/tex/latex/fmtcount/fc-UKenglish.def RELOC/tex/latex/fmtcount/fc-USenglish.def RELOC/tex/latex/fmtcount/fc-american.def RELOC/tex/latex/fmtcount/fc-brazilian.def RELOC/tex/latex/fmtcount/fc-british.def + RELOC/tex/latex/fmtcount/fc-dutch.def RELOC/tex/latex/fmtcount/fc-english.def RELOC/tex/latex/fmtcount/fc-francais.def RELOC/tex/latex/fmtcount/fc-french.def @@ -130663,12 +131657,12 @@ runfiles size=71 RELOC/tex/latex/fmtcount/fcnumparser.sty RELOC/tex/latex/fmtcount/fcprefix.sty RELOC/tex/latex/fmtcount/fmtcount.sty -catalogue-contact-bugs https://github.com/nlct/fmtcount/issues -catalogue-contact-repository https://github.com/nlct/fmtcount +catalogue-contact-bugs https://github.com/Xerdi/fmtcount/issues +catalogue-contact-repository https://github.com/Xerdi/fmtcount catalogue-ctan /macros/latex/contrib/fmtcount catalogue-license lppl1.3 catalogue-topics numbers -catalogue-version 3.07 +catalogue-version 3.09 name fn2end category Package @@ -132686,46 +133680,99 @@ catalogue-version 0.7.3 name fontscale category Package -revision 71281 +revision 72614 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 6888 +containerchecksum 145ea0181235bc9a5431a7f73460f9b5b53d6e5b6121d8fd9fb1acfff026a30afa30ad7df9a4f5d468000c05c464be80c074e7f8a3e60da6937ac40f2ee0cec6 +doccontainersize 113912 +doccontainerchecksum b6e93de342a92e01f54ae4aa082b6933ba0681d065a844bd169d918587c74bff68851b75a768d289a4ea1d415be33c6fc8b4ee78541b298e2f4cee9451803acb +docfiles size=41 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 -runfiles size=12 + 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=11 RELOC/tex/latex/fontscale/fontscale.sty catalogue-also fix-cm scrartcl 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 3.0.1 + +name fontscripts +category Package +revision 72672 +shortdesc Font encodings, metrics and Lua script fragments for font creation +relocated 1 +longdesc The package provides variant font encodings, support metrics +longdesc and Lua script fragments to automate the creation of TeX/LaTeXe +longdesc font files for 8-bit engines using l3build. A template-based +longdesc system enables the automatic generation of font tables and +longdesc l3build tests. +containersize 556 +containerchecksum 117dca56fcfff110158ef4f7402cb9865827760d00810b8b7dc74ca690a2a42a28bccc89600cd2ac4502ae83f9fba8abfcf3a5ff5fce0d2c22a2e36161f6c7a3 +doccontainersize 1610508 +doccontainerchecksum 95421663eb7565a4113f4740fc5a342857d9cb1212dfa65592fc1d5b8ce0674eb4fc2d9dc7b8e9b16ba13ec1b4317089004ff73790cb568df61f960c74d3adeb +docfiles size=430 + RELOC/doc/fonts/fontscripts/README.md details="Readme" + RELOC/doc/fonts/fontscripts/fontscripts.pdf details="Package documentation" + RELOC/doc/fonts/fontscripts/manifest.txt +srccontainersize 31268 +srccontainerchecksum 756ae518c7bfa559c7f50e547f0ffbbb74067f1d64923de5984761c070e9e16a9ba79fe6d34b9f3c9af3d40a03d18e09b58518f666be2c3dd9e8a0054a1ac7df +srcfiles size=173 + RELOC/source/fonts/fontscripts/dotoldstyle.etx + RELOC/source/fonts/fontscripts/dotsc2.etx + RELOC/source/fonts/fontscripts/dotscbuild.mtx + RELOC/source/fonts/fontscripts/dotscmisc.mtx + RELOC/source/fonts/fontscripts/dottaboldstyle.etx + RELOC/source/fonts/fontscripts/fnt-ctan.lua + RELOC/source/fonts/fontscripts/fnt-tables.tex + RELOC/source/fonts/fontscripts/fontinst.lua + RELOC/source/fonts/fontscripts/fontscripts.dtx + RELOC/source/fonts/fontscripts/fontscripts.ins + RELOC/source/fonts/fontscripts/lining.etx + RELOC/source/fonts/fontscripts/newlatin-dotsc.mtx + RELOC/source/fonts/fontscripts/oldstyle.etx + RELOC/source/fonts/fontscripts/t1-cfr.etx + RELOC/source/fonts/fontscripts/t1-dotalt-f_f.etx + RELOC/source/fonts/fontscripts/t1-dotinf.etx + RELOC/source/fonts/fontscripts/t1-dotinferior.etx + RELOC/source/fonts/fontscripts/t1-dotsup.etx + RELOC/source/fonts/fontscripts/t1-dotsuperior.etx + RELOC/source/fonts/fontscripts/t1-f_f.etx + RELOC/source/fonts/fontscripts/t1j-f_f.etx + RELOC/source/fonts/fontscripts/tag.lua + RELOC/source/fonts/fontscripts/ts1-dotinf.etx + RELOC/source/fonts/fontscripts/ts1-dotsup.etx + RELOC/source/fonts/fontscripts/ts1-euro.etx + RELOC/source/fonts/fontscripts/ucdotalt.etx +catalogue-contact-repository https://codeberg.org/cfr/nfssext +catalogue-ctan /fonts/utilities/fontscripts +catalogue-license lppl1.3c +catalogue-topics font-cvt package-devel font-cvt +catalogue-version 0.1 name fontsetup category Package -revision 70134 +revision 72261 shortdesc A front-end to fontspec, for selected fonts with math support relocated 1 longdesc This package facilitates the use of fontspec for users who do longdesc not wish to bother with details, with a special focus on longdesc quality fonts supporting Mathematics. -containersize 8068 -containerchecksum 108c67a4f698fb4c30648f63cec69be832a27725e181100a72fd8aeaf2e91f839e827fe92b402e8fe5d6ddbae6541d00f57806def0a5a8a8e62e2839408aa159 -doccontainersize 598444 -doccontainerchecksum f04b777913d8dbf9db27e2d0ebfd2fcb8ee5769652bb16d338cffa4bcc2fee79ea935492db6194c3d07ecbe4eba5de8044c7dedfdd9388388ced006e0fd9c8c4 -docfiles size=290 +containersize 8276 +containerchecksum ee45ab3a6c99aa1cbffe35e5a3042a67753e0571c9421ef30b405997978e0415f613856324a68328b4dbc591242a7f117ee7b0c02431f30dd42b1be7f6841e0f +doccontainersize 611784 +doccontainerchecksum 3d7ea26d54311bdc73af337bbb2995221334766a2956d3b4952eb730f9f82ebbf7fdf16cb1e388672fee3185d81733114211bd0a5edb4692942eaeee8928387b +docfiles size=304 RELOC/doc/latex/fontsetup/README details="Readme" RELOC/doc/latex/fontsetup/fontsetup-doc.pdf details="Package documentation" RELOC/doc/latex/fontsetup/fontsetup-doc.tex @@ -132746,6 +133793,8 @@ docfiles size=290 RELOC/doc/latex/fontsetup/fspsample-stixtwo.pdf RELOC/doc/latex/fontsetup/fspsample-talos.pdf RELOC/doc/latex/fontsetup/fspsample-times.pdf + RELOC/doc/latex/fontsetup/fspsample-withsans.pdf + RELOC/doc/latex/fontsetup/fspsample-withsans.tex RELOC/doc/latex/fontsetup/fspsample-xcharter.pdf RELOC/doc/latex/fontsetup/fspsample.pdf RELOC/doc/latex/fontsetup/fspsample.tex @@ -132778,7 +133827,7 @@ catalogue-also fontsetup-nonfree catalogue-ctan /macros/unicodetex/latex/fontsetup catalogue-license gpl3 catalogue-topics font-sel font-supp xetex luatex maths -catalogue-version 2.1.1 +catalogue-version 2.2.1 name fontsize category Package @@ -133947,7 +134996,7 @@ catalogue-version 2.00 name fourier category Package -revision 61937 +revision 72243 shortdesc Using Utopia fonts in LaTeX documents relocated 1 longdesc Fourier-GUTenberg is a LaTeX typesetting system which uses @@ -133958,20 +135007,20 @@ longdesc and several other symbols. The system is absolutely longdesc stand-alone: apart from Utopia and Fourier, no other typefaces longdesc are required. The fourier fonts will also work with Adobe longdesc Utopia Expert fonts, which are only available for purchase. -longdesc Utopia is a registered trademark of Adobe Systems Incorporated +longdesc Utopia is a registered trademark of Adobe Systems Incorporated. execute addMap fourier-utopia-expert.map execute addMap fourier.map -containersize 261356 -containerchecksum 127699baefe3be6cf18d50da60d162ad0daa8794797b2200d91d11f290de4f209f2d6097283e9340fb49f20810bac7fb376e014e419994444a6611718670c301 -doccontainersize 350016 -doccontainerchecksum 7f6ac2665a52e2bf4fd4769629e00ac2192c68628784e3bb9bc5cf4f9f4c99e8e46485344e7a1019182be0af086e2b5b0ed557650b1d02ed8a9f6e2dd075d59e -docfiles size=98 +containersize 274932 +containerchecksum 0002ec5f93658e1e7d44c61595be3ee49ea278d556c4333ee999117299668a367b9259143e800efa60f759a90a2e83539cbf461bb96e4fe8c4b4ca12fe51cbb1 +doccontainersize 302112 +doccontainerchecksum 2c1ccc9bcbb92287aa431aa803e3fa91bf9838bc82692bc264bc71669f7fa948662c020c03f8b9f31496263df293cd0953d1a0be05cf44d24f7c6185b5372f54 +docfiles size=82 RELOC/doc/fonts/fourier/README details="Readme" RELOC/doc/fonts/fourier/fourier-doc-en.pdf details="Package documentation" RELOC/doc/fonts/fourier/fourier-doc-en.tex RELOC/doc/fonts/fourier/fourier-orns-doc.pdf details="The Fourier ornaments" RELOC/doc/fonts/fourier/fourier-orns-doc.tex -runfiles size=453 +runfiles size=457 RELOC/fonts/afm/public/fourier/fourier-alt-black.afm RELOC/fonts/afm/public/fourier/fourier-alt-bold.afm RELOC/fonts/afm/public/fourier/fourier-alt-boldita.afm @@ -134236,8 +135285,8 @@ runfiles size=453 catalogue-also utopia catalogue-ctan /fonts/fourier-GUT catalogue-license lppl -catalogue-topics font font-maths font-type1 -catalogue-version 2.3 +catalogue-topics font font-maths font-otf font-type1 font-supp +catalogue-version 2.4 name fouriernc category Package @@ -134654,6 +135703,33 @@ catalogue-license other-free catalogue-topics boxing box-breaking decoration catalogue-version 0.96 +name framedsyntax +category Package +revision 72199 +shortdesc Typeset the syntax of commands and environments within coloured boxes +relocated 1 +longdesc When creating new packages or user guides, it is necessary to +longdesc describe their syntax. This package helps by creating coloured +longdesc frames with rounded corners, with a colured background +longdesc containing the coloured syntax text. +containersize 3476 +containerchecksum 3fdc0ab107fc3a603b6607d37eecd1dcebbbf03896e405af7bd46b062912f60bb8287857b20acb7e0904d76c7d431e2609b87fe93297d5e26f22ad70f0f89230 +doccontainersize 452128 +doccontainerchecksum 1f62bf0c4ee67a92360f77ee1f34bb33e8fb5c11378097f943fd6b5a727c4c1f1fc55783141d5eb96e4d40681c0d8c4d538d951da3b21c7ffd3494ba7292e0c4 +docfiles size=114 + RELOC/doc/latex/framedsyntax/FramedSyntax.pdf details="Package documentation" + RELOC/doc/latex/framedsyntax/README.txt details="Readme" +srccontainersize 10568 +srccontainerchecksum 35e8e726d8852b8f2c502f7f6941619cf635a2919d2a8a5bb56e41fcce3abbc2dcfca5a4801d6769addcba807871e1c9e5ac3be43a532d29525771c9a34374c6 +srcfiles size=9 + RELOC/source/latex/framedsyntax/FramedSyntax.dtx +runfiles size=3 + RELOC/tex/latex/framedsyntax/FramedSyntax.sty +catalogue-ctan /macros/latex/contrib/framedsyntax +catalogue-license lppl1.3c +catalogue-topics boxing colour verbatim listing +catalogue-version 0.2.8 + name francais-bst category Package revision 69854 @@ -135481,34 +136557,34 @@ catalogue-version 1.2 name fvextra category Package -revision 71282 +revision 72282 shortdesc Extensions and patches for fancyvrb relocated 1 -longdesc fvextra provides several extensions to fancyvrb, including +longdesc This package provides several extensions to fancyvrb, including longdesc automatic line breaking and improved math mode. It also patches longdesc some fancyvrb internals. Parts of fvextra were originally longdesc developed as part of pythontex and minted. depend fancyvrb -containersize 13820 -containerchecksum e50a98062d3cca03dd9c075ec42573cc448131cf80778584d0baeeca2f428b84770944c58f0e79bbe81e914a3b45c1a44bca276f20619b212faf81842402089e -doccontainersize 876892 -doccontainerchecksum bedd169543f5dec34126609c4cc398d40220dc4c0d1a0e6f8dfc5c57b0d5ab08d8c5afba414b277a05cd43f8f9ecb314f8696d794fd421cde6f3b4fde19bcda9 -docfiles size=223 +containersize 14924 +containerchecksum 22cb602608bb0b7f972ae7f9aa7e0f43f7595f9780d0cd811aaf14de6f9872f6da4e9cf5130da499d8e1b283e6e5140bf12ae1cce308d9e70f8fb7790a44f913 +doccontainersize 897524 +doccontainerchecksum a02f7aeacd0a247e3be625b06a0483853536e116097a05a1a3b5b074523b78444569e8e1205766d82835ce528799a0c25cd433ca72d63125477030de3fc1a8fe +docfiles size=228 RELOC/doc/latex/fvextra/CHANGELOG.md RELOC/doc/latex/fvextra/README details="Readme" RELOC/doc/latex/fvextra/fvextra.pdf details="Package documentation" -srccontainersize 57972 -srccontainerchecksum 8ef9db8cf2c8961347c6a4a7a167b4be641a4109729b7b103a8ace0c795c901eb2a574dd96e40b9e0943bac0b2e69549f8760cadb363a1f45a75a0401a7884ef -srcfiles size=78 +srccontainersize 61780 +srccontainerchecksum bce089e3ef076f432e35b075c6e4d960cdfdbebbda8e97b752de4a44941807addb9d5ae1dc13de66224d57c7e2f23e1914031df22934afada6febe4095e1dbcf +srcfiles size=84 RELOC/source/latex/fvextra/fvextra.dtx RELOC/source/latex/fvextra/fvextra.ins -runfiles size=25 +runfiles size=27 RELOC/tex/latex/fvextra/fvextra.sty catalogue-contact-home https://github.com/gpoore/fvextra catalogue-ctan /macros/latex/contrib/fvextra catalogue-license lppl1.3 catalogue-topics verbatim -catalogue-version 1.7.0 +catalogue-version 1.8.0 name fwlw category Package @@ -136499,6 +137575,32 @@ catalogue-ctan /macros/latex/contrib/gb4e catalogue-license lppl1.2 catalogue-topics linguistic +name gb4e-next +category Package +revision 72692 +shortdesc Linguistic tools +relocated 1 +longdesc The package provides gb4e users two relative example reference +longdesc commands. \Next refers to the next example in the document and +longdesc \Prev refers to the previous example. No explicit label command +longdesc is required. +containersize 1256 +containerchecksum f82d96ea63af1f77da2a557a7fa0e5b400c2a6ce2ccdf02756e05c4f0a059ac384581723217f56970a68ad61929b537a5d4a9290af5679c91545333621db6883 +doccontainersize 44040 +doccontainerchecksum bb48ca0f3adfdac7b0c7f31e7e7ebb53c0b61e5f8236957dd13433e0d1f9038a9d344a6b7e8fef238e23bca74ab946a466736e0620c6e187c2291e7739ff2316 +docfiles size=13 + RELOC/doc/latex/gb4e-next/README.md details="Readme" + RELOC/doc/latex/gb4e-next/gb4e-next.pdf details="Package description" + RELOC/doc/latex/gb4e-next/gb4e-next.tex +runfiles size=1 + RELOC/tex/latex/gb4e-next/gb4e-next.sty +catalogue-contact-bugs https://github.com/amunn/gb4e-next/issues +catalogue-contact-repository https://github.com/amunn/gb4e-next +catalogue-ctan /macros/latex/contrib/gb4e-next +catalogue-license lppl1.3 +catalogue-topics linguistic +catalogue-version 0.5 + name gbt7714 category Package revision 64633 @@ -137037,16 +138139,22 @@ catalogue-topics font font-body font-proportional font-serif font-otf font-type1 name gelasiomath category Package -revision 71729 +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 128192 -containerchecksum 380dd1a98466d0e53a30365dc2797dacb3a87346e7d762de8ae917dc56213b72abb8ce6472d75e0afe9890d4423a383c3b0a8ddadaafce89328e84e76681672b +containersize 128380 +containerchecksum 9a90e264e08ce04ac51082383956c4884a9e017d4cc1f951ea4031d1de74f4ad84c81e28a6fe34dd6e3f7bb2e4919166b830385edadc3b01db14070ba4834e88 doccontainersize 126076 -doccontainerchecksum f07752dbde95fc97877962519a02aa0539b3cb5832839a8f362fa727de4109f44b6c3159f7872cba117ea2ecd1fb161e6d8ce5bffb3d1575713a3cb882d87ffd +doccontainerchecksum 13a3b6f899ea0fa5cbf31b537246a8f7e8565a9b26d6c6332e0eb11b4ad0fc57f06002804aba1a64bbd4f02605c6a47f63792cb933848caf6766f1bbe0aaf0fb docfiles size=36 - RELOC/doc/fonts/gelasiomath/README - RELOC/doc/fonts/gelasiomath/gelasiomath-doc.pdf + 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 @@ -137081,6 +138189,10 @@ runfiles size=64 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 @@ -140184,7 +141296,7 @@ catalogue-version 1.0 name gitinfo-lua category Package -revision 70931 +revision 72284 shortdesc Display git project information in your LaTeX projects relocated 1 longdesc This project aims to display git project information in PDF @@ -140195,11 +141307,11 @@ longdesc for you, you could try gitinfo2 instead. For LaTeX, a set of longdesc standard macros is provided for displaying basic information or longdesc setting the project directory, and a set of advanced macros for longdesc formatting commits and tags. -containersize 5816 -containerchecksum 53c976fac1392c0f150b3a588f1e62ccdd61517a9f5a73ffbf997455fa4c2f043f5e1e1beabca9c428aeeeb7b7a55421c77f88608363f9804c29affd539ea485 -doccontainersize 128476 -doccontainerchecksum 3fdee17b20a7733c0bc9178cde0a5ae05aa28fb63642c9c947df6c96b3ea668f76df454d3ab1ca5e9fff8f421dd42eba159522b42081495c2f0a9338db901d75 -docfiles size=39 +containersize 5924 +containerchecksum 6af523c00e053b35ea86eb6defcf0688d1aa559d18ae4d62dcb7de446a1d57f4e7acc27c1ab2fc616100dfa687400e1a8ee8be48d6cddb7ca1744c6b812f193d +doccontainersize 130628 +doccontainerchecksum 86f9d7e834497975d450598674ebb55e6509442af2ca96c7fe3d167b89111fb98331ee4cf16d01f04069e30d2337b9b97d9bec887f7726e5cd4211e37b51ac6f +docfiles size=40 RELOC/doc/lualatex/gitinfo-lua/README.md details="Readme" RELOC/doc/lualatex/gitinfo-lua/git-scenario.sh RELOC/doc/lualatex/gitinfo-lua/gitinfo-lua-init.lua @@ -140216,7 +141328,7 @@ catalogue-contact-repository https://github.com/Xerdi/gitinfo-lua catalogue-ctan /macros/luatex/latex/gitinfo-lua catalogue-license lppl1.3c catalogue-topics version-control doc-mgmt luatex -catalogue-version 1.1.0 +catalogue-version 1.2.0 name gitinfo2 category Package @@ -144430,7 +145542,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 @@ -144442,26 +145554,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 @@ -146060,24 +147174,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 @@ -146330,6 +147444,66 @@ catalogue-ctan /macros/latex/contrib/hc catalogue-license other-free catalogue-topics class presentation letter +name hduthesis +category Package +revision 72513 +shortdesc LaTeX class for bachelor and MPhil theses in Hangzhou Dianzi University +relocated 1 +longdesc This package provides a LaTeX template for graduation theses +longdesc from Hangzhou Dianzi University. It supports the formatting of +longdesc bachelor and MPhil degree theses. +containersize 71344 +containerchecksum 053b61cefeb25b7940158580c5d31f2e95417484100f432bfd7c549137f4f1f8545ba912c9fd84c7a53d091ce88723ba0e61dc858f1643e6c0c4db9b04aced76 +doccontainersize 829920 +doccontainerchecksum ba90dedb09cbdbe762b9e18900461db685290fac445efdd9b661b9dc75416eaef647585b9284b8b20642ced525ccf26d2bbb02ad2bb38811a906d893c4997206 +docfiles size=345 + RELOC/doc/xelatex/hduthesis/License + RELOC/doc/xelatex/hduthesis/README.md details="Readme" + RELOC/doc/xelatex/hduthesis/examples/cha/abstract.tex + RELOC/doc/xelatex/hduthesis/examples/cha/cha1.tex + RELOC/doc/xelatex/hduthesis/examples/cha/cha2.tex + RELOC/doc/xelatex/hduthesis/examples/cha/cha3.tex + RELOC/doc/xelatex/hduthesis/examples/cha/cha4.tex + RELOC/doc/xelatex/hduthesis/examples/cha/cha5.tex + RELOC/doc/xelatex/hduthesis/examples/cha/cha6.tex + RELOC/doc/xelatex/hduthesis/examples/cha/cha7.tex + RELOC/doc/xelatex/hduthesis/examples/cha/thanks.tex + RELOC/doc/xelatex/hduthesis/examples/figures/image-0145.png + RELOC/doc/xelatex/hduthesis/examples/figures/image-0162.png + RELOC/doc/xelatex/hduthesis/examples/figures/image-0163.png + RELOC/doc/xelatex/hduthesis/examples/figures/image-0236.png + RELOC/doc/xelatex/hduthesis/examples/figures/image-0284.png + RELOC/doc/xelatex/hduthesis/examples/figures/image-0285.png + RELOC/doc/xelatex/hduthesis/examples/figures/image-0289.png + RELOC/doc/xelatex/hduthesis/examples/figures/image-0419.png + RELOC/doc/xelatex/hduthesis/examples/figures/image-0439.png + RELOC/doc/xelatex/hduthesis/examples/figures/image-0440.png + RELOC/doc/xelatex/hduthesis/examples/hduthesis-bc.pdf details="Example of use (1)" language="zh" + RELOC/doc/xelatex/hduthesis/examples/hduthesis-bc.tex + RELOC/doc/xelatex/hduthesis/examples/hduthesis-pg.pdf details="Example of use (2)" language="zh" + RELOC/doc/xelatex/hduthesis/examples/hduthesis-pg.tex + RELOC/doc/xelatex/hduthesis/examples/reference.bib + RELOC/doc/xelatex/hduthesis/hduthesis.pdf details="Package documentation" language="zh" + RELOC/doc/xelatex/hduthesis/hduthesis.tex +runfiles size=29 + RELOC/tex/xelatex/hduthesis/hdubadge.pdf + RELOC/tex/xelatex/hduthesis/hdulogo.pdf + RELOC/tex/xelatex/hduthesis/hdumotto.pdf + RELOC/tex/xelatex/hduthesis/hduthesis-bc.layout-module.code.tex + RELOC/tex/xelatex/hduthesis/hduthesis-font-module.code.tex + RELOC/tex/xelatex/hduthesis/hduthesis-pg.layout-module.code.tex + RELOC/tex/xelatex/hduthesis/hduthesis-preamble-module.code.tex + RELOC/tex/xelatex/hduthesis/hduthesis-unv.layout-module.code.tex + RELOC/tex/xelatex/hduthesis/hduthesis.cls +catalogue-contact-bugs https://github.com/xiamyphys/hduthesis/issues +catalogue-contact-development https://github.com/xiamyphys +catalogue-contact-repository https://github.com/xiamyphys/hduthesis +catalogue-contact-support https://qm.qq.com/q/RGFmHwBecC +catalogue-ctan /macros/xetex/latex/hduthesis +catalogue-license lppl1.3c +catalogue-topics dissertation class doc-templ chinese expl3 +catalogue-version 0.2.1 + name he-she category Package revision 41359 @@ -146356,6 +147530,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 @@ -147468,7 +148669,7 @@ catalogue-version 1.0.2 name heria category Package -revision 71809 +revision 72189 shortdesc A LaTeX class for Horizon Europe RIA and IA grant proposals relocated 1 longdesc This class facilitates the preparation of Research and @@ -147480,18 +148681,18 @@ 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 18120 -containerchecksum 323e75e4df956c282a8ba85062356d087e6327d4e9c73eee340c4aa4f26bd5c33ee91e401a00c7b18813d724212db3fe253da288cd917a2d914acf997c4e231a -doccontainersize 604220 -doccontainerchecksum da8db6d6f6cd84a00a9f27c8acae8edf9f26bf379022959839e31f4c96af3a4370b3940d779cdd41f221d9d4d665f6d5c9fd5d78feadf8b96722f97993c6f2e5 -docfiles size=154 +containersize 18140 +containerchecksum ff046c4ec425a77ab2d9fd30247bfde7132a8e8df5a1001ebc8852f0bb3ad28d970e6478da15712e6a18084b8316b25bb3690278f4b0494d3d0077d11c761d29 +doccontainersize 608200 +doccontainerchecksum a138bcdb7a754bffe2f167ff2d4e5793f08495714f8f859b264164bef21822227f6029286dd19a5b3d60395c5c898dd4b24cb139845ab4beb9a06951cd9f0711 +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 26268 -srccontainerchecksum f4c8f8fff8a8bfdf185ff9bf43dbb7fc5f7f46a4aaf75148d99b558200c99e354ccc35a979cb6655699370fe5cc3c0f60293b521ae0d38a1a8b846c79bc94fdf -srcfiles size=26 +srccontainersize 26584 +srccontainerchecksum 6ba10c9fc8286bf9375fff1a955174b9cad34b43d2d44edbae3f55408c840083d3a42deb3d2087f522f09b3c62f2580326902c62628e525ade32f52a81f65e76 +srcfiles size=27 RELOC/source/latex/heria/heria.dtx RELOC/source/latex/heria/heria.ins runfiles size=36 @@ -147526,7 +148727,7 @@ catalogue-contact-repository https://github.com/logological/heria catalogue-ctan /macros/latex/contrib/heria catalogue-license lppl1.3c catalogue-topics class proposal -catalogue-version 3.4.1.0 +catalogue-version 3.4.1.3 name heros-otf category Package @@ -148862,7 +150063,7 @@ catalogue-topics listing synt-hlt name highlightx category Package -revision 68756 +revision 72619 shortdesc Highlight formulas or paragraphs relocated 1 longdesc This package provides commands (in French or English) to @@ -148871,10 +150072,10 @@ longdesc using soul and TikZ; \SurlignerFormule and \SurlignerTexte in longdesc French; \HighlightFormula and \TextHighlight in English. The longdesc code for hightlighting paragraphs with handwriting effect has longdesc been contributed by Antal Spector-Zabusky. -containersize 2664 -containerchecksum 64919a37471b4ed0520cfcf8685a67ba2f9f84a278b9dc7524a484876e95072906cc5a7d40bd8c751ea2d4ec65633e589274e0b729f43625b46f91928a50b3e3 -doccontainersize 187172 -doccontainerchecksum ff1b00aacdf83fcc54021520bc447184ebf29498d2b5ea66b3c3266560066bc1b05d7f9edf61eee810100531c76db4c65814cb1d6c3051dd1e3d4911e41c145c +containersize 2724 +containerchecksum 083e9ccdcd5071f9981619db893a2b5a0ba23eb89e94f740f77bc64c2f46c6063b53fca7640b25cc53a571216a5c2261d3e8683bb44cb7f4f4c2068b051103ae +doccontainersize 187540 +doccontainerchecksum 6fa7a3adc903c35459727a9981986b78f089f53bdaeef8eeee77552ac4cdef873086ec37eb156d99595b98e66af53a970657fa1be1b313029c8fd4b63e1e15bf docfiles size=52 RELOC/doc/latex/highlightx/README.md details="Readme" RELOC/doc/latex/highlightx/highlightx-doc.pdf details="Package documentation" language="fr" @@ -148886,7 +150087,7 @@ catalogue-contact-support https://github.com/cpierquet/highlightx/issues catalogue-ctan /macros/latex/contrib/highlightx catalogue-license lppl1.3c catalogue-topics decoration pgf-tikz -catalogue-version 0.1.5 +catalogue-version 0.1.6 name hindawi-latex-template category Package @@ -149818,7 +151019,7 @@ catalogue-version 1.15 name homework category Package -revision 70044 +revision 72441 shortdesc A LaTeX class for writing your homework relocated 1 longdesc The current document class is for writing homework. It has the @@ -149833,11 +151034,11 @@ longdesc solution has its own QED symbol, in hollow or solid shape, longdesc respectively. You can mark the unfinished parts, and a report longdesc shall be generated at the end of your document for reminding. depend einfart -containersize 3792 -containerchecksum 790aacb35b88c63a9b27c2a54d5d471fa78c807df8ff23d1951b260b102ca5dfce1a0b9ee3af7ff157493c081e3154a51f83964ab1cf4f352df1bb9cfd1e144f -doccontainersize 375312 -doccontainerchecksum fafcd7f35bafd422a5136e396b0c2aef27e9d8d2fdc8f24cb6607a9fbef9fe299d17e5ebb34bb3f7f13666e3d2e1223bfccab483d598352864b2f17a3eb7b73f -docfiles size=156 +containersize 3888 +containerchecksum fc7ceb897487b7fb1ea287e05fdef6cdb1ec756435baaf152e184a3e9ff94872aa85a46a6f3fa9ab86677ee44e5bfd9547d2c8c1a9761a3d59dafbaeea94ec7a +doccontainersize 375480 +doccontainerchecksum 37440ba7eedc31e0a341b5cce8fdf6acc93288d7a2b68fbaf880f5380410550039c50950194a69332b7fe73bc0cccfd9e5770e0471fe36f28af03a05e5d7c932 +docfiles size=157 RELOC/doc/latex/homework/DEPENDS.txt RELOC/doc/latex/homework/LICENSE RELOC/doc/latex/homework/README.md details="Readme" @@ -150132,7 +151333,7 @@ catalogue-version 1.1.2 name huawei category Package -revision 69858 +revision 72668 shortdesc Template for Huawei documents relocated 1 longdesc This unofficial package provides a class for creating documents @@ -150176,28 +151377,28 @@ depend transparent depend trimspaces depend wrapfig depend xcolor -containersize 260384 -containerchecksum c57715198c323fbb05cf7de78d8e13da2e9788e17ab6de09d4429b5600a77607e1b1d2efe09bea94612f430924712913e15b490829c8f984e2bddfda2c2fbdf2 -doccontainersize 781880 -doccontainerchecksum 3e2b19faf7f7df0cd09d0caa0bc36f44b54fc430752328c68e82ad0708f71976152b99e45dc106bd97ace20d1c45d5fb08fb08ff97a4608b29e5eb9d4b7f09ec -docfiles size=201 +containersize 260756 +containerchecksum ff6d49bd5ad8ad87f42ff92a0873493a24f93c909b1c37a202365ff69d649321f4e0b29f1494b6b621126904f579ae1b57817443eda50de902b11df072f043f7 +doccontainersize 691644 +doccontainerchecksum 306a4a847d7fc26a1912f26318370929058e1d57382ff44503c7e8ec5b42d59588da3aeb53990be7363dafd5ca553f1aa8ae739b10ae3fa6622f94eefbab363f +docfiles size=183 RELOC/doc/latex/huawei/DEPENDS.txt RELOC/doc/latex/huawei/LICENSE.txt RELOC/doc/latex/huawei/README.md details="Readme" RELOC/doc/latex/huawei/huawei.pdf details="Package documentation" -srccontainersize 10596 -srccontainerchecksum 0a3589898efde6f3e48827fa65a3f98ac034c37c09a3d0a5d091e13ca956f2b6ba2f600ee7b43e4445afe05962b5d5a687c450dc96f056e33a53bbb4d0eb4b38 +srccontainersize 11100 +srccontainerchecksum 4ebde0ee154a148a55b67c3ad95d3d3fe280de9c73f1087ab4b1b05b10828c988bd3066bab1fa8347113c35b6c40c194abb26f54391df3c5e43276e820b74cf6 srcfiles size=10 RELOC/source/latex/huawei/huawei.dtx RELOC/source/latex/huawei/huawei.ins -runfiles size=67 +runfiles size=68 RELOC/tex/latex/huawei/huawei-cover-picture.pdf RELOC/tex/latex/huawei/huawei.cls catalogue-contact-home https://github.com/yegor256/huawei.cls catalogue-ctan /macros/latex/contrib/huawei catalogue-license mit catalogue-topics class misc-paper -catalogue-version 0.18.3 +catalogue-version 0.19.0 name huaz category Package @@ -150379,7 +151580,7 @@ catalogue-version 0.41 name hvfloat category Package -revision 70675 +revision 72452 shortdesc Controlling captions, fullpage and doublepage floats relocated 1 longdesc This package defines a macro to place objects (tables and @@ -150391,10 +151592,10 @@ longdesc \hvFloat{figure}{\includegraphics{rose}}{Caption}{fig:0}. longdesc Options are provided to place captions to the right or left, longdesc and rotated. Setting nonFloat=true results in placing the float longdesc here. -containersize 14904 -containerchecksum 9a1b4baf3bfe6f0b67a7085e05e45fc439bbf48c53b237683378b1dbff723aa6070cc10407e13570bb4beaf5e9e442ca71571471d2dee81fcb3970fdb391526e -doccontainersize 21872376 -doccontainerchecksum ab134c157c6d5887783da1995e71b0757ecb0fc010a92edb24e032a3c57720a69467962fab62a33b2f98c701a61d0ef4b617fc28be1ba7617e9c756db1841149 +containersize 15660 +containerchecksum 200231ccee62399f01f803eb18df6b828d5e24a680bc43da4e9c944640ae5910fbba49f039ac216c752480a4eef969695d842768b6d68cbce0796624c4815b57 +doccontainersize 19966120 +doccontainerchecksum 0fdcd6cda21831a9a96fb719ed4bb89af6d9ebafe39ae47155d4e23a512fd54aac20483eafb520e093813b0852e9962ee0597964c8b0fb0100e7f6e182e32144 docfiles size=11655 RELOC/doc/latex/hvfloat/CTAN.png RELOC/doc/latex/hvfloat/Changes @@ -150535,18 +151736,19 @@ docfiles size=11655 RELOC/doc/latex/hvfloat/wide1s2c.tex RELOC/doc/latex/hvfloat/wide2s2c.pdf RELOC/doc/latex/hvfloat/wide2s2c.tex -runfiles size=30 +runfiles size=33 RELOC/tex/latex/hvfloat/hvfloat-0.inc RELOC/tex/latex/hvfloat/hvfloat-1.inc RELOC/tex/latex/hvfloat/hvfloat-2.inc RELOC/tex/latex/hvfloat/hvfloat-3.inc + RELOC/tex/latex/hvfloat/hvfloat-4.inc RELOC/tex/latex/hvfloat/hvfloat-fps.sty RELOC/tex/latex/hvfloat/hvfloat.sty catalogue-also rotating catalogue-ctan /macros/latex/contrib/hvfloat catalogue-license lppl catalogue-topics float box-manip -catalogue-version 2.49 +catalogue-version 2.51 name hvindex category Package @@ -150575,16 +151777,16 @@ catalogue-version 0.04 name hvlogos category Package -revision 69581 +revision 72538 shortdesc Print TeX-related names as logo relocated 1 longdesc This package is more or less an extension to Heiko Oberdiek's longdesc package hologo. It prints TeX-related names as logos. The longdesc package requires fetamont, hologo, dantelogo, and xspace. -containersize 2796 -containerchecksum eabf4a92462aa7ead3ae7930400c641d6e64b520867c9e7cceaa48872dca31716ce965cf105c784b725878fad05e6d082a9f9e9cde94b254c780ce55f7daf515 -doccontainersize 87044 -doccontainerchecksum 3124f1521eee4688e6cde38bb39e9c4a123d5d06d008b23447495fdf11f3b3f8ff98f138f2096c322ebbd8f714e60208958b0b01e98c6b81c09c80eb2908424a +containersize 2848 +containerchecksum bbdd5515146cfe1a6808a1ae968797fdd2af137dc8364a48e8b3e46d682e202b91597832c2f47c9f2b24de297156e3e594879e978ac82698bd063193a4a5819b +doccontainersize 89640 +doccontainerchecksum 67b278084562e12f1cea49d454fb137b552ff0f7804bb5d229f0dc915ae9bed73efed29e1116d728aabcda9dfcd95af3b1c78002e2c2e56c1d7602f7376e806e docfiles size=26 RELOC/doc/latex/hvlogos/Changes RELOC/doc/latex/hvlogos/README details="Readme" @@ -150595,7 +151797,7 @@ runfiles size=2 catalogue-ctan /macros/latex/contrib/hvlogos catalogue-license lppl catalogue-topics logo -catalogue-version 0.12 +catalogue-version 0.12a name hvpygmentex category Package @@ -150704,19 +151906,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" @@ -150727,7 +151961,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 @@ -150922,7 +152156,7 @@ catalogue-version 1.0b name hyperref category Package -revision 71766 +revision 71883 shortdesc Extensive support for hypertext in LaTeX relocated 1 longdesc The hyperref package is used to handle cross-referencing @@ -150956,10 +152190,10 @@ depend rerunfilecheck depend stringenc depend url depend zapfding -containersize 88496 -containerchecksum fc0dbedef2acd302b7536787574f00fac360d3384f3af6e7b0b02b0c97df8f411d5aa265717bd3bd323389ed05eefc6b0e4c3a795200793999e0ac539ac84aac +containersize 88492 +containerchecksum 83a084164404ad60b0691e487101d9d7d39adfa600a35a3ac1b0a2f84df9cccccf7bbb999c93fe385f4295bb8d5354e7045e491d1ae54682c5ea2ad8842245d6 doccontainersize 3958144 -doccontainerchecksum d0a7186bff97335132265b45aae07f2a3889d01bdb0d44d271a54d8b35ae3fb257d7a7d9019c2596488e56edabc0b87004aaa5aa8816b40ceccfe53fe861c19e +doccontainerchecksum b08369f8da36f6a3018fa8d2e4dcb69682588fc0267fff4a005f1dfc43d3abe9f6021daa2094db994e3bb32a7c447d777ee3cba6fd5f0d164b9dd886c14d86c6 docfiles size=1268 RELOC/doc/latex/hyperref/ChangeLog.txt RELOC/doc/latex/hyperref/README.md details="Readme" @@ -150983,8 +152217,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 417636 -srccontainerchecksum c394b78a02c994aad2ca91018b5e6dc005683226383dec0641779148b3b311039d02adcd36e843ddb0f64fc4cb451a8ea0edfac827a86f30ed0897d8aaba162c +srccontainersize 417632 +srccontainerchecksum a24096d3f31ff29be45c9e4da9e9b0f3bf249fcb7b9c262727e3f42cca8dd11e0e9dd66e346256cb78417076037e550849dac7459702a36f2622a3ac83f2e172 srcfiles size=316 RELOC/source/latex/hyperref/backref.dtx RELOC/source/latex/hyperref/bmhydoc.sty @@ -151031,7 +152265,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 @@ -151738,20 +152972,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 @@ -152803,29 +154037,27 @@ catalogue-version 1.0 name iaria category Package -revision 70919 +revision 72670 shortdesc Write documents for the IARIA publications relocated 1 longdesc This package contains templates for the creation of documents longdesc for IARIA publications (International Academy, Research, and longdesc Industry Association) and implements the specifications for the longdesc IARIA citation style. -containersize 1856 -containerchecksum f54490c58e2a6ccfa97e8d79427214a3926f97853becbffc9ce23a7090d4a1f84111ec19643772c5cac88b68f971b7a0be60fe6777bc47d2cba8f03db750b7e5 -doccontainersize 285564 -doccontainerchecksum 3dfa622e688cab7d6a17a8d64e9930ed1c1e62ea3c0524b88b760de3183e77a7d0a0019fb9364aa32cbc1d63b20162bf103ef9b87439e6942d1dbf7cc2684cb3 -docfiles size=95 +containersize 1792 +containerchecksum 41a2543f72a104cedde65bfcbe7b2784e17357195cfff05acb45da332a1987e55b8ffac64abc1f119369c4a963813627d5078db11d3756163df085200de22250 +doccontainersize 248792 +doccontainerchecksum a98119d5929b61a51a4975ac57aafa833391337c900264b37ea01cc43771a39c35d36c9e3ecfc24eb85ac3c07fbfc07a4a1283754243d769bec868a9920c0278 +docfiles size=70 RELOC/doc/latex/iaria/COPYING RELOC/doc/latex/iaria/README details="Readme" RELOC/doc/latex/iaria/_cpn_copyIntoExamplesFolder_cls.cmd RELOC/doc/latex/iaria/docstrip.cfg RELOC/doc/latex/iaria/iaria.pdf details="Package documentation" - RELOC/doc/latex/iaria/template/cpn_all_all.bib - RELOC/doc/latex/iaria/template/cpn_supervised_all.bib - RELOC/doc/latex/iaria/template/iaria-example-neumann.pdf + RELOC/doc/latex/iaria/template/iaria-example-neumann.pdf details="Example of use" RELOC/doc/latex/iaria/template/iaria-example-neumann.tex -srccontainersize 5440 -srccontainerchecksum a935a8b75d063387634806608103c3ddffcf2bdd63b59a5bea6e5973bf56b4761c9973677e52e93157ac8f57a678bdfe76e7ca4bba5c5374cd91f55bb5a10c3d +srccontainersize 6176 +srccontainerchecksum dd5081418c2d50cafa2babe1e3ee56326dcfb8ebbcdb11ecefbaad540a05173a468271f784bb1d079a527b2459630703107defad48def72bbb49cef346fd89d1 srcfiles size=5 RELOC/source/latex/iaria/iaria.dtx RELOC/source/latex/iaria/iaria.ins @@ -152834,12 +154066,12 @@ runfiles size=1 catalogue-also iaria-lite catalogue-ctan /macros/latex/contrib/iaria catalogue-license lppl1.3c -catalogue-topics publisher -catalogue-version 0.2 +catalogue-topics class doc-templ publisher +catalogue-version 0.5 name iaria-lite category Package -revision 70918 +revision 72669 shortdesc Write documents for the IARIA publications relocated 1 longdesc This package provides a convenient environment for writing @@ -152847,23 +154079,21 @@ longdesc IARIA (International Academy, Research, and Industry longdesc Association) scholary publications. It does not implement the longdesc specifications for the IARIA citation style, for which you have longdesc to use the iaria class. -containersize 1532 -containerchecksum f98af045a33ed6769ac895312beefd838b1cac397e45e7f39dc2d0be35a71b6530d0135ab86c2cc80da0f906122956f366b816700e4a9ec31ce03d346bd27315 -doccontainersize 284500 -doccontainerchecksum 7505bd4b8549ecd1c25411dbee701fd34f225e8175faa6f129a32d6d3a0cd822b90084b03d3538415f59092e4c8ae35d3eb550c5afb2b101966a7c2724d8af44 -docfiles size=95 +containersize 1484 +containerchecksum 616f42a3d2e103b36471ff925daefc46455ba18e2125cd004e132e5307e19a5634ea49d3aa7b66b40528ee91d3c9c2c4bdb541ebff297e09fce591a8afee021d +doccontainersize 249420 +doccontainerchecksum e3a632093cfae92ecc5275edbed510967254635f41dd23934a74ff5c8f813112d08a18498ea3ff559f9f18b03cb16610afaaa19b0d1b8d3d1f915d8949b8ba09 +docfiles size=72 RELOC/doc/latex/iaria-lite/COPYING RELOC/doc/latex/iaria-lite/README details="Readme" RELOC/doc/latex/iaria-lite/_cpn_copyIntoExamplesFolder_cls.cmd RELOC/doc/latex/iaria-lite/docstrip.cfg RELOC/doc/latex/iaria-lite/iaria-lite.pdf details="Package documentation" - RELOC/doc/latex/iaria-lite/template/cpn_all_all.bib - RELOC/doc/latex/iaria-lite/template/cpn_supervised_all.bib - RELOC/doc/latex/iaria-lite/template/iaria-lite-example-neumann.pdf + RELOC/doc/latex/iaria-lite/template/iaria-lite-example-neumann.pdf details="Example of use" RELOC/doc/latex/iaria-lite/template/iaria-lite-example-neumann.tex -srccontainersize 4556 -srccontainerchecksum 9b3be70f847c8c55598aa3331332b94c5ef306c2761c870156050971bf06d5693f3724072f6b2118b9f827a48a27cb4dae0fbea3945da00b5ff5c34056243c90 -srcfiles size=4 +srccontainersize 5160 +srccontainerchecksum d065c6810cfb5f038e284819d8ce359ef983209e1bfb861b20d963be9747c50bd9151b7697ec5323ec91167d5a3d78fd4eb44aea04e70adec89c9dbdf3238eb1 +srcfiles size=5 RELOC/source/latex/iaria-lite/iaria-lite.dtx RELOC/source/latex/iaria-lite/iaria-lite.ins runfiles size=1 @@ -152871,8 +154101,8 @@ runfiles size=1 catalogue-also iaria catalogue-ctan /macros/latex/contrib/iaria-lite catalogue-license lppl1.3c -catalogue-topics publisher -catalogue-version 0.2 +catalogue-topics class doc-templ publisher +catalogue-version 0.5 name ibarra category Package @@ -155531,7 +156761,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 @@ -155542,18 +156772,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 @@ -155561,7 +156791,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 @@ -156604,7 +157834,7 @@ catalogue-version 2.2 name install-latex-guide-zh-cn category Package -revision 71400 +revision 72158 shortdesc A short introduction to LaTeX installation written in Chinese relocated 1 longdesc This package will introduce the operations related to @@ -156613,9 +157843,9 @@ longdesc macro packages, and compiling simple documents on Windows 10, longdesc Ubuntu 20.04, and macOS systems, and mainly introducing command longdesc line operations. containersize 568 -containerchecksum efc5513456517ea96172e211606c424c4a6c5951188c6a2ec4104f9a81f0e3ef85de3c55af6683e0600e493253e44fe10ad5d815fd151262848941bfad68d298 -doccontainersize 855636 -doccontainerchecksum 4405e4b6eee572bdd423d45fba804e2caec965efb347ce27f2463334f6c50a90e508e5c92aac40cc6d474b4db7335200353d8c785600b06d660875e5988c2b9f +containerchecksum 477e5e7bf387371803dd53abaed6dcf4c862ccee526dd55e957ef9c820e9f8d187d72febdde6c3ca7ff0a86645a4883a6f18dd440541b00559bd45f972bc59c8 +doccontainersize 855860 +doccontainerchecksum 74f20ba52b2ab7552a047ce7260a926ff8596a87168ffd0a82522f5e50226820d0ed3452c236e564175aaae6c8ba4b2ef008a0c79d628e7c1d7ca91626d341d2 docfiles size=242 RELOC/doc/latex/install-latex-guide-zh-cn/LICENSE RELOC/doc/latex/install-latex-guide-zh-cn/README.md details="Readme" @@ -156637,7 +157867,7 @@ catalogue-contact-repository https://github.com/OsbertWang/install-latex-guide-z catalogue-ctan /info/install-latex-guide-zh-cn catalogue-license lppl1.3c catalogue-topics chinese-doc tutorial -catalogue-version 2024.6.1 +catalogue-version 2024.9.1 name installfont category Package @@ -158351,6 +159581,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 @@ -160704,7 +161971,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 @@ -160721,10 +161988,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" @@ -160746,7 +162013,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 @@ -161119,346 +162386,341 @@ catalogue-topics rotation name isosafety category Package -revision 68801 +revision 72227 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 801792 +containerchecksum 43a81910d77f95faf6b41a57fec447e4b454ce36888ba7235bc36e042aa7ac4af368f3ec32ac9f2801f5696990448ab6e8bc137370e51ca6d901daf0c4ef413c +doccontainersize 104320 +doccontainerchecksum 6ccd0a6b74ee931fdd8d28e49a87e9ba2a6a16e748ab166f31445517fb1fc0996acd0e0b672b3ce2261f2071a808af51e021ff7ee818f8c4d249f7b0c927db0a +docfiles size=29 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 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.4 name isotope category Package @@ -162258,7 +163520,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 @@ -162266,18 +163528,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 @@ -162312,7 +163574,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 @@ -167322,7 +168584,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. @@ -167332,17 +168594,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 @@ -167444,18 +168706,18 @@ catalogue-topics labels name jlreq category Package -revision 69911 +revision 72460 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 157152 +containerchecksum 19473ba8d4c83b510367deb56baf5f8c1efefe3b3fb1e1505ee306409c67fcea0a9b37864fe404eda5dbfd2e5d0c94a84df9ed45acfda6e0a0d508400ec7bb77 +doccontainersize 591396 +doccontainerchecksum 539982f3acbf36307c07acd9d2edb517490207a1fad4f40de416078f9a9a0a2d78a1f34b80029c7c600af54876fde6e710a8912bf24f42ffd7e8821a10bbeb05 +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" @@ -167467,8 +168729,8 @@ docfiles size=176 RELOC/doc/latex/jlreq/jlreq-trimmarks.md RELOC/doc/latex/jlreq/jlreq.html RELOC/doc/latex/jlreq/jlreq.pdf details="Package documentation" -srccontainersize 8316 -srccontainerchecksum a689d346d882a4f849febc1c6faae968b399d7190f439970335879810114158e04708f8dcfc79c42304a77f5c9bd78b035a072114ef41dfe6351f4c70927b689 +srccontainersize 8408 +srccontainerchecksum 395e1d7dbe8154424dd6ddc7462649d83994d8f700461b1ece39d7ff80982e7c9f8e834e3958e9065b540b4c2121cae2291544390ebd9d64baad344158dfab73 srcfiles size=10 RELOC/source/latex/jlreq/Makefile RELOC/source/latex/jlreq/README-template.html @@ -168884,15 +170146,15 @@ catalogue-version 1.00 name jnuexam category Package -revision 71753 +revision 71883 shortdesc Exam class for Jinan University relocated 1 longdesc The package provides an exam class for Jinan University longdesc (China). -containersize 5164 -containerchecksum f07fdf15601b84c2da4eadc886faab400e93b8a52aa34405459c6dba75ae3ea39e1678cf6ef777a5f50b1a632f117fdc9801e2ba005ee9f0f9a5fa812dc20c43 -doccontainersize 601304 -doccontainerchecksum 09cc9a444407e95955888bc4e56279f20abb4226b3644ace8de4239ab77342d0e78eeacf3646b9e144aa5874b3e0dca142d18ac635b1107630d7d52e9f54626a +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 @@ -168919,7 +170181,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 @@ -168950,17 +170212,17 @@ catalogue-version 1.0 name joinbox category Package -revision 68003 +revision 72239 shortdesc Join boxes vertically or horizontally relocated 1 longdesc This package can join boxes vertically or horizontally. When longdesc using vertical joining, all boxes to be joined will keep same longdesc width, while when using horizontal joined, all boxes to be longdesc joined keep same height. -containersize 3808 -containerchecksum c7ef7c28e11a64f060b37e1e17fbe54a80e1c5050bde043e77c42385037974a462598b66c3ab48a9d3317a6ce55a0af3a434465657e0a42d5568a127779c765d -doccontainersize 583212 -doccontainerchecksum ed665aeb55d066887e536ad545199809216a2eb84d9d81fd81e40798c7a69c5d14a191a73a8c2ee9fdcc6d36a8d206d07fbd72d427172eb9a182bbb3b4751cf1 +containersize 3784 +containerchecksum 6412342014bb82567edf9691102074854dcf382373c5d740a1626f804d015cd2a398c7890c9b7225e444990e6ad4e1b680ed32b1671f05d3a475fd55ea2388e8 +doccontainersize 583240 +doccontainerchecksum 5929b50761480e7f93ba6fa21a9167acbb14422fb5d38c698f22d75b6241d986aa4ade6d298eb750e4a7a31787428495d1e5929223c1d27ba0b356627280b7b6 docfiles size=155 RELOC/doc/latex/joinbox/README.md details="Readme" RELOC/doc/latex/joinbox/build.sh @@ -168977,7 +170239,7 @@ catalogue-contact-repository https://gitee.com/nwafu_nan/joinbox catalogue-ctan /macros/latex/contrib/joinbox catalogue-license lppl1.3c catalogue-topics box-manip expl3 -catalogue-version 1.0.2 +catalogue-version 1.0.3 name josefin category Package @@ -169520,31 +170782,32 @@ catalogue-version 1.13 name jsonparse category Package -revision 71329 +revision 72698 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 5880 +containerchecksum 5fd7984cc508fd3ac1ff7c047be033261e764140b8f902171c02be3d0ba9eb04e6f75e772a5a493c8bc41344fc8911234e8c46da1b1ddc2dcb5bf9af39122c9a +doccontainersize 427952 +doccontainerchecksum 2eebe5e1738bc1b32131555e557b5ccd5759d61117cb5d077c952a06c6e24f18d7e9fa3679610787d69783090b5d9c0e343852027a755698946903898de902b6 +docfiles size=128 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=10 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.9.5 name jumplines category Package @@ -169575,7 +170838,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 @@ -169584,11 +170847,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 @@ -169607,7 +170870,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 @@ -173133,11 +174397,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. @@ -173147,11 +174411,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 @@ -173170,7 +174434,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 @@ -173179,11 +174444,11 @@ 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 -revision 56715 +revision 72373 shortdesc Include whole or partial Jupyter notebooks in LaTeX documents relocated 1 longdesc This package provides a python3 script and a LaTeX .sty file @@ -173191,29 +174456,25 @@ longdesc which can be used together to include Jupyter Notebooks (all of longdesc them, or some specific cells) as part of a LaTeX document. It longdesc will convert the Jupyter Notebook format to proper LaTeX so it longdesc gets included seamlessly, supporting text, LaTeX, images, etc. -containersize 2516 -containerchecksum 3b5cca7c6b8b14eda35d52a6db5e7ac027c0b29ee08a7b8f58411886963d8dc69348752d6cc1f010d11b9216026b705fe4cc915d2c60cb3ee9f3950fcc6bb308 -doccontainersize 28936 -doccontainerchecksum 35b8d2dbcbecfb4e7b2bfb0ef39f2d076d6f4eec9189e89cee3bdfdbb6f57d5c1dcefbca3eeecf4842f7f94616030d2e73588074618b39e232f40104e371f3ea -docfiles size=22 +containersize 4660 +containerchecksum f048a117d04aa236694c3c1b56738131e0bf5903301a01921aec5888ed5f11415a8cc5abfc79fd90d100e497f8f71d2ff24ec340a60705a5a4df29fe0044e0e8 +doccontainersize 5724 +doccontainerchecksum 63ae4efa1ae7c740da1a8dffd16b6d6ff2fe8fc91f21c8a857fe53dcfedd87b5924d8736b02b140dfea1fc69f7e90f1025f7a34889c7cc9c3d262e0877a68811 +docfiles size=5 RELOC/doc/latex/jupynotex/LICENSE RELOC/doc/latex/jupynotex/README.md details="Readme" - RELOC/doc/latex/jupynotex/example/build - RELOC/doc/latex/jupynotex/example/example.tex - RELOC/doc/latex/jupynotex/example/notebook.ipynb - RELOC/doc/latex/jupynotex/tests/run - RELOC/doc/latex/jupynotex/tests/test_cellparser.py - RELOC/doc/latex/jupynotex/tests/test_main.py - RELOC/doc/latex/jupynotex/tests/test_notebook.py -runfiles size=3 +runfiles size=4 RELOC/tex/latex/jupynotex/jupynotex.py RELOC/tex/latex/jupynotex/jupynotex.sty catalogue-contact-bugs https://github.com/facundobatista/jupynotex/issues +catalogue-contact-development https://github.com/facundobatista/jupynotex/ +catalogue-contact-home https://github.com/facundobatista/jupynotex/ catalogue-contact-repository https://github.com/facundobatista/jupynotex/ +catalogue-contact-support https://github.com/facundobatista/jupynotex/issues catalogue-ctan /macros/latex/contrib/jupynotex catalogue-license apache2 catalogue-topics foreign-import data-import ext-code -catalogue-version 0.1 +catalogue-version 1.0 name jura category Package @@ -173455,22 +174716,24 @@ catalogue-version 0.7 name jwjournal category Package -revision 69162 +revision 72172 shortdesc A personal class for writing journals relocated 1 longdesc This LaTeX document class enables the user to turn simple pure longdesc text entries into a colorful and nicely formatted journal. depend einfart -containersize 4344 -containerchecksum 9778eb2f8a5999584afdb07b9604691d9ed1253a8a2bdedf569a10e892e876288a74c525bab2e0d26f8ed851d94f81e4a3625a54f1246cb0428a24308546d502 -doccontainersize 207444 -doccontainerchecksum dde16cc247d095b61e09b62039f081afa1855778b7d804e6e5692213c25a14c2746204a730f7934a531142f5b9151dc183b20f1d2aa14429d448cc5d4e543996 -docfiles size=87 +containersize 4360 +containerchecksum ab83dff90500ba693788ddf6c112dec381eba6f551e1f9da1df6c00c315dc85eac62b7c50f9b6cac12ab22fb323cd0f486360852f1bbbba3eaddb44b828cafbc +doccontainersize 412296 +doccontainerchecksum fdf642685973e6116c51ef03ce82d9892ab50bd17176e4c71c82fec4e504ef0b517d5516b6cd16a7db3e094f49c79f3d583c3deed0a2ce2e94164ce8d15d7ac3 +docfiles size=139 RELOC/doc/latex/jwjournal/DEPENDS.txt RELOC/doc/latex/jwjournal/LICENSE RELOC/doc/latex/jwjournal/README.md details="Readme" RELOC/doc/latex/jwjournal/jwjournal-demo-cn.pdf details="Example of use (Chinese)" RELOC/doc/latex/jwjournal/jwjournal-demo-cn.tex + RELOC/doc/latex/jwjournal/jwjournal-demo-de.pdf details="Example of use (German)" + RELOC/doc/latex/jwjournal/jwjournal-demo-de.tex RELOC/doc/latex/jwjournal/jwjournal-demo-en.pdf details="Example of use (English)" RELOC/doc/latex/jwjournal/jwjournal-demo-en.tex RELOC/doc/latex/jwjournal/jwjournal-demo-fr.pdf details="Example of use (French)" @@ -175338,6 +176601,40 @@ catalogue-license gpl catalogue-topics doc-supp catalogue-version 1.6 +name keytheorems +category Package +revision 72620 +shortdesc An l3keys interface to amsthm +relocated 1 +longdesc An expl3-implementation of a key-value interface to amsthm, +longdesc implementing most of the functionality provided by thmtools. +longdesc Several issues encountered with thmtools are avoided (see the +longdesc README for a list) and a few new features are added. +containersize 18452 +containerchecksum be8069b4b2c02d66b6badb9e7cf2ea772c1a17d8d0c46ba791859f5945f2a78ae0a630eaa3f690e6170c578f2b0f481322987951a9c068f2f489d653c9fc1b3b +doccontainersize 163952 +doccontainerchecksum 448e8eab77371dcfc1178feee254c70f087763218e76fedbec78f3e6bcd0c20518679dd6b366afff5b4b3f9dbbc66e19ef4ba0bc675e2f93be00227b9b6a60c1 +docfiles size=53 + RELOC/doc/latex/keytheorems/CHANGELOG.md + RELOC/doc/latex/keytheorems/README.md details="Readme" + RELOC/doc/latex/keytheorems/keytheorems-doc.pdf details="Package documentation" + RELOC/doc/latex/keytheorems/keytheorems-doc.tex +runfiles size=35 + RELOC/tex/latex/keytheorems/class-support/keythms-IEEEtran-support.tex + RELOC/tex/latex/keytheorems/class-support/keythms-amsart-support.tex + RELOC/tex/latex/keytheorems/class-support/keythms-amsbook-support.tex + RELOC/tex/latex/keytheorems/class-support/keythms-amsproc-support.tex + RELOC/tex/latex/keytheorems/class-support/keythms-beamer-support.tex + RELOC/tex/latex/keytheorems/class-support/keythms-jlreq-support.tex + RELOC/tex/latex/keytheorems/class-support/keythms-memoir-support.tex + RELOC/tex/latex/keytheorems/keytheorems.sty +catalogue-contact-bugs https://github.com/mbertucci47/keytheorems/issues +catalogue-contact-repository https://github.com/mbertucci47/keytheorems +catalogue-ctan /macros/latex/contrib/keytheorems +catalogue-license lppl1.3c +catalogue-topics maths maths-theorem keyval expl3 +catalogue-version 0.1.8 + name keyval2e category Package revision 23698 @@ -175809,7 +177106,7 @@ catalogue-topics doc-errata name knuth-hint category Package -revision 71761 +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 @@ -175826,10 +177123,10 @@ 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 880 -containerchecksum 8844fa21f951b014a5681692560e705854f1c2aa6f84b6ac5b13f4129d92a18d3449791ce68061a68cc352d5140c3f1ef6302b03dc3c7c56c43883e07a0d0bf5 -doccontainersize 21576808 -doccontainerchecksum 811ebba7db8583a8e0b71d499e9717ee8785142e08131c836c8a23530e16bfa6f2719645e02d1a932e3a8369478d14e28274794912731ff101583de339c5412e -docfiles size=14457 +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 @@ -175919,7 +177216,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 @@ -176015,7 +177312,7 @@ catalogue-topics collection name knuth-pdf category Package -revision 71762 +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 @@ -176032,10 +177329,10 @@ 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 856 -containerchecksum 24a3ce75c40523b06ac0cc374387a38967def8a93a5d5fa5dc5ffe23a6a3811e4ceabfb877a5151ec01c60c779bf2459debd4bd1bf2566e635adf434da745e51 -doccontainersize 54073300 -doccontainerchecksum b9e4c742cced4584d3f4610ae7f7566820478917056b4616cd7bbc2866108629fa4b8a2c9470d8af22df3c5939733ad818c405fdb359042b6ad20c36ddf3105f -docfiles size=14165 +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 @@ -176124,7 +177421,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 @@ -176156,7 +177453,7 @@ catalogue-version 0.5 name koma-script category TLCore -revision 69755 +revision 72643 shortdesc A bundle of versatile classes and packages relocated 1 longdesc The KOMA-Script bundle provides replacements for the article, @@ -176174,11 +177471,19 @@ longdesc version of scrbook, scrreprt, scrartcl, scrlttr2 and typearea longdesc (which are the main parts of the bundle). depend etoolbox depend xpatch -containersize 7348176 -containerchecksum 610827993fa3d94f1b914ee24be0c0a2ec1062c1d1863dac8687e6ccf9c7866b7ea56fb45363587138d7d7842ff58cf1aa4e1c7970f48ca8f7a783e0fafea1a6 -runfiles size=4099 +containersize 7256416 +containerchecksum e5f7c2ce7de70e647f29a9213485fdd22e9ae16928f451ba999218b968bcfd56b4196a407794dfd489e70902dbf5ee313f85567de82035c9aa6b4bea86528873 +runfiles size=4001 RELOC/doc/latex/koma-script/MANIFEST.md RELOC/doc/latex/koma-script/README.md + RELOC/doc/latex/koma-script/book-remarkbox-nopatch-de.pdf + RELOC/doc/latex/koma-script/book-remarkbox-nopatch-en.pdf + RELOC/doc/latex/koma-script/book-remarkbox-patch-de.pdf + RELOC/doc/latex/koma-script/book-remarkbox-patch-en.pdf + RELOC/doc/latex/koma-script/examples/book-remarkbox-nopatch-de.tex + RELOC/doc/latex/koma-script/examples/book-remarkbox-nopatch-en.tex + RELOC/doc/latex/koma-script/examples/book-remarkbox-patch-de.tex + RELOC/doc/latex/koma-script/examples/book-remarkbox-patch-en.tex RELOC/doc/latex/koma-script/examples/ich.lco RELOC/doc/latex/koma-script/examples/letter-example-00-de.pdf RELOC/doc/latex/koma-script/examples/letter-example-00-de.tex @@ -176278,10 +177583,6 @@ runfiles size=4099 RELOC/doc/latex/koma-script/examples/letter-example-23-en.tex RELOC/doc/latex/koma-script/examples/me.lco RELOC/doc/latex/koma-script/examples/musterlogo.eps - RELOC/doc/latex/koma-script/examples/scrjura-example-de.pdf - RELOC/doc/latex/koma-script/examples/scrjura-example-de.tex - RELOC/doc/latex/koma-script/examples/scrjura-example-en.pdf - RELOC/doc/latex/koma-script/examples/scrjura-example-en.tex RELOC/doc/latex/koma-script/examples/scrlayer-notecolumn-example-de.pdf RELOC/doc/latex/koma-script/examples/scrlayer-notecolumn-example-de.tex RELOC/doc/latex/koma-script/examples/scrlayer-notecolumn-example-en.pdf @@ -176297,7 +177598,6 @@ runfiles size=4099 RELOC/doc/latex/koma-script/scrextend.html RELOC/doc/latex/koma-script/scrguide-de.pdf RELOC/doc/latex/koma-script/scrguide-en.pdf - RELOC/doc/latex/koma-script/scrhack.html RELOC/doc/latex/koma-script/scrjura.html RELOC/doc/latex/koma-script/scrkbase.html RELOC/doc/latex/koma-script/scrlayer-notecolumn.html @@ -176317,6 +177617,10 @@ runfiles size=4099 RELOC/doc/latex/koma-script/typearea.html RELOC/source/latex/koma-script/doc/authorpart-de.tex RELOC/source/latex/koma-script/doc/authorpart-en.tex + RELOC/source/latex/koma-script/doc/book-remarkbox-nopatch-de.tex + RELOC/source/latex/koma-script/doc/book-remarkbox-nopatch-en.tex + RELOC/source/latex/koma-script/doc/book-remarkbox-patch-de.tex + RELOC/source/latex/koma-script/doc/book-remarkbox-patch-en.tex RELOC/source/latex/koma-script/doc/common-compatibility-de.tex RELOC/source/latex/koma-script/doc/common-compatibility-en.tex RELOC/source/latex/koma-script/doc/common-dictum-de.tex @@ -176380,12 +177684,8 @@ runfiles size=4099 RELOC/source/latex/koma-script/doc/scrguide.cls RELOC/source/latex/koma-script/doc/scrguide.gst RELOC/source/latex/koma-script/doc/scrguide.ist - RELOC/source/latex/koma-script/doc/scrhack-de.tex - RELOC/source/latex/koma-script/doc/scrhack-en.tex RELOC/source/latex/koma-script/doc/scrjura-de.tex RELOC/source/latex/koma-script/doc/scrjura-en.tex - RELOC/source/latex/koma-script/doc/scrjura-example-de.tex - RELOC/source/latex/koma-script/doc/scrjura-example-en.tex RELOC/source/latex/koma-script/doc/scrlayer-de.tex RELOC/source/latex/koma-script/doc/scrlayer-en.tex RELOC/source/latex/koma-script/doc/scrlayer-notecolumn-de.tex @@ -176422,7 +177722,6 @@ runfiles size=4099 RELOC/source/latex/koma-script/koma-script-source-doc.dtx RELOC/source/latex/koma-script/scraddr.dtx RELOC/source/latex/koma-script/scrextend.dtx - RELOC/source/latex/koma-script/scrhack.dtx RELOC/source/latex/koma-script/scrjura.dtx RELOC/source/latex/koma-script/scrkernel-addressfiles.dtx RELOC/source/latex/koma-script/scrkernel-basics.dtx @@ -176475,23 +177774,15 @@ runfiles size=4099 RELOC/tex/latex/koma-script/SNleft.lco RELOC/tex/latex/koma-script/UScommercial9.lco RELOC/tex/latex/koma-script/UScommercial9DW.lco - RELOC/tex/latex/koma-script/float.hak - RELOC/tex/latex/koma-script/floatrow.hak - RELOC/tex/latex/koma-script/hyperref.hak RELOC/tex/latex/koma-script/koma-script-source-doc.cls - RELOC/tex/latex/koma-script/listings.hak - RELOC/tex/latex/koma-script/lscape.hak - RELOC/tex/latex/koma-script/nomencl.hak RELOC/tex/latex/koma-script/scraddr.sty RELOC/tex/latex/koma-script/scrartcl.cls RELOC/tex/latex/koma-script/scrarticle.cls RELOC/tex/latex/koma-script/scrbase.sty RELOC/tex/latex/koma-script/scrbook.cls RELOC/tex/latex/koma-script/scrdate.sty - RELOC/tex/latex/koma-script/scrdoc.cls RELOC/tex/latex/koma-script/scrextend.sty RELOC/tex/latex/koma-script/scrfontsizes.sty - RELOC/tex/latex/koma-script/scrhack.sty RELOC/tex/latex/koma-script/scrjura.sty RELOC/tex/latex/koma-script/scrkbase.sty RELOC/tex/latex/koma-script/scrlayer-notecolumn.sty @@ -176511,8 +177802,6 @@ runfiles size=4099 RELOC/tex/latex/koma-script/scrsize11pt.clo RELOC/tex/latex/koma-script/scrsize12pt.clo RELOC/tex/latex/koma-script/scrtime.sty - RELOC/tex/latex/koma-script/setspace.hak - RELOC/tex/latex/koma-script/standardsections.hak RELOC/tex/latex/koma-script/tocbasic.sty RELOC/tex/latex/koma-script/typearea.sty RELOC/tex/latex/koma-script/visualize.lco @@ -176523,7 +177812,7 @@ catalogue-contact-repository https://sourceforge.net/p/koma-script/code catalogue-ctan /macros/latex/contrib/koma-script catalogue-license lppl1.3c catalogue-topics class letter book-pub page-hf geometry float toc-etc legal notes addr-list date-time keyval package-mgmt io-mgmt -catalogue-version 3.41 +catalogue-version 3.43 name koma-script-examples category Package @@ -176747,17 +178036,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" @@ -176765,7 +178054,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 @@ -177124,7 +178412,7 @@ binfiles arch=x86_64-solaris size=3 name kpathsea category TLCore -revision 71664 +revision 72376 shortdesc Path searching library for TeX-related files longdesc Kpathsea is a library and utility programs which provide path longdesc searching facilities for TeX file types, including the @@ -177134,9 +178422,9 @@ longdesc distributed separately, but rather is released and maintained longdesc as part of the TeX Live sources. depend kpathsea.ARCH containersize 33080 -containerchecksum 7f90d2e6c16199d0ee7bf8539506925d156c4a5f843dfab8a69ed67b26f770e82c90cf0b3da6a0586b07ede5f10873a23c306fb84c9cd825bdaf95e5cd4391bb -doccontainersize 1057472 -doccontainerchecksum b072615cdb7c51260039fa5c2c7fa4476bf04a4d8963d644b5c37c03d0e35938eb6b98493664180af58d2e0c40c29a4ca98bcc5d06390c4f7b070537759c8f58 +containerchecksum f8f5404087aeec306e7c2713a165b0ced5bf02aaf5b002e0ac9c603c1a9f9eed3fedfff96ab47cba9c44e4360a0e98fd702a6c178ff51eed198d58717008f8b8 +doccontainersize 1057476 +doccontainerchecksum ba35e45f839354fd5047c12595656cd61ca1426dc164f596f159d2aa2e0cdd38e98e2fd8dc1389bce55db710510057945626a0c7a204e93edab400fa148b3205 docfiles size=584 texmf-dist/doc/info/dir texmf-dist/doc/info/kpathsea.info @@ -177380,7 +178668,7 @@ binfiles arch=x86_64-solaris size=36 name kpfonts category Package -revision 65583 +revision 72680 shortdesc A complete set of fonts for text and mathematics relocated 1 longdesc The family contains text fonts in roman, sans-serif and @@ -177399,11 +178687,11 @@ longdesc originally derived from URW Palladio (with URW's agreement) longdesc though the fonts are very clearly different in appearance from longdesc their parent. execute addMap kpfonts.map -containersize 2246256 -containerchecksum d4d035c30acd5d5731a16e144cb45df6a3ce12c06d290f50c9e721ac67aa4808eade4eeae4c91a5093e29c64f91ec4d7a8d65d42307238c472d87d22eb5298c0 -doccontainersize 1622220 -doccontainerchecksum d030abf78988bc21f0e4afc06f0fda95339864036883877f5ceec11210640fcea8cd0ba54eb4d7b7dcc33b9eee8a0b2593739b4e2260b9db6e23cd480861e79d -docfiles size=438 +containersize 2241532 +containerchecksum bfe0c56318a5d4c9a314e2562429cc3b71c2ae03a830b7a5ebe0af57b3dff3e65b7f57b73e3e4c8dcd1a0d04f4d226796e6b8e0dd8861390ddd1743d9e9e443c +doccontainersize 1634400 +doccontainerchecksum 274b5a6a9012eee0168dfe0449ff4445eac55c2baa6f87ef36d81d842dab42347613edd06821b5f7bc070558106b7b0cbf1f52abf8681c2116ed8f8364e009eb +docfiles size=443 RELOC/doc/fonts/kpfonts/Changes RELOC/doc/fonts/kpfonts/README.txt details="Readme" RELOC/doc/fonts/kpfonts/kpfonts-abstract.pdf details="Summary of features" @@ -179326,7 +180614,7 @@ catalogue-also kpfonts-otf catalogue-ctan /fonts/kpfonts catalogue-license lppl gpl catalogue-topics font font-type1 font-serif font-sans font-mono font-maths -catalogue-version 3.35 +catalogue-version 3.36 name kpfonts-otf category Package @@ -180445,7 +181733,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 @@ -180454,17 +181742,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 @@ -180485,7 +181773,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 @@ -180535,7 +181823,7 @@ catalogue-topics latex3 expl3 macro-supp pre-release name l3build category Package -revision 71371 +revision 72567 shortdesc A testing and building system for (La)TeX longdesc The build system supports testing and building LaTeX3 code, on longdesc Linux, Mac OS X and Windows systems. The package offers: A unit @@ -180547,19 +181835,19 @@ longdesc material released by the LaTeX3 team, and may be updated on a longdesc different schedule. depend l3build.ARCH depend luatex -containersize 36864 -containerchecksum 6043a76a00325ef07bbf09ffb5d6d75dbd19d9e824f5fd3d269e29e2facd06f9c7c0777e92fcc338f0a90e025e8b7b629e71f6047103d27b434910e327c9ec87 -doccontainersize 753592 -doccontainerchecksum df1ddd66c8e7bad4eb73508ddea99c80529fabdf4290f3df61c047d4554ad06cffa8f64e164c2adcfdd573e4e8fc274ffe97ad72d89431a85de0a8e9f33fdf9c -docfiles size=196 +containersize 37020 +containerchecksum 257342039be96573c104dd6847669f6f25e48885b3ba49f6a5bce739adcdfeb7f549c34447fb63b67355f3e628d0e944be1a30204e0ab4c6d32fbce1a20a5b8f +doccontainersize 756312 +doccontainerchecksum f94717f7886259311426c3db446107a126f8fe390bc3b0f267c1b020cd4ac50fe4e4bf017803ad6e2b253b2818f8e273a6b5dac2684c386c47aee5febd3d6d95 +docfiles size=197 texmf-dist/doc/latex/l3build/CHANGELOG.md texmf-dist/doc/latex/l3build/README.md details="Readme" texmf-dist/doc/latex/l3build/l3build.pdf details="Package documentation" texmf-dist/doc/man/man1/l3build.1 texmf-dist/doc/man/man1/l3build.man1.pdf -srccontainersize 31888 -srccontainerchecksum 94b1227bdf13e8eb4d7f9d5bbf01b10c16c812141232ca0e7ff0d18b64ff667256d078c5774f2fd9a5a3b4473d317eaf70360d154c748ce4ad00f1300ede090d -srcfiles size=29 +srccontainersize 32204 +srccontainerchecksum c827aab33242506c71b5fe1c68f3c62f05dd10f3cc298601eeb3300e9be069eca45cbc57d11461a6d01bfa9668b39ed59e585246075d00938eb5a362eea22099 +srcfiles size=30 texmf-dist/source/latex/l3build/l3build.dtx texmf-dist/source/latex/l3build/l3build.ins runfiles size=48 @@ -180726,7 +182014,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 @@ -180744,10 +182032,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" @@ -180761,8 +182049,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 @@ -180797,14 +182085,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 72625 shortdesc LaTeX3 programming conventions relocated 1 longdesc The l3kernel bundle provides an implementation of the LaTeX3 @@ -180814,11 +182102,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 180440 +containerchecksum 19ffbaca7b5a0f27ba7bd01e4cc12047b90945057ac9807868abb53da1f6c1d1d1f5c3d86de55cae8a197380641ea6281903930fbcf9c2607ceaeb033fbcd117 +doccontainersize 12070028 +doccontainerchecksum b8572ecd76143d0e9f444d071ed4ed8691731d5d881a5f7ccccfa7486fe928fff1f09896ba85a0f45a3f8f8fb1bdddb319734faea74d854f417506b62b7de2e4 +docfiles size=3517 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" @@ -180865,8 +182153,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 622892 +srccontainerchecksum 635a60a2c7f94b2d5362ef57e2011b81f804f764fb1e5c872079ce4691942676440498ab2894d8d16c17eab205f88305f208ee1668be8aad2f6a3164e4a64c66 srcfiles size=961 RELOC/source/latex/l3kernel/expl3.dtx RELOC/source/latex/l3kernel/l3.ins @@ -180956,7 +182244,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 @@ -180964,18 +182252,18 @@ catalogue-topics format latex3 pre-release name l3kernel-dev category Package -revision 71567 +revision 72506 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 180232 +containerchecksum ed16066877248c893b907a1d80f98691534b424f6949f3a26f21bc9e1cc0ce0383dbfed7fa83b69a9afb809f15ffa3aed01563b9771b3d7bcc3e63a33bc3f8a0 +doccontainersize 12070724 +doccontainerchecksum 312abe641ed0fae4f185e8575be33a99927abdd5ace3c3ae4b7c38965e4d70a435b2fe68842d92a1e264b94381d6b1294fc0d930ff10011006e5a4659e8e52e7 +docfiles size=3517 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" @@ -181022,8 +182310,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 623012 +srccontainerchecksum b5e931ade0f0b47c4b24322c81a0acf689bd2a0f77e0ce7d4e0e3313a9f267b092f725a87c4c62275c17313e60a8c9b7aa3146e91b7e953e769b0f8e80579d89 srcfiles size=961 RELOC/source/latex-dev/l3kernel/expl3.dtx RELOC/source/latex-dev/l3kernel/l3.ins @@ -181117,7 +182405,7 @@ catalogue-topics format latex3 pre-release name l3packages category Package -revision 71323 +revision 72128 shortdesc High-level LaTeX3 concepts relocated 1 longdesc This collection deals with higher-level ideas such as the @@ -181128,10 +182416,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 20424 +containerchecksum f0d9762be695c12a675d3f2bcf1a211b933c634ae9ca6fc458063d6ead5e33d1b9136ea715ff04993f1f20b549cca3b12414647e3b3628e2135ba52a90b643d9 +doccontainersize 1458196 +doccontainerchecksum 55c40fa419ed6595ffbe6679f9320cfece7176e7baa56293e14ae5c30cd7ee0bd7d57d6123551cbbae384f84b4e769b395f402aa1922624196a1f2a790d22750 docfiles size=433 RELOC/doc/latex/l3packages/CHANGELOG.md RELOC/doc/latex/l3packages/README.md details="Readme" @@ -181140,8 +182428,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 27412 +srccontainerchecksum 2b210c23be60534c90a1e243baf569b1b9efd5dd3724bccc1e9f84e371db556251e28104b794626720b5173e0cd77ab8db514b42847fc89aea2b98115902f66a srcfiles size=33 RELOC/source/latex/l3packages/l3keys2e/l3keys2e.dtx RELOC/source/latex/l3packages/l3keys2e/l3keys2e.ins @@ -181163,7 +182451,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 @@ -182126,7 +183414,7 @@ catalogue-version 0.1 name lastpage category Package -revision 71740 +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 @@ -182134,17 +183422,17 @@ 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 4524 -containerchecksum 0eed14a214aad2470a550d6c761ad1f48b0a4f2c431c97582985441e6a28f98279a1c4c199e300cb335f7c666a0deaacd29ccdbab395b90318809aad7d1f5339 -doccontainersize 579980 -doccontainerchecksum 7a8823d30ffd6ce96f7990b7af27d76d70e04470d432986daafcaf4242bd8fd076ecd32766f267fe0a4f29099d102a385a044b1f60813491caa4a989f6bc0f87 +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 22676 -srccontainerchecksum d01fc11079134ff8c991546826ac419a7bcdb5412cceeb11a3d68a5a9f418870822e80e91851c2203ab614a5c3ed017ca4de95b0d8b7476954af3fc191a9f606 +srccontainerchecksum b63e43a23fba37905ee97c7a04c0d769cc1500be0b2ceb76b97639a1755d45b4fe07a660f5e7333ecfb3b85dcf8766b95963cf83b75b6746e08ff40a552b074c srcfiles size=27 RELOC/source/latex/lastpage/lastpage.drv RELOC/source/latex/lastpage/lastpage.dtx @@ -182159,7 +183447,7 @@ catalogue-also totpages catalogue-ctan /macros/latex/contrib/lastpage catalogue-license lppl1.3c catalogue-topics label-ref -catalogue-version 2.1b +catalogue-version 2.1c name latex category Package @@ -182655,17 +183943,17 @@ catalogue-version 2024-06-01 PL2 name latex-amsmath-dev category Package -revision 71433 +revision 72549 shortdesc Development pre-release of the LaTeX amsmath bundle relocated 1 longdesc This is a pre-release version of the standard LaTeX amsmath longdesc bundle. It accompanies the pre-testing kernel code longdesc (latex-base-dev), and is intended for testing by knowledgeable longdesc users. -containersize 31096 -containerchecksum 53c4247b64eca7336059e8753e096b4d66bd40847d9312ddad017b8258f0d2df7a21bbbd9ca5a96806a8b788085a72a29787ad5192da85399cfcd9be5e8d0044 -doccontainersize 2421808 -doccontainerchecksum 6147512ebec82ab0ce3f82eb0d4ad07f08ced1eb6457a9f5e22b67ee96f5868a5ab4f22fa09859edaa68d0e194a28c3889d8b693be8e6ed9b2105e30d29a36c6 +containersize 31228 +containerchecksum e6eff09d5ac2686ed5f35f0c1c7dd4d9d343cf530d93ee82df4073a261db9a1edd17ba99a6d1326833d5dcf29d885cfc2d7e79fef757ab23c2b5fdd69eede201 +doccontainersize 2423044 +doccontainerchecksum ce93a3a9c6c532af004f6e96e269687552ce1c89c5be34de57af1bb02acf46b9279f5a08ac41dde542e5e8e27429a893f8788c73f895267ccccb1154f566f3f3 docfiles size=717 RELOC/doc/latex-dev/amsmath/README.md details="Readme" RELOC/doc/latex-dev/amsmath/ams-external.txt @@ -182688,8 +183976,8 @@ docfiles size=717 RELOC/doc/latex-dev/amsmath/technote.tex RELOC/doc/latex-dev/amsmath/testmath.pdf details="Examples paper" language="en" RELOC/doc/latex-dev/amsmath/testmath.tex -srccontainersize 66452 -srccontainerchecksum f0f4d7a18cbecb17f533c140840e033d15adf2598229105bc10e24b4f06b502688da5b0e98daad3cc9ef81ddb622e31b52a0e0ed3c0f42dddcb395da9d927c46 +srccontainersize 66804 +srccontainerchecksum edda6398088554e02d580fabe547b4ebf2357842b23b0a6dc2ace96d6876317353e6ba66aab0d9a8ca746658a517e70a8db1bea85154b1cd47b0b59120ae542f srcfiles size=82 RELOC/source/latex-dev/amsmath/amsbsy.dtx RELOC/source/latex-dev/amsmath/amsbsy.ins @@ -182718,11 +184006,11 @@ runfiles size=70 catalogue-ctan /macros/latex-dev/required/amsmath catalogue-license lppl1.3c catalogue-topics maths latex-devel -catalogue-version 2024-11-01 pre-release 0 +catalogue-version 2024-11-01 pre-release 4 name latex-base-dev category Package -revision 71510 +revision 72549 shortdesc Development pre-release of the LaTeX kernel relocated 1 longdesc This package provides a testing release for upcoming LaTeX2e @@ -182732,11 +184020,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 249192 +containerchecksum eff35af828a81d68ebb0787c613e4813beb88e39699568881b495cb2a35cfe5f5d85934811caa309b267618f681c5dfb0c7ac1084ec4aabd60d15ab7d2d1de59 +doccontainersize 36871412 +doccontainerchecksum fafea70a6ff7cc8f3c6e8e728ca22cfaf65c10d24f1dc3b74bc0ec8ae3d060d4af455d5a0272fac53ef03a720f738edc56a0e1c14403578e929ce4ea9d58cc0b +docfiles size=11715 RELOC/doc/latex-dev/base/README.md details="Readme" RELOC/doc/latex-dev/base/alltt.pdf RELOC/doc/latex-dev/base/bugs.txt @@ -182895,6 +184183,10 @@ docfiles size=11339 RELOC/doc/latex-dev/base/ltsockets-code.tex RELOC/doc/latex-dev/base/ltsockets-doc.pdf RELOC/doc/latex-dev/base/ltsockets-doc.tex + RELOC/doc/latex-dev/base/lttemplates-code.pdf + RELOC/doc/latex-dev/base/lttemplates-code.tex + RELOC/doc/latex-dev/base/lttemplates-doc.pdf + RELOC/doc/latex-dev/base/lttemplates-doc.tex RELOC/doc/latex-dev/base/ltx3info.pdf RELOC/doc/latex-dev/base/ltx3info.tex RELOC/doc/latex-dev/base/ltxdoc.pdf @@ -182921,9 +184213,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 786552 +srccontainerchecksum a56e57906e0d5dae497ce66d1ebe0d71410f4c859090945969e2c1267ce2eb24f4a92a2eeacdfb8accb4a3f010657c7d90494f573863b5d25f0da6a16ec65c78 +srcfiles size=1160 RELOC/source/latex-dev/base/alltt.dtx RELOC/source/latex-dev/base/alltt.ins RELOC/source/latex-dev/base/classes.dtx @@ -183032,7 +184324,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=710 RELOC/tex/latex-dev/base/alltt.sty RELOC/tex/latex-dev/base/ansinew.def RELOC/tex/latex-dev/base/applemac.def @@ -183203,7 +184495,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 4 name latex-bin category TLCore @@ -183751,7 +185043,7 @@ catalogue-version 2 name latex-doc-ptr category Package -revision 57311 +revision 72417 shortdesc A direction-finder for LaTeX resources available online relocated 1 longdesc A brief set of recommendations for users who need online @@ -183760,16 +185052,15 @@ longdesc documentation of LaTeX itself, in distributions. For example, longdesc it could be used in the command texdoc latex, in the TeX Live longdesc distribution. containersize 520 -containerchecksum 22017cc47746d2e14436915a0d649b31050debff1827cca44a3ab7bf9b240f40450d445a8eaab811b8737f589839ab7f2078aced47b65b320237ddbcc443b99a -doccontainersize 186924 -doccontainerchecksum c7d7217a9136785cfd6ddb000e51d455e7482bfe395a9131329767bfffc71f918c2349b1426b615a6740263c958530c68c044ee3ae78300a004a8acf20bd8bdc -docfiles size=68 +containerchecksum 914894a495f39cd9f8c54db88dc2abedc507c48eb7d95fc6a8641600387260631439d6c7179012a99a7cf13341790d6f3883d2e6d47df0093084bf71a715cc33 +doccontainersize 196148 +doccontainerchecksum a2f36b5a886415535af0e3771aa88ef47795f2eebcff06515f606fdd81ae5727cabbb4fb9019f4aeea72a417b2f603c31906de008d713b7cb5e1911efa3d295e +docfiles size=69 RELOC/doc/latex/latex-doc-ptr/LICENSE RELOC/doc/latex/latex-doc-ptr/Makefile RELOC/doc/latex/latex-doc-ptr/README details="Readme" RELOC/doc/latex/latex-doc-ptr/dash.sty RELOC/doc/latex/latex-doc-ptr/latex-doc-ptr.css - RELOC/doc/latex/latex-doc-ptr/latex-doc-ptr.css.replacement RELOC/doc/latex/latex-doc-ptr/latex-doc-ptr.html RELOC/doc/latex/latex-doc-ptr/latex-doc-ptr.pdf details="The document itself" RELOC/doc/latex/latex-doc-ptr/latex-doc-ptr.sty @@ -183782,23 +185073,23 @@ catalogue-topics latex-doc name latex-firstaid-dev category Package -revision 70790 +revision 72549 shortdesc Development pre-release of the LaTeX firstaid package relocated 1 longdesc This is a pre-release version of the standard LaTeX firstaid longdesc package. It accompanies the pre-testing kernel code longdesc (latex-base-dev), and is intended for testing by knowledgeable longdesc users. -containersize 3656 -containerchecksum 6f240914ab061e16517585606925827dfe54da77f09582d01454fa45f47450dd6c1d13e90f2c06e5e87423f22692e966a2f584589deb45297e3c570e356495b1 -doccontainersize 267040 -doccontainerchecksum 7ee8f8be9471c56fe9b219f050fbb4163e3379c73d1fa0caa366fb10454fa2299d47a73176db39aa3569f7d14a2adcabac4499ade35ebaa629f5dee839b063ba -docfiles size=70 +containersize 3796 +containerchecksum baa9c8c6283c37113c4bdeec470770d9ad45dc93e1045c0ec334afd5e40698ebf5a1c0c9d5f14b55a7ce9bf148bd6d5d17ac23dfbd1b2f0ec05e3e831dc21375 +doccontainersize 269588 +doccontainerchecksum 6935ae5aa359d5beaf7b87c1b7af8a7afc48e4ba6c7672cc7b57a8f7d4e8a96858a4a7f5113b681f6ac7f97d376cbdefbfbde3442bc58a916f04f026d90d3cc7 +docfiles size=71 RELOC/doc/latex-dev/firstaid/README.md details="Readme" RELOC/doc/latex-dev/firstaid/changes.txt RELOC/doc/latex-dev/firstaid/latex2e-first-aid-for-external-files.pdf details="Package documentation" -srccontainersize 8540 -srccontainerchecksum 3c77043b6ccfdd8ce77275ee1d56caa9322ce86b2e0590d3c1db696704c13149f1713dc4cb0e920ae036e80bbd4d166cb06f89ee76e3ce1b243bde117c8924a6 +srccontainersize 8728 +srccontainerchecksum 724ca2f83f99ca43c079189352409b78c8ffa5c4f999e58875742eae765ea8c1ec9d92ed9aae613bcae5ba19201200a97aff2bf625d2fdd57c47b132844ace76 srcfiles size=8 RELOC/source/latex-dev/firstaid/firstaid.ins RELOC/source/latex-dev/firstaid/latex2e-first-aid-for-external-files.dtx @@ -183809,7 +185100,7 @@ runfiles size=5 catalogue-ctan /macros/latex-dev/required/firstaid catalogue-license lppl1.3c catalogue-topics format bugfix latex-devel -catalogue-version 1.1e +catalogue-version 1.1f name latex-fonts category Package @@ -184543,7 +185834,7 @@ catalogue-topics book-ex name latex-graphics-dev category Package -revision 71433 +revision 72549 shortdesc Development pre-release of the LaTeX graphics bundle relocated 1 longdesc This is a pre-release version of the standard LaTeX graphics @@ -184551,10 +185842,10 @@ 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 +containersize 15896 +containerchecksum 57b9af80f371d73beed5e452973e2fd1bc6209234995db6c34152283ecc3fdc0a9a1695b98564643f9e5303bd61f952e6d0db0b1e1d6684b1029b43758cf284f +doccontainersize 2491156 +doccontainerchecksum ae924e872dda206c6c89709bf6a10be85200cc8aa344af0cf7474bbd595234ab547ecadefd11bb1c37400bbb410d3476fa644b54b5b8076bf6e5be9d139a5610 docfiles size=775 RELOC/doc/latex-dev/graphics/README.md details="Readme" RELOC/doc/latex-dev/graphics/cat.eps @@ -184573,8 +185864,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 57168 +srccontainerchecksum 44d9443d8daff0a835341ddf5d2733d4599af1589a810f8ec51e6abb1beaa02f36b77fa43a11e0dac639aad447a23b7c7d8809b2b8422e6033dee6240c6aff50 srcfiles size=69 RELOC/source/latex-dev/graphics/color.dtx RELOC/source/latex-dev/graphics/drivers.dtx @@ -184614,7 +185905,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 4 name latex-lab category Package @@ -184750,7 +186041,7 @@ catalogue-topics format latex-devel name latex-lab-dev category Package -revision 71416 +revision 72549 shortdesc LaTeX laboratory: Development pre-release relocated 1 longdesc This package provides a testing release for upcoming changes to @@ -184758,11 +186049,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 46264 +containerchecksum ab5f2651a0458f213c12ee1359d07dedfab35e76ca302310518368d5b2d5a1e17bcc43de67630ae9673883b285697abb61f06937dc0df3d28faf10e8e759602e +doccontainersize 8863604 +doccontainerchecksum ebdee482a82aff4e0ba3b67ae415612950781041370de1f04516d7db95761e35785c13e6017a2ddd0d05b8b169a6cb9145555030bdebe7b2b7bb194d2ade746e +docfiles size=3147 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 @@ -184796,9 +186087,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 130008 +srccontainerchecksum c6865896557835f255df5f872f1bf9896b7f2d2058571ecd9c2d609a96a40078ae453635710069e39e2a25f245b4db628c0778d59ffa8754ae6771be56169fad +srcfiles size=171 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 @@ -184824,7 +186115,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=103 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 @@ -184873,7 +186164,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 4 name latex-make category Package @@ -185221,18 +186512,18 @@ catalogue-version 1.2 name latex-tools-dev category Package -revision 71433 +revision 72549 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 46288 +containerchecksum fa240d1538af068f25ba10a9c16bd7edfe5d67ac548f0e2fd64170e627e44b59ebb35df9ce546a1005bde8045ca042038ef203e45da1343d9d097317cb2695fb +doccontainersize 6342100 +doccontainerchecksum ceb13e938cff4d810280605349c86ea5d2c7cd35d6f4c6afda4c58f990a02812421335e35c80ccd331c7219a8b2cd046e3bb5f0a240422b6f7f8c11b24d9aa55 +docfiles size=2013 RELOC/doc/latex-dev/tools/README.md details="Readme" RELOC/doc/latex-dev/tools/afterpage.pdf RELOC/doc/latex-dev/tools/array.pdf @@ -185265,9 +186556,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 243084 +srccontainerchecksum 61ef3c7f4717c370e3ec8e6e7a104957e1e3ac354ac8434ea974d714ff490564d45f01e58b0dad6f1fdfeef5e7fca1d6c16fd279c6655c08d6ba765ced01e71e +srcfiles size=288 RELOC/source/latex-dev/tools/afterpage.dtx RELOC/source/latex-dev/tools/afterpage.ins RELOC/source/latex-dev/tools/array.dtx @@ -185303,7 +186594,7 @@ srcfiles size=285 RELOC/source/latex-dev/tools/verbatim.dtx RELOC/source/latex-dev/tools/xr.dtx RELOC/source/latex-dev/tools/xspace.dtx -runfiles size=128 +runfiles size=129 RELOC/tex/latex-dev/tools/.tex RELOC/tex/latex-dev/tools/afterpage.sty RELOC/tex/latex-dev/tools/array-2016-10-06.sty @@ -185357,7 +186648,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 4 name latex-uni8 category Package @@ -186585,7 +187876,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 @@ -186598,11 +187889,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 @@ -186623,7 +187914,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 @@ -186631,7 +187922,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 @@ -187010,16 +188301,16 @@ catalogue-topics version-control doc-mgmt name latexindent category Package -revision 71804 +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 76504 -containerchecksum 2c117ad42e7e6ae7dd2427eb16e2296c102f9ecbf158172fd6e176864d2de993ad531743ac4d7c2ef989bfcb481e15393178fcd73dba92b243a6a36dff5b84e1 -doccontainersize 1349760 -doccontainerchecksum fe4ab5129bcee05dcb042bcc146e0aec0d486d6d26f2af6a39140c4c162b39119e53f1fda21ad2e5c33a3ba6d9240f82d0443084c4d766c9dcf5ce5d8c1ecb63 +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 @@ -187080,7 +188371,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.3 +catalogue-version 3.24.4 name latexindent.aarch64-linux category Package @@ -187165,11 +188456,11 @@ binfiles arch=universal-darwin size=1 name latexindent.windows category Package -revision 71804 +revision 71840 shortdesc windows files of latexindent -containersize 3859412 -containerchecksum c87b7bb951b3ec119141b00d1e58a87c4274be4ddb8ba1f3d198c80248b2832c4bd6e7c0f5ce49478d2370296494909afca51a92326e175c60ed1fc79ebabfd7 -binfiles arch=windows size=2315 +containersize 3859816 +containerchecksum ee528a26b3e785096c527e7abfff4e87d10b7b42e9813949a56d1721d4168b3b90e803f4a296be791d830193e9b0d3cef7fe0714626fea68ea19dc212c221cd7 +binfiles arch=windows size=2316 bin/windows/latexindent.exe name latexindent.x86_64-cygwin @@ -190529,7 +191820,7 @@ catalogue-version 0.41 name letgut category Package -revision 70491 +revision 72638 shortdesc Class for the newsletter "La Lettre GUTenberg" of the French TeX User Group GUTenberg relocated 1 longdesc The French TeX User Group GUTenberg has been publishing "The @@ -190555,11 +191846,11 @@ longdesc d'Administration de l'association, elu en novembre 2020, a longdesc souhaite fournir une classe mieux structuree, davantage perenne longdesc et documentee, a meme d'etre publiee sur le CTAN. C'est longdesc desormais chose faite avec la presente classe letgut. -containersize 53324 -containerchecksum c15fd728d7bf9bca8f39cd954e591eeea3a9ede3c7e3c8251c21980b045a34422b306bb99ee916d612ee7e2c02c2c999f885c6f842c0f466ae9648b511317056 -doccontainersize 1324816 -doccontainerchecksum 33e37b14346a8a434dfd0c089e4db5df60d2a24ad6ba4e0095fc8770ca8a098414a0486919f7b1258137c68b00e5d9e97bd9583cd299261fb048cb33d1738c78 -docfiles size=434 +containersize 53636 +containerchecksum e61e8d76abaf9a8dcd8f307f53e09fa67921870711a5ca703f45696c38e227ed31e8733d78eebdecdc9b202cdfc9d74cb39d73f7766f41651f08c316cae5de4b +doccontainersize 1334340 +doccontainerchecksum 66e98d44de32485c1dc276c89e3cf421d924b711cd706a5f5e434d55b78945fefa0af487e78741162068d7acd4fc2fbc0f310b44e9668003fdaf2314dc73c83a +docfiles size=436 RELOC/doc/lualatex/letgut/CHANGELOG.md RELOC/doc/lualatex/letgut/README.md details="Readme" RELOC/doc/lualatex/letgut/exemple-nouveautes.pdf @@ -190575,13 +191866,13 @@ docfiles size=434 RELOC/doc/lualatex/letgut/listings-conf.tex RELOC/doc/lualatex/letgut/localconf.tex RELOC/doc/lualatex/letgut/xindex-letgut.lua -srccontainersize 67936 -srccontainerchecksum c54b533d70d9fbd540c5ca1096f014bcd65801563ef58b2777ff517791d0a51a67453b0a934ae901d751f7d202bf8e63bd80a1fbb82f0e6a31553911d58a33d7 +srccontainersize 68612 +srccontainerchecksum edb959b965cb52082d82b83c6c56287b36706af05c826b844a0ff35558fefd6f939846b130aac598a310fdebb2230c2e81e17f05877c28bea4b63c8df1b0f109 srcfiles size=88 RELOC/source/lualatex/letgut/HOWTO.md RELOC/source/lualatex/letgut/letgut-banner.org RELOC/source/lualatex/letgut/letgut.org -runfiles size=70 +runfiles size=71 RELOC/tex/lualatex/letgut/informations-gut.tex RELOC/tex/lualatex/letgut/letgut-acronyms.tex RELOC/tex/lualatex/letgut/letgut-banner.sty @@ -190597,7 +191888,7 @@ catalogue-contact-repository https://framagit.org/gutenberg/letgut/ catalogue-ctan /macros/luatex/latex/letgut catalogue-license lppl1.3c catalogue-topics magazine luatex -catalogue-version 0.9.9 +catalogue-version 0.9.11 name letltxmacro category Package @@ -194527,7 +195818,7 @@ catalogue-version 0.02 name libertinus-fonts category Package -revision 57948 +revision 72484 shortdesc The Libertinus font family relocated 1 longdesc This is a fork of the Linux Libertine and Linux Biolinum fonts @@ -194538,11 +195829,11 @@ longdesc forked from Linux Libertine. Libertinus Sans: forked from Linux longdesc Biolinum. Libertinus Mono: forked from Linux Libertine Mono. longdesc Libertinus Math: an OpenType math font for use in OpenType longdesc math-capable applications like LuaTeX, XeTeX or MS Word 2007+. -containersize 1659740 -containerchecksum 5deeffa40e2399169a7ec16fec4d417c27350cb5ccb7f59eb1638172758e88167d24470d889b311760b0739b9fa0251e2389f7ccda0e4e8e2ce3a454406f13be -doccontainersize 553012 -doccontainerchecksum 410edfda953b321c9fa53e99854eea206177e4486c0fdd6ae3cc20eddb31111f28f17dfd725c5f2dc573d82ba5daa1f75c544709accae84292cff45d52b10c18 -docfiles size=279 +containersize 1795384 +containerchecksum 234dc32fa5b1f1c7a974444b264a1c258b7a12e1658f45146135d3f75ea8e94b4860282da79b5cdeb587c65f12d7476006d8546505c2842c306be72f51ee21df +doccontainersize 488236 +doccontainerchecksum 77d107e0e6adcadf82b8f07f3753e60066ded292200316639e6185f995bf83090ecd61ea17139d10856041f1e5624d9bba8fc1eb361e75066f6c6f16ad1a7cf8 +docfiles size=242 RELOC/doc/fonts/libertinus-fonts/AUTHORS.txt RELOC/doc/fonts/libertinus-fonts/CONTRIBUTING.md RELOC/doc/fonts/libertinus-fonts/CONTRIBUTORS.txt @@ -194553,11 +195844,11 @@ docfiles size=279 RELOC/doc/fonts/libertinus-fonts/OFL.txt RELOC/doc/fonts/libertinus-fonts/Opentype-Features.pdf RELOC/doc/fonts/libertinus-fonts/README.md details="Readme" - RELOC/doc/fonts/libertinus-fonts/Sample.pdf details="Font samples" RELOC/doc/fonts/libertinus-fonts/libertinus.css - RELOC/doc/fonts/libertinus-fonts/preview.pdf RELOC/doc/fonts/libertinus-fonts/preview.svg -runfiles size=871 + RELOC/doc/fonts/libertinus-fonts/sample.pdf details="Font samples" + RELOC/doc/fonts/libertinus-fonts/waterfalls.pdf +runfiles size=936 RELOC/fonts/opentype/public/libertinus-fonts/LibertinusKeyboard-Regular.otf RELOC/fonts/opentype/public/libertinus-fonts/LibertinusMath-Regular.otf RELOC/fonts/opentype/public/libertinus-fonts/LibertinusMono-Regular.otf @@ -194579,7 +195870,7 @@ catalogue-contact-repository https://github.com/alerque/libertinus catalogue-ctan /fonts/libertinus-fonts catalogue-license ofl catalogue-topics font font-body font-proportional font-mono font-serif font-sans font-multilingual font-maths font-otf -catalogue-version 7.040 +catalogue-version 7.051 name libertinus-otf category Package @@ -194610,392 +195901,379 @@ catalogue-version 0.32 name libertinus-type1 category Package -revision 67450 +revision 72354 shortdesc Support for using Libertinus fonts with LaTeX/pdfLaTeX relocated 1 longdesc This package provides support for use of Libertinus fonts with longdesc traditional processing engines (LaTeX with dvips or dvipdfmx, longdesc or pdfLaTeX). execute addMap libertinus.map -containersize 8564832 -containerchecksum 6c84de57b1778ec35d9f56b00e577f9f8c1293132cedba43e657f4425e9bf01ab4243fe6ffb872aeb99b446019539a640d29c88cf29cc86d649d2a00f77952f7 -doccontainersize 1447396 -doccontainerchecksum c656af53b98735bec8c63c3e56160da943379f4b908f553a27cd1c82111b201eb15c1f1eb1b6ff89fee281c27ea36d6fffc5592b75722cd561c8770ef2d3f6a6 -docfiles size=362 +containersize 6489200 +containerchecksum 99c0cdb0956a2ba108a0a5eecdb337f91b204b6b3e3e876cd73611dd395f57951f870a5539786c8b92ee38695989b1aba7c501c58d2f231939ac1ca8eedb8595 +doccontainersize 1126120 +doccontainerchecksum 310181515d670306bef19e40fa28368eb62fbc655473239c6616c1dc5d93b3d1fc107e87d3de4e7ddddf5a1ff2d55f599da9f7721c168af6094273e1d225182d +docfiles size=283 RELOC/doc/fonts/libertinus-type1/OFL.txt RELOC/doc/fonts/libertinus-type1/README details="Readme" RELOC/doc/fonts/libertinus-type1/libertinus-samples.pdf details="Font samples" RELOC/doc/fonts/libertinus-type1/libertinus-samples.tex RELOC/doc/fonts/libertinus-type1/libertinus-type1.pdf details="Package documentation" RELOC/doc/fonts/libertinus-type1/libertinus-type1.tex -runfiles size=5031 - RELOC/fonts/enc/dvips/libertinus-type1/lbts_2dnbtf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_2fcdyd.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_2ojay3.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_2tlncs.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_2u3q4p.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_2vfnnw.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_2y652m.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_2yds7f.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_35favc.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_36t55i.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_37i5h5.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_3d54jy.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_3j5xjf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_3jolak.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_3kirmv.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_3kmpct.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_3m644f.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_3qta4x.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_3ssu23.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_3un72f.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_3vqmyw.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_3yrfnt.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_4crdwc.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_4d42wm.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_4gaomz.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_4hcz3c.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_4mrx7q.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_4q6kep.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_4sdcjk.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_4uwsiq.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_4wbnoe.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_4xoyfg.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_4zqa2g.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_57bjkg.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_5acxeg.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_5cy3nd.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_5h7qbk.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_5jnf2k.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_5xa72p.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_63ftwl.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_674lrv.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_6caxtj.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_6ewxxu.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_6gletg.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_6h6srf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_6hdezz.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_6l4fbc.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_6lk76t.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_6wmeer.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_72youc.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_75t36g.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_76xdns.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_77jah4.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_77t54r.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_7aen2t.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_7bccbz.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_7d2mhk.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_7hmj2z.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_7lwjes.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_7mm7zy.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_7oodvn.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_7vsebg.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_7yclm6.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_a3f66t.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_aidrin.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_arfinu.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_at32ur.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_avlujb.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_avlydd.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ayzaac.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_b4oezt.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_b5fzbp.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_b7xqh5.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_bgegdt.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_bjbyqz.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_bn2i3n.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_bvhzzu.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_bxwrog.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_c3bv3f.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_c4i7ev.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_c4nx3a.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_c6vmpn.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_c7grr2.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_calslh.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_cb34qf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_cefqwa.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ckbdgg.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ckenly.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_cpinjp.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_cslza4.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_cykel7.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_d2pxsd.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_d37b7c.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_dgc4ye.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_dhtsou.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_dkknmm.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_dn22no.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_dsfsze.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_dzyoth.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_e35iwk.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_e5lu6a.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ecxtyf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ed5ai4.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_eejjqw.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ep5pfz.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_epdddg.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ercrba.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_erdvwd.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_esgnlu.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_et5tau.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_exfok6.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_f2r76x.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_f3pcwn.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_fili27.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_fmdp7p.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_fmriqv.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_fph2zj.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_fszxp3.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_fujx3h.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_fuyass.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_fy3had.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_g3dkmi.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_g6etas.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_gazpeh.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_gc5t3w.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_gekugp.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_gh4gmp.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_goqnek.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_gp3nhm.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_gq67ga.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_gr4hit.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_gz554e.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_gz7arp.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_hahfqq.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_hboyu3.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_hej6xm.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_hhbt6z.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_hhmpft.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_hjeuwr.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_hrrrjq.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_hvvyjb.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_hxvdny.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_hzjkgg.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_i52ngl.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_iadd5v.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_iaq24h.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ibb6ig.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_icmtyb.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ighl2q.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_igmfoi.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ihsp6n.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_iknsvo.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_inpbes.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ipd343.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_is673m.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_iv4zj2.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_j6sgbi.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_jb5pke.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_jdjwkh.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_jfamas.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_jrenuz.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_jwzfsl.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_k62zaj.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_kbhblx.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_kehxxc.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_koaj57.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_komy7m.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_kq3xmd.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_kwkowq.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_l5raak.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_l5ujiv.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_l5vej2.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_l6vzgi.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_l74upk.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_laenbp.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_lafzha.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_lhntva.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_lkanbr.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_llns2d.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_llzec3.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_lsubum.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_lwzthx.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_lyzgu3.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_lzae2z.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_lzywtf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_m254rf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_m2klan.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_m3c2oj.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_m3l6fs.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_m5c6xi.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_m7sqdm.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_mbfmc4.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_mfadfl.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_mi54ls.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_mll6fo.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_mlwm27.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_mmgovh.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_mphtgh.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_mrbizy.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_mvzwgg.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_mxiee2.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_mzxlpf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_n3cifc.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_n3dtgz.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_n4gj6t.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_n4tewx.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_nl47lc.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_nufysp.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_nv3oiw.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_o7mh5o.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_oaaihm.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_obkmrl.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_obzz72.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_of47id.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_of4nbw.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_olw3tj.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_onayya.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_opzo24.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ork5hb.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_orvmfm.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_osdvzf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_oxank3.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_p5b3to.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_p7snj6.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_pa7fun.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_pag3gg.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_pb7os7.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_pdot6l.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_peeabe.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_pkzsom.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_poicuj.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ponsko.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ppaygs.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_pquqdo.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ptnx64.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_pydski.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_q2cvbs.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_q2ibpc.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_q4imkx.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_q4q2yp.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_qcfvgl.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_qe2yqv.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_qpph5c.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_qqnp2h.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_qsv3bx.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_quwwcn.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_qylzkl.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_qzwhi6.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_r37ntu.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_r4goj2.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_r7yss2.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_rcarnw.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_rchowm.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_rfuadt.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ridgvo.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_rlktsf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_rpeiua.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_rqhkdi.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_rtitj6.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_rv4ogi.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_sceraq.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_segm3u.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_sewfus.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_sfissr.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_sihybe.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_sjlxxx.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_slsqbu.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_snijqp.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_sppvmf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_srwzhm.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_st5lk5.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_sut3w7.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_szn4yf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_szwnvb.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_tevnlg.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_tll2u3.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_trmgk4.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_trxlme.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_tzl7op.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_u2zr7g.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_u7nqae.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ucipzb.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ucscsg.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ugujza.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_uhqgc3.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_uhwxqu.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_uoecuf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_usfuuy.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_usl52j.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_usz5ut.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_utifxg.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_uwmf7x.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_uxbjn5.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_uxf4m5.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_v5z4kv.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_vafbri.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_vejg7h.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_vftr22.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_vgw5na.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_vhmker.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_vizicw.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_vjxogo.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_vkm6ln.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_vmhi4g.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_vmjjgq.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_vtz4pu.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_vu5j2r.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_vvzoei.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_w5ro75.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_waqoej.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_wm6att.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_wogi6j.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_wozmdw.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_wrg6fm.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_x7beke.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_xaezkf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_xfy7gm.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_xh3iko.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_xhfw3j.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_xjb3td.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_xpehld.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_xrj6hp.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ya3yeu.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ya7mbv.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_yaf6wf.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_yahecb.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ygr64v.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_yki2t7.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ynfuvy.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_ysaokq.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_yt5vb5.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_yuwgqp.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_yzuq4p.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_z6ew44.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_z6nnva.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_zh5q6t.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_zjhiql.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_znslmj.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_zpwads.enc - RELOC/fonts/enc/dvips/libertinus-type1/lbts_zqzvht.enc +runfiles size=4057 + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_2dnbtf.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_2fcdyd.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_2vfnnw.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_2y652m.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_2yds7f.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_35favc.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_36t55i.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_37i5h5.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_3cokjk.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_3d54jy.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_3j5xjf.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_3jolak.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_3kirmv.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_3kmpct.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_3m644f.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_3qta4x.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_3ssu23.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_3un72f.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_3vqmyw.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_3yrfnt.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_4crdwc.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_4d42wm.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_4gaomz.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_4hcz3c.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_4mrx7q.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_4q6kep.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_4sdcjk.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_4uwsiq.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_4wbnoe.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_4xoyfg.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_4zqa2g.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_57bjkg.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_5acxeg.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_5cy3nd.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_5f7tjt.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_5h7qbk.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_5jnf2k.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_63ftwl.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_667eeu.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_674lrv.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_6caxtj.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_6ewxxu.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_6gletg.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_6h6srf.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_6hdezz.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_6l4fbc.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_6lk76t.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_6muo3k.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_6wmeer.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_72youc.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_75t36g.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_76xdns.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_77jah4.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_77t54r.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_7aen2t.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_7bccbz.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_7d2mhk.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_7hmj2z.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_7lwjes.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_7mm7zy.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_7np5uz.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_7oodvn.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_7vsebg.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_7yclm6.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_a3f66t.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_aidrin.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_at32ur.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_avlujb.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_avlydd.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ayzaac.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_b4oezt.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_b5fzbp.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_b5ulzv.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_b7xqh5.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_bgegdt.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_bjbyqz.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_bn2i3n.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_bvhzzu.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_bwr4ko.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_bxwrog.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_c3bv3f.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_c4i7ev.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_c4nx3a.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_c6vmpn.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_c7grr2.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_calslh.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_cb34qf.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_cefqwa.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ckbdgg.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ckenly.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_cpinjp.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_cslza4.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_cykel7.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_d2pxsd.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_d37b7c.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_d7j3zj.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_dashch.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_dgc4ye.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_dhtsou.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_dkknmm.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_dn22no.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_dprkig.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_dsfsze.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_dzyoth.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_e2cf4v.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_e35iwk.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_e5lu6a.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_eclek4.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ecxtyf.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ed5ai4.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_eejjqw.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ep5pfz.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_epdddg.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ercrba.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_erdvwd.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_esgnlu.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_et5tau.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_exfok6.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_f2r76x.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_f3pcwn.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_fafj4h.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_fili27.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_fmdp7p.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_fmriqv.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_fph2zj.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_fszxp3.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_fuyass.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_fy3had.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_g3dkmi.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_g6etas.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_gazpeh.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_gh4gmp.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_gr4hit.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_gxlsis.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_gz7arp.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_hahfqq.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_hej6xm.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_hgpggj.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_hhbt6z.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_hhmpft.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_hm3bfr.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_hrrrjq.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_hvubca.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_hvvyjb.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_hxvdny.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_hzjkgg.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_i52ngl.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_iadd5v.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_iaq24h.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ibb6ig.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_icmtyb.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ighl2q.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_igmfoi.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ihkzot.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ihsp6n.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_iknsvo.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_inpbes.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ipd343.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_iv4zj2.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_j6sgbi.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_jb5pke.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_jdjwkh.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_jfamas.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_jrenuz.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_jvtoya.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_jwzfsl.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_k62zaj.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_kbhblx.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_kehxxc.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_kirbtk.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_koaj57.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_komy7m.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_kq3xmd.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_kwkowq.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_kynajb.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_l5ujiv.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_l5vej2.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_l6vzgi.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_l74upk.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_laenbp.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_lafzha.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_lhntva.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_lkanbr.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_llns2d.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_llzec3.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_lsubum.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_lwzthx.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_lyzgu3.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_lzae2z.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_lzywtf.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_m254rf.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_m2klan.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_m3c2oj.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_m3l6fs.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_m5c6xi.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_m7sqdm.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_mbfmc4.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_mfadfl.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_mi54ls.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_mll6fo.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_mlwm27.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_mmgovh.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_mphtgh.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_mrbizy.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_mru3ev.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_mxiee2.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_myww54.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_n3cifc.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_n3dtgz.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_n4gj6t.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_n4tewx.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_nl47lc.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_nufysp.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_o7mh5o.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_oaaihm.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_obzz72.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_of47id.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_of4nbw.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_olk76w.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_olw3tj.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_onayya.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_opzo24.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ork5hb.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_orvmfm.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_osdvzf.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_oxank3.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_p5b3to.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_p7snj6.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_pb7os7.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_pdot6l.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_peeabe.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_pkzsom.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_poicuj.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ponsko.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_pquqdo.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ptnx64.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_pydski.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_q2cvbs.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_q2ibpc.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_q4imkx.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_q4q2yp.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_qbwrql.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_qcfvgl.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_qe2yqv.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_qgowik.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_qpph5c.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_qqnp2h.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_qsv3bx.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_qzwhi6.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_r37ntu.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_r4goj2.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_r7yss2.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_rcarnw.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_rchowm.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_rfuadt.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ridgvo.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_rlktsf.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_rpeiua.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_rqhkdi.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_rtitj6.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_rvhnvp.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_sceraq.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_segm3u.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_sewfus.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_sfissr.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_sihybe.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_sjlxxx.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_slsqbu.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_sncvby.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_snijqp.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_sppvmf.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_srwzhm.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_st5lk5.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_sut3w7.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_szn4yf.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_szwnvb.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_t2ckkh.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_tc5bjz.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_tevnlg.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_tg6ewh.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_tll2u3.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_trmgk4.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_trxlme.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_tvlhp3.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_tzl7op.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_tzy66j.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_u7nqae.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ubtjzz.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ucipzb.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ucscsg.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ugujza.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_uhqgc3.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_uhwxqu.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_uoecuf.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_usfuuy.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_usl52j.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_usz5ut.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_utifxg.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_uwmf7x.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_uxbjn5.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_uxf4m5.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_uywzpa.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_v5z4kv.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_vejg7h.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_vftr22.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_vgw5na.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_vhmker.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_vizicw.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_vjxogo.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_vmhi4g.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_vmjjgq.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_vtz4pu.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_vu5j2r.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_vvzoei.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_w5ro75.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_wogi6j.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_wozmdw.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_wrg6fm.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_wyvtce.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_x7beke.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_xaezkf.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_xfy7gm.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_xh3iko.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_xhfw3j.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_xrj6hp.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_y2inml.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ya3yeu.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_yaf6wf.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_yahecb.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_yaunjw.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ygr64v.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_yki2t7.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ynfuvy.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_ysaokq.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_yt5vb5.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_yuwgqp.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_yzuq4p.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_z6nnva.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_zh5q6t.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_zjhiql.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_znslmj.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_zpwads.enc + RELOC/fonts/enc/dvips/libertinus-type1/lbn1_zqzvht.enc RELOC/fonts/map/dvips/libertinus-type1/libertinus.map - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Bold-tlf-ly1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Bold-tlf-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Bold-tlf-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Bold-tlf-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Bold-tlf-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Bold-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Bold-tlf-ts1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-BoldOblique-tlf-ly1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-BoldOblique-tlf-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-BoldOblique-tlf-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-BoldOblique-tlf-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-BoldOblique-tlf-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-BoldOblique-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-BoldOblique-tlf-ts1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Oblique-tlf-ly1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Oblique-tlf-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Oblique-tlf-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Oblique-tlf-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Oblique-tlf-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Oblique-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Oblique-tlf-ts1.tfm + RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Regular-tlf-lgr--base.tfm + RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Regular-tlf-lgr.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Regular-tlf-ly1--base.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Regular-tlf-ly1.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Regular-tlf-ot1.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Regular-tlf-t1--base.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Regular-tlf-t1.tfm + RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Regular-tlf-t2a.tfm + RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Regular-tlf-t2b.tfm + RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Regular-tlf-t2c.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Regular-tlf-ts1--base.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusMono-Regular-tlf-ts1.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-Bold-lf-lgr.tfm @@ -195098,106 +196376,6 @@ runfiles size=5031 RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-Bold-tosf-t2c.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-Bold-tosf-ts1--base.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-Bold-tosf-ts1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-ly1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-ot1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-t2a--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-t2b--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-t2c--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-ts1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-lf-ts1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-ly1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-ot1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-t2a--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-t2b--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-t2c--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-ts1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-osf-ts1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-sup-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-sup-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-sup-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-sup-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-sup-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-sup-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-sup-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-sup-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-ly1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-ot1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-t2a--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-t2b--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-t2c--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-ts1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-ly1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-ot1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-t2a--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-t2b--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-t2c--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-ts1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-ts1.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-Italic-lf-lgr--base.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-Italic-lf-lgr.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusSans-Italic-lf-ly1--base.tfm @@ -196032,81 +197210,8 @@ runfiles size=5031 RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerif-SemiboldItalic-tosf-t2c.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerif-SemiboldItalic-tosf-ts1--base.tfm RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerif-SemiboldItalic-tosf-ts1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-lgr--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-ly1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-ts1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-ts1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-lgr--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-ly1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-ts1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-ts1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-sup-lgr--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-sup-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-sup-ly1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-sup-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-sup-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-sup-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-sup-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-sup-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-sup-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-sup-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-lgr--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-ly1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-ts1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-ts1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-lgr--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-ly1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-ts1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-ts1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-lgr--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-lgr.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-ly1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-ly1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-ot1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-t1--base.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-t1.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-t2a.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-t2b.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-t2c.tfm - RELOC/fonts/tfm/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-ts1.tfm - RELOC/fonts/type1/public/libertinus-type1/LibertinusMono-Bold.pfb - RELOC/fonts/type1/public/libertinus-type1/LibertinusMono-BoldOblique.pfb - RELOC/fonts/type1/public/libertinus-type1/LibertinusMono-Oblique.pfb RELOC/fonts/type1/public/libertinus-type1/LibertinusMono-Regular.pfb RELOC/fonts/type1/public/libertinus-type1/LibertinusSans-Bold.pfb - RELOC/fonts/type1/public/libertinus-type1/LibertinusSans-BoldOblique.pfb RELOC/fonts/type1/public/libertinus-type1/LibertinusSans-Italic.pfb RELOC/fonts/type1/public/libertinus-type1/LibertinusSans-Regular.pfb RELOC/fonts/type1/public/libertinus-type1/LibertinusSerif-Bold.pfb @@ -196115,17 +197220,7 @@ runfiles size=5031 RELOC/fonts/type1/public/libertinus-type1/LibertinusSerif-Regular.pfb RELOC/fonts/type1/public/libertinus-type1/LibertinusSerif-Semibold.pfb RELOC/fonts/type1/public/libertinus-type1/LibertinusSerif-SemiboldItalic.pfb - RELOC/fonts/type1/public/libertinus-type1/LibertinusSerifDisplay-Regular.pfb - RELOC/fonts/type1/public/libertinus-type1/LibertinusSerifInitials-Regular.pfb - RELOC/fonts/vf/public/libertinus-type1/LibertinusMono-Bold-tlf-ly1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusMono-Bold-tlf-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusMono-Bold-tlf-ts1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusMono-BoldOblique-tlf-ly1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusMono-BoldOblique-tlf-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusMono-BoldOblique-tlf-ts1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusMono-Oblique-tlf-ly1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusMono-Oblique-tlf-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusMono-Oblique-tlf-ts1.vf + RELOC/fonts/vf/public/libertinus-type1/LibertinusMono-Regular-tlf-lgr.vf RELOC/fonts/vf/public/libertinus-type1/LibertinusMono-Regular-tlf-ly1.vf RELOC/fonts/vf/public/libertinus-type1/LibertinusMono-Regular-tlf-t1.vf RELOC/fonts/vf/public/libertinus-type1/LibertinusMono-Regular-tlf-ts1.vf @@ -196162,39 +197257,6 @@ runfiles size=5031 RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-Bold-tosf-sc-t2c.vf RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-Bold-tosf-t1.vf RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-Bold-tosf-ts1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-ly1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-ot1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-t2a.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-t2b.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-lf-sc-t2c.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-lf-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-lf-ts1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-ly1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-ot1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-t2a.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-t2b.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-osf-sc-t2c.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-osf-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-osf-ts1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-sup-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-ly1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-ot1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-t2a.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-t2b.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-sc-t2c.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tlf-ts1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-ly1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-ot1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-t2a.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-t2b.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-sc-t2c.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-BoldOblique-tosf-ts1.vf RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-Italic-lf-lgr.vf RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-Italic-lf-ly1.vf RELOC/fonts/vf/public/libertinus-type1/LibertinusSans-Italic-lf-sc-lgr.vf @@ -196493,29 +197555,7 @@ runfiles size=5031 RELOC/fonts/vf/public/libertinus-type1/LibertinusSerif-SemiboldItalic-tosf-t2b.vf RELOC/fonts/vf/public/libertinus-type1/LibertinusSerif-SemiboldItalic-tosf-t2c.vf RELOC/fonts/vf/public/libertinus-type1/LibertinusSerif-SemiboldItalic-tosf-ts1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-lgr.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-ly1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-lf-ts1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-lgr.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-ly1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-osf-ts1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-sup-lgr.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-sup-ly1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-sup-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-lgr.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-ly1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-tlf-ts1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-lgr.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-ly1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifDisplay-Regular-tosf-ts1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-lgr.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-ly1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-t1.vf - RELOC/fonts/vf/public/libertinus-type1/LibertinusSerifInitials-Regular-tlf-ts1.vf + RELOC/tex/latex/libertinus-type1/LGRLibertinusMono-TLF.fd RELOC/tex/latex/libertinus-type1/LGRLibertinusSans-LF.fd RELOC/tex/latex/libertinus-type1/LGRLibertinusSans-OsF.fd RELOC/tex/latex/libertinus-type1/LGRLibertinusSans-Sup.fd @@ -196526,12 +197566,6 @@ runfiles size=5031 RELOC/tex/latex/libertinus-type1/LGRLibertinusSerif-Sup.fd RELOC/tex/latex/libertinus-type1/LGRLibertinusSerif-TLF.fd RELOC/tex/latex/libertinus-type1/LGRLibertinusSerif-TOsF.fd - RELOC/tex/latex/libertinus-type1/LGRLibertinusSerifDisplay-LF.fd - RELOC/tex/latex/libertinus-type1/LGRLibertinusSerifDisplay-OsF.fd - RELOC/tex/latex/libertinus-type1/LGRLibertinusSerifDisplay-Sup.fd - RELOC/tex/latex/libertinus-type1/LGRLibertinusSerifDisplay-TLF.fd - RELOC/tex/latex/libertinus-type1/LGRLibertinusSerifDisplay-TOsF.fd - RELOC/tex/latex/libertinus-type1/LGRLibertinusSerifInitials-TLF.fd RELOC/tex/latex/libertinus-type1/LY1LibertinusMono-TLF.fd RELOC/tex/latex/libertinus-type1/LY1LibertinusSans-LF.fd RELOC/tex/latex/libertinus-type1/LY1LibertinusSans-OsF.fd @@ -196543,12 +197577,6 @@ runfiles size=5031 RELOC/tex/latex/libertinus-type1/LY1LibertinusSerif-Sup.fd RELOC/tex/latex/libertinus-type1/LY1LibertinusSerif-TLF.fd RELOC/tex/latex/libertinus-type1/LY1LibertinusSerif-TOsF.fd - RELOC/tex/latex/libertinus-type1/LY1LibertinusSerifDisplay-LF.fd - RELOC/tex/latex/libertinus-type1/LY1LibertinusSerifDisplay-OsF.fd - RELOC/tex/latex/libertinus-type1/LY1LibertinusSerifDisplay-Sup.fd - RELOC/tex/latex/libertinus-type1/LY1LibertinusSerifDisplay-TLF.fd - RELOC/tex/latex/libertinus-type1/LY1LibertinusSerifDisplay-TOsF.fd - RELOC/tex/latex/libertinus-type1/LY1LibertinusSerifInitials-TLF.fd RELOC/tex/latex/libertinus-type1/OT1LibertinusMono-TLF.fd RELOC/tex/latex/libertinus-type1/OT1LibertinusSans-LF.fd RELOC/tex/latex/libertinus-type1/OT1LibertinusSans-OsF.fd @@ -196560,12 +197588,6 @@ runfiles size=5031 RELOC/tex/latex/libertinus-type1/OT1LibertinusSerif-Sup.fd RELOC/tex/latex/libertinus-type1/OT1LibertinusSerif-TLF.fd RELOC/tex/latex/libertinus-type1/OT1LibertinusSerif-TOsF.fd - RELOC/tex/latex/libertinus-type1/OT1LibertinusSerifDisplay-LF.fd - RELOC/tex/latex/libertinus-type1/OT1LibertinusSerifDisplay-OsF.fd - RELOC/tex/latex/libertinus-type1/OT1LibertinusSerifDisplay-Sup.fd - RELOC/tex/latex/libertinus-type1/OT1LibertinusSerifDisplay-TLF.fd - RELOC/tex/latex/libertinus-type1/OT1LibertinusSerifDisplay-TOsF.fd - RELOC/tex/latex/libertinus-type1/OT1LibertinusSerifInitials-TLF.fd RELOC/tex/latex/libertinus-type1/T1LibertinusMono-TLF.fd RELOC/tex/latex/libertinus-type1/T1LibertinusSans-LF.fd RELOC/tex/latex/libertinus-type1/T1LibertinusSans-OsF.fd @@ -196577,12 +197599,7 @@ runfiles size=5031 RELOC/tex/latex/libertinus-type1/T1LibertinusSerif-Sup.fd RELOC/tex/latex/libertinus-type1/T1LibertinusSerif-TLF.fd RELOC/tex/latex/libertinus-type1/T1LibertinusSerif-TOsF.fd - RELOC/tex/latex/libertinus-type1/T1LibertinusSerifDisplay-LF.fd - RELOC/tex/latex/libertinus-type1/T1LibertinusSerifDisplay-OsF.fd - RELOC/tex/latex/libertinus-type1/T1LibertinusSerifDisplay-Sup.fd - RELOC/tex/latex/libertinus-type1/T1LibertinusSerifDisplay-TLF.fd - RELOC/tex/latex/libertinus-type1/T1LibertinusSerifDisplay-TOsF.fd - RELOC/tex/latex/libertinus-type1/T1LibertinusSerifInitials-TLF.fd + RELOC/tex/latex/libertinus-type1/T2ALibertinusMono-TLF.fd RELOC/tex/latex/libertinus-type1/T2ALibertinusSans-LF.fd RELOC/tex/latex/libertinus-type1/T2ALibertinusSans-OsF.fd RELOC/tex/latex/libertinus-type1/T2ALibertinusSans-Sup.fd @@ -196593,12 +197610,7 @@ runfiles size=5031 RELOC/tex/latex/libertinus-type1/T2ALibertinusSerif-Sup.fd RELOC/tex/latex/libertinus-type1/T2ALibertinusSerif-TLF.fd RELOC/tex/latex/libertinus-type1/T2ALibertinusSerif-TOsF.fd - RELOC/tex/latex/libertinus-type1/T2ALibertinusSerifDisplay-LF.fd - RELOC/tex/latex/libertinus-type1/T2ALibertinusSerifDisplay-OsF.fd - RELOC/tex/latex/libertinus-type1/T2ALibertinusSerifDisplay-Sup.fd - RELOC/tex/latex/libertinus-type1/T2ALibertinusSerifDisplay-TLF.fd - RELOC/tex/latex/libertinus-type1/T2ALibertinusSerifDisplay-TOsF.fd - RELOC/tex/latex/libertinus-type1/T2ALibertinusSerifInitials-TLF.fd + RELOC/tex/latex/libertinus-type1/T2BLibertinusMono-TLF.fd RELOC/tex/latex/libertinus-type1/T2BLibertinusSans-LF.fd RELOC/tex/latex/libertinus-type1/T2BLibertinusSans-OsF.fd RELOC/tex/latex/libertinus-type1/T2BLibertinusSans-Sup.fd @@ -196609,12 +197621,7 @@ runfiles size=5031 RELOC/tex/latex/libertinus-type1/T2BLibertinusSerif-Sup.fd RELOC/tex/latex/libertinus-type1/T2BLibertinusSerif-TLF.fd RELOC/tex/latex/libertinus-type1/T2BLibertinusSerif-TOsF.fd - RELOC/tex/latex/libertinus-type1/T2BLibertinusSerifDisplay-LF.fd - RELOC/tex/latex/libertinus-type1/T2BLibertinusSerifDisplay-OsF.fd - RELOC/tex/latex/libertinus-type1/T2BLibertinusSerifDisplay-Sup.fd - RELOC/tex/latex/libertinus-type1/T2BLibertinusSerifDisplay-TLF.fd - RELOC/tex/latex/libertinus-type1/T2BLibertinusSerifDisplay-TOsF.fd - RELOC/tex/latex/libertinus-type1/T2BLibertinusSerifInitials-TLF.fd + RELOC/tex/latex/libertinus-type1/T2CLibertinusMono-TLF.fd RELOC/tex/latex/libertinus-type1/T2CLibertinusSans-LF.fd RELOC/tex/latex/libertinus-type1/T2CLibertinusSans-OsF.fd RELOC/tex/latex/libertinus-type1/T2CLibertinusSans-Sup.fd @@ -196625,12 +197632,6 @@ runfiles size=5031 RELOC/tex/latex/libertinus-type1/T2CLibertinusSerif-Sup.fd RELOC/tex/latex/libertinus-type1/T2CLibertinusSerif-TLF.fd RELOC/tex/latex/libertinus-type1/T2CLibertinusSerif-TOsF.fd - RELOC/tex/latex/libertinus-type1/T2CLibertinusSerifDisplay-LF.fd - RELOC/tex/latex/libertinus-type1/T2CLibertinusSerifDisplay-OsF.fd - RELOC/tex/latex/libertinus-type1/T2CLibertinusSerifDisplay-Sup.fd - RELOC/tex/latex/libertinus-type1/T2CLibertinusSerifDisplay-TLF.fd - RELOC/tex/latex/libertinus-type1/T2CLibertinusSerifDisplay-TOsF.fd - RELOC/tex/latex/libertinus-type1/T2CLibertinusSerifInitials-TLF.fd RELOC/tex/latex/libertinus-type1/TS1LibertinusMono-TLF.fd RELOC/tex/latex/libertinus-type1/TS1LibertinusSans-LF.fd RELOC/tex/latex/libertinus-type1/TS1LibertinusSans-OsF.fd @@ -196640,11 +197641,6 @@ runfiles size=5031 RELOC/tex/latex/libertinus-type1/TS1LibertinusSerif-OsF.fd RELOC/tex/latex/libertinus-type1/TS1LibertinusSerif-TLF.fd RELOC/tex/latex/libertinus-type1/TS1LibertinusSerif-TOsF.fd - RELOC/tex/latex/libertinus-type1/TS1LibertinusSerifDisplay-LF.fd - RELOC/tex/latex/libertinus-type1/TS1LibertinusSerifDisplay-OsF.fd - RELOC/tex/latex/libertinus-type1/TS1LibertinusSerifDisplay-TLF.fd - RELOC/tex/latex/libertinus-type1/TS1LibertinusSerifDisplay-TOsF.fd - RELOC/tex/latex/libertinus-type1/TS1LibertinusSerifInitials-TLF.fd RELOC/tex/latex/libertinus-type1/libertinus-type1.sty catalogue-also libertinus-fonts libertinus-otf catalogue-ctan /fonts/libertinus-type1 @@ -197897,7 +198893,7 @@ catalogue-topics font font-sans font-proportional font-body font-otf font-type1 name libris category Package -revision 19409 +revision 72484 shortdesc Libris ADF fonts, with LaTeX support relocated 1 longdesc LibrisADF is a sans-serif family designed to mimic Lydian. The @@ -197907,105 +198903,111 @@ longdesc versions of the fonts. The LaTeX macros depend on the longdesc nfssext-cfr bundle. GPL licensing applies the fonts themselves; longdesc the support macros are distributed under LPPL licensing. execute addMap yly.map -containersize 239832 -containerchecksum 1a754d896846d0db358cf4f878928dcb511d76a7de6e7dfabee71970908e3ed7caab98f854695318ead334e052282b690712069597f42505b00c41e328ad141d -doccontainersize 502560 -doccontainerchecksum 04378b8461d6ea0284f038974fed6ae6fc48fc362f63dfb8b8d57a81a721da7bf17ca3aeabb198c373a68a4c8e5516b66f12c240e081dabcf1b9c79fd2d2b388 -docfiles size=138 +containersize 240580 +containerchecksum e8f6c2df02d9eb9c3560c0098d13d7222887d97873c5e5264bfae15dd7bb238b8b2258c6a650863f7c8402799883f4ce9416732e0240625f2658a9d4d76c9270 +doccontainersize 1466788 +doccontainerchecksum 47d57f85f73c20f5e855d940d07bf8a259fad143617b3623d52e1f9f8eef190d1768c4500a7f62fd392ef5d1d58dd1fe393057b03b676c14c6c2b0ef215f1572 +docfiles size=396 RELOC/doc/fonts/libris/COPYING RELOC/doc/fonts/libris/NOTICE.txt - RELOC/doc/fonts/libris/README details="Readme" + RELOC/doc/fonts/libris/README.md details="Readme" + RELOC/doc/fonts/libris/libris-tables.pdf + RELOC/doc/fonts/libris/libris-tables.tex + RELOC/doc/fonts/libris/librisadf-build.pdf + RELOC/doc/fonts/libris/librisadf-example.pdf + RELOC/doc/fonts/libris/librisadf-example.tex RELOC/doc/fonts/libris/librisadf.pdf details="Details of distribution" - RELOC/doc/fonts/libris/librisadf.tex RELOC/doc/fonts/libris/manifest.txt -srccontainersize 10060 -srccontainerchecksum 8ccb8a6beb30c508d582dc905136cc8b1b053a8d71a7701bdeccb0ff1eecfa69e32d7167b871d4e38eb0c98ef49c8ee9a00a9ea3bbc30e51c8a81d903ac147ff -srcfiles size=34 + RELOC/doc/fonts/libris/reglyph-yly.tex + RELOC/doc/fonts/libris/yly-drv.tex + RELOC/doc/fonts/libris/yly-map.tex +srccontainersize 19072 +srccontainerchecksum 7b375ba45cbe2984c401a127904ee5bd2b10de89465550acb90c28e9814c5be10915b74699dba4d7d08f84ee490ed909655e07599dcb7fa7b54ce0eaeb749e23 +srcfiles size=47 RELOC/source/fonts/libris/libris-supp.etx - RELOC/source/fonts/libris/reglyph-yly.tex + RELOC/source/fonts/libris/librisadf-build.dtx + RELOC/source/fonts/libris/librisadf.dtx + RELOC/source/fonts/libris/librisadf.ins RELOC/source/fonts/libris/resetalt.mtx - RELOC/source/fonts/libris/t1-cfr.etx RELOC/source/fonts/libris/t1-libris.etx RELOC/source/fonts/libris/t1-librisswash.etx - RELOC/source/fonts/libris/ts1-euro.etx - RELOC/source/fonts/libris/yly-drv.tex - RELOC/source/fonts/libris/yly-map.tex runfiles size=169 - RELOC/fonts/afm/arkandis/libris/ylyb8a.afm - RELOC/fonts/afm/arkandis/libris/ylybi8a.afm - RELOC/fonts/afm/arkandis/libris/ylyr8a.afm - RELOC/fonts/afm/arkandis/libris/ylyri8a.afm + RELOC/fonts/afm/public/libris/ylyb8a.afm + RELOC/fonts/afm/public/libris/ylybi8a.afm + RELOC/fonts/afm/public/libris/ylyr8a.afm + RELOC/fonts/afm/public/libris/ylyri8a.afm RELOC/fonts/enc/dvips/libris/libris-supp.enc RELOC/fonts/enc/dvips/libris/t1-cfr-yly.enc RELOC/fonts/enc/dvips/libris/ts1-euro-yly.enc RELOC/fonts/map/dvips/libris/yly.map - RELOC/fonts/tfm/arkandis/libris/ylyb-t1.tfm - RELOC/fonts/tfm/arkandis/libris/ylyb-ts1.tfm - RELOC/fonts/tfm/arkandis/libris/ylyb8c.tfm - RELOC/fonts/tfm/arkandis/libris/ylyb8s.tfm - RELOC/fonts/tfm/arkandis/libris/ylyb8t.tfm - RELOC/fonts/tfm/arkandis/libris/ylybi-t1.tfm - RELOC/fonts/tfm/arkandis/libris/ylybi-ts1.tfm - RELOC/fonts/tfm/arkandis/libris/ylybi8c.tfm - RELOC/fonts/tfm/arkandis/libris/ylybi8s.tfm - RELOC/fonts/tfm/arkandis/libris/ylybi8t.tfm - RELOC/fonts/tfm/arkandis/libris/ylybiw8t.tfm - RELOC/fonts/tfm/arkandis/libris/ylybw8t.tfm - RELOC/fonts/tfm/arkandis/libris/ylyr-t1.tfm - RELOC/fonts/tfm/arkandis/libris/ylyr-ts1.tfm - RELOC/fonts/tfm/arkandis/libris/ylyr8c.tfm - RELOC/fonts/tfm/arkandis/libris/ylyr8s.tfm - RELOC/fonts/tfm/arkandis/libris/ylyr8t.tfm - RELOC/fonts/tfm/arkandis/libris/ylyri-t1.tfm - RELOC/fonts/tfm/arkandis/libris/ylyri-ts1.tfm - RELOC/fonts/tfm/arkandis/libris/ylyri8c.tfm - RELOC/fonts/tfm/arkandis/libris/ylyri8s.tfm - RELOC/fonts/tfm/arkandis/libris/ylyri8t.tfm - RELOC/fonts/tfm/arkandis/libris/ylyriw8t.tfm - RELOC/fonts/tfm/arkandis/libris/ylyrw8t.tfm - RELOC/fonts/type1/arkandis/libris/ylyb8a.pfb - RELOC/fonts/type1/arkandis/libris/ylyb8a.pfm - RELOC/fonts/type1/arkandis/libris/ylybi8a.pfb - RELOC/fonts/type1/arkandis/libris/ylybi8a.pfm - RELOC/fonts/type1/arkandis/libris/ylyr8a.pfb - RELOC/fonts/type1/arkandis/libris/ylyr8a.pfm - RELOC/fonts/type1/arkandis/libris/ylyri8a.pfb - RELOC/fonts/type1/arkandis/libris/ylyri8a.pfm - RELOC/fonts/vf/arkandis/libris/ylyb8c.vf - RELOC/fonts/vf/arkandis/libris/ylyb8t.vf - RELOC/fonts/vf/arkandis/libris/ylybi8c.vf - RELOC/fonts/vf/arkandis/libris/ylybi8t.vf - RELOC/fonts/vf/arkandis/libris/ylybiw8t.vf - RELOC/fonts/vf/arkandis/libris/ylybw8t.vf - RELOC/fonts/vf/arkandis/libris/ylyr8c.vf - RELOC/fonts/vf/arkandis/libris/ylyr8t.vf - RELOC/fonts/vf/arkandis/libris/ylyri8c.vf - RELOC/fonts/vf/arkandis/libris/ylyri8t.vf - RELOC/fonts/vf/arkandis/libris/ylyriw8t.vf - RELOC/fonts/vf/arkandis/libris/ylyrw8t.vf + RELOC/fonts/tfm/public/libris/ylyb-t1.tfm + RELOC/fonts/tfm/public/libris/ylyb-ts1.tfm + RELOC/fonts/tfm/public/libris/ylyb8c.tfm + RELOC/fonts/tfm/public/libris/ylyb8s.tfm + RELOC/fonts/tfm/public/libris/ylyb8t.tfm + RELOC/fonts/tfm/public/libris/ylybi-t1.tfm + RELOC/fonts/tfm/public/libris/ylybi-ts1.tfm + RELOC/fonts/tfm/public/libris/ylybi8c.tfm + RELOC/fonts/tfm/public/libris/ylybi8s.tfm + RELOC/fonts/tfm/public/libris/ylybi8t.tfm + RELOC/fonts/tfm/public/libris/ylybiw8t.tfm + RELOC/fonts/tfm/public/libris/ylybw8t.tfm + RELOC/fonts/tfm/public/libris/ylyr-t1.tfm + RELOC/fonts/tfm/public/libris/ylyr-ts1.tfm + RELOC/fonts/tfm/public/libris/ylyr8c.tfm + RELOC/fonts/tfm/public/libris/ylyr8s.tfm + RELOC/fonts/tfm/public/libris/ylyr8t.tfm + RELOC/fonts/tfm/public/libris/ylyri-t1.tfm + RELOC/fonts/tfm/public/libris/ylyri-ts1.tfm + RELOC/fonts/tfm/public/libris/ylyri8c.tfm + RELOC/fonts/tfm/public/libris/ylyri8s.tfm + RELOC/fonts/tfm/public/libris/ylyri8t.tfm + RELOC/fonts/tfm/public/libris/ylyriw8t.tfm + RELOC/fonts/tfm/public/libris/ylyrw8t.tfm + RELOC/fonts/type1/public/libris/ylyb8a.pfb + RELOC/fonts/type1/public/libris/ylyb8a.pfm + RELOC/fonts/type1/public/libris/ylybi8a.pfb + RELOC/fonts/type1/public/libris/ylybi8a.pfm + RELOC/fonts/type1/public/libris/ylyr8a.pfb + RELOC/fonts/type1/public/libris/ylyr8a.pfm + RELOC/fonts/type1/public/libris/ylyri8a.pfb + RELOC/fonts/type1/public/libris/ylyri8a.pfm + RELOC/fonts/vf/public/libris/ylyb8c.vf + RELOC/fonts/vf/public/libris/ylyb8t.vf + RELOC/fonts/vf/public/libris/ylybi8c.vf + RELOC/fonts/vf/public/libris/ylybi8t.vf + RELOC/fonts/vf/public/libris/ylybiw8t.vf + RELOC/fonts/vf/public/libris/ylybw8t.vf + RELOC/fonts/vf/public/libris/ylyr8c.vf + RELOC/fonts/vf/public/libris/ylyr8t.vf + RELOC/fonts/vf/public/libris/ylyri8c.vf + RELOC/fonts/vf/public/libris/ylyri8t.vf + RELOC/fonts/vf/public/libris/ylyriw8t.vf + RELOC/fonts/vf/public/libris/ylyrw8t.vf RELOC/tex/latex/libris/libris.sty RELOC/tex/latex/libris/t1yly.fd RELOC/tex/latex/libris/t1ylyw.fd RELOC/tex/latex/libris/ts1yly.fd RELOC/tex/latex/libris/ts1ylyw.fd catalogue-contact-home http://arkandis.tuxfamily.org/tugfonts.htm +catalogue-contact-repository https://codeberg.org/cfr/nfssext catalogue-ctan /fonts/libris -catalogue-license gpl +catalogue-license lppl1.3c gpl2 catalogue-topics font font-type1 font-supp -catalogue-version 1.007 +catalogue-version 1.1 name lie-hasse category Package -revision 71751 +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 10772 -containerchecksum defefa380c02939048a31983ebe801608859485b7e700f705e8fa6687e1da8a6b5de1642fe262c3d99754703e58e49aabee756abc34f29f92f5045d74fa8cc3d -doccontainersize 625700 -doccontainerchecksum d6cd05d25ceba5e1caaae0742005804cb309a9bd1d27fe9381da30872e0553221798749ae4697af3df1da90ecbd8590cc0ed74f3f4e1b0c70bd4452d485f716a +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 @@ -198016,7 +199018,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 @@ -199549,7 +200551,7 @@ catalogue-version 1.2 name listings category Package -revision 71355 +revision 72368 shortdesc Typeset source code listings using LaTeX relocated 1 longdesc The package enables the user to typeset programs (programming @@ -199566,17 +200568,17 @@ longdesc the form appropriate for the current language. Short (in-line) longdesc listings are also available, using either \lstinline|...| or longdesc |...| (after defining the | token with the \lstMakeShortInline longdesc command). -containersize 147464 -containerchecksum 956838ceabd786885cde963d39fe498bf4b3b53ab1cbc17467ee08d34cc7c57937a15908fde01a7ae53f7531608871fa3d16d6e3adb985c2015c3f5519dec15a -doccontainersize 2794444 -doccontainerchecksum b310a6c8b49cbcc3e16a70e91b69e3cc439cb2d1b8d87b6b62d9b2e303c2e6de7a03b30fbccb23b98bc4914208ef72f01cc761e2905888305c037faee53e5803 +containersize 147552 +containerchecksum ac57119714920008dd5775b5ba113121f08dd4d689d215877f197e8c3313dbd97e120d7aa27ba358c0e404f79015d25aedf3df1537df8f265f3b0efcb1c931df +doccontainersize 2797684 +doccontainerchecksum 2baece2fb1cd944c87fc8ce95296b9407fe611f25a6198b94aadcc039ea168c1d854b7b2e74bf8a559a35c918684c9b0bd3504028eb1b1a33b6a0a7b8c62456a docfiles size=803 RELOC/doc/latex/listings/README details="Package Readme" RELOC/doc/latex/listings/listings-devel.pdf RELOC/doc/latex/listings/listings.pdf details="Package documentation" RELOC/doc/latex/listings/lstdrvrs.pdf details="Language drivers details" -srccontainersize 272428 -srccontainerchecksum 892129556c5513a89a29a59f45af74a1718bb0f216543a2d6f201d48cd1317f535fbe152d2fd5bb747dc79cc1cc99835803501b47014342d88a97e0ede18d36b +srccontainersize 272992 +srccontainerchecksum 6c49af9bd3a284da197f0512237436c6f001b51a526dc232a8c00419bf32ec5669bb2eb7670ea740242a2e02870755f51a53496b6b58b50225a650eb6079b241 srcfiles size=280 RELOC/source/latex/listings/Makefile RELOC/source/latex/listings/listings.dtx @@ -199604,7 +200606,7 @@ catalogue-also listing catalogue-ctan /macros/latex/contrib/listings catalogue-license lppl1.3c catalogue-topics listing verbatim synt-hlt macro-demo -catalogue-version 1.10b +catalogue-version 1.10c name listings-ext category Package @@ -199980,17 +200982,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 @@ -200001,19 +201003,20 @@ 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 -revision 70352 +revision 72539 shortdesc Class schedules with colorful course blocks relocated 1 longdesc This template provides a beautiful design of class schedule @@ -200022,30 +201025,31 @@ longdesc template, or if you have better suggestions or ideas, or want longdesc to participate in the development of the template or other longdesc templates by me, welcome to contact me via email longdesc xiamyphys@gmail.com. -containersize 3840 -containerchecksum b2838afd3ae85b0fc75d1dec31f37643058a9fde62e585820a6d3196cfca1250d582fa5febbc7621dbb1343dc54b034be5eef31d7e9a516aae2923d7ab4ec483 -doccontainersize 425180 -doccontainerchecksum 2b1f0c9a75390272820db65e6eb6c82aa8618e7217e8a81b6c4343502a772f776d966aad11a0cc18cf701482975651f2805f0767982302f2ee2c06801ecb815b -docfiles size=167 +containersize 3576 +containerchecksum 93f80d918f8b77a93a5f60daa1e5ad8a310a34160fba7dcf037cdd1e6ab3ccf1f0acda5de080c8b59302a48315929e45201be2daf6c5d3debba2ff8c9b2fb8b9 +doccontainersize 324712 +doccontainerchecksum e934a75fa9c9b4fcc1643c6039db38b059669bc52c6f8761256d5c01e45e8507eba960b70b54ed61529d1f7fcde8165099ce29496e0c461c6c573137a7ccfa7c +docfiles size=146 RELOC/doc/latex/litetable/License RELOC/doc/latex/litetable/README.md details="Readme" - RELOC/doc/latex/litetable/favicon.png RELOC/doc/latex/litetable/litetable-cn.pdf details="Package documentation (Chinese)" language="zh" RELOC/doc/latex/litetable/litetable-cn.tex RELOC/doc/latex/litetable/litetable-demo.pdf details="Example of use" RELOC/doc/latex/litetable/litetable-demo.tex RELOC/doc/latex/litetable/litetable-en.pdf details="Package documentation (English)" RELOC/doc/latex/litetable/litetable-en.tex -runfiles size=3 + RELOC/doc/latex/litetable/litetable-hk.pdf details="Package documentation (Cantonese)" language="yue" + RELOC/doc/latex/litetable/litetable-hk.tex +runfiles size=5 RELOC/tex/latex/litetable/litetable.cls -catalogue-contact-bugs https://github.com/xiamyphys/LiteTable/issues +catalogue-contact-bugs https://github.com/xiamyphys/litetable/issues catalogue-contact-development https://github.com/xiamyphys -catalogue-contact-repository https://github.com/xiamyphys/LiteTable +catalogue-contact-repository https://github.com/xiamyphys/litetable catalogue-contact-support https://qm.qq.com/q/RGFmHwBecC catalogue-ctan /macros/latex/contrib/litetable catalogue-license lppl1.3c -catalogue-topics table class doc-templ -catalogue-version 2.4c +catalogue-topics table class doc-templ expl3 +catalogue-version 3.1D name lithuanian category Package @@ -200176,18 +201180,18 @@ catalogue-version 3.1 name llncs category Package -revision 69629 +revision 72613 shortdesc Document class and bibliography style for Lecture Notes in Computer Science (LNCS) relocated 1 longdesc This is Springer's official macro package for typesetting longdesc contributions to be published in Springer's Lecture Notes in longdesc Computer Science (LNCS) and its related proceedings series longdesc CCIS, LNBIP, LNICST, and IFIP AICT. -containersize 16752 -containerchecksum 0c50b5bbb2a6c72d61fdac915b1918b76323b715f71ffe42e1575d21f5c3e39fdf0b802c3d139d07894b4ec351a779dfdab53834dff83e09cc20de07736bb031 -doccontainersize 210056 -doccontainerchecksum be33f338c2243da8c20677c485be4de3a9287b953137e00a5f1b7b04fa9a9c452cd32b5b5adac55626ab84c36d065c958ac505f4a63da32c25cd26ab5f69f2a5 -docfiles size=66 +containersize 16688 +containerchecksum ba2cdc32aa1e6317e76f9186578181919ddab6381e63e9a45b9cb990f8a621c60b91d46efb7e714c939d2fa311c11dab950866b557d2e3323ddf6b4eea67605a +doccontainersize 210252 +doccontainerchecksum e5873cfcac09ea7e1e972ac21a68ef6aceb0b025900990e0df6cc13cc10998959b6a3b2a70f5823c684482332622a1a51cbf88e2fc446b73585ac14753130dca +docfiles size=67 RELOC/doc/latex/llncs/README.md details="Readme" RELOC/doc/latex/llncs/history.txt RELOC/doc/latex/llncs/llncsdoc.pdf details="Package documentation" @@ -200199,7 +201203,7 @@ catalogue-contact-home https://www.springer.com/gp/computer-science/lncs catalogue-ctan /macros/latex/contrib/llncs catalogue-license cc-by-4 catalogue-topics journalpub -catalogue-version 2.24 +catalogue-version 2.25 name llncsconf category Package @@ -201428,7 +202432,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 @@ -201436,10 +202440,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 @@ -201448,8 +202452,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 @@ -201463,7 +202467,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 @@ -203220,7 +204224,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 @@ -203228,16 +204232,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 @@ -203251,7 +204255,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 @@ -204427,7 +205431,7 @@ catalogue-version 3.0.1 name luaaddplot category Package -revision 62842 +revision 72350 shortdesc An extension to pgfplots' \addplot macro relocated 1 longdesc This package is an extension to pgfplots. It extends the @@ -204436,15 +205440,15 @@ longdesc files while they are read. With luaaddplot it is no longer longdesc necessary to pre-process data files generated by measuring longdesc devices with external scripts. This package can be used with longdesc plain LuaTeX or LuaLaTeX. -containersize 1464 -containerchecksum 8834dcf95f0cd2260423ef2a65599c0ebd948c67b61b97ebca8fefd36134d995630238b6ca01b5b9aa8b6fe50bd10b0cd49a350b3e2c3dfcfea00cac56a777eb -doccontainersize 256800 -doccontainerchecksum 166ad5662521aaa4808ad1031ec922609f7a5049d9d219dbcb41ea4c7f777776794b34e356564cbf03628e6065e1eb4354366e3bc2c2bcae2b6e83344f6f810f +containersize 1468 +containerchecksum 859ca0bfd6c9c3dfb3feb406d6371c42ee336f1166db3e6401a7ee75f824e3c764a6251f4427b59c51eddfe24e6cdfcbbf3e4e943e7a594c0ff4cae77449f4bc +doccontainersize 257160 +doccontainerchecksum 1214a866a9da5b4a73aa211e0fcc0a239edef655299867fc27c7534d4be3bcadec359776f7b75cefcc93d799765cee8eccd610d45b9d4431bddb574d6a044666 docfiles size=65 RELOC/doc/luatex/luaaddplot/README.md details="Readme" RELOC/doc/luatex/luaaddplot/luaaddplot.pdf details="Package documentation" -srccontainersize 4148 -srccontainerchecksum 11f90c6f468fd67f58bc7ed6d468873d9c12989b5a4d86563f35ffb9b62219def0d2cc36d45362cbb2fd957928b673b93e52437d26ef3e69ef7edba0b4645009 +srccontainersize 4184 +srccontainerchecksum 389b8b8e39d0dfa105b3e5f1856bbc26c68b101b7dd83b566fe8c1b87d41e8d8d4fdbc332b253ed7566db9a9e8e75aa00bfd03c06f5a4ca28c53df0c738a4dd3 srcfiles size=4 RELOC/source/luatex/luaaddplot/luaaddplot.dtx RELOC/source/luatex/luaaddplot/luaaddplot.ins @@ -204455,7 +205459,7 @@ runfiles size=3 catalogue-ctan /macros/luatex/generic/luaaddplot catalogue-license lppl1.3 catalogue-topics graphics graphics-plot luatex -catalogue-version 1.0 +catalogue-version 1.0a name luabibentry category Package @@ -204628,7 +205632,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 @@ -204640,15 +205644,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 @@ -204746,14 +205752,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 @@ -204767,7 +205773,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 @@ -205428,7 +206434,7 @@ binfiles arch=x86_64-linuxmusl size=3994 name luakeys category Package -revision 70908 +revision 72484 shortdesc A Lua module for parsing key-value options relocated 1 longdesc This package provides a Lua module that can parse key-value @@ -205438,10 +206444,10 @@ longdesc entirely by using the Lua language and does not rely on TeX. longdesc Therefore this package can only be used with the TeX engine longdesc LuaTeX. Since luakeys uses LPeg, the parsing mechanism should longdesc be pretty robust. -containersize 14364 -containerchecksum 64e22903929524b18510119dd984d6566e3a458b4187d40ff250d713201464be84a045ffaa7a37da9537fa24b57010a66cbf7fe35278bf4c04ee08a4bf362e49 -doccontainersize 435984 -doccontainerchecksum df341e883eb443eeefaad10dc0968486905d5a6f359f9e48d93a0296d2a78a3949a35e65572144a92fee0e45d6e4fd818fbca75a427c7ee94be79ac851676fef +containersize 14392 +containerchecksum 890d271a2a569055a68f1bd47707870424fefa4256d006b4c0f657d77fa38c86365a5d407c3281ceab87c5135f76aae1255d29dbaa17bfa1de4ca579add80eb7 +doccontainersize 436356 +doccontainerchecksum 81d9b92787b18eda2f6c1e3ddb726a5bfb4bf278719248f5f6b773752744d6bc8c64cb462051f62c5ec188c7f8fc174a10f5d96c6e207190ae708c63c3f43b77 docfiles size=122 RELOC/doc/luatex/luakeys/README.md details="Readme" RELOC/doc/luatex/luakeys/luakeys-doc.tex @@ -205457,7 +206463,7 @@ catalogue-contact-repository https://github.com/Josef-Friedrich/luakeys catalogue-ctan /macros/luatex/generic/luakeys catalogue-license lppl1.3c catalogue-topics keyval luatex -catalogue-version 0.14.0 +catalogue-version 0.15.0 name lualatex-doc-de category Package @@ -205757,6 +206763,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 @@ -205792,29 +206849,29 @@ catalogue-version 1.1 name luamplib category Package -revision 71826 +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 22848 -containerchecksum 17667eb196a0163c0cf56a80b684073994ae14a42f5972a6c8962d8ac4fc8f68f0c8aa6bc0fd8c4943501b668f0665f3e5f914ff2b3316bf39a07da111975dfc -doccontainersize 244308 -doccontainerchecksum 15931bd16b9a23d3ef9d4b11d062cbb5c9c5cf6ecdb003be17deb964247465ec5ffdef06b548e2f1c765ca1d9aaf35890ce7aca3ceca7e4f86df2142f845d365 -docfiles size=71 +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 43816 -srccontainerchecksum 7851f1cb384b6dc4f28abce54a4c2bf3b502eb0b2302c5bd0834b70c91043563d1e0c1207731e8bfc89b9a76c09bc67caa7e3ce944f5863941b2953ea24c3789 -srcfiles size=43 +srccontainersize 46376 +srccontainerchecksum 258755473d1fe0ba4e56c61b6ba1eadfea736234925a26d025051212308b5ffa41fb18b97a5d888d4f1061bc7e1403e1d30bc8358cd60d7a6c7e6ef2f2055e61 +srcfiles size=46 RELOC/source/luatex/luamplib/Makefile RELOC/source/luatex/luamplib/luamplib.dtx -runfiles size=25 +runfiles size=26 RELOC/tex/luatex/luamplib/luamplib.lua RELOC/tex/luatex/luamplib/luamplib.sty catalogue-contact-bugs https://github.com/lualatex/luamplib/issues @@ -205822,7 +206879,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.34.0 +catalogue-version 2.34.5 name luanumint category Package @@ -206761,18 +207818,18 @@ catalogue-version 1.3 name luatexja category Package -revision 71802 +revision 72546 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 191468 -containerchecksum e01ff84a924f1eac68d2c2c905accf858b4a20295471a47a341cb3237cfb0a9f166c323accc72a1559bbbcd7fc547de663aa4f3d49fb2b81a6f715e2cd5b576a -doccontainersize 3241860 -doccontainerchecksum e8c3caf0c6a1b916a97ebdb75e685a7be4266a4abfc775ee7406882b20891d5f9de883b5383e7275306101a725ba876294cbcd33f83f786ddb9521cb90e3cabe -docfiles size=976 +containersize 192600 +containerchecksum 8c5b90966454d57726f286a06719a9dc2062269ef16a25cb138a027dbf3f7c12dfd393d739d8a1b05433cc73115bd6434733a61fa3bcb396afa33c95003f82f2 +doccontainersize 3270476 +doccontainerchecksum e08a1274c9257a051eaa3e076a384620c39873ea4dde5c938674bedb24c5199e699504e84bcd241a7e766df561b22bc9c8ad048a9acfc315be346916a7e9db3a +docfiles size=983 RELOC/doc/luatex/luatexja/COPYING RELOC/doc/luatex/luatexja/README details="Readme" RELOC/doc/luatex/luatexja/jfm-test.lua @@ -206789,8 +207846,8 @@ docfiles size=976 RELOC/doc/luatex/luatexja/luatexja-ruby.tex RELOC/doc/luatex/luatexja/luatexja.dtx RELOC/doc/luatex/luatexja/luatexja.ins -srccontainersize 83900 -srccontainerchecksum 4ae30dd5643da68f6e7c34327bcfc3349d6469773502d8905d42c52d286535ec85965c23fd2097707505791debb506f8fd9c9b692e51667084a528a03d954984 +srccontainersize 84020 +srccontainerchecksum ba80877c2c537bf6c6d3cd5270211c8344843c0c7622f8b3e44da41e152d8814c8b132851051e34416a872a0a265745dcca73697e0e80d8b34dbf938cb101a55 srcfiles size=119 RELOC/source/luatex/luatexja/ltjclasses.dtx RELOC/source/luatex/luatexja/ltjclasses.ins @@ -206815,7 +207872,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=421 +runfiles size=424 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 @@ -206917,7 +207974,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 20240714.0 +catalogue-version 20241014.0 name luatexko category Package @@ -207098,22 +208155,22 @@ catalogue-version 0.1m name luaxml category Package -revision 71803 +revision 72574 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 46456 -containerchecksum 1dd8848ea1611e664a03173300a86c96f29ae9cb4a26879b60ce0787979acf9ffcf299b142e962f47ca8eeba19b8c0993c8f84cbff235cad0120797ab760fc0b -doccontainersize 130336 -doccontainerchecksum 07d797e2176d6f98928059b934fce226c4f7c4e9d07691925bb42f643d71e23c844546e4edfa2082349051599a4c8bdc05d69de88bb1284108b0eb32d1756857 -docfiles size=41 +containersize 48956 +containerchecksum a21c1b735b47f6582535590e983d36f68cb9d9e77be9f47d5a7530eba4e32744646424c431f6bc41ea8ee74358d24a74d7c06749994d052a2d16efa379ea36eb +doccontainersize 146568 +doccontainerchecksum 488ca1abb3d12b674b92d315322dcf020b70efff8f0d746e98cf78a88da0a50834b70185ac2fc64eedc2f483c268550839b6ff55440d421408aa598add37582b +docfiles size=47 RELOC/doc/luatex/luaxml/README details="Readme" RELOC/doc/luatex/luaxml/luaxml.pdf details="Package documentation" RELOC/doc/luatex/luaxml/luaxml.tex -runfiles size=58 +runfiles size=61 RELOC/tex/luatex/luaxml/luaxml-cssquery.lua RELOC/tex/luatex/luaxml/luaxml-domobject.lua RELOC/tex/luatex/luaxml/luaxml-encodings.lua @@ -207125,13 +208182,15 @@ runfiles size=58 RELOC/tex/luatex/luaxml/luaxml-parse-query.lua RELOC/tex/luatex/luaxml/luaxml-pretty.lua RELOC/tex/luatex/luaxml/luaxml-stack.lua + RELOC/tex/luatex/luaxml/luaxml-sty.lua RELOC/tex/luatex/luaxml/luaxml-testxml.lua RELOC/tex/luatex/luaxml/luaxml-transform.lua + RELOC/tex/luatex/luaxml/luaxml.sty 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.2 +catalogue-version 0.2a name lutabulartools category Package @@ -208634,33 +209693,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 @@ -208803,7 +209863,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, @@ -208811,23 +209871,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 @@ -208862,7 +209925,7 @@ catalogue-version 1.0 name make4ht category Package -revision 70112 +revision 72626 shortdesc A build system for tex4ht longdesc make4ht is a simple build system for tex4ht, a TeX to XML longdesc converter. It provides a command line tool that drives the @@ -208870,17 +209933,17 @@ longdesc conversion process. It also provides a library which can be longdesc used to create customized conversion tools. depend make4ht.ARCH depend tex4ht -containersize 57732 -containerchecksum 6c8a62a134c17879bbb6d4d1970a48a0f5cb3ee0bf9a61808bfecaf90a97268a527a4527f4e70cd5582ce6b427d3bde9cd3cf890a7f23325de4be61d9c9a8bf7 -doccontainersize 186176 -doccontainerchecksum 8d465fae374029e1785e913fc738299ac7bb442930be8d3e7759bee9b2a06b3600698e1c0d168ae663dc06242a7193f624bf07ad1d75f752dc074744b599fba2 -docfiles size=77 +containersize 78128 +containerchecksum 21e3481542217fbc41af0cbb79b6a2f225dedd2c805f9d5a3c863dc2b6cb2deafcffcdbe2aeb890ef265e94ab9e736a198a6c809096c7be6b061f9f31d0a9d67 +doccontainersize 190748 +doccontainerchecksum b185a77e7f40c71bb1e86b2bd31706666c1e3e98a7d788b1712d18db87d2d77f1e18377e924eb40e0af725c1014ead78bb788d03fe99646766506db45af0c2f5 +docfiles size=79 texmf-dist/doc/support/make4ht/README details="Readme" texmf-dist/doc/support/make4ht/changelog.tex texmf-dist/doc/support/make4ht/make4ht-doc.pdf details="Package documentation" texmf-dist/doc/support/make4ht/make4ht-doc.tex texmf-dist/doc/support/make4ht/readme.tex -runfiles size=97 +runfiles size=261 texmf-dist/scripts/make4ht/domfilters/make4ht-aeneas.lua texmf-dist/scripts/make4ht/domfilters/make4ht-booktabs.lua texmf-dist/scripts/make4ht/domfilters/make4ht-collapsetoc.lua @@ -208935,6 +209998,7 @@ runfiles size=97 texmf-dist/scripts/make4ht/lapp-mk4.lua texmf-dist/scripts/make4ht/make4ht texmf-dist/scripts/make4ht/make4ht-aeneas-config.lua + texmf-dist/scripts/make4ht/make4ht-char-def.lua texmf-dist/scripts/make4ht/make4ht-config.lua texmf-dist/scripts/make4ht/make4ht-dvireader.lua texmf-dist/scripts/make4ht/make4ht-errorlogparser.lua @@ -208951,7 +210015,7 @@ catalogue-contact-repository https://github.com/michal-h21/make4ht catalogue-ctan /support/make4ht catalogue-license lppl1.3 catalogue-topics cvt-html -catalogue-version 0.4 +catalogue-version 0.4b name make4ht.aarch64-linux category Package @@ -210244,7 +211308,7 @@ catalogue-topics notes name markdown category Package -revision 71798 +revision 72484 shortdesc Converting and rendering markdown documents inside TeX relocated 1 longdesc The package provides facilities for the conversion of markdown @@ -210252,15 +211316,19 @@ 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 66224 -containerchecksum 609c0b7f1b7068380d3b76e31c9f9052a416c8fe22e89d92db3f32f21a2f89cfdf7a097423759aee5f7e442a7195bf018ca7286d4c856763645d7fd717dca3d2 -doccontainersize 1286844 -doccontainerchecksum 55a10d297fc94fd79c10eaf9c9881d2ea326505a59136fdd9f9f1f08c17761d9d47bdb877c250476e8a43380d7e72e55f7500d718fc4d996ce0562e2eb404a40 -docfiles size=597 +depend l3kernel +depend lt3luabridge +depend lua-uni-algos +containersize 69968 +containerchecksum 895f84002c3b1dee6b468a88e900cbd8be488a12e02eb6b73e18d9fc0a2cd9f7fb876b8479b13f7382d7ba193b3f0752bc91a258f567c9f696352e2758088c7e +doccontainersize 1328192 +doccontainerchecksum 524b534a2acf7a6ea9cc60e30600239cc75567da18f72ff5df211c9a1e536aeed5f5229f98bfd26d78df70c01c05c2e9aa67b333bc11dd9de1f5465cd4af4912 +docfiles size=611 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 RELOC/doc/generic/markdown/CHANGES.md + RELOC/doc/generic/markdown/DEPENDS.txt RELOC/doc/generic/markdown/README.md details="Readme" RELOC/doc/generic/markdown/VERSION RELOC/doc/generic/markdown/markdown.css @@ -210276,13 +211344,13 @@ docfiles size=597 RELOC/doc/optex/markdown/examples/example.md RELOC/doc/optex/markdown/examples/optex.tex RELOC/doc/optex/markdown/examples/scientists.csv -srccontainersize 131680 -srccontainerchecksum 928f23d1bbe102758f326e2922e4886cdbef5d0a11156c22ac9620e9212b895788f5c9d989216c2aef5b9c8ac5ec3dc897465d130dee84ec54c5b687e22b55f9 -srcfiles size=243 +srccontainersize 135940 +srccontainerchecksum 99f7bbbd0679c6c898295369a88206f445b927d8bb4bca35129efc67fc749476211e8c4f8746de1996cc7002e93ef6d550d60ee85535698629f387c2aac2214c +srcfiles size=249 RELOC/source/generic/markdown/docstrip.cfg RELOC/source/generic/markdown/markdown.dtx RELOC/source/generic/markdown/markdown.ins -runfiles size=120 +runfiles size=150 RELOC/scripts/markdown/markdown-cli.lua RELOC/tex/context/third/markdown/t-markdown.tex RELOC/tex/context/third/markdown/t-markdownthemewitiko_markdown_defaults.tex @@ -210293,7 +211361,9 @@ runfiles size=120 RELOC/tex/latex/markdown/markdownthemewitiko_dot.sty RELOC/tex/latex/markdown/markdownthemewitiko_graphicx_http.sty RELOC/tex/latex/markdown/markdownthemewitiko_markdown_defaults.sty + RELOC/tex/luatex/markdown/markdown-parser.lua RELOC/tex/luatex/markdown/markdown-tinyyaml.lua + RELOC/tex/luatex/markdown/markdown-unicode-data.lua RELOC/tex/luatex/markdown/markdown.lua catalogue-contact-announce https://github.com/Witiko/markdown/releases catalogue-contact-bugs https://github.com/Witiko/markdown/issues @@ -210302,7 +211372,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.2-0-g6c30af7e +catalogue-version 3.7.1-0-g8e726800 name marvosym category Package @@ -210903,7 +211973,7 @@ catalogue-version 1.143 name mathastext category Package -revision 69237 +revision 72671 shortdesc Use the text font in maths mode relocated 1 longdesc The package uses a text font (usually the document's text font) @@ -210916,30 +211986,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 18656 +containerchecksum ab59c85a6a83b2a6dc3354308194d26c8437a37007b87c7cca40b531ffaa1f98000c41a58fb5fb04ee1a98259a7f2f3178963cc43dfbbb3bd84a3a99e3dd78d0 +doccontainersize 779472 +doccontainerchecksum 65625fdf88e252e7b40c18377a4c71c4d2ada8110dd8d89776827a5ccd844f667d42dac9c1613d2a447dc775d1a04156eed7092ec32416648efef46fc3a80fa4 +docfiles size=204 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 128976 +srccontainerchecksum 488ac90aaac4e13a2f4e37026f016b24a5525a111dc72e342237761ca1a8e0b447b39d6dd7fa32dc41453e96190517e8f6679bf3e24e4c10af82fbdee21b2d58 +srcfiles size=132 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.4e name mathcommand category Package @@ -212374,32 +213440,32 @@ catalogue-version 0.5 name mathfixs category Package -revision 49547 +revision 72653 shortdesc Fix various layout issues in math mode relocated 1 longdesc This is a LaTeX2e package to fix some odd behaviour in math longdesc mode such as spacing around fractions and roots, math symbols longdesc within bold text as well as capital Greek letters. It also adds longdesc some related macros. -containersize 2796 -containerchecksum 513e5dd9eb58ca5b1eb8daec663c48577fa2102ade0234412dbb22b6d756ad37009c689746c57c6624c731df64fa8d58eabfecbd4cdc31c576eb0ecd1e232fdf -doccontainersize 293968 -doccontainerchecksum c9ad8dda9ffaa77ba727f536016ba1dcbfb91c4d7ab98b1e4b72156591e8ff0359f623475324e57c6b22f509cdfe7e30ba67c3fb22f9dd152e59f1557c96a6a6 -docfiles size=76 +containersize 3868 +containerchecksum 47a6268381b78d01e654dc928c1b0be3cb08e7adca94e5491ddc155ed16ef7cfd93f01dff3bbb586e935d3d7a8da5471c26718c846140125d02291a4e5a5856f +doccontainersize 357944 +doccontainerchecksum dbce886bd7c13b3f6ab96a110298f84a4e080472a3366fb8a19f98b1e6e4b5c8fc62bd82817fc0a28824d8afd48e14f0187db054a1a601854c530239551ec734 +docfiles size=96 RELOC/doc/latex/mathfixs/README.txt details="Readme" RELOC/doc/latex/mathfixs/mafxsamp.tex RELOC/doc/latex/mathfixs/mathfixs.pdf details="Package documentation" -srccontainersize 11900 -srccontainerchecksum f08a26458ed871a11a44a1e957a1e9140b3e95c98ba1bd958cb9d63cbe483ee94e91217a5a7e54745b2cf245ee7f898fb64238941d1a8fce04699a3b8a06b7e3 -srcfiles size=13 +srccontainersize 17296 +srccontainerchecksum 847718ee0616641e60037cb25c291a9a57b3c55add7399f2a5c120f7d4e3a64170989cf9086e00d4981a6d77feb40a9e1f5b4a05b0f0606bd3a42daa6d61a34a +srcfiles size=20 RELOC/source/latex/mathfixs/mathfixs.dtx RELOC/source/latex/mathfixs/mathfixs.ins -runfiles size=3 +runfiles size=4 RELOC/tex/latex/mathfixs/mathfixs.sty catalogue-ctan /macros/latex/contrib/mathfixs catalogue-license lppl1.3 catalogue-topics maths bugfix -catalogue-version 1.01 +catalogue-version 1.11 name mathfont category Package @@ -212964,7 +214030,7 @@ binfiles arch=x86_64-solaris size=1 name mathtools category Package -revision 70838 +revision 72487 shortdesc Mathematical tools to use with amsmath relocated 1 longdesc Mathtools provides a series of packages designed to enhance the @@ -212984,19 +214050,20 @@ longdesc multlined, cases-like environments, new gathered environments; longdesc Maths versions of \makebox, \llap, \rlap etc.; Cramped math longdesc styles; and more... Mathtools requires mhsetup. depend amsmath -containersize 20532 -containerchecksum 51d46817b5b01572d98ff11af85282dc1116c13b5a7888e57e613ed0aee7b32fe89a501c09c48d8c44b5122f9829b0d57e40806fd87ba39cbf94c32a0134d414 -doccontainersize 1044780 -doccontainerchecksum 157c6d90f862161a8aa56f746b5df89f7db072d7fca6daaff211d6aaa681ac74b73f1b8bbf3bdb03115d4a72e548bba8cf8bb98924e8e2f8c2648c231f9a2f4f -docfiles size=269 +containersize 20544 +containerchecksum a5702e835e8885082d38504c9ac0afbb271fb1dbdb0593c4a6008c85368388c71d1794a5cd87bca67b5d1415c8fb9becaf7f7ca942927714e6b78a29e74f02c8 +doccontainersize 1134160 +doccontainerchecksum acf94100b66853f2d518ea72047701e635ab745537980215efb551ee2dd54b8dae9605d252997a2061b6abb76e6bc17db8042413727b7c72bf150c788a31a561 +docfiles size=292 RELOC/doc/latex/mathtools/README.md details="Package README" RELOC/doc/latex/mathtools/empheq.pdf RELOC/doc/latex/mathtools/mathtools.pdf details="Package documentation" RELOC/doc/latex/mathtools/mhsetup.pdf -srccontainersize 91172 -srccontainerchecksum f73b6e4c1f5716407f887b3b11e7979e2800d82362476caba71d646d521842fa59bea94d7804debb9e48a1be68a4e80f53f8378d4b4462a8e47d1756341a4a1f -srcfiles size=110 +srccontainersize 91568 +srccontainerchecksum bc83fbf369560b23508e9ada5d878e93d4e06f963991cbf764242dc3fef5d65fb65916212599f31f87c6d4159b64f13b4be20ba044c47e8d13013b2b39e56255 +srcfiles size=111 RELOC/source/latex/mathtools/empheq.dtx + RELOC/source/latex/mathtools/empheq.ins RELOC/source/latex/mathtools/mathtools.dtx RELOC/source/latex/mathtools/mathtools.ins RELOC/source/latex/mathtools/mhsetup.dtx @@ -213009,7 +214076,7 @@ catalogue-contact-repository https://github.com/latex3/mathtools catalogue-ctan /macros/latex/contrib/mathtools catalogue-license lppl1.3c catalogue-topics maths -catalogue-version 1.30 +catalogue-version 1.31 name matlab-prettifier category Package @@ -213714,7 +214781,7 @@ catalogue-version 0.13 name media9 category Package -revision 64047 +revision 72299 shortdesc Multimedia inclusion package with Adobe Reader-9/X compatibility relocated 1 longdesc The package provides an interface to embed interactive Flash @@ -213727,16 +214794,16 @@ longdesc Player supports the efficient H.264 codec for video longdesc compression. The package is based on the RichMedia Annotation, longdesc an Adobe addition to the PDF specification. It replaces the now longdesc obsolete movie15 package. -containersize 1895928 -containerchecksum 3eab7f0687395941f6805db51fff943b6bc795a8a5cf2fb2ed9f03f0103b4fef0bfebdf449701a051b72d8f18a8e332ec02f1893812e4be6d31a56980d50a1e4 -doccontainersize 3637360 -doccontainerchecksum e3f97ec8b1fbb345e42f641eb37f6210d4ebc2e791f6ca21af6c7ac7c7f86c149fa874cafe6a2eb1d47508e2a72aded6ea40b381393ae79e9baab5ecded73c6c -docfiles size=899 +containersize 1896108 +containerchecksum 9d9a8dab4404879fe2ecab5565e6748b6f1683adddbf76c10350018add8bebf49e6600517d6c3216ec0e9a395ea7882fd36a3c3ea647f089bb1e9576ccc949b5 +doccontainersize 3652492 +doccontainerchecksum 6fd0273d06f2acc4024ec7b57e7bde52217766356382b78c7dadeb58d1f5ea5740122b2555f9dc36d9f8d19b5310bb2d9609025255c93b172a2a57d867ee783e +docfiles size=905 RELOC/doc/latex/media9/ChangeLog RELOC/doc/latex/media9/README.txt RELOC/doc/latex/media9/media9.pdf details="Package documentation" -srccontainersize 1776700 -srccontainerchecksum 907343fbe326e491f543f104ea9335d6c69848b3d4a69469587bc5d417e3a58e2d18567a0377c71a28e8e7ee6d94959ee8a7e632819773692d34b6cc47a3cb09 +srccontainersize 1776704 +srccontainerchecksum cc80cca9fde3c9000c5bc2b552f06959c126edb1c5bd7a410f8122f8a9f31d0abe21817b371e42bb1d0cd5824fc3e900cf81ff0effc66f7caabe308d5135245e srcfiles size=555 RELOC/source/latex/media9/files/3dsystem.fig RELOC/source/latex/media9/files/3dsystem.pdf @@ -213791,7 +214858,7 @@ catalogue-contact-repository https://gitlab.com/agrahn/media9 catalogue-ctan /macros/latex/contrib/media9 catalogue-license lppl catalogue-topics multimedia expl3 -catalogue-version 1.25 +catalogue-version 1.29 name medmath category Package @@ -214529,7 +215596,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. @@ -214539,15 +215606,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 @@ -214559,10 +215628,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 @@ -214571,7 +215639,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 @@ -217398,7 +218466,7 @@ binfiles arch=x86_64-solaris size=3 name mf2pt1 category Package -revision 71731 +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 @@ -217410,9 +218478,9 @@ longdesc points than can be reverse-engineered by TeXtrace, mftrace, and longdesc other programs which convert bitmaps to outline fonts. depend mf2pt1.ARCH containersize 15164 -containerchecksum a60bc4407be952155bb59ff4beb6ceb5c843ecd0d8585ed7f7a8b39464ec514036fc95fefbdbd0cfa407c686b21fc448e7380cd8d70d6a2be7f97b0dcbb6f975 +containerchecksum 377e85e9fabe6910d316b21aa19243c337910582551349e0355d05681ab7a91c2a305604ac4ed8a342b00a5b3fc510d04d71177ff7d7e79d03316f39a89841e5 doccontainersize 200976 -doccontainerchecksum f5b35f0b79305bf39c68627e0bff884df015baadf691847de58889937d26c9c3c88950ddb470485655d4bc39fe531a4e7f704512bb03580e2c659b1d99953000 +doccontainerchecksum 2507f1d8cee7a5660f92d5d83b6cc66ac457ec2d98e32f89b0d2946c4d96d8266784854292713ff88f1648c983e01d8f4f1b099cb24106f336e16be59f5bc1d0 docfiles size=67 texmf-dist/doc/info/mf2pt1.info texmf-dist/doc/support/mf2pt1/ChangeLog @@ -217426,7 +218494,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 @@ -217563,6 +218631,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 @@ -219584,9 +221041,8 @@ catalogue-version 1.1 name minted category Package -revision 70838 +revision 72494 shortdesc Highlighted source code for LaTeX -relocated 1 longdesc The package that facilitates expressive syntax highlighting in longdesc LaTeX using the powerful Pygments library. The package also longdesc provides options to customize the highlighted source code @@ -219594,41 +221050,180 @@ longdesc output using fancyvrb. depend catchfile depend etoolbox depend float -depend framed depend fvextra -depend graphics -depend ifplatform -depend kvoptions -depend lineno +depend latex2pydata +depend minted.ARCH depend newfloat depend pdftexcmds +depend pgf +depend pgfopts depend tools -depend upquote depend xcolor -depend xstring -containersize 10156 -containerchecksum a7fce1240ff61973afbd56a16a3acc117fed9f3da2fc49a6c7689f69d94788bf1ad389dc4b22e25b167db7fb204b1e596d791ced5d8b02230526293b7dae31ab -doccontainersize 850304 -doccontainerchecksum 92188ec1e143596a6da167245b641b6c5dffb2bba24a9d8e3a26f0b628f750fc9d917e84eb1891d456bb143a969b300c81a39350c03cb475605b59503cb861f0 -docfiles size=216 - RELOC/doc/latex/minted/DEPENDS.txt - RELOC/doc/latex/minted/README details="Readme" - RELOC/doc/latex/minted/minted.pdf details="Package documentation" -srccontainersize 47940 -srccontainerchecksum cbbeae5b75932a6af9b57082419771051a7ec8d5290cb0cab469416a4959f73a32dfdffd314a40376bb98053c19702fd3920f327a9d537b858a0695e3b5bab51 -srcfiles size=54 - RELOC/source/latex/minted/Makefile - RELOC/source/latex/minted/minted.dtx - RELOC/source/latex/minted/minted.ins -runfiles size=16 - RELOC/tex/latex/minted/minted.sty - RELOC/tex/latex/minted/minted1.sty +containersize 1267192 +containerchecksum c19fb363d024fc89f0dc506b5680d4ef6f7f7d074260a691d0245e1acdf8ce56970f657b12ec7dce0af0740126232686b0e8e728a3465e35c3399faf3f63cc31 +doccontainersize 509880 +doccontainerchecksum 3efbab375b8607fd8bd67db43afbaab74e1b00da90b17a35723ff9e6eaf61681eb9eede812b736879f815ba1eb7fb2a9b8801e3f962fba9b2505367149bd4aba +docfiles size=138 + texmf-dist/doc/latex/minted/CHANGELOG_LATEXMINTED_PYTHON_PACKAGE.md + texmf-dist/doc/latex/minted/CHANGELOG_MINTED_LATEX_PACKAGE.md + texmf-dist/doc/latex/minted/DEPENDS.txt + texmf-dist/doc/latex/minted/README details="Readme" + texmf-dist/doc/latex/minted/minted.pdf details="Package documentation" +srccontainersize 41808 +srccontainerchecksum e5c2836b06eeb8d707e4b7047e9c2cb25fe5f2c97b0dc07f31e8c8b75b791bc54437bd821eb8a9a2b8f8c1955af30df3d2ae068edd12b403cf242a43cce0bbee +srcfiles size=51 + texmf-dist/source/latex/minted/minted.dtx + texmf-dist/source/latex/minted/minted.ins +runfiles size=353 + texmf-dist/scripts/minted/latex2pydata-0.4.0-py3-none-any.whl + texmf-dist/scripts/minted/latexminted-0.2.0-py3-none-any.whl + texmf-dist/scripts/minted/latexminted.py + texmf-dist/scripts/minted/latexrestricted-0.4.0-py3-none-any.whl + texmf-dist/scripts/minted/pygments-2.18.0-py3-none-any.whl + texmf-dist/tex/latex/minted/minted.sty + texmf-dist/tex/latex/minted/minted1.sty + texmf-dist/tex/latex/minted/minted2.sty catalogue-also texments verbments catalogue-contact-repository https://github.com/gpoore/minted catalogue-ctan /macros/latex/contrib/minted -catalogue-license lppl1.3 bsd3 +catalogue-license lppl1.3c lppl1.3 bsd3 catalogue-topics listing verbatim synt-hlt -catalogue-version 2.9 +catalogue-version 3.1.2 + +name minted.aarch64-linux +category Package +revision 72375 +shortdesc aarch64-linux files of minted +containersize 340 +containerchecksum cc92119543e98d82b7945b892df8c72d46146e778368d09d429cdee1500c206a291b3e16dd9140c68642b3c2e3df5404ca86e99db83cbd3dec8577c4733f4c93 +binfiles arch=aarch64-linux size=1 + bin/aarch64-linux/latexminted + +name minted.amd64-freebsd +category Package +revision 72375 +shortdesc amd64-freebsd files of minted +containersize 340 +containerchecksum 4cc81bb16c42ce2ba2880897977a9e906da7da55573ee32a9f0b82e531000cf43ebbdd813265e42526eb7b052920e0497fc78fbb54af5e964819d67f0494d346 +binfiles arch=amd64-freebsd size=1 + bin/amd64-freebsd/latexminted + +name minted.amd64-netbsd +category Package +revision 72375 +shortdesc amd64-netbsd files of minted +containersize 340 +containerchecksum 46a025c81b73faf327e24beb3b0500fefef86b945d0a0eb6accc1107b84b1b1a510674d71981ab8d2582b00c725d4fd27f4b6343de6df7bbc0a7c560bf07dd08 +binfiles arch=amd64-netbsd size=1 + bin/amd64-netbsd/latexminted + +name minted.armhf-linux +category Package +revision 72375 +shortdesc armhf-linux files of minted +containersize 340 +containerchecksum 521bb5c0954a09354c402c973c1942f0f8156c4a9cfbd38f5c99e58fd7999d583bd86ec691564116c6d94d33a2b5b624605c7c900ad3e0005ef8802488f58ae7 +binfiles arch=armhf-linux size=1 + bin/armhf-linux/latexminted + +name minted.i386-freebsd +category Package +revision 72375 +shortdesc i386-freebsd files of minted +containersize 340 +containerchecksum 250634000db73a1f8432212bd728c1e198a9ca83bbd9ddca38d8d77430c95bcba9b8483b973cb24ac082de9b22262487d2d974593d5769386617a075a5a123a3 +binfiles arch=i386-freebsd size=1 + bin/i386-freebsd/latexminted + +name minted.i386-linux +category Package +revision 72375 +shortdesc i386-linux files of minted +containersize 340 +containerchecksum b6fc05f6bcda7a9a421cd88dae3f778027de6ea51ba9f5b72e31638f836053d2b91a4e93bc6f08a3dca23612d08d82e5dba569362fd3dd296d1a6b87de4e412e +binfiles arch=i386-linux size=1 + bin/i386-linux/latexminted + +name minted.i386-netbsd +category Package +revision 72375 +shortdesc i386-netbsd files of minted +containersize 340 +containerchecksum a76fc2247ff4c5a9684ce9213f299e80131d8df4a771e1889219633be94de3e58f239456a9c555fcd6778208d019495dfeaffb7575db75b699896b43291588f3 +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/latexminted + +name minted.i386-solaris +category Package +revision 72375 +shortdesc i386-solaris files of minted +containersize 340 +containerchecksum 5cdfe8d541da29e369dd5f3c3cfd59b92327de91a5f9fa1439ef659d0eb442bd2addfd03a31187debdfa8f0e1d5f6c26862a6a3da40809ee07fc60e6404bdee0 +binfiles arch=i386-solaris size=1 + bin/i386-solaris/latexminted + +name minted.universal-darwin +category Package +revision 72375 +shortdesc universal-darwin files of minted +containersize 344 +containerchecksum cb2e0f827060aa057ed37b493b19a4f2734b758c949e455b149c713fa8fc9c0106a64647a99fb23c8c2070d1d0267923fbe6ab2b786c738a94a96cb49666c743 +binfiles arch=universal-darwin size=1 + bin/universal-darwin/latexminted + +name minted.windows +category Package +revision 72375 +shortdesc windows files of minted +containersize 2304 +containerchecksum fa7960196fcbf0b01e8da48cadfb17c9b18bf3886e86a3988d2dd6831ea2322d4ed3b894fc616a5a978ae68d7e72e0f616d6fdd2bf51aa7d2eeb03da54ebea6c +binfiles arch=windows size=2 + bin/windows/latexminted.exe + +name minted.x86_64-cygwin +category Package +revision 72375 +shortdesc x86_64-cygwin files of minted +containersize 340 +containerchecksum e6d630f62fa7cbf38c9421b777e8ee6b852444f4b7041a4423b9d7d01a3c487ef6d6f13da7b5d4ec2d94220b17ca16e1b8abf98f3958e16f670312770fed2961 +binfiles arch=x86_64-cygwin size=1 + bin/x86_64-cygwin/latexminted + +name minted.x86_64-darwinlegacy +category Package +revision 72375 +shortdesc x86_64-darwinlegacy files of minted +containersize 352 +containerchecksum 6ef9747b7c64fa330b9da3a30d55857010c54284fa05b0806242e226c3c7502bdb578ca995f31142d56551a6c8a1dd11cffa4e37d57c6ac49677e5e12bf5c01b +binfiles arch=x86_64-darwinlegacy size=1 + bin/x86_64-darwinlegacy/latexminted + +name minted.x86_64-linux +category Package +revision 72375 +shortdesc x86_64-linux files of minted +containersize 340 +containerchecksum 25a7fdd0f15ffa9d1cc8a7af6c54ee11892f0f47032224277983988a0f2f5f000e3a271f0512b59130fc8513adb3cbd366fcae071659c4a475783a13bca4f527 +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/latexminted + +name minted.x86_64-linuxmusl +category Package +revision 72375 +shortdesc x86_64-linuxmusl files of minted +containersize 344 +containerchecksum a6f9e0f73917df458c786c69b2e54a10f3ef16b8b0168f68637f1c0a55f50fe5b334e86038c9f1fa837907aec46228dbee7114a5bbd5d1c98bb4e0fb468a5704 +binfiles arch=x86_64-linuxmusl size=1 + bin/x86_64-linuxmusl/latexminted + +name minted.x86_64-solaris +category Package +revision 72375 +shortdesc x86_64-solaris files of minted +containersize 340 +containerchecksum 373f5a0b8f6792d36bf8d66684d593e71b961f1af7609e32442408d7b71064db7c15addde68e21bd807fad1f140b77c138a5d4e86c26e1302915bcf58c58a7c3 +binfiles arch=x86_64-solaris size=1 + bin/x86_64-solaris/latexminted name mintspirit category Package @@ -220327,7 +221922,7 @@ catalogue-version 2.0 name mitthesis category Package -revision 71695 +revision 72223 shortdesc A LaTeX template for an MIT thesis relocated 1 longdesc This class provides a LaTeX template for an MIT thesis or @@ -220344,18 +221939,20 @@ 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 12040 -containerchecksum dcba17861f7f18a233aa68ac233159a21dd7cd6223c531f6991f0f1ac02505bf98a569b3a5b106cdbf297e662521fbdd46dab9e4de9535e035cc9cb94504d964 -doccontainersize 2346076 -doccontainerchecksum 12d5ead80ebd60c2a45edcd5ee0039be793abf20ab49dbbc2e0f522d7af5e2f812cbeb3ffe6ba9202fdad7492d75574efb3c7ff6dc6d4188f81c8c29acec2652 -docfiles size=1109 +containersize 12312 +containerchecksum f25da4d18e9411f7924b2e1d3b39cbfbc12907c2b0d26e6a2f4ef066fb50b9127bf6da1dc693858d62a36462dade60aaa06ff7b7f1143aeb8b1c44b71d107d69 +doccontainersize 2563440 +doccontainerchecksum 718a6f2807f59c46aa2aaab36867a6fe6bc22e5d99761092eb2bf7ef044e904999fb9d213ea3bc403821b777cf59d2a0127b79d6df777525a35ccecc4fb0499f +docfiles size=1192 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 RELOC/doc/latex/mitthesis/MIT-thesis-template/acknowledgments.tex RELOC/doc/latex/mitthesis/MIT-thesis-template/appendixa.tex + RELOC/doc/latex/mitthesis/MIT-thesis-template/appendixb.tex RELOC/doc/latex/mitthesis/MIT-thesis-template/biography.tex RELOC/doc/latex/mitthesis/MIT-thesis-template/chapter1.tex + RELOC/doc/latex/mitthesis/MIT-thesis-template/committee_members.tex RELOC/doc/latex/mitthesis/MIT-thesis-template/fontsets/mitthesis-defaultfonts.tex RELOC/doc/latex/mitthesis/MIT-thesis-template/fontsets/mitthesis-fira-newtxsf.tex RELOC/doc/latex/mitthesis/MIT-thesis-template/fontsets/mitthesis-heros-stix2.tex @@ -220371,17 +221968,17 @@ docfiles size=1109 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 @@ -220413,7 +222010,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.13 +catalogue-version 1.16 name mkgrkindex category Package @@ -220965,7 +222562,7 @@ catalogue-topics gen-paper humanities name mlacls category Package -revision 67201 +revision 72271 shortdesc LaTeX class for MLA papers relocated 1 longdesc In the United States, secondary and undergraduate students are @@ -220974,21 +222571,21 @@ longdesc Modern Language Association (MLA) for typewritten essays, longdesc research papers and writings. This package provides a simple, longdesc straightforward LaTeX class for composing papers almost longdesc perfectly adherent to the MLA style guide. -containersize 2924 -containerchecksum 7d0ccccd52f39b97f5448674dd961dd230b93799f71871bab7d5cce5b77e60788029795436765b6678b4b9e89f9f370ace2a43c99a9c185c216335e7ddaaf5b3 -doccontainersize 3038140 -doccontainerchecksum c4ed81865684aaa5d15679ce667d41604a2f9d7431b06a258ec2d8f5f0f22aeacea5f944e39faca856cc84139b730d33f407147deb07f7ac5da70fb82341153f -docfiles size=1397 +containersize 3040 +containerchecksum ee73b7a39bcf14f1b00ae80603e2704989588634e88cc994a1fa7385034af286a9a77282940a180bc94b6af14773abd56ad1d7c2c84b42757e4b569208b61403 +doccontainersize 3028620 +doccontainerchecksum b34a4346dc2c6f57e431f35654a51e930fa4dafaa0d18759a2fd870197d49d0cb5ad175cfbc8044a06339a3b6a282e7dfe1a4c68cd456dcdcbd62b40591b3b0d +docfiles size=1384 RELOC/doc/latex/mlacls/BUGS.md RELOC/doc/latex/mlacls/LICENSE RELOC/doc/latex/mlacls/README.md details="Readme" RELOC/doc/latex/mlacls/mla-example-image.jpg RELOC/doc/latex/mlacls/mla-example.bib - RELOC/doc/latex/mlacls/mla-example.pdf + RELOC/doc/latex/mlacls/mla-example.pdf details="Example of use" RELOC/doc/latex/mlacls/mla-example.tex RELOC/doc/latex/mlacls/mla.pdf details="Package documentation" -srccontainersize 10080 -srccontainerchecksum c8a602a2ab7dbe1c0ecef7a1d4288eea10b0d8e5bfc15319d31c2f417a6ea2190576c986088b8da8aaff317ffaa0f0f41d0025e8e16a02503f2d96a91835382d +srccontainersize 10488 +srccontainerchecksum f4edb93ae5942858383d4a18b4e81df05fd45431c6000ef3085326a92a2a8106e3f988d471b599f97552ef5297177c2cd4604311457bf6a4440bd7eb4a70947b srcfiles size=10 RELOC/source/latex/mlacls/mla.dtx RELOC/source/latex/mlacls/mla.ins @@ -221000,7 +222597,7 @@ catalogue-contact-repository https://gitlab.com/ssterling/mlacls catalogue-ctan /macros/latex/contrib/mlacls catalogue-license lppl1.3c catalogue-topics class gen-paper humanities -catalogue-version 1.0 +catalogue-version 1.1 name mlawriter category Package @@ -222936,23 +224533,23 @@ catalogue-version 1.0 name moloch category Package -revision 71763 +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 4596 -containerchecksum 2fa2f9c9698d638bdb70e2dcc76d25735ecd5d467b44ce73229a8230c140199a3f0fa96bb7ea86cb4e490b91df42f7b7d5e324ced00718bd37c030a67851c52f +containersize 4600 +containerchecksum 401b0c35e291fb22f85b0f1e0befcb9d093256158a5028002e2769c549ffe640c53fc764ce39450f23d37209523caefcbb7915fbf49d190845005c0e2c6a3dc1 doccontainersize 303108 -doccontainerchecksum a708ede1eff906bc6742ee98df9ad026925684b599ccd972507d7dda8590401a469fdf19a751fef6201c7cb297bd2a3c0845ad159ee7111e873cd5984ec039d0 +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 8212 -srccontainerchecksum ae28e592e45b5ad563a52d8557c79b5c877a803756f779b2f5ab6212d3f94d4a650c65a1f6ab602f362916752272be98aa6d5736221061d3837453643eb779d0 +srccontainersize 8216 +srccontainerchecksum 08fecee109f4d2f4cea88083548fc1e8dbb90d2539d1d0306f344ddc5d60ebb5f15fa1b3250130ffd21d2656973f537bcba1bb4db4aa7754eb322e36b655e6f2 srcfiles size=13 RELOC/source/latex/moloch/beamercolorthememoloch.dtx RELOC/source/latex/moloch/beamerfontthememoloch.dtx @@ -222972,7 +224569,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 @@ -227698,7 +229295,7 @@ catalogue-version r0.83 name moremath category Package -revision 71810 +revision 72072 shortdesc Additional commands for typesetting maths relocated 1 longdesc This package provides several document level commands to ease @@ -227718,17 +229315,17 @@ 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 6408 -containerchecksum 5cb72c4c3ea0b033329f83893b9f7f296c6faae82bef7e30d3ed454eb302096ed0d5eecae9c61f646f47cb8d12df9ce8d364317dcf3a4c1fbbae2dc07a2184c3 -doccontainersize 929792 -doccontainerchecksum 673203f9ed210ec07a338e8814a2cc33921c4e884d62f5548afbb5ab1addfa292430c954c9391860e6ab4196aa3ad6dd8c9f2722df0e9c9d4d6fcb72a2fbec52 -docfiles size=233 +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 29172 -srccontainerchecksum a53e949ed8c88a92ef8c04b6d4057cee674627f57c7e68b24b6a9b101950bdc15951325a781ba380de8e49631f0e94a4b9ce63b9e86275eec185f209ff19316f -srcfiles size=44 +srccontainersize 30588 +srccontainerchecksum 64972489f7cce85800b980d45be12564cd89f37cfab5a125f0cf4ccd710a111ff719ff6b8bc3590cf35a5d517f0b50e5e2665975e874c99db633ffb5ce37497d +srcfiles size=46 RELOC/source/latex/moremath/moremath.dtx RELOC/source/latex/moremath/moremath.ins runfiles size=10 @@ -227738,7 +229335,7 @@ catalogue-contact-repository https://github.com/Mister00X/moremath catalogue-ctan /macros/latex/contrib/moremath catalogue-license lppl1.3 catalogue-topics maths expl3 -catalogue-version 0.4.0 +catalogue-version 0.5.0 name moresize category Package @@ -227984,6 +229581,154 @@ catalogue-ctan /macros/latex/contrib/movie15 catalogue-license lppl catalogue-topics multimedia obsolete +name mp-geom2d +category Package +revision 72638 +shortdesc Flat geometry with MetaPost +relocated 1 +longdesc This package was written with the aim of providing MetaPost +longdesc macros for creating a geometry figure that closely matches an +longdesc imperative description: Let A be the point with coordinates +longdesc (2,3). Let B be the point with coordinates (4,5). Draw the line +longdesc (A, B). ... +containersize 14160 +containerchecksum f95b73dd85a6c3dee8eb47bd48d01d271e4329c4468ef14ea6761254300712065e20977ed09cc2dced98af84c1b01a1b12e3ee4629c2e84b8e5190a33f875be0 +doccontainersize 1476432 +doccontainerchecksum 8e2bca493714eef7293b43e08c17b4a1d5adcff247c2eb27a753c5cb01a5002d12649fe40c69db83e39aa7ce3eec4facaa96c89cb4b8b7052f35fbad580f139b +docfiles size=586 + RELOC/doc/metapost/mp-geom2d/K001-1.dat + RELOC/doc/metapost/mp-geom2d/K001-2.dat + RELOC/doc/metapost/mp-geom2d/LICENSE + RELOC/doc/metapost/mp-geom2d/README.md details="Readme" + RELOC/doc/metapost/mp-geom2d/exemples/cercles/axessimilitude-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/cercles/axessimilitude.1 + RELOC/doc/metapost/mp-geom2d/exemples/cercles/axessimilitude.mp + RELOC/doc/metapost/mp-geom2d/exemples/cercles/cercles1-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/cercles/cercles1-1.png + RELOC/doc/metapost/mp-geom2d/exemples/cercles/cercles1.mp + RELOC/doc/metapost/mp-geom2d/exemples/cercles/cercles2-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/cercles/cercles2-1.png + RELOC/doc/metapost/mp-geom2d/exemples/cercles/cercles2.mp + RELOC/doc/metapost/mp-geom2d/exemples/cercles/cercles3-001.pdf + RELOC/doc/metapost/mp-geom2d/exemples/cercles/cercles3-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/cercles/cercles3-2.pdf + RELOC/doc/metapost/mp-geom2d/exemples/cercles/cercles3.001 + RELOC/doc/metapost/mp-geom2d/exemples/cercles/cercles3.mp + RELOC/doc/metapost/mp-geom2d/exemples/cercles/inter-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/cercles/inter.mp + RELOC/doc/metapost/mp-geom2d/exemples/coniques/ellipse-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/coniques/ellipse-2.pdf + RELOC/doc/metapost/mp-geom2d/exemples/coniques/ellipse-3.pdf + RELOC/doc/metapost/mp-geom2d/exemples/coniques/ellipse-4.pdf + RELOC/doc/metapost/mp-geom2d/exemples/coniques/ellipse.mp + RELOC/doc/metapost/mp-geom2d/exemples/coniques/hyper-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/coniques/hyper.mp + RELOC/doc/metapost/mp-geom2d/exemples/construction/ogiveentiers-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/construction/ogiveentiers.mp + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp01-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp01.mp + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp02-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp02.mp + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp03-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp03.mp + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp04-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp04.mp + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp05-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp05.mp + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp06-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp06.mp + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp07-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp07.mp + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp08-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/courbes/cp08.mp + RELOC/doc/metapost/mp-geom2d/exemples/cubiques/K001-1.dat + RELOC/doc/metapost/mp-geom2d/exemples/cubiques/K001-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/cubiques/K001-2.dat + RELOC/doc/metapost/mp-geom2d/exemples/cubiques/K001.mp + RELOC/doc/metapost/mp-geom2d/exemples/divers/brach-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/divers/brach.mp + RELOC/doc/metapost/mp-geom2d/exemples/divers/divers-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/divers/divers.mp + RELOC/doc/metapost/mp-geom2d/exemples/divers/epicycloide-const-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/divers/epicycloide-const.mp + RELOC/doc/metapost/mp-geom2d/exemples/divers/pascalline-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/divers/pascalline.mp + RELOC/doc/metapost/mp-geom2d/exemples/divers/point-0.pdf + RELOC/doc/metapost/mp-geom2d/exemples/divers/point.0 + RELOC/doc/metapost/mp-geom2d/exemples/divers/point.mp + RELOC/doc/metapost/mp-geom2d/exemples/divers/polygone-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/divers/polygone.mp + RELOC/doc/metapost/mp-geom2d/exemples/divers/vecteurs-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/divers/vecteurs.mp + RELOC/doc/metapost/mp-geom2d/exemples/fonctions/cos-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/fonctions/cos.mp + RELOC/doc/metapost/mp-geom2d/exemples/fonctions/fonction1-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/fonctions/fonction1.mp + RELOC/doc/metapost/mp-geom2d/exemples/fonctions/fonction2-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/fonctions/fonction2.mp + RELOC/doc/metapost/mp-geom2d/exemples/polaires/pol01-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/polaires/pol01.mp + RELOC/doc/metapost/mp-geom2d/exemples/polaires/pol02-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/polaires/pol02.mp + RELOC/doc/metapost/mp-geom2d/exemples/polaires/pol03-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/polaires/pol03.mp + RELOC/doc/metapost/mp-geom2d/exemples/polaires/pol04-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/polaires/pol04.mp + RELOC/doc/metapost/mp-geom2d/exemples/polaires/pol05-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/polaires/pol05.mp + RELOC/doc/metapost/mp-geom2d/exemples/polaires/pol06-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/polaires/pol06.mp + RELOC/doc/metapost/mp-geom2d/exemples/polaires/pol07-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/polaires/pol07.mp + RELOC/doc/metapost/mp-geom2d/exemples/reperes/mptextmp.mp + RELOC/doc/metapost/mp-geom2d/exemples/reperes/mpxerr.tex + RELOC/doc/metapost/mp-geom2d/exemples/reperes/reperes1-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/reperes/reperes1.mp + RELOC/doc/metapost/mp-geom2d/exemples/reperes/reperes2-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/reperes/reperes2.mp + RELOC/doc/metapost/mp-geom2d/exemples/svgnames/palette-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/svgnames/palette.1 + RELOC/doc/metapost/mp-geom2d/exemples/svgnames/palette.mp + RELOC/doc/metapost/mp-geom2d/exemples/transformations/homothetie-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/transformations/homothetie.mp + RELOC/doc/metapost/mp-geom2d/exemples/transformations/inversion-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/transformations/inversion.mp + RELOC/doc/metapost/mp-geom2d/exemples/transformations/symetrie-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/transformations/symetrie.mp + RELOC/doc/metapost/mp-geom2d/exemples/transformations/symetrieCentrale-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/transformations/symetrieCentrale.mp + RELOC/doc/metapost/mp-geom2d/exemples/triangles/apollonius-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/triangles/apollonius.mp + RELOC/doc/metapost/mp-geom2d/exemples/triangles/pedale-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/triangles/pedale.mp + RELOC/doc/metapost/mp-geom2d/exemples/triangles/triangles-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/triangles/triangles.mp + RELOC/doc/metapost/mp-geom2d/exemples/vecteur/vecteur-1.pdf + RELOC/doc/metapost/mp-geom2d/exemples/vecteur/vecteur.mp + RELOC/doc/metapost/mp-geom2d/figure.pdf + RELOC/doc/metapost/mp-geom2d/fond.pdf + RELOC/doc/metapost/mp-geom2d/locctan.bib + RELOC/doc/metapost/mp-geom2d/mp-geom2d-doc.pdf details="Package documentation" language="fr" + RELOC/doc/metapost/mp-geom2d/mp-geom2d-doc.tex + RELOC/doc/metapost/mp-geom2d/solution0.dat +runfiles size=20 + RELOC/metapost/mp-geom2d/geom2d-arc.mp + RELOC/metapost/mp-geom2d/geom2d-c2d.mp + RELOC/metapost/mp-geom2d/geom2d-fct.mp + RELOC/metapost/mp-geom2d/geom2d-lbl.mp + RELOC/metapost/mp-geom2d/geom2d-main.mp + RELOC/metapost/mp-geom2d/geom2d-plt.mp + RELOC/metapost/mp-geom2d/geom2d-rep.mp + RELOC/metapost/mp-geom2d/geom2d-svgnames.mp + RELOC/metapost/mp-geom2d/geom2d-tra.mp + RELOC/metapost/mp-geom2d/geom2d.mp +catalogue-contact-bugs https://gitlab.gutenberg-asso.fr/mchupin/mp-geom2d/-/issues +catalogue-contact-repository https://gitlab.gutenberg-asso.fr/mchupin/mp-geom2d +catalogue-ctan /graphics/metapost/contrib/macros/mp-geom2d +catalogue-license lppl1.3c +catalogue-topics graphics graphics-mpost maths +catalogue-version 1.1 + name mp3d category Package revision 29349 @@ -228119,7 +229864,7 @@ catalogue-topics graphics-use name mpchess category Package -revision 67704 +revision 72664 shortdesc Drawing chess boards and positions with MetaPost relocated 1 longdesc This package allows you to draw chess boards and positions. The @@ -228129,11 +229874,11 @@ longdesc on MetaPost probably allows more graphic flexibility than the longdesc excellent LaTeX packages. This package is in beta version, do longdesc not hesitate to report bugs, as well as requests for longdesc improvement -containersize 29916 -containerchecksum b65838b9b3177b069a2e8e4141fdb9ae68ac1dc9378c9fe7534fd23556d93ace29ba1ed9deaeb53fd54d709b77ecd98d9d0fc79dfc8e77b8eec899d4a332bc3f -doccontainersize 1472768 -doccontainerchecksum c859e9f5df0d24bd1eb59dfd39dc97cd1ba6e713b33e37d17128388928071e2da8f41180da333fea34ee6215585208de193a381205fd866142f341e1856485d2 -docfiles size=524 +containersize 30060 +containerchecksum 2cf36bfc12156811ecf709a821efbe3c5a0a3b3976fca2fa7c2835dd4c73574758f16d4fd53db9a50b379821a2ef565c3419b8a80e6287a798e91643d0ac1d5c +doccontainersize 2459324 +doccontainerchecksum 1ebb4633b16a3c165648eb413130b51f96e9d8b4743c4ce7f2c0e1aa0c0af84055d426d566bcb2836164bb35b6b5acc8a419a5e4799d4a27539068d0c081fe7e +docfiles size=779 RELOC/doc/metapost/mpchess/LICENSE RELOC/doc/metapost/mpchess/README.md details="Readme" RELOC/doc/metapost/mpchess/ctan.bib @@ -228145,7 +229890,7 @@ docfiles size=524 RELOC/doc/metapost/mpchess/mpchess-preamble.tex RELOC/doc/metapost/mpchess/test.fen RELOC/doc/metapost/mpchess/test.pgn -runfiles size=51 +runfiles size=52 RELOC/fonts/truetype/public/mpchess/mpchessfont.ttf RELOC/metapost/mpchess/mpchess-cburnett.mp RELOC/metapost/mpchess/mpchess-chessboard.mp @@ -228154,13 +229899,13 @@ runfiles size=51 RELOC/metapost/mpchess/mpchess-pieces.mp RELOC/metapost/mpchess/mpchess-skak.mp RELOC/metapost/mpchess/mpchess.mp -catalogue-contact-bugs https://github.com/chupinmaxime/mpchess/issues -catalogue-contact-home https://plmlab.math.cnrs.fr/mchupin/mpchess -catalogue-contact-repository https://github.com/chupinmaxime/mpchess +catalogue-contact-bugs https://gitlab.gutenberg-asso.fr/mchupin/mpchess/-/issues +catalogue-contact-home https://gitlab.gutenberg-asso.fr/mchupin/mpchess +catalogue-contact-repository https://gitlab.gutenberg-asso.fr/mchupin/mpchess catalogue-ctan /graphics/metapost/contrib/macros/mpchess catalogue-license lppl1.3c gpl2+ catalogue-topics graphics graphics-mpost mp-use games -catalogue-version 0.7 +catalogue-version 0.8 name mpcolornames category Package @@ -228940,7 +230685,7 @@ catalogue-topics psychology journalpub bibtex-sty apa name msu-thesis category Package -revision 71741 +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 @@ -228950,10 +230695,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 13796 -containerchecksum 0c737e0bb2f62f111d688fce24ffa7fffd61193413bd19d9c2e943371df77c139aaafc95f8c7f3646326d74d7a6456129c58f35d1839b5e669863c326308a6e5 +containersize 13800 +containerchecksum 8a5245b5894fce4518c71e471d0dc3e7aea7524b0999ba0cb924fef47844a6aa75e4345eb9ea14ae770c1ba6edd8f47e8a7302f11c62fbe6fa754028041774c1 doccontainersize 540588 -doccontainerchecksum 7c19526cc07b27ae1ecd2891f4e9ea7ca82ffffbdbcbb5cca5fb70e7c12e8d362ca9c44334e9dac863fa6b7af43b1db8ea220f8268fe25521a2b301ad2a10198 +doccontainerchecksum 67b6dddc999c6f104b144ecc043ec008ee68d077f08048a1158db4af5f9750ca50460eb307fd5f846170251641d5e83bfb91198e3f37adf505e0b57111d792c2 docfiles size=157 RELOC/doc/latex/msu-thesis/README.md details="Readme" RELOC/doc/latex/msu-thesis/docs/msu-thesis.tex @@ -228977,7 +230722,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 @@ -231080,16 +232825,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 @@ -231137,7 +232882,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 @@ -231376,7 +233120,7 @@ catalogue-version 0.7 name naive-ebnf category Package -revision 67892 +revision 72652 shortdesc EBNF in plain text relocated 1 longdesc With the help of this LaTeX package a context-free grammar @@ -231385,17 +233129,17 @@ longdesc Extended Backus-Naur Form (EBNF) notation. depend filecontentsdef depend l3kernel depend pgfopts -containersize 2416 -containerchecksum 52780f4292abba6d621638637f8c3d11a3a39d4e26c3e7a10e077f4369624ed0f1fead7aa781d9d0017b000618bf08ade1bddb78e9d773c3abd9c6124ba00068 -doccontainersize 672020 -doccontainerchecksum f2abf68012f902440e17235fd49c55c4776d79c3e7db46d18e203b47160a427545201170c6644a18d33874a90c6770d83fae576da68befde87da17606ed577e6 -docfiles size=181 +containersize 2448 +containerchecksum f6db6ed77dae32af24648b836c121a46f24e4c60c7aaed6cb3774620be337979c54c5cb4825b0d775fc6fc01450a3345d132cee94f8f4fc4882f39c26b1e7a68 +doccontainersize 506872 +doccontainerchecksum b016db38503a2a2f3027d8f04c8bc770ab60b2d7c0619d2e6c6b4fdfdf873dfb4aea349e95a0981fa769e5548a50753dddb1ac7c217b2f72eb2a0600244d1a24 +docfiles size=148 RELOC/doc/latex/naive-ebnf/DEPENDS.txt RELOC/doc/latex/naive-ebnf/LICENSE.txt RELOC/doc/latex/naive-ebnf/README.md details="Readme" RELOC/doc/latex/naive-ebnf/naive-ebnf.pdf details="Package documentation" -srccontainersize 5800 -srccontainerchecksum a149e3c6ca7f22ed9b9d7a03c0d5bb941af809b6145967bfbc63ff96aec966eeb5e657cc0bc099c7727af6c2ebffaeb6f45474104c2c7c1462295ea115ad0d87 +srccontainersize 5900 +srccontainerchecksum f963b574de1715a3876b93dc2a6ab7eb48e55efddacc7e936bac39cbf49af7b15e6a6868219d3da902269afa04e4270ee3c2e86bb25db24eba62b273caeac8fd srcfiles size=6 RELOC/source/latex/naive-ebnf/naive-ebnf.dtx RELOC/source/latex/naive-ebnf/naive-ebnf.ins @@ -231405,7 +233149,7 @@ catalogue-contact-repository https://github.com/yegor256/naive-ebnf catalogue-ctan /macros/latex/contrib/naive-ebnf catalogue-license mit catalogue-topics formal-spec -catalogue-version 0.0.15 +catalogue-version 0.0.17 name nameauth category Package @@ -234164,7 +235908,7 @@ catalogue-version 2.0 name newcomputermodern category Package -revision 71570 +revision 72225 shortdesc Computer Modern fonts including matching non-latin alphabets relocated 1 longdesc This is a new assembly of Computer Modern fonts including @@ -234173,11 +235917,11 @@ longdesc non-Latin based languages and Mathematics, all compatible in longdesc style to CM fonts. In addition to the Regular weight of longdesc Computer Modern, it provides a Book weight for heavier longdesc printing. -containersize 6722852 -containerchecksum dd1601fc129c51751e452410a1062a5510631b738ae00afc00e4a2109b580bed73e2a43a7e88c2e8abeea1f9ca20c377652d9bf113c93c9d4d3adc078da56170 -doccontainersize 16906548 -doccontainerchecksum 269598283526c867bb0f5387a0e0b438f8324b0dbc97b0425605f882fe802930676711ae809db1fed14d8fa66d7f7c4b82ba5b63f8e3290fa22a149cbbaed1e1 -docfiles size=4158 +containersize 7070296 +containerchecksum 04ad83bf9ab93abbb6eb9fd6d6ecad166b35c846f113a80c7e0dca2abe35b45c8b408e8d7cb75bcf2d43e3702dde617f5b4b17916e0fb50eb458c61c66f10b5e +doccontainersize 17953024 +doccontainerchecksum 93d506c5e71620a26c949af0ad08362343aec19a3d78d81c848d04d5dbc0b30f7ded405890da14aaf38878a36b255544c6d6aacee052db77be3e38166ec18eb2 +docfiles size=4415 RELOC/doc/fonts/newcomputermodern/README details="Readme" RELOC/doc/fonts/newcomputermodern/colored-diacritics.pdf RELOC/doc/fonts/newcomputermodern/colored-diacritics.tex @@ -234193,7 +235937,7 @@ docfiles size=4158 RELOC/doc/fonts/newcomputermodern/opticalmathlm.pdf RELOC/doc/fonts/newcomputermodern/opticalmathlm.tex RELOC/doc/fonts/newcomputermodern/source.txz -runfiles size=4193 +runfiles size=4492 RELOC/fonts/opentype/public/newcomputermodern/NewCM08-Book.otf RELOC/fonts/opentype/public/newcomputermodern/NewCM08-BookItalic.otf RELOC/fonts/opentype/public/newcomputermodern/NewCM08-Italic.otf @@ -234209,6 +235953,7 @@ runfiles size=4193 RELOC/fonts/opentype/public/newcomputermodern/NewCM10Devanagari-Bold.otf RELOC/fonts/opentype/public/newcomputermodern/NewCM10Devanagari-Book.otf RELOC/fonts/opentype/public/newcomputermodern/NewCM10Devanagari-Regular.otf + RELOC/fonts/opentype/public/newcomputermodern/NewCMMath-Bold.otf RELOC/fonts/opentype/public/newcomputermodern/NewCMMath-Book.otf RELOC/fonts/opentype/public/newcomputermodern/NewCMMath-Regular.otf RELOC/fonts/opentype/public/newcomputermodern/NewCMMono10-Bold.otf @@ -234246,7 +235991,7 @@ catalogue-contact-repository https://git.gnu.org.ua/newcm.git catalogue-ctan /fonts/newcomputermodern catalogue-license gfl catalogue-topics font cherokee font-archaic font-body font-cm font-coptic font-cyrillic font-greek font-hebrew font-indic font-maths font-medieval font-mono font-multilingual font-otf font-proportional font-sans font-serif font-supp linguistic other-lang phonetic -catalogue-version 5.2.0 +catalogue-version 6.0.0 name newenviron category Package @@ -235186,7 +236931,7 @@ catalogue-version 1.0 name newtx category Package -revision 71722 +revision 72368 shortdesc Alternative uses of the TX fonts, with improved metrics relocated 1 longdesc The bundle splits txfonts.sty (from the TX fonts distribution) @@ -235201,10 +236946,10 @@ longdesc garamondx package, thus offering a garamond-alike longdesc text-with-maths combination. depend kastrup execute addMap newtx.map -containersize 6064620 -containerchecksum 7d6e64da00ba770d5457a4cf388cfdc8e5a0ac6e403200596b67b84add203908da0a04832d9916309c714fcb9b8b431760795211c739b29157c8316bb9d873aa -doccontainersize 975232 -doccontainerchecksum a85a05dc34ec8611c0c1b72119d47164e69775b0783f5b7b648c7fe9b40e227fe7d78fa35f41cf04e9df2356b43b2afe886779979e05971d4d5b5c164dc33e83 +containersize 6064804 +containerchecksum 8067a2718561b47a376668124693485bee17ab10a884fe4b38693cf7cd542c890025261f2ee63a3d8193ae5a338f04704b4224af350cd484e3f41004ee24e6f9 +doccontainersize 975348 +doccontainerchecksum 8b460454e35703c88f56134fd377ace2980f0ca5df9068450bb6352f30d93c14009b757c1e25745dd11ae2e525be2d7bc122bdb481c177852f7c3b60d658168e docfiles size=319 RELOC/doc/fonts/newtx/MANIFEST-newtx.txt RELOC/doc/fonts/newtx/README details="Readme" @@ -236300,7 +238045,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.754 name newtxsf category Package @@ -236664,26 +238409,35 @@ catalogue-version 1.1a name nfssext-cfr category Package -revision 43640 +revision 72454 shortdesc Extensions to the LaTeX NFSS relocated 1 longdesc The package is a development of nfssext.sty, distributed with longdesc the examples for the font installation guide. The package has longdesc been developed for use in packages such as cfr-lm and longdesc venturisadf, -containersize 5276 -containerchecksum 5083d4ff4168b857a7391855ce02ea354cb17a26242a3e3b2693d6bbb35f722f750299669a37afbb99a52180433d697fbf65a6fb6afd6bd58d4b16c63e5b0d67 -doccontainersize 184888 -doccontainerchecksum 28b2aff47d74de3a42c441dafc156297904b5db20d267f1af07d1e3210e7f9959474b3cec387be7d9b20dc04560b4100a0d9da6979ab8ad2a7cd1e4518cec278 -docfiles size=49 - RELOC/doc/latex/nfssext-cfr/README details="Readme" +containersize 8708 +containerchecksum 182309dc62e359de96531aa293f1bfdb4c4f0f28d1311b3ec7e418d9203bec80d60a2aa61250c684781046a35972ed413d92ec7e1a10050d4c0ca616461e4ad5 +doccontainersize 883452 +doccontainerchecksum 3d7f54c4d79febafb407bd56d26db6c9d01bd5186e61b825a02eacb75ec218e2c7830e4859a1a76287d33297a126e5d4fcb768b64954ef3b05b99f62fb24f2a1 +docfiles size=228 + RELOC/doc/latex/nfssext-cfr/README.md details="Readme" + RELOC/doc/latex/nfssext-cfr/manifest.txt RELOC/doc/latex/nfssext-cfr/nfssext-cfr.pdf details="Package documentation" - RELOC/doc/latex/nfssext-cfr/nfssext-cfr.tex -runfiles size=6 +srccontainersize 29056 +srccontainerchecksum f5655fd474cd8ca6282ebc1aedffc5b62cdc3153203bad3b2b60db551a9a654e3e277be62b34c38ed6954022ac0aabda3141fb5731d845871e0363cc2e34e8ba +srcfiles size=37 + RELOC/source/latex/nfssext-cfr/nfssext-cfr.dtx + RELOC/source/latex/nfssext-cfr/nfssext-cfr.ins +runfiles size=15 + RELOC/tex/latex/nfssext-cfr/nfssext-cfr-nfss.sty + RELOC/tex/latex/nfssext-cfr/nfssext-cfr-nnfss.sty RELOC/tex/latex/nfssext-cfr/nfssext-cfr.sty +catalogue-contact-repository https://codeberg.org/cfr/nfssext catalogue-ctan /macros/latex/contrib/nfssext-cfr -catalogue-license lppl1.3 +catalogue-license lppl1.3c catalogue-topics font-sel +catalogue-version 1.1 name nicefilelist category Package @@ -236761,16 +238515,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 @@ -236792,7 +238546,7 @@ catalogue-topics font font-type1 font-decor name nicematrix category Package -revision 71661 +revision 72697 shortdesc Improve the typesetting of mathematical matrices with PGF relocated 1 longdesc This package is based on the package array. It creates PGF/TikZ @@ -236804,28 +238558,28 @@ 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 42580 +containerchecksum c8ebb6b9bb3cce773f72e4ca8b6f0b021eea9f223638474eceda71526c5ddd54677f8265946f1a677b947388195a666e8623fb39d4f9d5710da2a3478a51e572 +doccontainersize 2161276 +doccontainerchecksum c1942ee0ca6ec674baebcaed6fcca525994c0e8eead02776092148a04ab59e7bdd1d5e3c2aed7b29b6a176cbd93d7f5762e304e470caf569a9d824823a967865 +docfiles size=1076 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 92500 +srccontainerchecksum 717dce7b5af59df32f2114ebe44a7927a395d04d55a3700307b98e2e8a696ae65373a658b1db89b55515b3474506b4fe26e85eebdedafa1fd6d99419d77398c3 +srcfiles size=150 RELOC/source/latex/nicematrix/nicematrix-code.dtx RELOC/source/latex/nicematrix/nicematrix.ins -runfiles size=97 +runfiles size=96 RELOC/tex/latex/nicematrix/nicematrix.sty catalogue-ctan /macros/latex/contrib/nicematrix catalogue-license lppl1.3 catalogue-topics maths matrix pgf-tikz expl3 -catalogue-version 6.28b +catalogue-version 6.29a name nicetext category Package @@ -237760,7 +239514,7 @@ catalogue-version 1.0 name nodetree category Package -revision 68244 +revision 72318 shortdesc Visualize node lists in a tree view relocated 1 longdesc nodetree is a development package that visualizes the structure @@ -237768,16 +239522,16 @@ longdesc of node lists. nodetree shows its debug informations in the longdesc console output when you compile a LuaTeX file. It uses a longdesc similar visual representation for node lists as the UNIX tree longdesc command for a folder structure. -containersize 17784 -containerchecksum 8c451fff46fda636b2b1284d8751e070bc47526d7dc94acceddd49e8eea3f951526c1680f330042e51f61752795b4c8ebaa490cd93a736747e1bc554126bf7f0 -doccontainersize 293324 -doccontainerchecksum 3e69dd9f6ef63f3ca1ed8c071510a5b6946037d9ed76449fd14c16ce0892ca50031ec594f6bca7423d3669270b4e2821311a53b852f906ecbd22035dbf9c2858 -docfiles size=81 +containersize 17848 +containerchecksum 4c5dc1a3ac721b71a31e6bfb5e6bf7db16774c8e4005821093f4a4718404e25fec90068b7ab02e739839ec1107db2294e445a376e91a052f43253fe9ad8cff29 +doccontainersize 287116 +doccontainerchecksum a2be6b5c45306669947de9e9e7d927b77de8e2dd69ffded22132471fc0cb2c941df24d21fa27b2e8546838de46bd4dd55e26797f1fc8b3471c7a83d6d94504ef +docfiles size=79 RELOC/doc/luatex/nodetree/README.md details="Readme" RELOC/doc/luatex/nodetree/nodetree-doc.tex RELOC/doc/luatex/nodetree/nodetree.pdf details="Package documentation" -srccontainersize 3384 -srccontainerchecksum ded67b13d69785d978a4662fc62cf0c76b63bb931b94ca2407b9b8021857cb1d6609b466ab9f552d11765f7b612386e9fdf0fec02e2a77a5cef459ecc4324b35 +srccontainersize 3388 +srccontainerchecksum 6d1bbfa0d1df3084208a1a48362f5f6f24b21aeae46465ae0794323fbe477a05ae1091bd9e4e964dd2d3bc97c290359eecb385d383a97995b99e68e1ea165e4c srcfiles size=4 RELOC/source/luatex/nodetree/nodetree.dtx RELOC/source/luatex/nodetree/nodetree.ins @@ -237792,7 +239546,7 @@ catalogue-contact-repository https://github.com/Josef-Friedrich/nodetree catalogue-ctan /macros/luatex/generic/nodetree catalogue-license lppl1.3 catalogue-topics lua-supp -catalogue-version 2.3.0 +catalogue-version 2.4.0 name noindentafter category Package @@ -238169,24 +239923,26 @@ catalogue-version 2.4 name notebeamer category Package -revision 71192 +revision 72554 shortdesc A template for printing presentations on notepaper relocated 1 longdesc This template provides an easy way to put Beamer presentations longdesc on note paper and quickly produce notebooks. It is optimized longdesc for Goodnotes' default paper size. -containersize 2424 -containerchecksum 299a643ddc055b195a7a45abc2ae2b5da9456eaedf60d1ddb289d1d0815f0384000fbde01e01497dcb73f72edfa2c929bd2bf7462f9b3a6db744f42e709cd366 -doccontainersize 2870836 -doccontainerchecksum 6b806a177bbb2540a9ca6d5143d4d62d61eb42e75797b494a095cf6f6f6bf72b2e76021838cf98fa891f6e4ef47693889a6e674586b75b9c8dbbdaf5740f41ef -docfiles size=949 +containersize 2312 +containerchecksum 0c17e017cdf6856ebb2aca7ea010635e0b6d94051bd0b781a25cc00fbc71b87fbb89ee05ead383e1293a9b6c50439fecfd0b528d46382090be86a80c5cf2d24a +doccontainersize 111664 +doccontainerchecksum f034c6a838fe25c237d0443c707dd8fef11503eede19b99dfc3367f945214f5d4f739f240023676829839654c66ba102c83c343194e205457d2975d97558b046 +docfiles size=52 RELOC/doc/latex/notebeamer/License RELOC/doc/latex/notebeamer/README.md details="Readme" - RELOC/doc/latex/notebeamer/figures/beamerdemo.pdf - RELOC/doc/latex/notebeamer/figures/paperdemo.pdf + RELOC/doc/latex/notebeamer/notebeamer-demo1.pdf + RELOC/doc/latex/notebeamer/notebeamer-demo1.tex + RELOC/doc/latex/notebeamer/notebeamer-demo2.pdf + RELOC/doc/latex/notebeamer/notebeamer-demo2.tex RELOC/doc/latex/notebeamer/notebeamer.pdf details="Package documentation" RELOC/doc/latex/notebeamer/notebeamer.tex -runfiles size=3 +runfiles size=2 RELOC/tex/latex/notebeamer/notebeamer.sty catalogue-contact-announce https://qm.qq.com/q/RGFmHwBecC catalogue-contact-bugs https://github.com/xiamyphys/notebeamer/issues @@ -238197,7 +239953,7 @@ catalogue-contact-support https://qm.qq.com/q/RGFmHwBecC catalogue-ctan /macros/latex/contrib/notebeamer catalogue-license lppl1.3c catalogue-topics notes presentation doc-templ pgf-tikz -catalogue-version 3.0b +catalogue-version 4.0A name notes category Package @@ -244746,6 +246502,34 @@ catalogue-license lppl1.3c catalogue-topics portuguese numbers expl3 catalogue-version 1.0 +name numbersets +category Package +revision 72558 +shortdesc Display number sets with customizable typefaces +relocated 1 +longdesc This package allows users to express mathematical concepts +longdesc related to sets of numbers using meaningful commands rather +longdesc than relying on visual representations. Key Features: Command +longdesc to specify typefaces for number sets. Interface for defining +longdesc typeface rules. Interface for creating commands that represent +longdesc number sets. Several predefined presets for common number sets. +containersize 1484 +containerchecksum 1595b969f1963da9e68c3b7c79ab8bc81c37933bd4734490b56a03db67a1733b8311712f9f9afe21765b8200ebb9d739a19b704195720e4fe92956995570128e +doccontainersize 62288 +doccontainerchecksum b7538c592706679243bf6d4ad8d3624910ef52fc3e39f7e5390bda83c6b69e19c2ce0bb5f851ea26a7e6fd9b824ed60bcd745305a590237b29d1c40bbdebb08a +docfiles size=20 + RELOC/doc/latex/numbersets/README.md details="Readme" + RELOC/doc/latex/numbersets/numbersets-doc.pdf details="Package documentation" + RELOC/doc/latex/numbersets/numbersets-doc.tex +runfiles size=1 + RELOC/tex/latex/numbersets/numbersets.sty +catalogue-contact-bugs https://github.com/enunun/numbersets/issues +catalogue-contact-repository https://github.com/enunun/numbersets +catalogue-ctan /macros/latex/contrib/numbersets +catalogue-license mit +catalogue-topics maths numbers expl3 +catalogue-version 0.2.0 + name numerica category Package revision 68021 @@ -245647,7 +247431,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 @@ -245661,16 +247445,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; @@ -245678,13 +247461,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 @@ -245692,11 +247474,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 @@ -245716,7 +247498,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 @@ -245743,12 +247524,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 @@ -245763,7 +247543,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 @@ -245783,10 +247562,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 @@ -245798,7 +247576,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 @@ -245816,7 +247593,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 @@ -246010,7 +247786,7 @@ catalogue-version 0.5 name ocgx2 category Package -revision 70696 +revision 72300 shortdesc Drop-in replacement for 'ocgx' and 'ocg-p' relocated 1 longdesc This package serves as a drop-in replacement for the packages @@ -246021,14 +247797,14 @@ longdesc known engines and back-ends including: LaTeX - dvips - longdesc ps2pdf/Distiller (Xe)LaTeX(x) - dvipdfmx pdfLaTeX and LuaLaTeX longdesc . It also ensures compatibility with the media9 and animate longdesc packages. -containersize 17172 -containerchecksum 4b8a88818828b02590aeed748c9ea2c9e87c5ba7c59b54d08fb83ef9240af49668c55bd8d8f82eaccf9505f8b8be465a3f94ce89470a725afd777a239ce8af33 -doccontainersize 6420 -doccontainerchecksum 04dcd5b8941b0d53828d9faa80acba4458e9bcd126082f1aab4738a9b54236f62fefbc950e4b40425b7715984563e04d51890ef6cd8c5bcdf4eaf80979a8c609 +containersize 16672 +containerchecksum 4ec634173bf0e761c2b34a6cd916f45988e2b7f4b002c3d03adfa30f51cf1994530073bb7a104b65ed991771c1858b44b304737d4589eb77a9a4cf41511b5544 +doccontainersize 6488 +doccontainerchecksum b007793f9ecd82a5c700b707db22111ffa0e60cf923670670de71b95e189fdf386aa059286e67de54091e842dfbcde0c214d5bc0d7e6fbcd52e9e63aab4351b1 docfiles size=5 RELOC/doc/latex/ocgx2/ChangeLog RELOC/doc/latex/ocgx2/README.txt -runfiles size=35 +runfiles size=34 RELOC/tex/latex/ocgx2/fixocgx.sty RELOC/tex/latex/ocgx2/ocgbase.sty RELOC/tex/latex/ocgx2/ocgx2.sty @@ -246037,7 +247813,7 @@ catalogue-contact-repository https://gitlab.com/agrahn/ocgx2 catalogue-ctan /macros/latex/contrib/ocgx2 catalogue-license lppl catalogue-topics pdf-feat adobe-distiller expl3 -catalogue-version 0.57 +catalogue-version 0.60 name ocherokee category Package @@ -246301,7 +248077,7 @@ catalogue-version 1.0.0 name odsfile category Package -revision 68204 +revision 72514 shortdesc Read OpenDocument Spreadsheet documents as LaTeX tables relocated 1 longdesc The distribution includes a package and a lua library that can @@ -246309,11 +248085,11 @@ longdesc together read OpenDocument spreadsheet documents as LaTeX longdesc tables. Cells in the tables may be processed by LaTeX macros, longdesc so that (for example) the package may be used for drawing some longdesc plots. The package uses lua's zip library. -containersize 5692 -containerchecksum 0c663510fd84f116cb2cf12c41a59faec219b774fddec215ade16b9299db1e445e46deb565c4b0acad18ad2b0ac3c5f54c9b8d7b2ea3fa3bfd43cf86716969dc -doccontainersize 110928 -doccontainerchecksum e76be0163772f0bb905cfc4987dd2d1083decc706e521647217b7ecb09214c29bb1118867bbe8d20bd2aabb1648bbfb3ac12ba072c38ab7242d3b1a86df5f6ba -docfiles size=33 +containersize 5940 +containerchecksum f52a86a6f3d56230b994fee1e7e7f50ac59c7f913ed2028a1f57b07a5a6ea02982dedf64cc094de5688fac025b1f802439038dec90e20d6a7360da4e33b8fd1d +doccontainersize 114120 +doccontainerchecksum 4bffc641b473662ecf10124c77a74e602f8d270bc721fafc98b3ac1d7f0f1f3045e9e3f51321da0cf171f75ed5d09d82646461740b0747a3368e77fc0537f693 +docfiles size=34 RELOC/doc/lualatex/odsfile/README details="Readme" RELOC/doc/lualatex/odsfile/odsfile.pdf details="Package documentation" RELOC/doc/lualatex/odsfile/odsfile.tex @@ -246324,7 +248100,7 @@ runfiles size=6 catalogue-ctan /macros/luatex/latex/odsfile catalogue-license lppl1.3c catalogue-topics foreign-import table luatex -catalogue-version 0.8 +catalogue-version 0.9 name ofs category Package @@ -251160,17 +252936,17 @@ catalogue-version 1.2 name outilsgeomtikz category Package -revision 69124 +revision 72145 shortdesc Some geometric tools, with TikZ relocated 1 longdesc This package provides some commands, with French keys, to longdesc display geometric tools using TikZ, for example a pen, a longdesc compass, a rule, a square, a protractor, ... -containersize 6636 -containerchecksum ff64c7a149bd0d890896936c1f5c818cc6f9c34a50b6f0312134dd47819b45df36a769ddd5b4db903c441217062bbbd44da086fd0bfd863ba8bbbbf6f96a764b -doccontainersize 503492 -doccontainerchecksum 0cebb1b166aa5b6628eb9aa88788beec5da60d7b25b9d110465ed25b130bbba2636209e151a9633171bc016e0953b5f27780ffa02ca4bb2f0dadc902e998141e -docfiles size=135 +containersize 6684 +containerchecksum 88b010ee1ee7807602d80f043e8f2199be63b25a518205b0092b24912d5c5242b7c7539be19b1b69ad1890218bdb1afeb06759c83459aede19dd5e9a4093b7c8 +doccontainersize 1024540 +doccontainerchecksum 22cecda0c351b825e3c763075277c58df35f0b7a218e8c2d35b2cfc940c3fccbcefaa7dcecdd584278c6b7d5c512ceb009eedc59f4e8d836266541d7bfe2b22f +docfiles size=265 RELOC/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.pdf details="Package documentation" language="fr" RELOC/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.tex RELOC/doc/latex/outilsgeomtikz/README.md details="Readme" @@ -251181,7 +252957,7 @@ catalogue-contact-repository https://github.com/cpierquet/OutilsGeomTikz catalogue-ctan /graphics/pgf/contrib/outilsgeomtikz catalogue-license lppl1.3c catalogue-topics pgf-tikz graphics -catalogue-version 0.1.5 +catalogue-version 0.1.6 name outline category Package @@ -251859,7 +253635,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, @@ -251871,14 +253647,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 @@ -251926,7 +253702,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 @@ -252519,21 +254295,21 @@ catalogue-version 0.0c name panneauxroute category Package -revision 67951 +revision 72287 shortdesc Commands to display French road signs (vector graphics) relocated 1 longdesc The package provides commands to insert French road signs as -longdesc vector graphics: \AffPanneau[graphicx options]{} \pr[graphicx -longdesc options] -containersize 376816 -containerchecksum d904edbcc40640e89e3399a5e00310174bc9317a1ac87da86ad15dfb2ec24757b21cc9ec1d9e562547b6637bc63fb1d58bc5373d4b84f4b53c0194c001a2ae59 -doccontainersize 596496 -doccontainerchecksum b0fc8b96588dbe692eebec332da0cd3fbea74090b566a9afddad30b6028d3592e95f729d7d8f6f198c14e2cbe63e821715ddd2678bd4a58865c5a159d8d8ce4b -docfiles size=177 +longdesc vector graphics: \AffPanneau[graphicx options]{code} +longdesc \prcode[graphicx options] +containersize 472656 +containerchecksum 0b478c44335bd93b28ed3930c65a129cb771cdfd6140d6e2aa3eded1d4e0506439eeba7be95f90f6db90c870b7c4e707e41b09ef290bf023594fa96c9e061d63 +doccontainersize 653152 +doccontainerchecksum 50bc39e648f39069295a5285d8a6b4be5797546fba5ad083cfe737922bb8ff9fc289b6c79f4db4e34d4001ee242919c5b1062f5aa15f4eb099ec2e6e0e807287 +docfiles size=194 RELOC/doc/latex/panneauxroute/PanneauxRoute-doc.pdf details="Package documentation" RELOC/doc/latex/panneauxroute/PanneauxRoute-doc.tex RELOC/doc/latex/panneauxroute/README.md details="Readme" -runfiles size=247 +runfiles size=292 RELOC/tex/latex/panneauxroute/Danger/PanneauRouteA13a.pdf RELOC/tex/latex/panneauxroute/Danger/PanneauRouteA13b.pdf RELOC/tex/latex/panneauxroute/Danger/PanneauRouteA14.pdf @@ -252585,6 +254361,7 @@ runfiles size=247 RELOC/tex/latex/panneauxroute/Indication/PanneauRouteC20a.pdf RELOC/tex/latex/panneauxroute/Indication/PanneauRouteC20c.pdf RELOC/tex/latex/panneauxroute/Indication/PanneauRouteC23.pdf + RELOC/tex/latex/panneauxroute/Indication/PanneauRouteC24a.pdf RELOC/tex/latex/panneauxroute/Indication/PanneauRouteC24a1.pdf RELOC/tex/latex/panneauxroute/Indication/PanneauRouteC24a4.pdf RELOC/tex/latex/panneauxroute/Indication/PanneauRouteC24b1.pdf @@ -252627,6 +254404,7 @@ runfiles size=247 RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB14_30.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB14_50.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB14_70.pdf + RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB14_80.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB14_90.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB15.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB16.pdf @@ -252635,10 +254413,12 @@ runfiles size=247 RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB18b.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB18c.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB19.pdf + RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB1j.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB2a.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB2b.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB2c.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB3.pdf + RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB30_30.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB31.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB33_110.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB33_130.pdf @@ -252659,6 +254439,11 @@ runfiles size=247 RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB6a1.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB6a2.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB6a3.pdf + RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB6b1.pdf + RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB6b2.pdf + RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB6b3.pdf + RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB6b4.pdf + RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB6b5.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB6d.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB7a.pdf RELOC/tex/latex/panneauxroute/Interdiction/PanneauRouteB7b.pdf @@ -252706,6 +254491,21 @@ runfiles size=247 RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB44.pdf RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB45a.pdf RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB49.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB49VL.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB50a.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB50b.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB50c.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB50d.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB50e.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB51_30.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB52.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB53.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB54.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB55.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB56.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB57.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB58.pdf + RELOC/tex/latex/panneauxroute/Obligation/PanneauRouteB59.pdf RELOC/tex/latex/panneauxroute/PanneauxRoute.sty RELOC/tex/latex/panneauxroute/Services/PanneauRouteCE1.pdf RELOC/tex/latex/panneauxroute/Services/PanneauRouteCE10.pdf @@ -252744,12 +254544,22 @@ runfiles size=247 RELOC/tex/latex/panneauxroute/Services/PanneauRouteCE7.pdf RELOC/tex/latex/panneauxroute/Services/PanneauRouteCE8.pdf RELOC/tex/latex/panneauxroute/Services/PanneauRouteCE9.pdf + RELOC/tex/latex/panneauxroute/Temporaire/PanneauRouteAK14.pdf + RELOC/tex/latex/panneauxroute/Temporaire/PanneauRouteAK17.pdf + RELOC/tex/latex/panneauxroute/Temporaire/PanneauRouteAK2.pdf + RELOC/tex/latex/panneauxroute/Temporaire/PanneauRouteAK22.pdf + RELOC/tex/latex/panneauxroute/Temporaire/PanneauRouteAK3.pdf + RELOC/tex/latex/panneauxroute/Temporaire/PanneauRouteAK30.pdf + RELOC/tex/latex/panneauxroute/Temporaire/PanneauRouteAK31.pdf + RELOC/tex/latex/panneauxroute/Temporaire/PanneauRouteAK32.pdf + RELOC/tex/latex/panneauxroute/Temporaire/PanneauRouteAK4.pdf + RELOC/tex/latex/panneauxroute/Temporaire/PanneauRouteAK5.pdf catalogue-contact-bugs https://github.com/cpierquet/PanneauxRoute/issues catalogue-contact-repository https://github.com/cpierquet/PanneauxRoute catalogue-ctan /macros/latex/contrib/panneauxroute catalogue-license lppl1.3c cc-by-sa-3 catalogue-topics french graphics-use -catalogue-version 0.1.0 +catalogue-version 0.1.2 name paper category Package @@ -252914,25 +254724,25 @@ catalogue-version 0.1.0 name paracol category Package -revision 49560 +revision 72651 shortdesc Multiple columns with texts "in parallel" relocated 1 longdesc The package provides yet another multi-column typesetting longdesc mechanism by which you produce multi-column (e.g., bilingual) longdesc document switching and sychronizing each corresponding part in longdesc "parallel". -containersize 18856 -containerchecksum ff7f60734dcf6d1db89a0b80747b31eb95bb28ac90ea5d83546feb08389fe890c6e3b4c44995b115d3e9d446823e81e27bf08337ae2d236a5a89c2c79258f741 -doccontainersize 2088752 -doccontainerchecksum a5711614d817193cf34cce405fc57f00dc17f3757b8c945dd174ba03453943c22e9c66b19a0f83444abd61f486e5df10246556e59d281f10f95452ad1931fb49 -docfiles size=544 +containersize 19428 +containerchecksum 9af1832a5af05e44ae72f1a5f4a3d9b82d54544a935ab402ea305f63382d6545ef14a8677114ac001b8b8b6ff69a5165cc9647dc1a56af1673e8639fdd432b43 +doccontainersize 2466756 +doccontainerchecksum cc1d4681ececf6e5ba6dd386180cea2cdc5d14866e3cd03bb085e3e7e013fe0875126fb369b3757b940859ddc6cea3760ef6a88075ee89e1218501418bf2e06b +docfiles size=657 RELOC/doc/latex/paracol/README details="Readme" - RELOC/doc/latex/paracol/paracol-man.pdf details="Package documentation" + RELOC/doc/latex/paracol/paracol-man.pdf details="User manual" RELOC/doc/latex/paracol/paracol-man.tex - RELOC/doc/latex/paracol/paracol.pdf -srccontainersize 211364 -srccontainerchecksum cfa0bb83368dc27a7d71fb5e8772aa1c0ab69f597b2b00630fa1a95cf448684e6b59d46bd6dbe011953c51c0195b5cd0981a2df8d7d5fb951aecdee0a9ed0576 -srcfiles size=267 + RELOC/doc/latex/paracol/paracol.pdf details="Complete package documentation" +srccontainersize 211664 +srccontainerchecksum d2219958d964c781e732083ee4f2e0f5ab398d2f29d9e09fd6c4d9e2a97fad8e784e59dec85bb4d53f96276a6d6dd27429eadc2c017b9b6c1bd2206b8306de15 +srcfiles size=268 RELOC/source/latex/paracol/bgpaint.dtx RELOC/source/latex/paracol/impl.dtx RELOC/source/latex/paracol/man.dtx @@ -252942,13 +254752,15 @@ srcfiles size=267 RELOC/source/latex/paracol/probs.dtx RELOC/source/latex/paracol/pwfnote.dtx RELOC/source/latex/paracol/ref.dtx -runfiles size=26 +runfiles size=53 + RELOC/tex/latex/paracol/paracol-2018-12-31.sty RELOC/tex/latex/paracol/paracol.sty catalogue-also parallel parcolumns +catalogue-contact-repository https://codeberg.org/mgkurtz/paracol catalogue-ctan /macros/latex/contrib/paracol catalogue-license lppl catalogue-topics parallel linguistic -catalogue-version 1.35 +catalogue-version 1.36 name parades category Package @@ -254209,19 +256021,19 @@ catalogue-version 2.01 name pas-tableur category Package -revision 66860 +revision 72283 shortdesc Create a spreadsheet layout relocated 1 longdesc The package provides commands for creating a grid of longdesc rectangles, and commands for populating locations in the grid. longdesc PGF/TikZ is used for placement and population of the cells. -containersize 3580 -containerchecksum 3457ffc6633ecd2eddccd0070a1ea5458d5126c1a42684991229c7eb8ec7e64db31fd809623b930cf4bb39c928cea2bd6ee2eb5ade840ba9ad36cc28b8d307b7 -doccontainersize 6604 -doccontainerchecksum 495b121c5860a96603a060e925173a7d197d0d22e13ab26857de5f7453f061847620b44b95c6494dc8e1f8108e58d987cec5728507cda2b61e40173c1b6d6a95 -docfiles size=7 - RELOC/doc/latex/pas-tableur/README details="Readme" +containersize 3836 +containerchecksum 9dd74214224653461d32ce8fe0493d0fd8e4a3123531055ac3a02e3da3eaf56442dbc95979d0dbe98553ac405b8d6f1aa21a404add6c4ee25035c079b0efd558 +doccontainersize 6896 +doccontainerchecksum 1ee76a4c3b938fca59aec5e98d18c4b417bca146d07383e7a3742be2055ff93269a55ca27125f2d8980083e4834655c849a8db11f687f42ebc0d4dd0ceb9475e +docfiles size=8 RELOC/doc/latex/pas-tableur/README.TEXLIVE + RELOC/doc/latex/pas-tableur/README.txt details="Readme" RELOC/doc/latex/pas-tableur/doc.codes.tex RELOC/doc/latex/pas-tableur/doc.styles.tex RELOC/doc/latex/pas-tableur/pas-tableur.tex @@ -254230,7 +256042,7 @@ runfiles size=4 catalogue-ctan /macros/latex/contrib/pas-tableur catalogue-license lppl catalogue-topics alignment pgf-tikz -catalogue-version 2.05 +catalogue-version 2.06 name pascaltriangle category Package @@ -254288,17 +256100,17 @@ catalogue-topics foreign-import name passopt category Package -revision 71828 +revision 72638 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 +containerchecksum 0148cfbea3edef66806fe2d341e09fee68271b5685cb583dfc426c93033b6314e403f49253c649f1bb82d1b455094a7845ec0bcef20d63d9973eaac64f09b770 +doccontainersize 49380 +doccontainerchecksum dfa7713f2696456d00f5c23a7b52221c673222766f6e32262383489f8714880343c2ece1dfe25c4a7e715dabc1ccb10d72b97950f8a7fa32deeea7c23e87f8e8 +docfiles size=15 RELOC/doc/latex/passopt/README.md details="Readme" RELOC/doc/latex/passopt/passopt.pdf details="Package documentation" RELOC/doc/latex/passopt/passopt.tex @@ -254308,7 +256120,7 @@ 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 +catalogue-version 1.01c name patch category Package @@ -255855,26 +257667,26 @@ binfiles arch=x86_64-solaris size=1 name pdflatexpicscale category Package -revision 46617 +revision 72650 shortdesc Support software for downscaling graphics to be included by pdfLaTeX longdesc The package provides a script to scale pictures down to a longdesc target resolution before creating a PDF document with pdfLaTeX. depend pdflatexpicscale.ARCH -containersize 3124 -containerchecksum d36dcc4d70156d52bcaf668d620c8eee5db8914473f943412ea5ad5c8bde673a6715fd5a69d13e502a5d4fe0b1e0e55099432c4e0e5e02bd5f6155ca5804c3f3 -doccontainersize 86376 -doccontainerchecksum 64440f794e88c08bfeeac75d6d4174eccb800125c8d57e3b0be3ac6883c04790d422cb05cbed6be7335ab2e4d2e6bb2c8c0137c04160db126674960ddb7603e1 -docfiles size=35 +containersize 4992 +containerchecksum 28ad8e727fe96c9da016aa121cc8da857019ade17929357b95c1b7d86295099d108caa12f0b38fcf645ee6235a01fbeeb873f535074587d3a2ea22a6b79246e0 +doccontainersize 93316 +doccontainerchecksum 7b55764bb7864c365fba5b6a2fa3f9d0846048417fedc2b1b72a1026dabd0b6fab831aa5df8621f9cfaf8927e4c1e04dd2d705061a9db7a317aa48fcad86eda4 +docfiles size=38 texmf-dist/doc/support/pdflatexpicscale/README details="Readme" texmf-dist/doc/support/pdflatexpicscale/pdflatexpicscale.pdf details="Package documentation" texmf-dist/doc/support/pdflatexpicscale/pdflatexpicscale.tex texmf-dist/doc/support/pdflatexpicscale/testprinter.ps -runfiles size=2 +runfiles size=4 texmf-dist/scripts/pdflatexpicscale/pdflatexpicscale.pl catalogue-ctan /support/pdflatexpicscale catalogue-license lppl catalogue-topics graphics-prep -catalogue-version 0.32 +catalogue-version 0.50 name pdflatexpicscale.aarch64-linux category Package @@ -256044,7 +257856,7 @@ catalogue-version 0.13 name pdfmanagement-testphase category Package -revision 71339 +revision 72677 shortdesc LaTeX PDF management testphase bundle relocated 1 longdesc This is a temporary package, which is used during a test phase @@ -256057,11 +257869,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 55016 +containerchecksum 2472028d93e49a8b03fcf62895e3b127ea7a2a9a2bb405b48c25a2501bf9f3ffd7ab3f04343a6594517636834b5c299d260832d6ce7a356b2c01738df5a28b88 +doccontainersize 9008580 +doccontainerchecksum 22559fc640da1c60eaeaa7af4f151e36b576b793d61f5602b4976dd17353033bb861912d9484b9ccd2696d33b4b77a78d825574a39e3d4460f8db5599f81f9a3 +docfiles size=2909 RELOC/doc/latex/pdfmanagement-testphase/CHANGELOG.md RELOC/doc/latex/pdfmanagement-testphase/README.md details="Readme" RELOC/doc/latex/pdfmanagement-testphase/hyperref-generic.pdf @@ -256078,15 +257890,16 @@ docfiles size=2803 RELOC/doc/latex/pdfmanagement-testphase/l3pdffile.pdf RELOC/doc/latex/pdfmanagement-testphase/l3pdfmanagement.pdf RELOC/doc/latex/pdfmanagement-testphase/l3pdfmeta.pdf + RELOC/doc/latex/pdfmanagement-testphase/l3pdfoutline.pdf RELOC/doc/latex/pdfmanagement-testphase/l3pdftools.pdf RELOC/doc/latex/pdfmanagement-testphase/l3pdfxform.pdf RELOC/doc/latex/pdfmanagement-testphase/ltdocinit.pdf 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 142152 +srccontainerchecksum d49b1f58e80364e69b43fe733589c10aedbf0f5232b4f64679d8f0cc7b1130efa3bbe31e475d93538dcfd2c9878362fb327ee60a8549ce895f7bd8bfb64acd0c +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 @@ -256107,7 +257920,7 @@ srcfiles size=206 RELOC/source/latex/pdfmanagement-testphase/pdfmanagement-firstaid.dtx RELOC/source/latex/pdfmanagement-testphase/pdfmanagement-testphase.dtx RELOC/source/latex/pdfmanagement-testphase/pdfmanagement-testphase.ins -runfiles size=110 +runfiles size=111 RELOC/tex/latex/pdfmanagement-testphase/color-ltx.sty RELOC/tex/latex/pdfmanagement-testphase/colorspace-patches-tmp-ltx.sty RELOC/tex/latex/pdfmanagement-testphase/hgeneric-testphase.def @@ -256129,7 +257942,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.96n name pdfmarginpar category Package @@ -256263,7 +258076,7 @@ catalogue-version 1.4 name pdfpages category Package -revision 71386 +revision 72691 shortdesc Include PDF documents in LaTeX relocated 1 longdesc This package simplifies the inclusion of external multi-page @@ -256278,10 +258091,10 @@ depend eso-pic depend graphics depend oberdiek depend tools -containersize 14108 -containerchecksum f65edc6416c59707ea788b90bb96af507a8cd9a444e42a254fc77ffe6116bb07e48e4379ed2db1abc7a511169e9b679d92e78a168fda3d6ed8e56ddce110ddac -doccontainersize 323896 -doccontainerchecksum c5231edfed1d691bd39bacb7162f56b17f54998b59dc9cda8c918b47c2719496cdae01b37e24893fa46ecf7493f57bdf0c2a1905b1045cd11408fbde48d4fa19 +containersize 14132 +containerchecksum 6ea9c387f4bfb5b605f80e01743f190f2e707aa611026af3ffb0a1eaf450c3cdf01a3798923c9456f5e47d144248583020f8ff1d526cd25e660086c8fd72c72d +doccontainersize 323908 +doccontainerchecksum b23fdd348b984342f4844f62a1df44f407fc858633372ae347e3e4e91b21030afc3792dd832932ffc674e6dfc8e9520e32ecdc73dcebdb06688ebbc9fd2ff158 docfiles size=90 RELOC/doc/latex/pdfpages/dummy-l.pdf RELOC/doc/latex/pdfpages/dummy.pdf @@ -256289,8 +258102,8 @@ docfiles size=90 RELOC/doc/latex/pdfpages/pdf-hyp.tex RELOC/doc/latex/pdfpages/pdf-toc.tex RELOC/doc/latex/pdfpages/pdfpages.pdf details="Package documentation" -srccontainersize 35604 -srccontainerchecksum f270fce8f36a0d98aef2177ec5a5d78692ab1d45ef59cd1f9aa6effd25e43ff8744190782aadfdc1cb930edbc8cbcd6b283bd314f410aada3cad6071d4220d58 +srccontainersize 35704 +srccontainerchecksum 3a5fb357ae99f2c5987b4ad72f45fe66d6c95cdbc741316bb1db913d0965995abea7bdb6209304821740dcc572172fe44e3be24e76ee81be9138eca0b4c0ead9 srcfiles size=46 RELOC/source/latex/pdfpages/README RELOC/source/latex/pdfpages/pdfpages.dtx @@ -256307,7 +258120,7 @@ runfiles size=25 catalogue-ctan /macros/latex/contrib/pdfpages catalogue-license lppl1.3c catalogue-topics graphics-incl pdf-feat -catalogue-version 0.6a +catalogue-version 0.6c name pdfpc category Package @@ -257879,21 +259692,21 @@ binfiles arch=x86_64-solaris size=1 name penlight category Package -revision 67716 +revision 72301 shortdesc Penlight Lua libraries made available to LuaLaTeX users relocated 1 longdesc This LuaLaTeX package provides a wrapper to use the penlight longdesc Lua libraries with LuaLaTeX, with some extra functionality longdesc added. -containersize 101464 -containerchecksum 7765a7beaf9d2f99f383c6723fb7ddf3968f656a433bd519631b539e7c599e4ea26546585c1be6732a42e1632fc11b980ee9316de6cfb765332790f81d548aff -doccontainersize 23660 -doccontainerchecksum 30307bc7774c3768227da33c31c6296e8d470f1f835f792248ed4ff40e261ea682fd967987396808fcd36e7e0a74c3da2bb947de7eab7af5783e3790857b081e +containersize 102132 +containerchecksum 7809178769a9ecb2474555153088ed1ddff824516a6afad4a4df8b86f06e08d2bf2f2d3e37bf7b5e014968251362d731031951520d03d0f69269313c31d5a9a4 +doccontainersize 24272 +doccontainerchecksum 0641be8253322c2b9289c542c1f2f50da0246f7207f874196e9b577201ff721228b690ebf5e4295f105ae9ef3851834245c83c2b470d3bdd696ecd4f24f62a83 docfiles size=9 RELOC/doc/luatex/penlight/README.md details="Readme" RELOC/doc/luatex/penlight/penlight.pdf details="Package documentation" RELOC/doc/luatex/penlight/penlight.tex -runfiles size=105 +runfiles size=106 RELOC/tex/luatex/penlight/penlight.lua RELOC/tex/luatex/penlight/penlight.sty catalogue-contact-repository https://github.com/kalekje/penlight @@ -257903,20 +259716,20 @@ catalogue-topics luatex name penlightplus category Package -revision 70656 +revision 72426 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 11584 +containerchecksum e04ffcc29e56681bf31b66e4ef8ce435bff50a3f2fadad10ed9961f5be29329b270a1e8b317ab1a90140b82f3f23763777611ae9302c2405801043aac92f841b +doccontainersize 85724 +doccontainerchecksum 3c2f5fc928bc3d12adb2eeacc2f656d1654e6fdb6d63e55762134820318f45bc941740668304a4d1c310ede73160462b9edfb3ba68b6ffa3afda507b03002174 +docfiles size=29 RELOC/doc/luatex/penlightplus/README.md details="Readme" RELOC/doc/luatex/penlightplus/penlightplus.pdf details="Package documentation" RELOC/doc/luatex/penlightplus/penlightplus.tex -runfiles size=11 +runfiles size=12 RELOC/tex/luatex/penlightplus/penlightplus.lua RELOC/tex/luatex/penlightplus/penlightplus.sty catalogue-contact-repository https://github.com/kalekje/penlight @@ -259359,7 +261172,7 @@ catalogue-version 0.1 name pgf-periodictable category Package -revision 71739 +revision 72236 shortdesc Create custom periodic tables of elements relocated 1 longdesc The purpose of this package is to provide the Periodic Table of @@ -259371,11 +261184,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 516572 -containerchecksum fba6a07220fc438da111220cb58f147350d5c4180493086b496f1507d9b081b91493f856a88e6e06964d86dd538e627302d71163767ff0c0a8790f40f2dbd4e6 -doccontainersize 5694088 -doccontainerchecksum 05d9b9214be4426415d9d73a0b9fc3b7ed32ac1070f9599ffbff28c8feb3aa01a71f0033813a8037d5fe96eb6cdca95117fc93819d2db19a04fd0727f4f30625 -docfiles size=2282 +containersize 516812 +containerchecksum 2859fe3ea28229d16236bd6b479b753580c7f7cbeee8a094760e64660f5174b2a495f96f6306baeb194a4356a4991ba63a84c43152517de78c707f16f0579637 +doccontainersize 5678472 +doccontainerchecksum 28954040e089ff5f143087342cf7469bd8de80c675508a08d0efba9c59ff887b85cda6ad29b7dcb08d8649c6ddddcf14d5514ca5e38bed37f3781bb18b4e300d +docfiles size=2280 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 @@ -259424,7 +261237,7 @@ docfiles size=2282 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=600 +runfiles size=601 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 @@ -259582,7 +261395,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.4 name pgf-pie category Package @@ -259668,20 +261481,26 @@ catalogue-version 1.1 name pgf-spectra category Package -revision 71735 +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 255224 -containerchecksum 4a56847d034df6cac35c7190a054c6e6b78b0126cf2756b68115567c4d95671dbdbaf5294bba5dd43db44167468a2135d0add6fdb12cf7c8b1189abb6909c17e +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 372a0d1b8ef3966d1854c28563046484bd012a350dc4bdcf350998a34ae7cfd11ce25854ca4ba0892129f766182a0cb1c45ba453349039ef0ab5807f1c540eea +doccontainerchecksum 1afb353667ed3544cacb9b46525b15833cbecd8791eef51d7bc6655972541f01fd400d0395514f83a38e6f1ce7a586cc17ab8a82339a3447cad41896ad9a8b05 docfiles size=1725 RELOC/doc/latex/pgf-spectra/README details="Readme" RELOC/doc/latex/pgf-spectra/figsManual.zip @@ -259705,7 +261524,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 @@ -260024,17 +261843,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 @@ -260331,11 +262150,11 @@ 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 -revision 68704 +revision 72640 shortdesc pgfornament library for Chinese traditional motifs and patterns relocated 1 longdesc This package provides a pgfornament library for Chinese @@ -260343,28 +262162,42 @@ longdesc traditional motifs and patterns. The command \pgfornamenthan longdesc takes the same options as \pgfornament from the pgfornament longdesc package, but renders Chinese traditional motifs instead. The longdesc list of supported motifs, as well as some examples, can be -longdesc found in the accompanying documentation. Yi pgfornament Hong -longdesc Bao De Ji Zhi ,Shi Xian Hui Zhi Yi Feng Tu Wen . -longdesc \pgfornamenthan He \pgfornament De Can Shu Shi Yi Yang De ;Bian -longdesc Yi De Chu Lai De Dang Ran Shi Yi Feng Wen Yang Liao . Hong Bao -longdesc Shou Ce Li You Wan Zheng De Wen Yang Lie Biao Yi Ji Shi Yong -longdesc Fan Li . -containersize 96368 -containerchecksum 7337b577e10f2a6306badaa45ca57614ac0da6b3c12ca5c9c3978f1358fa88a352cd092452ef3b6e86d01ccd05f1cfae663f914956b74d184c08a21d2e484e01 -doccontainersize 1350376 -doccontainerchecksum 7b9138088db1581571508ccb550b1b128ce0b574dcb2a903f5311b9a6e63e9d9c6e56eca0e46ffb5224f5685c5b047a57e5e7d292e7d6de6a9bfb06ee568d9b6 -docfiles size=448 +longdesc found in the accompanying documentation. This bundle also +longdesc provides three beamer themes incorporating these motifs; sample +longdesc .tex files for creating beamer presentations and posters are +longdesc included. Yi pgfornament Hong Bao De Ji Zhi ,Shi Xian Hui Zhi +longdesc Yi Feng Tu Wen . \pgfornamenthan He \pgfornament De Can Shu Shi +longdesc Yi Yang De ; Bian Yi De Chu Lai De Dang Ran Shi Yi Feng Wen +longdesc Yang Liao . Hong Bao Shou Ce Li You Wan Zheng De Wen Yang Lie +longdesc Biao Yi Ji Shi Yong Fan Li . Wo Men Ye Ji Yu Zhe Xie Wen Yang +longdesc ,Kai Fa Liao San Kuan beamerZhu Ti , Bing Fu Shang Zhi Zuo +longdesc beamerHuan Deng Pian He Hai Bao De Shi Fan .texWen Dang . +containersize 96704 +containerchecksum 5cd220d0d25f11dcbd50b0762a3f5e6f0c7e5f9455190e5fbf5e302522c978076f75b726d27530c3510cd996c4bf495bc9ec0ee1790c1bdcfd766ac5ba9741d1 +doccontainersize 2297192 +doccontainerchecksum a357286792f5135cdf7428470518d3d33132b6e2ef229c953fba9ced864cbaa8b11cb21e8fb4a9e18fdb921e72cd7e99f367de2b5703d93f9d58d211f868a84c +docfiles size=956 RELOC/doc/latex/pgfornament-han/README.md details="Readme" - RELOC/doc/latex/pgfornament-han/heavenlyclouds-sample.pdf details="Sample of the HeavenlyClouds beamer theme" language="zh" - RELOC/doc/latex/pgfornament-han/heavenlyclouds-sample.tex RELOC/doc/latex/pgfornament-han/lppl-1-3c.txt RELOC/doc/latex/pgfornament-han/pgfornament-han-doc.pdf details="Package documentation (Chinese)" language="zh" RELOC/doc/latex/pgfornament-han/pgfornament-han-doc.tex - RELOC/doc/latex/pgfornament-han/tianqing-sample.pdf - RELOC/doc/latex/pgfornament-han/tianqing-sample.tex - RELOC/doc/latex/pgfornament-han/xiaoshan-sample.pdf details="Sample of the Xiaoshan beamer theme" language="zh" - RELOC/doc/latex/pgfornament-han/xiaoshan-sample.tex -runfiles size=138 + RELOC/doc/latex/pgfornament-han/samples/Cloud_types_en.pdf + RELOC/doc/latex/pgfornament-han/samples/SiO2.jpg + RELOC/doc/latex/pgfornament-han/samples/hangzhou-arch.jpg + RELOC/doc/latex/pgfornament-han/samples/heavenlyclouds-beamer-sample.pdf details="Sample of the HeavenlyClouds beamer theme" language="zh" + RELOC/doc/latex/pgfornament-han/samples/heavenlyclouds-beamer-sample.tex + RELOC/doc/latex/pgfornament-han/samples/heavenlyclouds-poster-sample.pdf details="Sample of the HeavenlyClouds poster theme" language="zh" + RELOC/doc/latex/pgfornament-han/samples/heavenlyclouds-poster-sample.tex + RELOC/doc/latex/pgfornament-han/samples/sample-refs.bib + RELOC/doc/latex/pgfornament-han/samples/tianqing-beamer-sample.pdf details="Sample of the Tianqing beamer theme" language="zh" + RELOC/doc/latex/pgfornament-han/samples/tianqing-beamer-sample.tex + RELOC/doc/latex/pgfornament-han/samples/tianqing-poster-sample.pdf details="Sample of the Tianqing poster theme" language="zh" + RELOC/doc/latex/pgfornament-han/samples/tianqing-poster-sample.tex + RELOC/doc/latex/pgfornament-han/samples/xiaoshan-beamer-sample.pdf details="Sample of the Xiaoshan beamer theme" language="zh" + RELOC/doc/latex/pgfornament-han/samples/xiaoshan-beamer-sample.tex + RELOC/doc/latex/pgfornament-han/samples/xiaoshan-poster-sample.pdf details="Sample of the Xiaoshan poster theme" language="zh" + RELOC/doc/latex/pgfornament-han/samples/xiaoshan-poster-sample.tex +runfiles size=139 RELOC/tex/latex/pgfornament-han/beamerthemeHeavenlyClouds.sty RELOC/tex/latex/pgfornament-han/beamerthemeTianQing.sty RELOC/tex/latex/pgfornament-han/beamerthemeXiaoshan.sty @@ -260614,6 +262447,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 @@ -261212,7 +263075,7 @@ catalogue-topics float name photobook category Package -revision 71833 +revision 71843 shortdesc A document class for typesetting photo books relocated 1 longdesc The photobook LaTeX document class extends the book class @@ -261246,10 +263109,10 @@ depend xargs depend xcolor depend xint depend xkeyval -containersize 33272 -containerchecksum a3a9c1fd07422a45dd8e394ffdc28018e7a5642b82787badb42449517d41485fa9f3a4df630d10bfcc58a5cb9707eabfd28587a48bbd63aa630bb18c41ede9a3 -doccontainersize 156804 -doccontainerchecksum 9802aabc30cfb1659c417a06f63d340d9c38ee6600620a24321f616a928b655c6fefbe9dbd9b80a0b94a057b2f360bb41292589e8f7e014fd41e4f7a6cff258e +containersize 33576 +containerchecksum 56951633b5cc5329a2e23b3aaf80933158c459fb88ecfb8021febce54d1f9fdbd77e5617d69fcffa44f5967b917b12ee3c04ed27c53e30c64188eba1a9807589 +doccontainersize 157840 +doccontainerchecksum 423c6125fceba6c6f8a45b5d416e77e3cabd21b2fa3aa836c4a3d0d033dd1a1f4862d9bff3807fdc54866776ef373dd2c291d5f8500ebd6faa52d50dae7ab75d docfiles size=54 RELOC/doc/latex/photobook/DEPENDS.txt RELOC/doc/latex/photobook/LICENSE @@ -261260,14 +263123,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.30 +catalogue-version 0.1.31 name physconst category Package @@ -261855,27 +263718,27 @@ catalogue-topics doc-supp name piton category Package -revision 71343 +revision 72587 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 21900 +containerchecksum 6af26521d9bddf0fe07c9c12ffdeb0a521a8a19f17236a87d23f30e48860ad97b6a5127df173b18c7930f0503de93e8cd823ac73f462765221da09592f3ea7c7 +doccontainersize 874836 +doccontainerchecksum 034d98d7d685c55cd87f6cac247c42fc4d0f43d4399a56f4a06232a54ff0d97167e77de53b3e9e57c78be3ec84e0f76af36ca8f87415c7de8c02f159bc15fbc0 +docfiles size=392 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 64048 +srccontainerchecksum cb1210069a495631c3d6bcee0b73b875fb4fd8a1fb8f6a923dc36d7f6c5266f52c0d7a4432e5c49305719e2f269fab6134856948fb1612c3c184e67b2e267bd7 +srcfiles size=79 RELOC/source/lualatex/piton/piton.dtx RELOC/source/lualatex/piton/piton.ins -runfiles size=27 +runfiles size=30 RELOC/tex/lualatex/piton/piton.lua RELOC/tex/lualatex/piton/piton.sty catalogue-also codehigh @@ -261883,7 +263746,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 4.1 name pittetd category Package @@ -263070,18 +264933,18 @@ catalogue-version 1.0 name plantuml category Package -revision 67097 +revision 72315 shortdesc Support for rendering UML diagrams using PlantUML relocated 1 longdesc PlantUML is a program which transforms text into UML diagrams. longdesc This LaTeX package allows for embedding PlantUML diagrams using longdesc the PlantUML source. Currently, this project runs with LuaLaTeX longdesc only. -containersize 2208 -containerchecksum 97af8222b28309bd5d8ce5d083ab54bbf550b6327d463de8b481cf4a5f62c0c82b33718b5c95301204bfe8e4858039a0811f491d97c02079d723e66c3549c90b -doccontainersize 66548 -doccontainerchecksum b76c635cd30ad2638619b1ded721d468eec92033206cda03cbb638b14be082de1360efd2048f2cb1ac787a4c9232416cd18a82ad7b261ec785468ffdc003b86c -docfiles size=25 +containersize 2280 +containerchecksum 0326db34d3382da78732cb0679ca4f55ccf3767e0100be07f073bca0d9755300a8c343ab4ef9947b22a6b4386ca0db8e65c795798c300a5eb10710e267988735 +doccontainersize 67800 +doccontainerchecksum fd24814def7e77e073b54b3602c47ba7cbce484082e716d1a9f4426fb364430ef40da2f157685238b4de87e526ad7dda30296f90a7dc27e372a77c24d7ad3916 +docfiles size=26 RELOC/doc/lualatex/plantuml/CHANGELOG.md RELOC/doc/lualatex/plantuml/README.md details="Readme" RELOC/doc/lualatex/plantuml/example-class-relations--latex.tex @@ -263090,6 +264953,7 @@ docfiles size=25 RELOC/doc/lualatex/plantuml/example-component-diagram.tex RELOC/doc/lualatex/plantuml/example-minimal.png RELOC/doc/lualatex/plantuml/example-minimal.tex + RELOC/doc/lualatex/plantuml/example-multiple-diagrams-svg.tex RELOC/doc/lualatex/plantuml/plantuml.pdf details="Package documentation" RELOC/doc/lualatex/plantuml/release.sh runfiles size=2 @@ -263100,7 +264964,7 @@ catalogue-contact-repository https://github.com/koppor/plantuml/ catalogue-ctan /macros/luatex/latex/plantuml catalogue-license lppl1.3c catalogue-topics uml luatex use-lua -catalogue-version 0.3.2 +catalogue-version 0.4.0 name plari category Package @@ -263296,7 +265160,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 @@ -263304,9 +265168,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" @@ -263328,9 +265192,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 @@ -265868,7 +267732,7 @@ catalogue-version 1.4 name pmdraw category Package -revision 71405 +revision 72486 shortdesc Draw elements of the diagram monoids relocated 1 longdesc This package allows you to draw elements of the diagram @@ -265876,11 +267740,11 @@ longdesc monoids, commonly referred to as diagrams. The package provides longdesc a lot of flexibility to draw most diagrams and can be longdesc customised as needed. It makes use of the TikZ and keyval longdesc packages. -containersize 7844 -containerchecksum 2ace1b6cf3130ef1d953fdd9657dc7ee4c5f3326309f0ee247462631dba6d7636ddccbfc7b7a7a146400e99a4109ac3b51671a4acc43cf68bc54f0b93ff25360 -doccontainersize 398692 -doccontainerchecksum 9b5272ce722f996a96ccea21196030f80ed6576504b362c4e24643951c9fca624d10466cdaf433e018d4de9d383fbaef66f4de6e1aa7cd2b8064eff61b346fac -docfiles size=153 +containersize 8060 +containerchecksum aac8a1244486cd9e61457da330e888aaae6acff2902eb57fdc3fcc53b7928133ecb9ac784235b450242453276ce4d5da88dd4f920df7d30a24686610d65c924c +doccontainersize 420356 +doccontainerchecksum d0380c05bb83f7e2932496d51c5cff375a3d7643ba3cee6f9f66da36685b3b04a2be4824a889bbf4ed6bc06766f9f2f3b8849a9a631a4f4afdc17a85fcdd4968 +docfiles size=160 RELOC/doc/latex/pmdraw/README.md details="Readme" RELOC/doc/latex/pmdraw/examples/example-1.tex RELOC/doc/latex/pmdraw/examples/example-10.tex @@ -265909,12 +267773,12 @@ docfiles size=153 RELOC/doc/latex/pmdraw/examples/example-9.tex RELOC/doc/latex/pmdraw/pmdraw.pdf details="Package documentation" RELOC/doc/latex/pmdraw/pmdraw.tex -runfiles size=19 +runfiles size=20 RELOC/tex/latex/pmdraw/pmdraw.sty catalogue-ctan /graphics/pgf/contrib/pmdraw catalogue-license lppl1.3 catalogue-topics maths physics graphics diagram pgf-tikz -catalogue-version 1.4 +catalogue-version 1.5 name pmgraph category Package @@ -267543,7 +269407,7 @@ catalogue-version 1.101 name polyglossia category Package -revision 71813 +revision 72368 shortdesc An alternative to babel for XeLaTeX and LuaLaTeX relocated 1 longdesc This package provides a complete Babel replacement for users of @@ -267555,32 +269419,16 @@ depend fontspec depend iftex depend makecmds depend xkeyval -containersize 125344 -containerchecksum 3b0fc8ab506958ee47f83a26e61ec17f8808e0bba464decea1105aafaff900f2f7bce8fda87941d12d269083c80556c28e46991c67f320122524d9c1a9a066cf -doccontainersize 691676 -doccontainerchecksum 4f6e57475cf64ddb4a5fb2d25c40785d190e4f74085197b4ebe7a00ab02001cf224bfd282936d65e4c6e694ac23798b4f08104505da206e2583f295063a49b2d -docfiles size=228 +containersize 126016 +containerchecksum 5875de0f388ab4676cba7b203d6378975ba646ed275dfa80f7de954ac62afb1b4cb533b05f0afbb7fa021950877b5b9e569969b9e0853daf9d50ac9990ae4045 +doccontainersize 431912 +doccontainerchecksum d9302ce57f07c09c2478960b59a8b0f07c9e957cf17a2b12578cf0febd0b5f1fc066892a115f57ed5496dcf8b398a8a2edb1497cbf20ec92de41d92d140fba60 +docfiles size=151 + RELOC/doc/latex/polyglossia/LICENSE.txt 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.tex - 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.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.tex -srccontainersize 169948 -srccontainerchecksum 171b9ca164a438ef7cab7150b4a03644bba4ec15262e168640099a6d9020174be8468efe6b129edb32fb40c3f8c548c72f84b2815a4967f606f3d1c389b9461a -srcfiles size=261 - RELOC/source/latex/polyglossia/polyglossia.dtx -runfiles size=399 +runfiles size=401 RELOC/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.map RELOC/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.tec RELOC/fonts/misc/xetex/fontmapping/polyglossia/bengalidigits.map @@ -267865,7 +269713,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.2 +catalogue-version 2.3 name polyhedra category Package @@ -267952,6 +269800,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 @@ -268136,7 +270007,7 @@ catalogue-version 0.1.3 name postnotes category Package -revision 69102 +revision 72568 shortdesc Endnotes for LaTeX relocated 1 longdesc This is an endnotes package for LaTeX. Its user interface @@ -268149,11 +270020,11 @@ longdesc up contextual running headers for printed notes. The default is longdesc a simple but useful one, in the form "Notes to pages N-M", but longdesc more elaborate ones can be built. When hyperref is loaded, longdesc postnotes provides hyperlinked notes, including back links. -containersize 7404 -containerchecksum a2b8a54ad8062e550af61a6f51d816d11891976525aeedc5267923665ea63967a388bde67dd2ad537b2c4d8fc3ffc738f05064d2fd26b0fbf7328eb806dfc0c0 -doccontainersize 1004252 -doccontainerchecksum 28537fd0437da707dfaa5dde2fdc92d11d4de5bdf99e8fc7655cc60533d8ed5bd5b9e1d680f0269b2d60e498fee577a3b069957c6a5ba41fc55dfc1631297853 -docfiles size=268 +containersize 9684 +containerchecksum e9c5a37557bf20f22fb8112d1f7095463cdb27d01a1a718c46a5277ac2a84157fc36b45cfa31f9231d034bcda7214e9f1b99a5f59757d836677d75aee97bcf8c +doccontainersize 1063828 +doccontainerchecksum 87d0a23260a83448acc9b9d57fed4f3d0966810e263ec356fe58c77bf599061fdaee5ba87c19d027e62bdb538f497f103cf19114fc79a6c9cbdad9914b2a40c0 +docfiles size=283 RELOC/doc/latex/postnotes/CHANGELOG.md RELOC/doc/latex/postnotes/DEPENDS.txt RELOC/doc/latex/postnotes/README.md details="Readme" @@ -268161,18 +270032,18 @@ docfiles size=268 RELOC/doc/latex/postnotes/postnotes-code.tex RELOC/doc/latex/postnotes/postnotes-doc.pdf details="User manual" RELOC/doc/latex/postnotes/postnotes-doc.tex -srccontainersize 22544 -srccontainerchecksum b3050fd301f1a332622912a082dfffbb8ec4d172d4e7a808491f84b2ce7e494d16756a5ac7412cc5d1590d6a0f1ea5ec5a20bb7abb61b051e9f4a5179351d39d -srcfiles size=27 +srccontainersize 29708 +srccontainerchecksum 24eabd8981a01023c44eceba5f15a9654ce4bc2d3a43aecf99ab94d88196ec6ed6cefe9f7026a0faef282532542ed1d498f1f1476ef7c1604c57b8a648dfe1c8 +srcfiles size=36 RELOC/source/latex/postnotes/postnotes.dtx RELOC/source/latex/postnotes/postnotes.ins -runfiles size=12 +runfiles size=17 RELOC/tex/latex/postnotes/postnotes.sty catalogue-contact-repository https://github.com/gusbrs/postnotes catalogue-ctan /macros/latex/contrib/postnotes catalogue-license lppl1.3c catalogue-topics endnote expl3 -catalogue-version 0.2.8 +catalogue-version 0.3.0 name powerdot category Package @@ -268370,7 +270241,7 @@ catalogue-version 0.13c name ppt-slides category Package -revision 71155 +revision 72584 shortdesc Good-looking slide decks a la PowerPoint (PPT) relocated 1 longdesc This LaTeX package helps you create slide decks as good-looking @@ -268389,18 +270260,18 @@ depend tikzpagenodes depend tools depend varwidth depend xcolor -containersize 4120 -containerchecksum 9abb6f6a878fa10e3a2872248e2e1f83439ceaa44f5e5019629f492bda0b12dac346bd19a3de6c17b545d3eaee7ac5e3106ff3ef1e078b0c7a6e6bccec1267ea -doccontainersize 791448 -doccontainerchecksum fbc1b0bb51118c3eaafb1344f8803c5409babb2138f5221fc85aa4eea27c98ed71b77fd429a0a291c063dc7f02c9bd1aad33808cb017df53b1a997c41823523c -docfiles size=256 +containersize 4112 +containerchecksum ead42e7c7dbfd3c9d81c04eead6727df210010695d61e271bf51db9e6369df43228a0d24e04b91bcd5afb7b15933f27991d663f08a66182685fd71f9dec2be65 +doccontainersize 694300 +doccontainerchecksum 482974846214593eec8b59044421129e15c1f2efbb263735a6007270b8d47cc934a5ee176646a6be8ff9b592f302e33d24ca71b77d3caee788e5257a783d1c74 +docfiles size=236 RELOC/doc/latex/ppt-slides/DEPENDS.txt RELOC/doc/latex/ppt-slides/LICENSE.txt RELOC/doc/latex/ppt-slides/README.md details="Readme" RELOC/doc/latex/ppt-slides/ppt-slides.pdf details="Package documentation and example of use" RELOC/doc/latex/ppt-slides/socrates.jpg -srccontainersize 6692 -srccontainerchecksum 29051cd8dac11ac45ca5b52d820835ede9ef7473c2a0f620ed00a364a04a89de417e630b5f7812c643c37f676cc552353220f2bded741f921bde44d57905c920 +srccontainersize 6720 +srccontainerchecksum 24c36ca0067daa16ad04abb576db9ac804d58b1ab6a727ec4787b20a6cef338b17b07533b8fae9772b1d408e00a4692001045a3d2cc522f2d02d4325e3520e2e srcfiles size=7 RELOC/source/latex/ppt-slides/ppt-slides.dtx RELOC/source/latex/ppt-slides/ppt-slides.ins @@ -268415,7 +270286,7 @@ catalogue-contact-repository https://github.com/yegor256/ppt-slides catalogue-ctan /macros/latex/contrib/ppt-slides catalogue-license mit catalogue-topics presentation -catalogue-version 0.3.3 +catalogue-version 0.4.0 name pracjourn category Package @@ -269085,7 +270956,7 @@ catalogue-version 1.1 name profcollege category Package -revision 71706 +revision 72198 shortdesc A LaTeX package for French maths teachers in college relocated 1 longdesc This package provides some commands to help French mathematics @@ -269095,16 +270966,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 1356176 -containerchecksum 1cea5b3144556ff5d48ef66275af3164aaf15a94caab5564e3aaa15634a45ef4fa2d8540b67087c1b9c33e8fb4e625678d2e9e008b1821876b01a30ed2d70f89 -doccontainersize 15571260 -doccontainerchecksum 7a682c82b957ea136a386e5ee2d6dd2bd6570fd47c6c101a7099b2b1041b6e4bf8449a399cc3e25fe7829f01d297de91146586dacb1b9c500a8343ad2f761bf9 -docfiles size=4051 +containersize 1365548 +containerchecksum d6acdf445041bc0ec866dc896cf16b1d6948f9e375594e4cb22a1e589a2d8b9e9537456c25f1b61cf9843c3ddcebe9a07981ab8371ae63f2b12335d59363e9dd +doccontainersize 15968924 +doccontainerchecksum 86e32d23c23fff207f4c666e53ef0a953078440a5dff442dd29e73c18fdf0ba6c1e503cce098a4070b4aee3f3f070216ba2762319ad28cddb237567b6953e939 +docfiles size=4057 RELOC/doc/latex/profcollege/PfCLogoNumberHive.png 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=2974 +runfiles size=3002 RELOC/metapost/profcollege/PfCAfficheur.mp RELOC/metapost/profcollege/PfCAllumettes.mp RELOC/metapost/profcollege/PfCArithmetique.mp @@ -269131,6 +271002,7 @@ runfiles size=2974 RELOC/metapost/profcollege/PfCPseudo.mp RELOC/metapost/profcollege/PfCScratch.mp RELOC/metapost/profcollege/PfCScratchpdf.mp + RELOC/metapost/profcollege/PfCSketch.mp RELOC/metapost/profcollege/PfCSolid.mp RELOC/metapost/profcollege/PfCSvgnames.mp RELOC/metapost/profcollege/PfCTurtleTestRemplis.mp @@ -269341,11 +271213,13 @@ runfiles size=2974 RELOC/tex/latex/profcollege/PfCCAN.tex RELOC/tex/latex/profcollege/PfCCalculatrice.tex RELOC/tex/latex/profcollege/PfCCalculsCroises.tex + RELOC/tex/latex/profcollege/PfCCalculsDetailles.tex RELOC/tex/latex/profcollege/PfCCalculsFractions.tex RELOC/tex/latex/profcollege/PfCCalisson.tex RELOC/tex/latex/profcollege/PfCCartesJeux.tex RELOC/tex/latex/profcollege/PfCCartesMentales.tex RELOC/tex/latex/profcollege/PfCCartographie.tex + RELOC/tex/latex/profcollege/PfCCheque.tex RELOC/tex/latex/profcollege/PfCCible.tex RELOC/tex/latex/profcollege/PfCCibleQOp.tex RELOC/tex/latex/profcollege/PfCColorilude.tex @@ -269462,6 +271336,7 @@ runfiles size=2974 RELOC/tex/latex/profcollege/PfCSommeAngles.tex RELOC/tex/latex/profcollege/PfCSquaro.tex RELOC/tex/latex/profcollege/PfCStatistiques.tex + RELOC/tex/latex/profcollege/PfCTableauDoubleEntree.tex RELOC/tex/latex/profcollege/PfCTableauxUnites.tex RELOC/tex/latex/profcollege/PfCTablesOperations.tex RELOC/tex/latex/profcollege/PfCTectonic.tex @@ -269481,7 +271356,7 @@ catalogue-also proflycee catalogue-ctan /macros/latex/contrib/profcollege catalogue-license lppl1.3c catalogue-topics maths french teaching -catalogue-version 0.99-A-g +catalogue-version 0.99-A-j name proflabo category Package @@ -269508,7 +271383,7 @@ catalogue-version 1.0 name proflycee category Package -revision 71790 +revision 72645 shortdesc A LaTeX package for French maths teachers in high school relocated 1 longdesc This package provides some commands to help French mathematics @@ -269517,22 +271392,41 @@ 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 73160 -containerchecksum e471e7c96bcd2a35419d3873631c0d92be06be0de3328c4896d935f0f76575a1ed674a68ee1cf76e33f70b0ce46e0f2efaad719a2441bcb3e01599246a0f513e -doccontainersize 2135852 -doccontainerchecksum 389c061920609a8c355842f132aa9bf5c5aa1dbda99c0dcaa384c0292c4bd72d1c6c9c24edd71c2a6b7ee3da03017c4969491aab7245a1ba369053d086898583 -docfiles size=538 +containersize 396636 +containerchecksum 256d58efd9f4c835d0a0c1c0a9d8ca842313bcaf919cc1442df94d654e9acb270b5458cb91a9ce8b02634a029e433631fcebb71a018d9484ad681191631ce944 +doccontainersize 2563420 +doccontainerchecksum 1d36f34b73f3ded0b40453c179c0866e9d65b448a432593655c68d488fae1d6aa649d2ee84715112509a2c5a1b237dfaed3f5f7c75293f6caae68999246c2526 +docfiles size=661 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=144 +runfiles size=274 RELOC/metapost/proflycee/PfLEspace.mp + RELOC/tex/latex/proflycee/ProfLycee-Light.sty RELOC/tex/latex/proflycee/ProfLycee.sty + RELOC/tex/latex/proflycee/pflcliparts/pfl-bronze-cup.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-bronze-medal-flat.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-bronze-medal.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-checked.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-crossed.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-gold-cup.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-gold-medal-flat.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-gold-medal.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-mouse-center.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-mouse-left.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-mouse-right.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-mouse.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-notok.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-ok.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-silver-cup.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-silver-medal-flat.pdf + RELOC/tex/latex/proflycee/pflcliparts/pfl-silver-medal.pdf RELOC/tex/latex/proflycee/proflycee-tools-aleatoire.tex RELOC/tex/latex/proflycee/proflycee-tools-analyse.tex RELOC/tex/latex/proflycee/proflycee-tools-arithm.tex + RELOC/tex/latex/proflycee/proflycee-tools-cliparts.tex RELOC/tex/latex/proflycee/proflycee-tools-competences.tex RELOC/tex/latex/proflycee/proflycee-tools-complexes.tex RELOC/tex/latex/proflycee/proflycee-tools-ecritures.tex @@ -269553,31 +271447,31 @@ catalogue-also profcollege catalogue-contact-bugs https://github.com/cpierquet/ProfLycee/issues catalogue-contact-repository https://github.com/cpierquet/ProfLycee catalogue-ctan /macros/latex/contrib/proflycee -catalogue-license lppl1.3c +catalogue-license lppl1.3c cc0 cc-by-sa-3 catalogue-topics maths french teaching expl3 pgf-tikz -catalogue-version 3.04d +catalogue-version 3.10e name profmaquette category Package -revision 71161 +revision 72622 shortdesc Use exercises in different types of documents relocated 1 longdesc This LaTeX package can help French maths teachers to put one longdesc and the same exercise into different sorts of documents. -containersize 25092 -containerchecksum a9eb036903176aa68c4362a491feaa0820bfeea5db9dd1aaca1c2f069f4e3f9302fc784a27075065c55e313ac13554a12566bcfc5ae2a997aa5bf96004efa5b4 -doccontainersize 385104 -doccontainerchecksum 71c019ad709daf8f453a0bc02670f4afa8d902babc7a64917d6f359d1ac8f927eee62413968fdef337d6503816f99f3f4ae5a18b4d03e57a7f6386675a2f42cd -docfiles size=100 - RELOC/doc/latex/profmaquette/ProfMaquette-doc.pdf details="Package documentation" language="fr" - RELOC/doc/latex/profmaquette/ProfMaquette-doc.zip +containersize 35432 +containerchecksum 07974cfeb2154a21c4e82da66406ee6c90fab941668782187fa1dfe7dea3783203f9c015eaa700fd913ddc7a43c3220621d0740a649d0575a73a436c5b4775e6 +doccontainersize 430540 +doccontainerchecksum 2ed2b52f83e5bb65719586c313393bbdb744e65647514a8249cdd0528edd36550e2fb1dd18e8bbf6a694a9c80fd279fcbeeba09f3c6ce7c0995b0a3aba5cfb6d +docfiles size=112 RELOC/doc/latex/profmaquette/README details="Readme" -runfiles size=36 + RELOC/doc/latex/profmaquette/profmaquette-doc.pdf details="Package documentation" language="fr" + RELOC/doc/latex/profmaquette/profmaquette-doc.zip +runfiles size=56 RELOC/tex/latex/profmaquette/ProfMaquette.sty catalogue-ctan /macros/latex/contrib/profmaquette catalogue-license lppl1.3c catalogue-topics teaching exercise maths -catalogue-version 0.94 +catalogue-version 0.99-i name profsio category Package @@ -269809,7 +271703,7 @@ catalogue-version 1.04 name prooftrees category Package -revision 67399 +revision 72665 shortdesc Forest-based proof trees (symbolic logic) relocated 1 longdesc The package supports drawing proof trees of the kind often used @@ -269825,12 +271719,12 @@ longdesc for trees which cite line numbers in justifications for proof longdesc lines or branch closures. prooftrees is based on forest and, longdesc hence, TikZ. The package requires version 2.0.2 of Forest for longdesc expected results and will not work with version 1. -containersize 10492 -containerchecksum ee4feb832296a512e180b4d38e5989a87d6884c3c84ea2b224754201e42fe2fb6c4f68461a0cf3d3cda10b263c88c6da9e082572093f53ce2e8c62473d4707a5 -doccontainersize 906348 -doccontainerchecksum 67cbbd3068410bf152d54c2f25821b5672c33b68e76fc7ebe02f0df160cc658b20e072379035f090beb34a7d4d5ca21809965bd8e44a554e5ae65039a12f4850 -docfiles size=250 - RELOC/doc/latex/prooftrees/README details="Readme" +containersize 10852 +containerchecksum 8dfc925cafe373b29af23c6cf31a05a8e07503c6d13d59a7def6c8b6b814507fa8ff274a95e6a7e0aedfe29f8e3622d7cdeea021981a681a2c95e7225b5f86c2 +doccontainersize 1044184 +doccontainerchecksum 8d2d4e94619b7008a35221673451d338e6c9e5fe604b020b6cd6f42199afe2a1ff24ead8d131fbb2198ddc6afc0de60bbf13ad69dcb9177cbda2bb5af7ecd00f +docfiles size=316 + RELOC/doc/latex/prooftrees/README.md details="Readme" RELOC/doc/latex/prooftrees/manifest.txt RELOC/doc/latex/prooftrees/prooftrees.pdf details="Package documentation" RELOC/doc/latex/prooftrees/prooftrees.tex @@ -269838,10 +271732,11 @@ docfiles size=250 runfiles size=11 RELOC/tex/latex/prooftrees/prooftrees.sty catalogue-also forest +catalogue-contact-repository https://codeberg.org/cfr/prooftrees catalogue-ctan /graphics/pgf/contrib/prooftrees -catalogue-license lppl1.3 +catalogue-license lppl1.3c catalogue-topics tree pgf-tikz logic -catalogue-version 0.8 svn 9582 +catalogue-version 0.9 name properties category Package @@ -270149,7 +272044,7 @@ catalogue-version 1.13 name prtec category Package -revision 71742 +revision 71883 shortdesc A template for PRTEC conference papers relocated 1 longdesc This package provides a LaTeX class, a BibTeX style, and a @@ -270157,12 +272052,12 @@ 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 11620 -containerchecksum c9e31887acceb917231243ff517215940a5fa2c912bf01b3ac6d8254b9a8319057932d6c73761633a8f0fd72691c00cbf592fa8bb10e1018c6256efc2a84a200 -doccontainersize 385968 -doccontainerchecksum beb5f4b30b7f8df019c32e17a9af4eacb4415ae334db3e7a72093edafa486ecf05d62f7d5d2d045f4720f01ecedafc653fd5d4d2d7cddd278e49b92273af2cb4 +containersize 11628 +containerchecksum acd6a3604f3b8ccc880ef57cdfce2869630c858d28b9e6d751b632c39b3d7a9c30e6e19b1992ceb6b38a955d48682e2f64afac8209610926215074dd4bf5b0fc +doccontainersize 385976 +doccontainerchecksum d262a44ddb864aed400459a3619d1ea7c14ed84bae4e4042d2ba47bcef070fcb6fea780ebf6b6bc3b74f8983c26453373ce51c45b1168f788064460012fd2c3a docfiles size=142 - RELOC/doc/latex/prtec/PRTEC24-template.pdf + 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 @@ -270172,8 +272067,8 @@ runfiles size=12 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 @@ -271769,7 +273664,7 @@ catalogue-version 1.06b name pst-circ category Package -revision 60464 +revision 72519 shortdesc PSTricks package for drawing electric circuits relocated 1 longdesc The package is built using PSTricks and in particular pst-node. @@ -271779,11 +273674,11 @@ longdesc package's macros are designed with a view to 'logical' longdesc representation of circuits, as far as possible, so as to longdesc relieve the user of purely graphical considerations when longdesc expressing a circuit. -containersize 24900 -containerchecksum 2335b728be1227d4631e09c3994e9e1f559839e871e29854e700ed74b9031a7d2ea58cc744d20b459c99f1954b7faaecc2ced19c449e98b97fe26b2fa71755da -doccontainersize 574764 -doccontainerchecksum c2eb37603cbba656eb1282130e112d0c3bbb49d4b3703c3d9b19d0d250d272d31fd19d2790c97cf8cd5226b0735e8466eab824a35754f41d7584208e606a6ce7 -docfiles size=174 +containersize 25072 +containerchecksum dab99cf50c712a350a629256a946f067b6ad91a3fed95174724ca36d381292b3d08b7246d145151b117039ed48de482471f7ad09813fbb545525f5b7509eeb3b +doccontainersize 522164 +doccontainerchecksum 4c60d8dbd2bc5605b8ad2ed9e6f3573c47de9882c230b174a0e3a99144e55b26cd4c6257e4afdbd085d3221ddc9e3a6abaa43331dd09ae64e4d232e8f17ccd1d +docfiles size=288 RELOC/doc/generic/pst-circ/Changes RELOC/doc/generic/pst-circ/README details="Readme" RELOC/doc/generic/pst-circ/pst-circ-doc.bib @@ -271796,33 +273691,33 @@ runfiles size=57 catalogue-ctan /graphics/pstricks/contrib/pst-circ catalogue-license lppl catalogue-topics diagram-circ pstricks -catalogue-version 2.19 +catalogue-version 2.20 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 @@ -273436,17 +275331,17 @@ catalogue-version 6.1 name pst-optic category Package -revision 71545 +revision 72694 shortdesc Drawing optics diagrams relocated 1 longdesc A package for drawing both reflective and refractive optics longdesc diagrams. The package requires pstricks later than version longdesc 1.10. -containersize 14716 -containerchecksum 0d854556c5643637dcbc4d84c312ddf7e3aef7dea81e3964749ff44a66d1bff59ed72a950c8d6dcaf3c405982a48a3afdb282051a8eb0700dda843878fe525e3 -doccontainersize 314272 -doccontainerchecksum c68e4010c0b6fb8cf1a1b76c9ce25ec857e84de84f869264be896aaefefe6b33704549aec325ba55fae848db8a6aea1ea46b809b006fb476b92d2229a8eb12c2 -docfiles size=142 +containersize 14964 +containerchecksum e9961530a19bd9815a634170a3f0bc9f4bbff25d444ab01c22861f912a0df0121d860e8eb1d23b3078a84f149690170d671c734ba3426bb38cd4f0cf144e266f +doccontainersize 322452 +doccontainerchecksum d6241c0b60d1c827be14612827eb254dc69f7ff36557f3b2c0f061c52805c96f9982753db3544691c352340e0f4ce31b32216ca95053c637d90d483806d11ba2 +docfiles size=145 RELOC/doc/generic/pst-optic/Changes RELOC/doc/generic/pst-optic/README details="Readme" RELOC/doc/generic/pst-optic/pst-optic-doc.bib @@ -273458,7 +275353,7 @@ runfiles size=20 catalogue-ctan /graphics/pstricks/contrib/pst-optic catalogue-license lppl catalogue-topics physics optics diagram pstricks -catalogue-version 1.04 +catalogue-version 1.05 name pst-osci category Package @@ -275063,7 +276958,7 @@ catalogue-version 1.5e name pstricks category Package -revision 71752 +revision 71883 catalogue pstricks-base shortdesc PostScript macros for TeX relocated 1 @@ -275084,9 +276979,9 @@ 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 88128 -containerchecksum 954eead3275d8b68e5a8eecd2b5ef42aef198058a04f7ac580fc430ffdff51e0ba2b03623921133c2d72ff85dc12012e6a8869e565e46266163effaf53e58c35 -doccontainersize 7531972 -doccontainerchecksum 887fa295a55263bc8c90d9e55a8db635a16c6ab8c6c99f6f3544fc7a5d2c3423f99a3ece8c040dc7094458ec9e86784f19316e382e784b019226ab8fbef6ce19 +containerchecksum 7a5536d5adf7c3bc25e2b5685fbc4ab7be939d118ef74bc8242c126b72aad987059f11a1bf541dc85bc7d458c093c194cb7a6cc95f13826ce012e94b5ada6565 +doccontainersize 7531968 +doccontainerchecksum c4b5c169b6c2abd9837ebb3c2ad92e88ae4c375220eabe84778a27684538fc25f7a1620fe1127901a32b40b4bb54791169b3ce759ca113a648eeda5d98f97c7f docfiles size=2321 RELOC/doc/generic/pstricks/PSTricks.bib RELOC/doc/generic/pstricks/README details="Readme" @@ -275179,7 +277074,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 @@ -277225,7 +279120,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 @@ -277247,13 +279142,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 @@ -277265,7 +279161,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 @@ -277303,7 +279199,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 @@ -277316,11 +279212,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" @@ -277332,7 +279228,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 @@ -277424,7 +279320,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 @@ -277688,23 +279584,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 @@ -277713,7 +279609,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 @@ -280060,18 +281956,18 @@ catalogue-version 1.0 name quizztex category Package -revision 68823 +revision 72256 shortdesc Create quizzes like in TV shows relocated 1 longdesc This LaTeX package permits to create quizzes in the style of longdesc the TV shows << Qui veut gagner des millions ? >> ("Who Wants longdesc to Be a Millionaire?") or << Tout le monde veut prendre sa longdesc place ! >>. -containersize 5528 -containerchecksum dbf234ba1d366bdd2a1be442c4bb670efe34d67584386ab1dadfa8afa2ff8551ff03ed9c441f6dc480bfed36ea79082048aa6f0e182f4b9bb5dbce7782c81391 -doccontainersize 536884 -doccontainerchecksum 5c9242df37a22ebdc33d834acd95f760681eebf32516857d6b7ef866ebd00060017ec058c7a628239aa65cfbe62d0335ec00d786d4f9558ec754687b161ea017 -docfiles size=141 +containersize 5636 +containerchecksum cbfa0d27489f2812fdbed0826ea4a27dd3b7b1ac5c82544d9f84f1019cbac2a00e756fb9e5f65e4b15474fd759d499a44328b73326542bc287b6f72becbaba24 +doccontainersize 545000 +doccontainerchecksum 98df000f994e70b148d44a572a4bf159a0a35ffe68ef22aefbb17e345b869bb0d7cc5cd72e1b01d91c264bdad58afcd599bfff25b0356b33821ea6fb141eb6c5 +docfiles size=143 RELOC/doc/latex/quizztex/README.md details="Readme" RELOC/doc/latex/quizztex/quizztex-doc-fr.pdf details="Package documentation" language="fr" RELOC/doc/latex/quizztex/quizztex-doc-fr.tex @@ -280082,7 +281978,7 @@ catalogue-contact-repository https://github.com/cpierquet/quizztex catalogue-ctan /macros/latex/contrib/quizztex catalogue-license lppl1.3c catalogue-topics exam pgf-tikz -catalogue-version 0.1.2 +catalogue-version 0.1.4 name quotchap category Package @@ -280215,7 +282111,7 @@ catalogue-version 1.0 name quran category Package -revision 67791 +revision 72223 shortdesc An easy way to typeset any part of The Holy Quran relocated 1 longdesc This package offers the user an easy way to typeset The Holy @@ -280225,11 +282121,11 @@ longdesc part of the Quran based on its popular division, including longdesc surah, ayah, juz, hizb, quarter, and page. Besides the Arabic longdesc original, translations to English, German, French, and Persian longdesc are provided, as well as an English transliteration. -containersize 1631908 -containerchecksum d725825669bce286e05ba5a6a4034f2a485434d40cd32d7f9cad42c1bc7e74001a0a0d1784b5af73c1075166835042406c42839bdd6fca40cbb06b349cc685d4 -doccontainersize 1032296 -doccontainerchecksum 1d706f0ed780efb7529eec16dc9e76182c584113f6d5bc58521de023611401963636e6370c8e06082548da191c4523c7017c59f164d1cf5b234fe7fbd4522689 -docfiles size=271 +containersize 1631704 +containerchecksum b6bc256f5181b5376d278ce1df3994cbc2980e4a269558684b152cd0a51bb1e4868fbd4a55cc5c24450f4dce9fcb0ab4a17b9f9d37676ca7b4cb12c51f6011c9 +doccontainersize 1035740 +doccontainerchecksum b51279229d66e6000b139889d02a957548ba18bbf4c051cc642de9d557841da46aa246f552911c3d5fc2909ad5fe25118a0609d9b2f4afd6980bc317a4e541fd +docfiles size=272 RELOC/doc/latex/quran/README details="Readme" RELOC/doc/latex/quran/quran-doc.pdf details="Package documentation" RELOC/doc/latex/quran/quran-doc.tex @@ -280261,7 +282157,7 @@ catalogue-contact-repository https://github.com/javadr/quran catalogue-ctan /macros/unicodetex/latex/quran catalogue-license lppl1.3c catalogue-topics arabic macro-supp xetex dummy-gen -catalogue-version 2.2 +catalogue-version 2.3 name quran-bn category Package @@ -280369,6 +282265,37 @@ catalogue-license lppl1.3c catalogue-topics xetex macro-supp catalogue-version 0.1 +name quran-es +category Package +revision 72203 +shortdesc Spanish Translations for the quran package +relocated 1 +longdesc The package is designed for typesetting several Spanish +longdesc translations of the Holy Quran. It extends the quran package by +longdesc adding three additional Spanish translations. +containersize 634028 +containerchecksum fcea700ab4ad3511ea244dcc3b507335bfd73cbd421fbdc8d9e33b07b924c3f6d42b6c696c2d658e3cffa4bfe107c61055248996e2733392d96a15896d3e8d40 +doccontainersize 121144 +doccontainerchecksum 13a1dcf5f726264c6d362fa5a7cad75fd62178c93f5a0b137de25b51a20d9d009da0c35c1382b22901796777f6d3742bd48f9aaa665e7fffb8c67f99096a3833 +docfiles size=35 + RELOC/doc/xelatex/quran-es/README details="Readme" + RELOC/doc/xelatex/quran-es/quran-es-doc.pdf details="Package documentation" + RELOC/doc/xelatex/quran-es/quran-es-doc.tex + RELOC/doc/xelatex/quran-es/quran-es-test.pdf + RELOC/doc/xelatex/quran-es/quran-es-test.tex + RELOC/doc/xelatex/quran-es/quran.png +runfiles size=835 + RELOC/tex/xelatex/quran-es/quran-es.sty + RELOC/tex/xelatex/quran-es/qurantext-esi.translation.def + RELOC/tex/xelatex/quran-es/qurantext-esii.translation.def + RELOC/tex/xelatex/quran-es/qurantext-esiii.translation.def +catalogue-contact-bugs https://github.com/javadr/quran-es/issues +catalogue-contact-repository https://github.com/javadr/quran-es +catalogue-ctan /macros/xetex/latex/quran-es +catalogue-license lppl1.3c +catalogue-topics dummy-gen macro-supp spanish xetex +catalogue-version 0.1 + name quran-id category Package revision 68747 @@ -281403,16 +283330,16 @@ catalogue-version 0.2 name randexam category Package -revision 71754 +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 11892 -containerchecksum d010bb6c1e39ba2a3db90848506e042875b7d88529d8c4c8c76a4e2e69a22db8e3678210c8c1bfdc99de0233b9d162bf9f6b8c55037a35a47f1f2fbedbf88b83 +containerchecksum 213cd729017cf53e23699081e6583a3016c2782192f79eb14947f89d330e3775b35c264cd64fe5117964b040ae98c9835fa9a7c8c7af2979502190fac85bbe9c doccontainersize 229972 -doccontainerchecksum 08ac6be1fa00d01a31196835255ae2336efd185f339f18235851dff3dd579b641d17a91c7588f1e9ca118d7dc1743eca7425f4596aca527f78f4456059157d3a +doccontainerchecksum 13fbe6f01f4a9e449d3fd5495f48d5fedb3b3a6f28790d1d7a47fd88792b23ca041a8cbab888ebc51d36a065d7a93fdeac37f53e9e627e2658f5e8273acd8a56 docfiles size=78 RELOC/doc/latex/randexam/README details="Readme" RELOC/doc/latex/randexam/randexam-a-answer.pdf @@ -281436,7 +283363,34 @@ 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 randintlist +category Package +revision 72646 +shortdesc Creating random integer number lists , with repeating and sorting options +relocated 1 +longdesc This package (like luarandom, but without the obligation to use +longdesc LuaLaTeX) provides some macros for creating random integer +longdesc number lists between a and b. This list can have multiple +longdesc numbers or not, and this list can be sorted or not. +containersize 2020 +containerchecksum 5e8159106d0d13dbfaf1481f1d71a3e5078de82490456dc2a73ae77d1fbcec363e706c5441880fa39f93f410f342430ee9f685c59ea66d9be50178463b0cf275 +doccontainersize 87168 +doccontainerchecksum 87e0dc33e98caa6efda1a8b9986bb8f7816ca086f4785b07c54c0dd64d1aca649cf1515e9e473253b3d173997a2432fda6e900277d704aad49311f1f6e582a56 +docfiles size=25 + RELOC/doc/latex/randintlist/README.md details="Readme" + RELOC/doc/latex/randintlist/randintlist-doc.pdf details="Package documentation" + RELOC/doc/latex/randintlist/randintlist-doc.tex +runfiles size=2 + RELOC/tex/latex/randintlist/randintlist.sty +catalogue-contact-bugs https://github.com/cpierquet/randintlist/issues +catalogue-contact-home https://github.com/cpierquet/randintlist +catalogue-contact-repository https://github.com/cpierquet/randintlist +catalogue-ctan /macros/latex/contrib/randintlist +catalogue-license lppl1.3c +catalogue-topics random calculation +catalogue-version 0.1.2 name random category Package @@ -282496,7 +284450,7 @@ catalogue-version 1.1a name regulatory category Package -revision 69611 +revision 72197 shortdesc Flexible drafting of legal documents, especially in Dutch relocated 1 longdesc This package aims to simplify the writing process, especially @@ -282504,11 +284458,11 @@ longdesc for Dutch legal authors. It has also been implemented in longdesc English and can be expanded to include other languages. The longdesc package offers macros for typical legal structures and contains longdesc a referencing system. -containersize 6964 -containerchecksum 5225692577191c662f7eabb217b9c969cd410e75f07f0ab6b2b8e7745b873249f6b56ca8b6f1b8be8fa538f566ace75af847b272045186487212d452dce9f007 -doccontainersize 463128 -doccontainerchecksum ac792ec6ee63c2c69cd54fcbaf11e78c49fa819f3dc3bf3eca072ae76fce168c3cb5d3b26f3b0c8e31ed6118eb7787b6a043f0bbec298a80b129314d332c9a2f -docfiles size=177 +containersize 5672 +containerchecksum 48e1ada8d74bbd1fa8b3cf4071f26fb5019c03663186df2fb8fc7b1642c2c27157250ed8f785dcaeed210ef887267182d81b1098fd236a7db731ae11c0a513bd +doccontainersize 445288 +doccontainerchecksum 69f0857b86dfa4964153279e6d6c32958995069e5ec8935510139b3d1c5b0b001e3c50e14b38d50050effc210a9070acbd99416c583441433726aee2166fda71 +docfiles size=179 RELOC/doc/latex/regulatory/README.md details="Readme" RELOC/doc/latex/regulatory/example.md RELOC/doc/latex/regulatory/example1-en.pdf @@ -282530,19 +284484,18 @@ docfiles size=177 RELOC/doc/latex/regulatory/regulatory-nl.tex RELOC/doc/latex/regulatory/regulatory-preamble.tex RELOC/doc/latex/regulatory/regulatory.tex -runfiles size=9 - RELOC/tex/latex/regulatory/fc-dutch.def +runfiles size=6 RELOC/tex/latex/regulatory/regulatory.sty catalogue-contact-home https://xerdi.com/free-software#regulatory catalogue-contact-repository https://github.com/Xerdi/regulatory catalogue-ctan /macros/latex/contrib/regulatory catalogue-license lppl1.3c catalogue-topics legal dutch -catalogue-version 0.0.3 +catalogue-version 0.0.4 name reledmac category Package -revision 71236 +revision 71890 shortdesc Typeset scholarly editions relocated 1 longdesc A package for typesetting scholarly critical editions, @@ -282552,9 +284505,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 @@ -282661,8 +284614,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 @@ -282845,26 +284798,26 @@ catalogue-version 1.1 name reptheorem category Package -revision 70789 +revision 72495 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 been stated, and only in the same document. This package 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 +containersize 1864 +containerchecksum 984909185000a9741ccde3b851dc1cf2f0d8fcd13d4812c4556459c09bb21ebccef9a6de0a4885c051f438f276ee8a97d1a3b77761fc69f53688d6d7f1cfc3a7 +doccontainersize 247884 +doccontainerchecksum 227530e1c128f4ec410256aa02dc621e05042731f4e62b8783cd9691bac68d6795422e1d613b57ef0843d79dec7072c958ea0af3dbf3ee7cb8c42d1c3bcd0063 +docfiles size=72 RELOC/doc/latex/reptheorem/README.md details="Readme" - RELOC/doc/latex/reptheorem/reptheorem.pdf details="Package documentation" -srccontainersize 5004 -srccontainerchecksum fa6240962071d2d3c00e0deff018fccd54a6f8ff22c4bb7adcf4143b4db8bc4333fc78bef08dc98e73758ad181a36b097f2cb69dd19128ac951a918fb69eeb98 + RELOC/doc/latex/reptheorem/reptheorem-doc.pdf details="Package documentation" +srccontainersize 5352 +srccontainerchecksum 911166381a8ce2407c07cda578bdbfd5b87f4df902ca9ff13bb8174cffe939a958c1882cc164fe6175e9121cc1eedc9a0aab39943539435fe52a4085916e2822 srcfiles size=5 RELOC/source/latex/reptheorem/reptheorem.dtx RELOC/source/latex/reptheorem/reptheorem.ins @@ -282874,7 +284827,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.3 name rerunfilecheck category Package @@ -288813,10 +290766,9 @@ catalogue-license lppl1.3 catalogue-topics numbers page-nos catalogue-version 1.0 -name romande +name romandeadf category Package -revision 19537 -catalogue romandeadf +revision 72484 shortdesc Romande ADF fonts and LaTeX support relocated 1 longdesc Romande ADF is a serif font family with oldstyle figures, @@ -288832,124 +290784,132 @@ longdesc package files provide access to these features in LaTeX as longdesc explained in the documentation. The LaTeX support requires the longdesc nfssext-cfr and the xkeyval packages. execute addMap yrd.map -containersize 471308 -containerchecksum 874883eb3592852dd6dfe2dc675a768bed8db80c0c617cad7c28bbefb2ca111adb410a584f75fad935bfec330765650ea9d0f73c8c5a9fe567526b5fb46ff17e -doccontainersize 279436 -doccontainerchecksum 708ffe5a4dccf8241eaee7d22787e0e30bbd10faa1cfd538836da676cbd4f67b16a80772f8a4cea08f59af6d41a697426c4a4254c481d13ac3a10157b2a679e0 -docfiles size=86 - RELOC/doc/fonts/romande/COPYING - RELOC/doc/fonts/romande/NOTICE.txt - RELOC/doc/fonts/romande/README details="Readme" - RELOC/doc/fonts/romande/manifest.txt - RELOC/doc/fonts/romande/romandeadf.pdf details="Package documentation" - RELOC/doc/fonts/romande/romandeadf.tex -srccontainersize 9684 -srccontainerchecksum 040b154c19ee55910b05d0bfe355bbf000403fcc5c536a081e4569390c599123d64000680cb847ad710204d1c33d7ceb0ab7ea049847ff4ad0762fd9c0acfeeb -srcfiles size=25 - RELOC/source/fonts/romande/reglyph-yrd.tex - RELOC/source/fonts/romande/romande-supp.etx - RELOC/source/fonts/romande/t1-romandeadf-alt.etx - RELOC/source/fonts/romande/t1-romandeadf.etx - RELOC/source/fonts/romande/ts1-euro.etx - RELOC/source/fonts/romande/yrd-drv.tex - RELOC/source/fonts/romande/yrd-map.tex +containersize 472312 +containerchecksum c7562b20f641b961a8b65d3bd54c5347668bd510172238d7f1465e4ef8d391fe5ed4eaf0d8e4882d0b971869b97d7218a323d2950876efec70e5b53e3e1ce71a +doccontainersize 1504324 +doccontainerchecksum 57a57f16bfa680e27cdd6f29bb9ac254fbdfeb137da2b14396c25c1a1653434cab7c2f13f58cc1f6295b7886ff73632d463da717319c00bd0257ea93949150ca +docfiles size=408 + RELOC/doc/fonts/romandeadf/COPYING + RELOC/doc/fonts/romandeadf/NOTICE.txt + RELOC/doc/fonts/romandeadf/README.md details="Readme" + RELOC/doc/fonts/romandeadf/manifest.txt + RELOC/doc/fonts/romandeadf/reglyph-yrd.tex + RELOC/doc/fonts/romandeadf/romande-tables.pdf + RELOC/doc/fonts/romandeadf/romande-tables.tex + RELOC/doc/fonts/romandeadf/romandeadf-build.pdf + RELOC/doc/fonts/romandeadf/romandeadf-example.pdf + RELOC/doc/fonts/romandeadf/romandeadf-example.tex + RELOC/doc/fonts/romandeadf/romandeadf-tables.tex + RELOC/doc/fonts/romandeadf/romandeadf.pdf details="Package documentation" + RELOC/doc/fonts/romandeadf/yrd-drv.tex + RELOC/doc/fonts/romandeadf/yrd-map.tex +srccontainersize 19616 +srccontainerchecksum f576966089affe195181619ea6fb983bb057f1d252dbbd9eb02b42993a819349377ab5aef810de0b86f3c06e6c9368b681ea6f0f25b40d3c473cdb08d58739e5 +srcfiles size=46 + RELOC/source/fonts/romandeadf/romande-supp.etx + RELOC/source/fonts/romandeadf/romandeadf-build.dtx + RELOC/source/fonts/romandeadf/romandeadf.dtx + RELOC/source/fonts/romandeadf/romandeadf.ins + RELOC/source/fonts/romandeadf/t1-romandeadf-alt.etx + RELOC/source/fonts/romandeadf/t1-romandeadf.etx runfiles size=281 - RELOC/fonts/afm/arkandis/romande/yrdd8a.afm - RELOC/fonts/afm/arkandis/romande/yrddc8a.afm - RELOC/fonts/afm/arkandis/romande/yrddi8a.afm - RELOC/fonts/afm/arkandis/romande/yrdr8a.afm - RELOC/fonts/afm/arkandis/romande/yrdrc8a.afm - RELOC/fonts/afm/arkandis/romande/yrdri8a.afm - RELOC/fonts/afm/arkandis/romande/yrdriw8a.afm - RELOC/fonts/enc/dvips/romande/romande-supp.enc - RELOC/fonts/enc/dvips/romande/t1-romandeadf-alt.enc - RELOC/fonts/enc/dvips/romande/t1-romandeadf.enc - RELOC/fonts/enc/dvips/romande/ts1-euro-yrd.enc - RELOC/fonts/map/dvips/romande/yrd.map - RELOC/fonts/tfm/arkandis/romande/s-yrdd.tfm - RELOC/fonts/tfm/arkandis/romande/s-yrddi.tfm - RELOC/fonts/tfm/arkandis/romande/s-yrdr.tfm - RELOC/fonts/tfm/arkandis/romande/s-yrdri.tfm - RELOC/fonts/tfm/arkandis/romande/s-yrdriw.tfm - RELOC/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdd.tfm - RELOC/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrddi.tfm - RELOC/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdr.tfm - RELOC/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdri.tfm - RELOC/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdriw.tfm - RELOC/fonts/tfm/arkandis/romande/t1-romandeadf-yrdd.tfm - RELOC/fonts/tfm/arkandis/romande/t1-romandeadf-yrddc.tfm - RELOC/fonts/tfm/arkandis/romande/t1-romandeadf-yrddi.tfm - RELOC/fonts/tfm/arkandis/romande/t1-romandeadf-yrdr.tfm - RELOC/fonts/tfm/arkandis/romande/t1-romandeadf-yrdrc.tfm - RELOC/fonts/tfm/arkandis/romande/t1-romandeadf-yrdri.tfm - RELOC/fonts/tfm/arkandis/romande/t1-romandeadf-yrdriw.tfm - RELOC/fonts/tfm/arkandis/romande/ts1-yrdd.tfm - RELOC/fonts/tfm/arkandis/romande/ts1-yrddi.tfm - RELOC/fonts/tfm/arkandis/romande/ts1-yrdr.tfm - RELOC/fonts/tfm/arkandis/romande/ts1-yrdri.tfm - RELOC/fonts/tfm/arkandis/romande/ts1-yrdriw.tfm - RELOC/fonts/tfm/arkandis/romande/yrdd8c.tfm - RELOC/fonts/tfm/arkandis/romande/yrdd8t.tfm - RELOC/fonts/tfm/arkandis/romande/yrdda8t.tfm - RELOC/fonts/tfm/arkandis/romande/yrddai8t.tfm - RELOC/fonts/tfm/arkandis/romande/yrddc8t.tfm - RELOC/fonts/tfm/arkandis/romande/yrddi8c.tfm - RELOC/fonts/tfm/arkandis/romande/yrddi8t.tfm - RELOC/fonts/tfm/arkandis/romande/yrdr8c.tfm - RELOC/fonts/tfm/arkandis/romande/yrdr8t.tfm - RELOC/fonts/tfm/arkandis/romande/yrdra8t.tfm - RELOC/fonts/tfm/arkandis/romande/yrdrai8t.tfm - RELOC/fonts/tfm/arkandis/romande/yrdraiw8t.tfm - RELOC/fonts/tfm/arkandis/romande/yrdrc8t.tfm - RELOC/fonts/tfm/arkandis/romande/yrdri8c.tfm - RELOC/fonts/tfm/arkandis/romande/yrdri8t.tfm - RELOC/fonts/tfm/arkandis/romande/yrdriw8c.tfm - RELOC/fonts/tfm/arkandis/romande/yrdriw8t.tfm - RELOC/fonts/type1/arkandis/romande/yrdd8a.pfb - RELOC/fonts/type1/arkandis/romande/yrdd8a.pfm - RELOC/fonts/type1/arkandis/romande/yrddc8a.pfb - RELOC/fonts/type1/arkandis/romande/yrddc8a.pfm - RELOC/fonts/type1/arkandis/romande/yrddi8a.pfb - RELOC/fonts/type1/arkandis/romande/yrddi8a.pfm - RELOC/fonts/type1/arkandis/romande/yrdr8a.pfb - RELOC/fonts/type1/arkandis/romande/yrdr8a.pfm - RELOC/fonts/type1/arkandis/romande/yrdrc8a.pfb - RELOC/fonts/type1/arkandis/romande/yrdrc8a.pfm - RELOC/fonts/type1/arkandis/romande/yrdri8a.pfb - RELOC/fonts/type1/arkandis/romande/yrdri8a.pfm - RELOC/fonts/type1/arkandis/romande/yrdriw8a.pfb - RELOC/fonts/type1/arkandis/romande/yrdriw8a.pfm - RELOC/fonts/vf/arkandis/romande/yrdd8c.vf - RELOC/fonts/vf/arkandis/romande/yrdd8t.vf - RELOC/fonts/vf/arkandis/romande/yrdda8t.vf - RELOC/fonts/vf/arkandis/romande/yrddai8t.vf - RELOC/fonts/vf/arkandis/romande/yrddc8t.vf - RELOC/fonts/vf/arkandis/romande/yrddi8c.vf - RELOC/fonts/vf/arkandis/romande/yrddi8t.vf - RELOC/fonts/vf/arkandis/romande/yrdr8c.vf - RELOC/fonts/vf/arkandis/romande/yrdr8t.vf - RELOC/fonts/vf/arkandis/romande/yrdra8t.vf - RELOC/fonts/vf/arkandis/romande/yrdrai8t.vf - RELOC/fonts/vf/arkandis/romande/yrdraiw8t.vf - RELOC/fonts/vf/arkandis/romande/yrdrc8t.vf - RELOC/fonts/vf/arkandis/romande/yrdri8c.vf - RELOC/fonts/vf/arkandis/romande/yrdri8t.vf - RELOC/fonts/vf/arkandis/romande/yrdriw8c.vf - RELOC/fonts/vf/arkandis/romande/yrdriw8t.vf - RELOC/tex/latex/romande/romande.sty - RELOC/tex/latex/romande/t1yrd.fd - RELOC/tex/latex/romande/t1yrda.fd - RELOC/tex/latex/romande/t1yrdaw.fd - RELOC/tex/latex/romande/t1yrdw.fd - RELOC/tex/latex/romande/ts1yrd.fd - RELOC/tex/latex/romande/ts1yrda.fd - RELOC/tex/latex/romande/ts1yrdaw.fd - RELOC/tex/latex/romande/ts1yrdw.fd + RELOC/fonts/afm/public/romandeadf/yrdd8a.afm + RELOC/fonts/afm/public/romandeadf/yrddc8a.afm + RELOC/fonts/afm/public/romandeadf/yrddi8a.afm + RELOC/fonts/afm/public/romandeadf/yrdr8a.afm + RELOC/fonts/afm/public/romandeadf/yrdrc8a.afm + RELOC/fonts/afm/public/romandeadf/yrdri8a.afm + RELOC/fonts/afm/public/romandeadf/yrdriw8a.afm + RELOC/fonts/enc/dvips/romandeadf/romande-supp.enc + RELOC/fonts/enc/dvips/romandeadf/t1-romandeadf-alt.enc + RELOC/fonts/enc/dvips/romandeadf/t1-romandeadf.enc + RELOC/fonts/enc/dvips/romandeadf/ts1-euro-yrd.enc + RELOC/fonts/map/dvips/romandeadf/yrd.map + RELOC/fonts/tfm/public/romandeadf/s-yrdd.tfm + RELOC/fonts/tfm/public/romandeadf/s-yrddi.tfm + RELOC/fonts/tfm/public/romandeadf/s-yrdr.tfm + RELOC/fonts/tfm/public/romandeadf/s-yrdri.tfm + RELOC/fonts/tfm/public/romandeadf/s-yrdriw.tfm + RELOC/fonts/tfm/public/romandeadf/t1-romandeadf-alt-yrdd.tfm + RELOC/fonts/tfm/public/romandeadf/t1-romandeadf-alt-yrddi.tfm + RELOC/fonts/tfm/public/romandeadf/t1-romandeadf-alt-yrdr.tfm + RELOC/fonts/tfm/public/romandeadf/t1-romandeadf-alt-yrdri.tfm + RELOC/fonts/tfm/public/romandeadf/t1-romandeadf-alt-yrdriw.tfm + RELOC/fonts/tfm/public/romandeadf/t1-romandeadf-yrdd.tfm + RELOC/fonts/tfm/public/romandeadf/t1-romandeadf-yrddc.tfm + RELOC/fonts/tfm/public/romandeadf/t1-romandeadf-yrddi.tfm + RELOC/fonts/tfm/public/romandeadf/t1-romandeadf-yrdr.tfm + RELOC/fonts/tfm/public/romandeadf/t1-romandeadf-yrdrc.tfm + RELOC/fonts/tfm/public/romandeadf/t1-romandeadf-yrdri.tfm + RELOC/fonts/tfm/public/romandeadf/t1-romandeadf-yrdriw.tfm + RELOC/fonts/tfm/public/romandeadf/ts1-yrdd.tfm + RELOC/fonts/tfm/public/romandeadf/ts1-yrddi.tfm + RELOC/fonts/tfm/public/romandeadf/ts1-yrdr.tfm + RELOC/fonts/tfm/public/romandeadf/ts1-yrdri.tfm + RELOC/fonts/tfm/public/romandeadf/ts1-yrdriw.tfm + RELOC/fonts/tfm/public/romandeadf/yrdd8c.tfm + RELOC/fonts/tfm/public/romandeadf/yrdd8t.tfm + RELOC/fonts/tfm/public/romandeadf/yrdda8t.tfm + RELOC/fonts/tfm/public/romandeadf/yrddai8t.tfm + RELOC/fonts/tfm/public/romandeadf/yrddc8t.tfm + RELOC/fonts/tfm/public/romandeadf/yrddi8c.tfm + RELOC/fonts/tfm/public/romandeadf/yrddi8t.tfm + RELOC/fonts/tfm/public/romandeadf/yrdr8c.tfm + RELOC/fonts/tfm/public/romandeadf/yrdr8t.tfm + RELOC/fonts/tfm/public/romandeadf/yrdra8t.tfm + RELOC/fonts/tfm/public/romandeadf/yrdrai8t.tfm + RELOC/fonts/tfm/public/romandeadf/yrdraiw8t.tfm + RELOC/fonts/tfm/public/romandeadf/yrdrc8t.tfm + RELOC/fonts/tfm/public/romandeadf/yrdri8c.tfm + RELOC/fonts/tfm/public/romandeadf/yrdri8t.tfm + RELOC/fonts/tfm/public/romandeadf/yrdriw8c.tfm + RELOC/fonts/tfm/public/romandeadf/yrdriw8t.tfm + RELOC/fonts/type1/public/romandeadf/yrdd8a.pfb + RELOC/fonts/type1/public/romandeadf/yrdd8a.pfm + RELOC/fonts/type1/public/romandeadf/yrddc8a.pfb + RELOC/fonts/type1/public/romandeadf/yrddc8a.pfm + RELOC/fonts/type1/public/romandeadf/yrddi8a.pfb + RELOC/fonts/type1/public/romandeadf/yrddi8a.pfm + RELOC/fonts/type1/public/romandeadf/yrdr8a.pfb + RELOC/fonts/type1/public/romandeadf/yrdr8a.pfm + RELOC/fonts/type1/public/romandeadf/yrdrc8a.pfb + RELOC/fonts/type1/public/romandeadf/yrdrc8a.pfm + RELOC/fonts/type1/public/romandeadf/yrdri8a.pfb + RELOC/fonts/type1/public/romandeadf/yrdri8a.pfm + RELOC/fonts/type1/public/romandeadf/yrdriw8a.pfb + RELOC/fonts/type1/public/romandeadf/yrdriw8a.pfm + RELOC/fonts/vf/public/romandeadf/yrdd8c.vf + RELOC/fonts/vf/public/romandeadf/yrdd8t.vf + RELOC/fonts/vf/public/romandeadf/yrdda8t.vf + RELOC/fonts/vf/public/romandeadf/yrddai8t.vf + RELOC/fonts/vf/public/romandeadf/yrddc8t.vf + RELOC/fonts/vf/public/romandeadf/yrddi8c.vf + RELOC/fonts/vf/public/romandeadf/yrddi8t.vf + RELOC/fonts/vf/public/romandeadf/yrdr8c.vf + RELOC/fonts/vf/public/romandeadf/yrdr8t.vf + RELOC/fonts/vf/public/romandeadf/yrdra8t.vf + RELOC/fonts/vf/public/romandeadf/yrdrai8t.vf + RELOC/fonts/vf/public/romandeadf/yrdraiw8t.vf + RELOC/fonts/vf/public/romandeadf/yrdrc8t.vf + RELOC/fonts/vf/public/romandeadf/yrdri8c.vf + RELOC/fonts/vf/public/romandeadf/yrdri8t.vf + RELOC/fonts/vf/public/romandeadf/yrdriw8c.vf + RELOC/fonts/vf/public/romandeadf/yrdriw8t.vf + RELOC/tex/latex/romandeadf/romande.sty + RELOC/tex/latex/romandeadf/t1yrd.fd + RELOC/tex/latex/romandeadf/t1yrda.fd + RELOC/tex/latex/romandeadf/t1yrdaw.fd + RELOC/tex/latex/romandeadf/t1yrdw.fd + RELOC/tex/latex/romandeadf/ts1yrd.fd + RELOC/tex/latex/romandeadf/ts1yrda.fd + RELOC/tex/latex/romandeadf/ts1yrdaw.fd + RELOC/tex/latex/romandeadf/ts1yrdw.fd catalogue-contact-home http://arkandis.tuxfamily.org/ +catalogue-contact-repository https://codeberg.org/cfr/nfssext catalogue-ctan /fonts/romandeadf -catalogue-license lppl +catalogue-license lppl1.3c gpl2 catalogue-topics font font-type1 -catalogue-version 1.008-v7-sc +catalogue-version 2.1 name romanneg category Package @@ -289819,7 +291779,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 @@ -289828,10 +291788,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" @@ -289846,7 +291806,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 @@ -290080,24 +292040,24 @@ catalogue-topics german legal name rub-kunstgeschichte category Package -revision 71373 +revision 72213 shortdesc A class for the art history institute at Ruhr University Bochum relocated 1 longdesc This package provides a LaTeX class implementing the guidelines longdesc on scientific writing of the art history institute longdesc (Kunstgeschichtliches Institut) at Ruhr University Bochum. -containersize 1232 -containerchecksum 937167036e825091bde7411094e863d863a4314afde521881c3f915a7f1cdbc89b6fea644d25969e11685ab8930d777d6eb54c3f66971b44002167c306077820 -doccontainersize 250824 -doccontainerchecksum c8a708866b66f5c7e7077826c1a988afaa07d2755356f518ac83b7299d508f8fba79a560f063c1e0a7f14ac14d3e66a2ba6a43bb74a8bfe57b8940103a0ac293 -docfiles size=68 +containersize 1596 +containerchecksum f3da2273d073f598e05bbad6416531a9fe34cad44e05f61e63d77d35f772af49fadff994255b5efb2812ae2d8203ba6b974a18985bb2fca8fee07d728504694a +doccontainersize 436836 +doccontainerchecksum 9dfec559a665412c23df13fa97f55671ea7d6f2dd564cecc9e924b2658283dd11cab08f18a59a63990f372770285a63d2b2291a16e77771eae07f9a4ab4dc5bc +docfiles size=117 RELOC/doc/latex/rub-kunstgeschichte/README.md details="Readme" RELOC/doc/latex/rub-kunstgeschichte/rub-kunstgeschichte-example.pdf details="Example document" RELOC/doc/latex/rub-kunstgeschichte/rub-kunstgeschichte-example.tex RELOC/doc/latex/rub-kunstgeschichte/rub-kunstgeschichte.pdf details="Package documentation" -srccontainersize 2912 -srccontainerchecksum 33248a1c11270e747ac97c750325aa7ed812c9954da215930be5816141ff48bd0460c0c14c2b5d2b093f6ce1ba2cecb3798ffe34a43612bffa317b592c84f651 -srcfiles size=3 +srccontainersize 6156 +srccontainerchecksum 64c3a263a300ee63b747e8ef2a6fedea2b26048b33414a68782dacef0983046b5a6afec671a1188e656325f5ab58948a51f3b444da387b16a069bcf182f134df +srcfiles size=6 RELOC/source/latex/rub-kunstgeschichte/rub-kunstgeschichte.dtx RELOC/source/latex/rub-kunstgeschichte/rub-kunstgeschichte.ins runfiles size=1 @@ -290107,7 +292067,7 @@ catalogue-contact-repository https://github.com/rub-kgi/rub-kunstgeschichte-late catalogue-ctan /macros/latex/contrib/rub-kunstgeschichte catalogue-license lppl1.3c catalogue-topics class doc-templ std-conform -catalogue-version 0.1.0 +catalogue-version 0.2.0 name rubik category Package @@ -291169,21 +293129,30 @@ catalogue-topics font font-virtual font-supp-maths font-cm font-sans name sansmathfonts category Package -revision 68777 +revision 72563 shortdesc Extended Computer Modern sans serif fonts relocated 1 longdesc Sans serif small caps and math fonts for use with Computer longdesc Modern. execute addMap sansmathfonts.map -containersize 4276576 -containerchecksum d31d37820883b0fa2a97dc878d11b6866554839acbae8c56fc10fb164fcfc2af5590d0d562512aa313ca950c32aecb4d4b89ea4113326446a75006b34a2f677c -doccontainersize 365464 -doccontainerchecksum 5972253d34cb39cb0151050b4e9dab45dea50901a84f736ee8a25beb5ad647a112462ed5b3d46c61ff20a3a20852000c64736c88df9ed59defa2da5bf54b5638 -docfiles size=95 +containersize 4278388 +containerchecksum b5391b80ea6bcbdab20b4aefd4fec005b8809147a285747bb1634b1dea52ea906cae562442b421ac85672eb0ea5f2f653e010eaf02f1beb5ab2546ea873f5cf0 +doccontainersize 403788 +doccontainerchecksum f117ca97a15e70c820d830d3f49bd112fe17c36795345e2aae09064015df32325c50e2b62f16f9204cc4333310a1aef3a5af443c6eb49e0fa8696ddc04236060 +docfiles size=158 RELOC/doc/fonts/sansmathfonts/README.txt details="Readme" + RELOC/doc/fonts/sansmathfonts/cmsmfbx12.vpl + RELOC/doc/fonts/sansmathfonts/cmsmfbx17.vpl + RELOC/doc/fonts/sansmathfonts/cmsmfbx8.vpl + RELOC/doc/fonts/sansmathfonts/cmsmfbx9.vpl + RELOC/doc/fonts/sansmathfonts/cmsmfxi10.vpl + RELOC/doc/fonts/sansmathfonts/cmsmfxi12.vpl + RELOC/doc/fonts/sansmathfonts/cmsmfxi17.vpl + RELOC/doc/fonts/sansmathfonts/cmsmfxi8.vpl + RELOC/doc/fonts/sansmathfonts/cmsmfxi9.vpl RELOC/doc/fonts/sansmathfonts/sansmathfonts.pdf details="Package documentation" RELOC/doc/fonts/sansmathfonts/sansmathfonts.tex -runfiles size=1988 +runfiles size=1998 RELOC/fonts/map/dvips/sansmathfonts/sansmathfonts.map RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXi10.mf RELOC/fonts/source/public/sansmathfonts/cmsmfIPiXi12.mf @@ -291413,6 +293382,10 @@ runfiles size=1988 RELOC/fonts/tfm/public/sansmathfonts/cmssbsy7.tfm RELOC/fonts/tfm/public/sansmathfonts/cmssbsy8.tfm RELOC/fonts/tfm/public/sansmathfonts/cmssbsy9.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssbx12-cmsmfcopy.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssbx17-cmsmfcopy.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssbx8-cmsmfcopy.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssbx9-cmsmfcopy.tfm RELOC/fonts/tfm/public/sansmathfonts/cmssbxcsc10.tfm RELOC/fonts/tfm/public/sansmathfonts/cmsscsc10.tfm RELOC/fonts/tfm/public/sansmathfonts/cmsscsc8.tfm @@ -291443,6 +293416,11 @@ runfiles size=1988 RELOC/fonts/tfm/public/sansmathfonts/cmsssy8.tfm RELOC/fonts/tfm/public/sansmathfonts/cmsssy9.tfm RELOC/fonts/tfm/public/sansmathfonts/cmssu10.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssxi10-cmsmfcopy.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssxi12-cmsmfcopy.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssxi17-cmsmfcopy.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssxi8-cmsmfcopy.tfm + RELOC/fonts/tfm/public/sansmathfonts/cmssxi9-cmsmfcopy.tfm RELOC/fonts/tfm/public/sansmathfonts/cmssxicsc10.tfm RELOC/fonts/tfm/public/sansmathfonts/eczi0500.tfm RELOC/fonts/tfm/public/sansmathfonts/eczi0600.tfm @@ -294150,6 +296128,55 @@ catalogue-license lppl1.3 catalogue-topics drama-script catalogue-version 1.1 +name scrhack +category Package +revision 72608 +shortdesc Compatibility package to emulate the former KOMA-Script package scrhack +relocated 1 +longdesc Up to version 3.41, the scrhack package was part of +longdesc KOMA-Script. It was originally intended to improve the +longdesc compatibility of third-party packages with KOMA-Script. +longdesc However, most of the so-called hacks also added additional +longdesc functionality to the corresponding third-party package. On the +longdesc other hand, it was sometimes urgent to react to a change in +longdesc such a third-party package, which was difficult to do from +longdesc within a large collection like KOMA-Script. Therefore, the +longdesc scrhack part of KOMA-Script was split into several independent +longdesc packages. And the scrhack spin-off was made to emulate the +longdesc former KOMA-Script package of the same name. +containersize 9320 +containerchecksum dce52d235515f779d603ae190328b7b4e60b2d3500c7321ea7b0bb1cf5fa0043a3a36d0d2bddfb9e29f5d8502709b82c3783d6b07dec762c94764e1a0d377092 +doccontainersize 562960 +doccontainerchecksum 99717514194424397d51c2f975fdc5b4fdbce7482bbd60c24a116f73f07e0c95331e01026ed25c70d417093dba23dc534ad66842543c419dd6f6849046d6c9c2 +docfiles size=152 + RELOC/doc/latex/scrhack/LICENSE.md + RELOC/doc/latex/scrhack/README.md details="Readme" + RELOC/doc/latex/scrhack/scrhack-2023-07-07.pdf + RELOC/doc/latex/scrhack/scrhack.pdf details="Package documentation" +srccontainersize 20980 +srccontainerchecksum 92794a764447d68f939dd102f04c98dd070df679424029d6e3d71d342ae1c4313847e66d6ae4e4a8d9093d6f478676858d66a699031921db45992c129afe5b56 +srcfiles size=29 + RELOC/source/latex/scrhack/scrhack-2023-07-07.dtx + RELOC/source/latex/scrhack/scrhack.dtx +runfiles size=21 + RELOC/tex/latex/scrhack/float.hak + RELOC/tex/latex/scrhack/floatrow.hak + RELOC/tex/latex/scrhack/hyperref.hak + RELOC/tex/latex/scrhack/listings.hak + RELOC/tex/latex/scrhack/lscape.hak + RELOC/tex/latex/scrhack/nomencl.hak + RELOC/tex/latex/scrhack/scrhack-2023-07-07.sty + RELOC/tex/latex/scrhack/scrhack.sty + RELOC/tex/latex/scrhack/setspace.hak + RELOC/tex/latex/scrhack/standardsections.hak +catalogue-contact-bugs https://github.com/komascript/third-party-enhancements/issues +catalogue-contact-home https://github.com/komascript/third-party-enhancements +catalogue-contact-repository https://github.com/komascript/third-party-enhancements/tree/main/scrhack +catalogue-ctan /macros/latex/contrib/scrhack +catalogue-license lppl1.3c +catalogue-topics bugfix expl3 +catalogue-version 3.42 + name scripture category Package revision 69232 @@ -294552,7 +296579,7 @@ catalogue-version 1.2.1 name se2thesis category Package -revision 71620 +revision 72569 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 @@ -294565,11 +296592,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 9896 +containerchecksum 17bcafc6d0851149a33a6529737d0ec6bb3728c95b768d2a1b3a3c99839d16a50435f2c0dbec45f1d99de9c9498286a147b858d65ea466a02bbf3076c3ecdd80 +doccontainersize 595196 +doccontainerchecksum 3c547200a43c41550d9c4877a1150829c316173d5c9ba8ffa38576f81ef6dec1d57ea8bac50db1211ce365bad7e3322b39a6157539e34edc042aff4cf836d922 +docfiles size=160 RELOC/doc/latex/se2thesis/CHANGELOG.md RELOC/doc/latex/se2thesis/LICENSE.txt RELOC/doc/latex/se2thesis/README.md details="Readme" @@ -294577,9 +296604,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 27000 +srccontainerchecksum d0a18baa5b7859fb15772b03e973ca17303b729ffb9d616767fa8560d17bc06e66268b2e76b701ed4e81c933636e15bca80da324d3ff7193c08f4dc4d0901187 +srcfiles size=32 RELOC/source/latex/se2thesis/se2colors.dtx RELOC/source/latex/se2thesis/se2fonts.dtx RELOC/source/latex/se2thesis/se2packages.dtx @@ -294596,8 +296623,8 @@ catalogue-contact-bugs https://github.com/se2p/se2thesis/issues 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-topics class dissertation doc-templ expl3 +catalogue-version 4.4.0 name secdot category Package @@ -295587,7 +297614,7 @@ catalogue-version 0.45 name sepfootnotes category Package -revision 71725 +revision 71883 shortdesc Support footnotes and endnotes from separate files relocated 1 longdesc The package supports footnotes and endnotes from separate @@ -295595,9 +297622,9 @@ 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 2412 -containerchecksum 5eb0e6c8233f8c778ecede9a7664d9b5245dfeb32c69d49455206c4e5b3208771acf02dbe4ec1e5416eb4be0c929ff5a1dbeea8e21ee6014aa5ebeffedbbfc3c +containerchecksum b6815525f7ebac29e206776e0178c916e8aacda739485f3e1d5c2a30069e4da2b43b03b366e9cc1a875f5a1379a28c8d74a9bb81cd866fba8d7a9b0317c2ec6a doccontainersize 212960 -doccontainerchecksum 3d8f9207bd7d682eaaeeab288afe00190d56d9c6fe62b12dbea463a5a6a698da6cf9263fc28505497f1d9bee9ec8c8da0fdb19eefdad329eac5a27f84e87d27d +doccontainerchecksum 1552bfe7f02b80ce4708ed1b808e0df2ed00a7f0258e9e338d040badbfc7b46c29f97f02febe0d5a8daed576da6152fd09a5a15396d1a3cfc9a80a685bdca433 docfiles size=60 RELOC/doc/latex/sepfootnotes/README details="Readme" RELOC/doc/latex/sepfootnotes/sepfootnotes.pdf details="Package documentation" @@ -295607,7 +297634,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 @@ -297131,23 +299158,23 @@ catalogue-version 1.7a name sidenotes category Package -revision 54524 +revision 72264 shortdesc Typeset notes containing rich content, in the margin relocated 1 longdesc The package allows typesetting of texts with notes, figures, longdesc citations, captions and tables in the margin. This is common longdesc (for example) in science text books. -containersize 4444 -containerchecksum 6cf38305b919deca31761f1420c18a0ffb5ba18e045515af058e9b7d73535730117f757f16a8030d97247378efa46428ed9f28757524b650a96133aae6fe4e11 -doccontainersize 304908 -doccontainerchecksum db5f8666987eeb2c8e29426a91bc731f8c380176b3f0285c4c4ca8554b91c85af52d0ebe16d57cdb558d8c7d1e97c6f169addb12a57a107c00ff36486dd2d218 -docfiles size=79 +containersize 4280 +containerchecksum 9833a4e34171bcad549d47dbba77b9b2546adf3518c88389414d71781c17f00a7c02c390bbdae2467ea93dca07f1e38622f5874e3fe494751e453094d2025fd4 +doccontainersize 316728 +doccontainerchecksum 7ca005419b8b2acdaa800b52ad753a1923e7dd510ef51c6db38b860cfba54569c323eb4f389014ecfd92fa41c9686222e4e302f720a0bcffaf1acf5ed5323721 +docfiles size=83 RELOC/doc/latex/sidenotes/README details="Readme" RELOC/doc/latex/sidenotes/caesar_example.pdf RELOC/doc/latex/sidenotes/caesar_example.tex RELOC/doc/latex/sidenotes/sidenotes.pdf details="Package documentation" -srccontainersize 5992 -srccontainerchecksum 6d237c8df983f2a3d056038067039c45604086a377cdf02b9adc0e1c125619ff911165891d27be7e30466d3cda03f62c32bc7edc73152460d21443a5cc6886f5 +srccontainersize 6008 +srccontainerchecksum 11d773ce407322d707c428b6e1ebe735c3345fc759982b5336cba0806381083bdc14a525cebebe160505916058052be0307ff29ad8611323a96c37c2a4ed6701 srcfiles size=6 RELOC/source/latex/sidenotes/sidenotes.dtx RELOC/source/latex/sidenotes/sidenotes.ins @@ -297158,7 +299185,7 @@ catalogue-also footmisc catalogue-ctan /macros/latex/contrib/sidenotes catalogue-license lppl1.3 catalogue-topics marginal -catalogue-version 1.00a +catalogue-version 1.20 name sidenotesplus category Package @@ -297292,27 +299319,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 @@ -297320,27 +299347,27 @@ 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 -revision 68843 +revision 72484 shortdesc Insert 'terminal' or 'context menu' or 'viewers' like in an OS relocated 1 longdesc This is a package to present, like in an OS: a fake terminal longdesc (with tcolorbox); a fake context menu with sub-menus (with longdesc TikZ); a fake viewer (with tcolorbox). -containersize 4820 -containerchecksum 565fce3e9e13d14f7f52d3390e407b03ec680b21cef37e68439095d9e7cc813739853c9e3307dae040dcf60c6a6dc4934b0d8bac68b258af4c14aa22d8d9aadf -doccontainersize 563656 -doccontainerchecksum b2392fac63c75de85b89ca7037f495155cb749b17220cdc3fb2aca368bdbd593039425bf21a0341a4160935fba94d0a9bf5fcfa6c7d686178a715aab44a28ae5 -docfiles size=205 +containersize 5668 +containerchecksum 106d2823fa3f9ef04d2480f5266195add97869cc883082c492c93a60eed45eda9b33b51e294a19d9ddb5f5d49fca2129044b63f56edfa94089d7bbcc1ce3f764 +doccontainersize 617968 +doccontainerchecksum 4d311f4938e700e685eb758703b88a697cb0cd46d97afdaa3fb188efdfa84f7e661c2852117b77f0c5880e29b73011cab832d15768c99233ef2857803d342b9a +docfiles size=219 RELOC/doc/latex/sim-os-menus/README.md details="Readme" RELOC/doc/latex/sim-os-menus/sim-os-menus-doc-fr.pdf RELOC/doc/latex/sim-os-menus/sim-os-menus-doc-fr.tex RELOC/doc/latex/sim-os-menus/sim-os-menus-doc.pdf details="Package documentation" RELOC/doc/latex/sim-os-menus/sim-os-menus-doc.tex -runfiles size=8 +runfiles size=9 RELOC/tex/latex/sim-os-menus/sim-os-menus.sty catalogue-contact-bugs https://github.com/cpierquet/sim-os-menus/issues catalogue-contact-home https://github.com/cpierquet/sim-os-menus @@ -297348,7 +299375,7 @@ catalogue-contact-repository https://github.com/cpierquet/sim-os-menus catalogue-ctan /macros/latex/contrib/sim-os-menus catalogue-license lppl1.3c catalogue-topics presentation boxing comp-sci -catalogue-version 0.1.1 +catalogue-version 0.1.3 name simple-resume-cv category Package @@ -297498,7 +299525,7 @@ catalogue-version 1.6a name simpleicons category Package -revision 71785 +revision 72659 shortdesc Simple Icons for LaTeX relocated 1 longdesc Similar to FontAwesome icons being provided on LaTeX by the @@ -297506,11 +299533,11 @@ 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 3500600 -containerchecksum 1e39ade020ca365b4b424e87c16b4adc22accdc2b8ccefa2476d98d5396288dc5759edf417306ce26ef2b9447c4c55aa928c56b96d58cd1d3d703e9b52ef5bff -doccontainersize 2556548 -doccontainerchecksum 23e6713060fdf488d1997754ccbc63d4b70183250d2203108ed90a51a77fb9aa0166d5d796219747652fff802d82cee3c2482c55bbcf6eb9a7ed9b7ace506ff1 -docfiles size=669 +containersize 3507812 +containerchecksum 1c8dcff7e15d5132e3a240b01208d3e8251dddd7477a65332418e36097d1c9b8fb7f3b06e51f8048b5c3f21acfb4c6426324ad73b0e7f8bafbf12cec07692ede +doccontainersize 2552772 +doccontainerchecksum 7c3f7f89b3f1154345a941391e6fa7fcdee336134e7acd2fb26275538c812eb8eea926a5ebcd1a3019dcc7962955b49ac9bf3c9dacd3b0be7319956e026a2a7d +docfiles size=668 RELOC/doc/fonts/simpleicons/README.md details="Readme" RELOC/doc/fonts/simpleicons/bindings.tex RELOC/doc/fonts/simpleicons/simpleicons.pdf details="Package documentation" @@ -297566,7 +299593,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 13.1.0 +catalogue-version 13.14.1 name simpleinvoice category Package @@ -297674,7 +299701,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 @@ -297686,10 +299713,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" @@ -297698,7 +299725,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 @@ -298016,40 +300044,35 @@ catalogue-version 1.36 name siunitx category Package -revision 71621 +revision 72484 shortdesc A comprehensive (SI) units package relocated 1 -longdesc Typesetting values with units requires care to ensure that the -longdesc combined mathematical meaning of the value plus unit -longdesc combination is clear. In particular, the SI units system lays -longdesc down a consistent set of units with rules on how they are to be -longdesc used. However, different countries and publishers have -longdesc differing conventions on the exact appearance of numbers (and -longdesc units). A number of LaTeX packages have been developed to -longdesc provide consistent application of the various rules: SIunits, -longdesc sistyle, unitsdef and units are the leading examples. The -longdesc numprint package provides a large number of number-related -longdesc functions, while dcolumn and rccol provide tools for -longdesc typesetting tabular numbers. The siunitx package takes the best -longdesc from the existing packages, and adds new features and a -longdesc consistent interface. A number of new ideas have been -longdesc incorporated, to fill gaps in the existing provision. The -longdesc package also provides backward-compatibility with SIunits, -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 +longdesc Physical quantities have both numbers and units, and each +longdesc physical quantity should be expressed as the product of a +longdesc number and a unit. Typesetting physical quantities requires +longdesc care to ensure that the combined mathematical meaning of the +longdesc number-unit combination is clear. In particular, the SI units +longdesc system lays down a consistent set of units with rules on how +longdesc these are to be used. However, different countries and +longdesc publishers have differing conventions on the exact appearance +longdesc of numbers (and units). The siunitx package provides a set of +longdesc tools for authors to typeset quantities in a consistent way. +longdesc The package has an extended set of configuration options which +longdesc make it possible to follow varying typographic conventions with +longdesc the same input syntax. The package includes automated +longdesc processing of numbers and units, and the ability to control +longdesc tabular alignment of numbers. +containersize 68084 +containerchecksum e108169ea9e84f0265d04bc1573587d6fb0c81e71646743f3ef734b03938d48dad54cc905b9a79f5d6e0bb320be9a6924d50fa537f4f62a13ae7a73bae53c202 +doccontainersize 1286532 +doccontainerchecksum 26ed73a8d66f04e2d627311861542aba20e0cfc52eb31f7c71487f19011d0f01e3f7ae4c0e53a99f425f686043e23848c00225bc73d66cbaa77af88edefcbd1b +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 123792 +srccontainerchecksum 41f0006b2dceaf3929102958775a4d91e0395886d4160b693071afd4950b4365fc7926a68976947196442e396822e567447fcbed196f1fafb7c2f0d9485794c3 srcfiles size=190 RELOC/source/latex/siunitx/siunitx-abbreviation.dtx RELOC/source/latex/siunitx/siunitx-angle.dtx @@ -298069,7 +300092,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 @@ -298081,26 +300104,26 @@ 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.22 name sjtutex category Package -revision 71663 +revision 72606 shortdesc LaTeX classes for Shanghai Jiao Tong University relocated 1 longdesc SJTUTeX aims to establish a simple and easy-to-use collection longdesc of document classes for Shanghai Jiao Tong University, longdesc including the thesis document class sjtuthesis, as well as the longdesc regular document classes sjtuarticle and sjtureport. -containersize 154528 -containerchecksum 4c5bf7a4b082268761cc74584af40f9120a40a0cebc9bd2b2d6f616711c41c440d67c25c364195bdb7fe2b1011e00f19a82321ab6f9379846f2c0b00f43d5a06 -doccontainersize 711008 -doccontainerchecksum d3468251c93523e70d6ba282bdb71939d67c4b185fe34c7ab0ec1ff3b87390a91c635cca7f43426b0d2a9e09df091af001cf7eb92bac2c6399a724f6f9bbaf31 -docfiles size=178 +containersize 154540 +containerchecksum da007a5494ff80b358695501c56a2ebe969adfbd2112190873a73737254cb1c672ce2f9f4f19f1d6f495ef75526bea388bd7492abe27c94e73bb1ada8397bae5 +doccontainersize 711940 +doccontainerchecksum 9ad1b1fb0f4875777e5e03437611a435412280767ba6375371ceb89aa7373afca552ed7af5eca55574770a4fdd390d063cc2615cc26763f6701c94057fd46e3e +docfiles size=179 RELOC/doc/latex/sjtutex/README.md details="Readme" RELOC/doc/latex/sjtutex/sjtutex.pdf details="Package documentation" language="zh" -srccontainersize 39956 -srccontainerchecksum bde9a45e390d5117965f352292b4bc9aa06be1203a0e7dd2bda095c6f322ae6ce64e9bf0ada9cf255c54f429e0b702ecc3fbfd6f6d810adb9e0304d9aee3b6d1 +srccontainersize 40024 +srccontainerchecksum a050fd630fbfed26f5fe5d18d093aa542e58f3f67a6669b8e3f3eeafa53989464b2fe149896e4f6c19e0b9aa8cf9099d68cdb4d4df9a5598076d60afbf9a979f srcfiles size=53 RELOC/source/latex/sjtutex/sjtutex.dtx runfiles size=130 @@ -298175,7 +300198,7 @@ catalogue-contact-repository https://github.com/sjtug/SJTUTeX catalogue-ctan /macros/latex/contrib/sjtutex catalogue-license lppl1.3c catalogue-topics class dissertation article-like report-like chinese -catalogue-version 2.1.3 +catalogue-version 2.1.4 name skak category Package @@ -302955,7 +304978,7 @@ catalogue-version 2.8 name spbmark category Package -revision 71812 +revision 72647 shortdesc Customize superscripts and subscripts relocated 1 longdesc This package provides three commands \super, \sub and \supersub @@ -302963,10 +304986,10 @@ 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 4260 -containerchecksum c7e4cb3be33bdf1cd6b459183cae997eca25bd02d1895136ef0d6acb4d75fd748b542e6696d7ebd6e07d5031db4fb45b6284afb7eadbe0cd4e2ec9bb9a1ba877 -doccontainersize 97420 -doccontainerchecksum 7b20928242a750a8504c94bbf2a98c9369d6f90fa64bb87e37016a6afa04cd30a1e4c47f17b4de77104b3e9f780e2594dba025c854dd730d406152cfe097cd12 -docfiles size=30 +containerchecksum 729d40d2b96182b36e11f957087b9f030e1d53f1b2826f2cd61b0bca5a67164e19ee530ae89ba453c87a08a15d85c200ee84d42c6776ee0fddacdda9e604a44a +doccontainersize 93872 +doccontainerchecksum 58d70f426704e83b8e6db164e7280025b8711e485f178877b5cc085848b68e5c50cf9dc740101fc670f7ba1a2efa5132a857acddc9a4e3feaa843115a279278c +docfiles size=28 RELOC/doc/latex/spbmark/README.md details="Readme" RELOC/doc/latex/spbmark/spbmark.pdf details="Package documentation" RELOC/doc/latex/spbmark/spbmark.tex @@ -302976,7 +304999,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.46n +catalogue-version 1.46q name spectral category Package @@ -304371,7 +306394,7 @@ catalogue-version 1.3.3 name spelatex category Package -revision 71581 +revision 72638 shortdesc Create PDF documents with hyperlinks to audiofragments relocated 1 longdesc This package equips the PDF that is generated with LaTeX with @@ -304390,58 +306413,54 @@ longdesc but it will be extended in the future. You can package your PDF longdesc together with the audio-files (in your favorite archive format) longdesc and make it available to your users, such that the only longdesc requirements to read your text and listen to the audio are a -longdesc suited PDF reader and media player. Not all readers and players -longdesc work. Working readers are: okular, acrobat reader, pdfxchange -longdesc viewer. Working media players are: SoX, totem, vlc. The package -longdesc is part of the SpeLbox package, consisting of an Emacs Org-mode -longdesc exporter, called ox-spelatex (under development, will be -longdesc released later), the LaTeX spelatex package itself, a perl -longdesc script spel-wizard.pl available from CPAN in the SpeL::Wizard -longdesc module that converts text to speech (doing the magic, parsing -longdesc your equations). The package also functions without the -longdesc Org-Mode exporter, the latter just being there to make use more -longdesc convenient. For the text-to-speech conversion, one can use free -longdesc options (festival, balabolka, ...) or paying services (e.g. AWS -longdesc polly). -containersize 4212 -containerchecksum 2b99b10f4156f98d315658a64620948601987db21caa64c89d6c14203d4840966f51dbd343a4e943891d1bf6420319bc505174aa728f6b290fa1fe9551335c93 -doccontainersize 13756688 -doccontainerchecksum 03945b91ee6ff32cf136919b29d90201c29b9f66ae33c0ea338de81fad5be4fba3d26abde8748aac2e14343a32c3a1ab9ab480da2b2ba853d2b1796fd7df249f -docfiles size=3860 - RELOC/doc/latex/spelatex/Example/example-spel/1.0.0.0.0-1.ogg - RELOC/doc/latex/spelatex/Example/example-spel/1.0.0.0.0-2.ogg - RELOC/doc/latex/spelatex/Example/example-spel/1.0.0.0.0-3.ogg - RELOC/doc/latex/spelatex/Example/example-spel/1.0.0.0.0.m3u - RELOC/doc/latex/spelatex/Example/example-spel/1.0.0.0.0.ogg - RELOC/doc/latex/spelatex/Example/example-spel/2.0.0.0.0-1.ogg - RELOC/doc/latex/spelatex/Example/example-spel/2.0.0.0.0-2.ogg - RELOC/doc/latex/spelatex/Example/example-spel/2.0.0.0.0-3.ogg - RELOC/doc/latex/spelatex/Example/example-spel/2.0.0.0.0.m3u - RELOC/doc/latex/spelatex/Example/example-spel/2.0.0.0.0.ogg - RELOC/doc/latex/spelatex/Example/example-spel/3.0.0.0.0-1.ogg - RELOC/doc/latex/spelatex/Example/example-spel/3.0.0.0.0-2.ogg - RELOC/doc/latex/spelatex/Example/example-spel/3.0.0.0.0.m3u - RELOC/doc/latex/spelatex/Example/example-spel/3.0.0.0.0.ogg - RELOC/doc/latex/spelatex/Example/example-spel/4.0.0.0.0-1.ogg - RELOC/doc/latex/spelatex/Example/example-spel/4.0.0.0.0-2.ogg - RELOC/doc/latex/spelatex/Example/example-spel/4.0.0.0.0.m3u - RELOC/doc/latex/spelatex/Example/example-spel/4.0.0.0.0.ogg - RELOC/doc/latex/spelatex/Example/example-spel/5.0.0.0.0.m3u - RELOC/doc/latex/spelatex/Example/example-spel/5.0.0.0.0.ogg - RELOC/doc/latex/spelatex/Example/example-spel/5.1.0.0.0-1.ogg - RELOC/doc/latex/spelatex/Example/example-spel/5.1.0.0.0.m3u - RELOC/doc/latex/spelatex/Example/example-spel/5.1.0.0.0.ogg - RELOC/doc/latex/spelatex/Example/example-spel/5.2.0.0.0-1.ogg - RELOC/doc/latex/spelatex/Example/example-spel/5.2.0.0.0-star-1.ogg - RELOC/doc/latex/spelatex/Example/example-spel/5.2.0.0.0.m3u - RELOC/doc/latex/spelatex/Example/example-spel/5.2.0.0.0.ogg +longdesc suited PDF reader and media player. For the text-to-speech +longdesc conversion, one can use free options (festival, balabolka, ...) +longdesc or paying services (e.g. AWS polly). +containersize 4680 +containerchecksum 89640dc27dccad9cae516cdb3099033f58c688cf1e16d92efe538b0c8d3a87cfca98e322afb1653d296d443e69f67065bbcba1995cc4c5e5274242c960509d64 +doccontainersize 14225108 +doccontainerchecksum b869b5d6633b0013b1aa42dfc6089b638edd4dcc514ec950d6be825d9ebbc231a7719e634fcba79093a05e9486191be92a3e29136f2b48937b21822df46c21a8 +docfiles size=3994 + RELOC/doc/latex/spelatex/Example/example-spel/1.0.0.0.0.0-1.ogg + RELOC/doc/latex/spelatex/Example/example-spel/1.0.0.0.0.0-2.ogg + RELOC/doc/latex/spelatex/Example/example-spel/1.0.0.0.0.0-3.ogg + RELOC/doc/latex/spelatex/Example/example-spel/1.ogg + RELOC/doc/latex/spelatex/Example/example-spel/2.1.0.0.0.0-1.ogg + RELOC/doc/latex/spelatex/Example/example-spel/2.1.0.0.0.0-2.ogg + RELOC/doc/latex/spelatex/Example/example-spel/2.1.0.0.0.0-3.ogg + RELOC/doc/latex/spelatex/Example/example-spel/2.1.0.0.0.0.m3u + RELOC/doc/latex/spelatex/Example/example-spel/2.1.0.0.0.0.ogg + RELOC/doc/latex/spelatex/Example/example-spel/2.2.0.0.0.0-1.ogg + RELOC/doc/latex/spelatex/Example/example-spel/2.2.0.0.0.0-2.ogg + RELOC/doc/latex/spelatex/Example/example-spel/2.2.0.0.0.0.m3u + RELOC/doc/latex/spelatex/Example/example-spel/2.2.0.0.0.0.ogg + RELOC/doc/latex/spelatex/Example/example-spel/2.3.0.0.0.0-1.ogg + RELOC/doc/latex/spelatex/Example/example-spel/2.3.0.0.0.0.m3u + RELOC/doc/latex/spelatex/Example/example-spel/2.3.0.0.0.0.ogg + RELOC/doc/latex/spelatex/Example/example-spel/2.ogg + RELOC/doc/latex/spelatex/Example/example-spel/3.1.0.0.0.0-1.ogg + RELOC/doc/latex/spelatex/Example/example-spel/3.1.0.0.0.0-2.ogg + RELOC/doc/latex/spelatex/Example/example-spel/3.1.0.0.0.0.m3u + RELOC/doc/latex/spelatex/Example/example-spel/3.1.0.0.0.0.ogg + RELOC/doc/latex/spelatex/Example/example-spel/3.2.0.0.0.0.m3u + RELOC/doc/latex/spelatex/Example/example-spel/3.2.0.0.0.0.ogg + RELOC/doc/latex/spelatex/Example/example-spel/3.2.1.0.0.0-1.ogg + RELOC/doc/latex/spelatex/Example/example-spel/3.2.1.0.0.0.m3u + RELOC/doc/latex/spelatex/Example/example-spel/3.2.1.0.0.0.ogg + RELOC/doc/latex/spelatex/Example/example-spel/3.2.2.0.0.0-1.ogg + RELOC/doc/latex/spelatex/Example/example-spel/3.2.2.0.0.0.m3u + RELOC/doc/latex/spelatex/Example/example-spel/3.2.2.0.0.0.ogg + RELOC/doc/latex/spelatex/Example/example-spel/3.ogg RELOC/doc/latex/spelatex/Example/example-spel/author.ogg RELOC/doc/latex/spelatex/Example/example-spel/date.ogg + RELOC/doc/latex/spelatex/Example/example-spel/star-1.ogg RELOC/doc/latex/spelatex/Example/example-spel/title.ogg RELOC/doc/latex/spelatex/Example/example.pdf RELOC/doc/latex/spelatex/Example/example.tex RELOC/doc/latex/spelatex/LICENSE RELOC/doc/latex/spelatex/README details="Readme" + RELOC/doc/latex/spelatex/spelatex-spel/0.0.0.0.0-1.ogg + RELOC/doc/latex/spelatex/spelatex-spel/0.0.0.0.0-star-1.ogg RELOC/doc/latex/spelatex/spelatex-spel/1.0.0.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/1.0.0.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/1.1.0.0.0-1.ogg @@ -304466,7 +306485,6 @@ docfiles size=3860 RELOC/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-1.ogg RELOC/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-10.ogg RELOC/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-11.ogg - RELOC/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-12.ogg RELOC/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-2.ogg RELOC/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-3.ogg RELOC/doc/latex/spelatex/spelatex-spel/1.3.0.0.0-4.ogg @@ -304490,46 +306508,36 @@ docfiles size=3860 RELOC/doc/latex/spelatex/spelatex-spel/2.2.0.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/2.2.0.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.1.0.0-1.ogg + RELOC/doc/latex/spelatex/spelatex-spel/2.2.1.0.0-10.ogg + RELOC/doc/latex/spelatex/spelatex-spel/2.2.1.0.0-11.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.1.0.0-2.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.1.0.0-3.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.1.0.0-4.ogg + RELOC/doc/latex/spelatex/spelatex-spel/2.2.1.0.0-5.ogg + RELOC/doc/latex/spelatex/spelatex-spel/2.2.1.0.0-6.ogg + RELOC/doc/latex/spelatex/spelatex-spel/2.2.1.0.0-7.ogg + RELOC/doc/latex/spelatex/spelatex-spel/2.2.1.0.0-8.ogg + RELOC/doc/latex/spelatex/spelatex-spel/2.2.1.0.0-9.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.1.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/2.2.1.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-1.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-10.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-11.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-12.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-2.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-3.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-4.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-5.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-6.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-7.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-8.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.2.0.0-9.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.2.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/2.2.2.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.3.0.0-1.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.3.0.0-2.ogg + RELOC/doc/latex/spelatex/spelatex-spel/2.2.3.0.0-3.ogg + RELOC/doc/latex/spelatex/spelatex-spel/2.2.3.0.0-4.ogg + RELOC/doc/latex/spelatex/spelatex-spel/2.2.3.0.0-5.ogg + RELOC/doc/latex/spelatex/spelatex-spel/2.2.3.0.0-6.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.3.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/2.2.3.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.4.0.0-1.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.4.0.0-2.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.4.0.0-3.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.4.0.0-4.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.4.0.0-5.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.4.0.0-6.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.2.4.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/2.2.4.0.0.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.5.0.0-1.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.5.0.0-2.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.5.0.0.m3u - RELOC/doc/latex/spelatex/spelatex-spel/2.2.5.0.0.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.6.0.0-1.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.6.0.0-2.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.6.0.0-3.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.2.6.0.0.m3u - RELOC/doc/latex/spelatex/spelatex-spel/2.2.6.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.3.0.0.0-1.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.3.0.0.0-2.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.3.0.0.0-3.ogg @@ -304540,7 +306548,6 @@ docfiles size=3860 RELOC/doc/latex/spelatex/spelatex-spel/2.4.0.0.0-2.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.4.0.0.0-3.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.4.0.0.0-4.ogg - RELOC/doc/latex/spelatex/spelatex-spel/2.4.0.0.0-5.ogg RELOC/doc/latex/spelatex/spelatex-spel/2.4.0.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/2.4.0.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/3.0.0.0.0.m3u @@ -304572,6 +306579,7 @@ docfiles size=3860 RELOC/doc/latex/spelatex/spelatex-spel/3.3.0.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/3.4.0.0.0-1.ogg RELOC/doc/latex/spelatex/spelatex-spel/3.4.0.0.0-2.ogg + RELOC/doc/latex/spelatex/spelatex-spel/3.4.0.0.0-3.ogg RELOC/doc/latex/spelatex/spelatex-spel/3.4.0.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/3.4.0.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.0.0.0.0.m3u @@ -304583,7 +306591,6 @@ docfiles size=3860 RELOC/doc/latex/spelatex/spelatex-spel/4.1.0.0.0-5.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.1.0.0.0-6.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.1.0.0.0-7.ogg - RELOC/doc/latex/spelatex/spelatex-spel/4.1.0.0.0-8.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.1.0.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/4.1.0.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.1.1.0.0-1.ogg @@ -304605,8 +306612,6 @@ docfiles size=3860 RELOC/doc/latex/spelatex/spelatex-spel/4.1.3.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.1.4.0.0-1.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.1.4.0.0-2.ogg - RELOC/doc/latex/spelatex/spelatex-spel/4.1.4.0.0-3.ogg - RELOC/doc/latex/spelatex/spelatex-spel/4.1.4.0.0-4.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.1.4.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/4.1.4.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.1.5.0.0-1.ogg @@ -304619,7 +306624,6 @@ docfiles size=3860 RELOC/doc/latex/spelatex/spelatex-spel/4.1.6.0.0-2.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.1.6.0.0-3.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.1.6.0.0-4.ogg - RELOC/doc/latex/spelatex/spelatex-spel/4.1.6.0.0-5.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.1.6.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/4.1.6.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.1.7.0.0-1.ogg @@ -304628,6 +306632,19 @@ docfiles size=3860 RELOC/doc/latex/spelatex/spelatex-spel/4.1.7.0.0-4.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.1.7.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/4.1.7.0.0.ogg + RELOC/doc/latex/spelatex/spelatex-spel/4.1.8.0.0-1.ogg + RELOC/doc/latex/spelatex/spelatex-spel/4.1.8.0.0-2.ogg + RELOC/doc/latex/spelatex/spelatex-spel/4.1.8.0.0-3.ogg + RELOC/doc/latex/spelatex/spelatex-spel/4.1.8.0.0-4.ogg + RELOC/doc/latex/spelatex/spelatex-spel/4.1.8.0.0-5.ogg + RELOC/doc/latex/spelatex/spelatex-spel/4.1.8.0.0.m3u + RELOC/doc/latex/spelatex/spelatex-spel/4.1.8.0.0.ogg + RELOC/doc/latex/spelatex/spelatex-spel/4.1.9.0.0-1.ogg + RELOC/doc/latex/spelatex/spelatex-spel/4.1.9.0.0-2.ogg + RELOC/doc/latex/spelatex/spelatex-spel/4.1.9.0.0-3.ogg + RELOC/doc/latex/spelatex/spelatex-spel/4.1.9.0.0-4.ogg + RELOC/doc/latex/spelatex/spelatex-spel/4.1.9.0.0.m3u + RELOC/doc/latex/spelatex/spelatex-spel/4.1.9.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.2.0.0.0-1.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.2.0.0.0-2.ogg RELOC/doc/latex/spelatex/spelatex-spel/4.2.0.0.0-3.ogg @@ -304647,6 +306664,8 @@ docfiles size=3860 RELOC/doc/latex/spelatex/spelatex-spel/6.2.0.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/6.2.0.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/6.2.1.0.0-1.ogg + RELOC/doc/latex/spelatex/spelatex-spel/6.2.1.0.0-2.ogg + RELOC/doc/latex/spelatex/spelatex-spel/6.2.1.0.0-3.ogg RELOC/doc/latex/spelatex/spelatex-spel/6.2.1.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/6.2.1.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/6.2.2.0.0-1.ogg @@ -304684,6 +306703,7 @@ docfiles size=3860 RELOC/doc/latex/spelatex/spelatex-spel/6.6.1.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/6.6.1.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/6.6.2.0.0-1.ogg + RELOC/doc/latex/spelatex/spelatex-spel/6.6.2.0.0-2.ogg RELOC/doc/latex/spelatex/spelatex-spel/6.6.2.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/6.6.2.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/6.7.0.0.0-1.ogg @@ -304710,12 +306730,20 @@ docfiles size=3860 RELOC/doc/latex/spelatex/spelatex-spel/7.10.1.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/7.10.2.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/7.10.2.0.0.ogg - RELOC/doc/latex/spelatex/spelatex-spel/7.10.3.0.0.m3u - RELOC/doc/latex/spelatex/spelatex-spel/7.10.3.0.0.ogg - RELOC/doc/latex/spelatex/spelatex-spel/7.10.4.0.0.m3u - RELOC/doc/latex/spelatex/spelatex-spel/7.10.4.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/7.11.0.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/7.11.0.0.0.ogg + RELOC/doc/latex/spelatex/spelatex-spel/7.11.1.0.0.m3u + RELOC/doc/latex/spelatex/spelatex-spel/7.11.1.0.0.ogg + RELOC/doc/latex/spelatex/spelatex-spel/7.11.2.0.0.m3u + RELOC/doc/latex/spelatex/spelatex-spel/7.11.2.0.0.ogg + RELOC/doc/latex/spelatex/spelatex-spel/7.11.3.0.0.m3u + RELOC/doc/latex/spelatex/spelatex-spel/7.11.3.0.0.ogg + RELOC/doc/latex/spelatex/spelatex-spel/7.11.4.0.0.m3u + RELOC/doc/latex/spelatex/spelatex-spel/7.11.4.0.0.ogg + RELOC/doc/latex/spelatex/spelatex-spel/7.11.5.0.0.m3u + RELOC/doc/latex/spelatex/spelatex-spel/7.11.5.0.0.ogg + RELOC/doc/latex/spelatex/spelatex-spel/7.12.0.0.0.m3u + RELOC/doc/latex/spelatex/spelatex-spel/7.12.0.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/7.2.0.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/7.2.0.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/7.3.0.0.0.m3u @@ -304730,30 +306758,28 @@ docfiles size=3860 RELOC/doc/latex/spelatex/spelatex-spel/7.7.0.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/7.8.0.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/7.8.0.0.0.ogg - RELOC/doc/latex/spelatex/spelatex-spel/7.8.1.0.0.m3u - RELOC/doc/latex/spelatex/spelatex-spel/7.8.1.0.0.ogg - RELOC/doc/latex/spelatex/spelatex-spel/7.8.2.0.0.m3u - RELOC/doc/latex/spelatex/spelatex-spel/7.8.2.0.0.ogg - RELOC/doc/latex/spelatex/spelatex-spel/7.8.3.0.0.m3u - RELOC/doc/latex/spelatex/spelatex-spel/7.8.3.0.0.ogg - RELOC/doc/latex/spelatex/spelatex-spel/7.8.4.0.0.m3u - RELOC/doc/latex/spelatex/spelatex-spel/7.8.4.0.0.ogg - RELOC/doc/latex/spelatex/spelatex-spel/7.8.5.0.0.m3u - RELOC/doc/latex/spelatex/spelatex-spel/7.8.5.0.0.ogg - RELOC/doc/latex/spelatex/spelatex-spel/7.8.6.0.0.m3u - RELOC/doc/latex/spelatex/spelatex-spel/7.8.6.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/7.9.0.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/7.9.0.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/7.9.1.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/7.9.1.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/7.9.2.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/7.9.2.0.0.ogg + RELOC/doc/latex/spelatex/spelatex-spel/7.9.3.0.0.m3u + RELOC/doc/latex/spelatex/spelatex-spel/7.9.3.0.0.ogg + RELOC/doc/latex/spelatex/spelatex-spel/7.9.4.0.0.m3u + RELOC/doc/latex/spelatex/spelatex-spel/7.9.4.0.0.ogg + RELOC/doc/latex/spelatex/spelatex-spel/7.9.5.0.0.m3u + RELOC/doc/latex/spelatex/spelatex-spel/7.9.5.0.0.ogg + RELOC/doc/latex/spelatex/spelatex-spel/7.9.6.0.0.m3u + RELOC/doc/latex/spelatex/spelatex-spel/7.9.6.0.0.ogg + RELOC/doc/latex/spelatex/spelatex-spel/7.9.7.0.0.m3u + RELOC/doc/latex/spelatex/spelatex-spel/7.9.7.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/8.0.0.0.0-1.ogg RELOC/doc/latex/spelatex/spelatex-spel/8.0.0.0.0-2.ogg RELOC/doc/latex/spelatex/spelatex-spel/8.0.0.0.0-3.ogg - RELOC/doc/latex/spelatex/spelatex-spel/8.0.0.0.0-star-1.ogg RELOC/doc/latex/spelatex/spelatex-spel/8.0.0.0.0-star-2.ogg RELOC/doc/latex/spelatex/spelatex-spel/8.0.0.0.0-star-3.ogg + RELOC/doc/latex/spelatex/spelatex-spel/8.0.0.0.0-star-4.ogg RELOC/doc/latex/spelatex/spelatex-spel/8.0.0.0.0.m3u RELOC/doc/latex/spelatex/spelatex-spel/8.0.0.0.0.ogg RELOC/doc/latex/spelatex/spelatex-spel/author.ogg @@ -304762,17 +306788,17 @@ docfiles size=3860 RELOC/doc/latex/spelatex/spelatex-spel/footnote-2.ogg RELOC/doc/latex/spelatex/spelatex-spel/title.ogg RELOC/doc/latex/spelatex/spelatex.pdf details="Package documentation" -srccontainersize 23192 -srccontainerchecksum 841af6a90e01e5056cd054b9e4758de065d2e5a1c2175b344400949bb7452766e61b80813ca1a665a49c85b6e6088a3481239b7ef65186d8eade5df0bca9875f -srcfiles size=22 +srccontainersize 24616 +srccontainerchecksum 84b15eb44fdb266a707898467066bd8d79de34461ad81da0050bf11630ad549da2fb4f62b4d924ba64d8327f10f3084e4c9483aa9a89d976eda2ea3208f9cf2b +srcfiles size=24 RELOC/source/latex/spelatex/spelatex.dtx RELOC/source/latex/spelatex/spelatex.ins -runfiles size=4 +runfiles size=5 RELOC/tex/latex/spelatex/spelatex.sty catalogue-ctan /macros/latex/contrib/spelatex catalogue-license lppl1.3 catalogue-topics multimedia expl3 -catalogue-version 0.91 +catalogue-version 0.93 name spelling category Package @@ -305413,6 +307439,192 @@ catalogue-license lppl catalogue-topics verbatim catalogue-version 1.0 +name sqltex +category Package +revision 72396 +shortdesc An SQL Preprocessor for LaTeX +longdesc SQLTeX is a preprocessor that enables the use of SQL statements +longdesc in LaTeX. The SQLTeX perl script reads an input file containing +longdesc the LaTeX source with SQL commands, and writes a LaTeX file in +longdesc which the SQL commands have been replaced by the values from +longdesc their execution. It is possible to select a field for +longdesc substitution in your LaTeX document, or to be used as input in +longdesc another SQL command. (When an SQL command returns multiple +longdesc fields and/or rows, the values can only be used within the +longdesc document.) The default is to use MySQL databases, but Pg, +longdesc Sybase, Oracle, Ingres, mSQL and PostgreSQL are also supported. +depend sqltex.ARCH +containersize 12852 +containerchecksum eb400add2c77d082f6490cac6bcebc07d1d277ded5d20ec2bf74ef25c520a6b5cb77f6ed737ab4b3d198ceb207164b03fcdd18e24ccfa7879fa90572cdb21906 +doccontainersize 319512 +doccontainerchecksum c2e0c98f3bcdb56b0f4fdfe3ceae399a78f918614fb47211734a05da73ce09b0a6d8c086cc71b6fa5d6d696ea17f7aa3ed3ea58fe2a226acca97821fad0e1a6a +docfiles size=90 + texmf-dist/doc/support/sqltex/SQLTeX.pdf details="Package documentation" + texmf-dist/doc/support/sqltex/SQLTeX.tex +srccontainersize 48988 +srccontainerchecksum 7cb25d3af316ed7d1fbb0287d9622b81965381e82762058114c888724f3bca5310f7aced0385b320cc79a4e0b7bb9dd58a603954ffe533de0ae3f0ac73553922 +srcfiles size=65 + texmf-dist/source/support/sqltex/Makefile.am + texmf-dist/source/support/sqltex/Makefile.in + texmf-dist/source/support/sqltex/README.md + texmf-dist/source/support/sqltex/aclocal.m4 + texmf-dist/source/support/sqltex/aclocal/ax_prog_perl_modules.m4 + texmf-dist/source/support/sqltex/configure + texmf-dist/source/support/sqltex/configure.ac + texmf-dist/source/support/sqltex/doc/Makefile.am + texmf-dist/source/support/sqltex/doc/Makefile.in + texmf-dist/source/support/sqltex/install-sh + texmf-dist/source/support/sqltex/man/Makefile.am + texmf-dist/source/support/sqltex/man/Makefile.in + texmf-dist/source/support/sqltex/man/sqltex.man + texmf-dist/source/support/sqltex/missing + texmf-dist/source/support/sqltex/src/Makefile.am + texmf-dist/source/support/sqltex/src/Makefile.in +runfiles size=13 + texmf-dist/scripts/sqltex/SQLTeX.cfg + texmf-dist/scripts/sqltex/SQLTeX_r.dat + texmf-dist/scripts/sqltex/sqltex +catalogue-contact-repository https://github.com/oveas/sqltex +catalogue-ctan /support/sqltex +catalogue-license lppl +catalogue-topics db-access +catalogue-version 3.0 + +name sqltex.aarch64-linux +category Package +revision 72338 +shortdesc aarch64-linux files of sqltex +containersize 336 +containerchecksum 80008e0a5bc9c891b8d91ecabb7810b2dc7fe86965c64ba6b15b165687196026b7d57ef282ffd31a6aebcc78581bac977c2d741ab0919d9d2791afa7ef335e1a +binfiles arch=aarch64-linux size=1 + bin/aarch64-linux/sqltex + +name sqltex.amd64-freebsd +category Package +revision 72338 +shortdesc amd64-freebsd files of sqltex +containersize 336 +containerchecksum 1d25b30f9857e4f13fa2c0290a9e0715f9ca69d3891c0c4997d29b3c9ad0f5ff756f87f5a883a54cf4f3ca1d935109fda7f127e8720d182e24eea50c13a9727f +binfiles arch=amd64-freebsd size=1 + bin/amd64-freebsd/sqltex + +name sqltex.amd64-netbsd +category Package +revision 72338 +shortdesc amd64-netbsd files of sqltex +containersize 336 +containerchecksum 7f5df0241a5a88116eb581e33a667329150372e23d16311d34fb4ca92d566dfa651d7118ffd6018b3a6e31d982f23c0c25a9b00a6b4e1c25c5089690227d528d +binfiles arch=amd64-netbsd size=1 + bin/amd64-netbsd/sqltex + +name sqltex.armhf-linux +category Package +revision 72338 +shortdesc armhf-linux files of sqltex +containersize 336 +containerchecksum 2bed96b4f1f7a98eb94655c43cc6e7491c4afcb65209dbb81e0cc08f45a3e575d20f566d6068148824879c696b6ccdafb243f870a07ef169e1256e2ddefb970f +binfiles arch=armhf-linux size=1 + bin/armhf-linux/sqltex + +name sqltex.i386-freebsd +category Package +revision 72338 +shortdesc i386-freebsd files of sqltex +containersize 336 +containerchecksum 7e06cebb853bc65f853125c1e04f7260eb242a1e000a315b9cfaf71f4505d93fc18467f9146306db97e3a3317c64bc8aa17d2199e83139b101e16dd124a08097 +binfiles arch=i386-freebsd size=1 + bin/i386-freebsd/sqltex + +name sqltex.i386-linux +category Package +revision 72338 +shortdesc i386-linux files of sqltex +containersize 332 +containerchecksum d282dd170dac6ca219d76e64ee9fafbc87593e2ec6d798bd07cc3413f43468743b5df7ee19d0437b29b75e195eff696139524a15f9452d09e7e6b2fde93e4fee +binfiles arch=i386-linux size=1 + bin/i386-linux/sqltex + +name sqltex.i386-netbsd +category Package +revision 72338 +shortdesc i386-netbsd files of sqltex +containersize 332 +containerchecksum 0933e01c6bbe95eedf1b69dc8d5b05e61a522b309e13d977771e4d426d3d1023161cb264fc80c3d2e01ea4e4e301eb7f29c5fef26f46f9880220b0fb4ec6d042 +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/sqltex + +name sqltex.i386-solaris +category Package +revision 72338 +shortdesc i386-solaris files of sqltex +containersize 332 +containerchecksum 732d7525140fb53df3205ccd8ff648b80e6f294ab1cf9b76e63d0b1456f6dcf4f3e5513d3b4aa0704f85bd21d58ba7682f7e087c04117b1157946f0fcfd41d33 +binfiles arch=i386-solaris size=1 + bin/i386-solaris/sqltex + +name sqltex.universal-darwin +category Package +revision 72338 +shortdesc universal-darwin files of sqltex +containersize 336 +containerchecksum b70b5cf9eda35f373f7add1466ee95f776962c88cb738f903eea29a4907a577abca18a1aec548cff477d85b6723ae10c65e00dbd6c52b86d48a40e62fb40ed1f +binfiles arch=universal-darwin size=1 + bin/universal-darwin/sqltex + +name sqltex.windows +category Package +revision 72338 +shortdesc windows files of sqltex +containersize 2304 +containerchecksum 8958e3455a507f8e065998d56e518e39d821c9ebbc383254465998fb4b72c65fa097e7c2e59c44daf76ffb06c8a6df4148783b66e8b85c1e50eed8c649083e87 +binfiles arch=windows size=2 + bin/windows/sqltex.exe + +name sqltex.x86_64-cygwin +category Package +revision 72338 +shortdesc x86_64-cygwin files of sqltex +containersize 336 +containerchecksum 39373d80c287ed12071ff2dd68e51721f9c265f96ee805254898ae92ba2ceee1d2901c8f5322bc617a0380c7c44d6927a8f1fb41bc004966742194951a16445b +binfiles arch=x86_64-cygwin size=1 + bin/x86_64-cygwin/sqltex + +name sqltex.x86_64-darwinlegacy +category Package +revision 72338 +shortdesc x86_64-darwinlegacy files of sqltex +containersize 344 +containerchecksum c9c201e5f53629f5578001a0b3114f867a7e830af0057b7246519f8fe37ce9f93657497d7460cfdc12b9694871f10ed9f38aa7dea5ff465f52ca9763436a99ee +binfiles arch=x86_64-darwinlegacy size=1 + bin/x86_64-darwinlegacy/sqltex + +name sqltex.x86_64-linux +category Package +revision 72338 +shortdesc x86_64-linux files of sqltex +containersize 336 +containerchecksum 53b5c71ec6ee0ecaf6ca23bd050df5aa4e1709350c94eb184b32ea08e6abd8c28afc991e2b099e0c0237c5ce9fb8d0b9e771bc7330b39193a1d2bfb3b9ab512e +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/sqltex + +name sqltex.x86_64-linuxmusl +category Package +revision 72338 +shortdesc x86_64-linuxmusl files of sqltex +containersize 340 +containerchecksum 5c58b920bfdc8a4aaa03b3e3df31c2f5e75b24b9a36a3b2139fc2e78fd18e9a0d88ec521f3acddffe9d110cfb9f8d9eb19e7478ca07a605e320469cdeb108f4c +binfiles arch=x86_64-linuxmusl size=1 + bin/x86_64-linuxmusl/sqltex + +name sqltex.x86_64-solaris +category Package +revision 72338 +shortdesc x86_64-solaris files of sqltex +containersize 336 +containerchecksum 89f759c83048704939905bd0ca1f517bd90eb1b4b1c79ad56b383d47c0356dbc77bb374c0b451146130f8fe519fc51862c728ca68dd2638ce8d47206f2ddd9cc +binfiles arch=x86_64-solaris size=1 + bin/x86_64-solaris/sqltex + name sr-vorl category Package revision 59333 @@ -305791,6 +308003,63 @@ catalogue-license lppl catalogue-topics maths catalogue-version 2.01 +name sshrc-insight +category Package +revision 72623 +shortdesc A LaTeX class for SSHRC Insight Grant proposals +relocated 1 +longdesc The sshrc-insight LaTeX class facilitates the preparation of +longdesc funding proposals for the Insight Grants program of Canada's +longdesc Social Sciences and Humanities Research Council (SSHRC). It has +longdesc the following key features: Formats the proposal according to +longdesc the SSHRC's specifications. Allows parts of the proposal to be +longdesc compiled into separate PDFs to attach to the appropriate places +longdesc in the online application form. Alternatively, allows the +longdesc proposal to be compiled into a single PDF in order to +longdesc facilitate the writing and pre-submission reviewing process. +longdesc Ensures that citation numbering remains consistent regardless +longdesc whether the proposal is compiled as separate PDFs or a single +longdesc PDF. Provides character counts for long-answer form fields. +longdesc Supports preparation of proposals in either English or French. +longdesc Compatible with pdfLaTeX, XeLaTeX, and LuaLaTeX. +containersize 3724 +containerchecksum 56236c2e35a3479ca3b87dd042d058c91e5096550ca37280341e22cb9d7bd4d86cbd6bede65ca55837197e7aed148f8fbc71140686b22795053a3b5a393b6166 +doccontainersize 489780 +doccontainerchecksum 70807b9c747a61d27eb2ad319f7af4cde5b9b12394d3e4aed0528b04912ac74b899e246b7aa627361cb0043f470f25206f3976a73793574eadca8eb6a991e868 +docfiles size=138 + RELOC/doc/latex/sshrc-insight/README.md details="Readme" + RELOC/doc/latex/sshrc-insight/budget_justification.tex + RELOC/doc/latex/sshrc-insight/career_interruptions.tex + RELOC/doc/latex/sshrc-insight/detailed_description.tex + RELOC/doc/latex/sshrc-insight/exclusion_of_potential_reviewers.tex + RELOC/doc/latex/sshrc-insight/expected_outcomes.tex + RELOC/doc/latex/sshrc-insight/insight_proposal.bib + RELOC/doc/latex/sshrc-insight/insight_proposal.pdf details="Example of use" + RELOC/doc/latex/sshrc-insight/insight_proposal.tex + RELOC/doc/latex/sshrc-insight/knowledge_mobilization_plan.tex + RELOC/doc/latex/sshrc-insight/list_of_references.tex + RELOC/doc/latex/sshrc-insight/multi-interdisciplinary_evaluation.tex + RELOC/doc/latex/sshrc-insight/previous_critiques.tex + RELOC/doc/latex/sshrc-insight/research-creation_support_material.tex + RELOC/doc/latex/sshrc-insight/research_contributions.tex + RELOC/doc/latex/sshrc-insight/research_team.tex + RELOC/doc/latex/sshrc-insight/sshrc-insight.pdf details="Package documentation" + RELOC/doc/latex/sshrc-insight/summary.tex +srccontainersize 12364 +srccontainerchecksum fb9fbc2ec49d4ffce95b8580521aa3e984f4a4e6fcb4d060384f87a7422adabca4bf0e7fee4091a202d52e1aa967906b7c9d2e9d8236b22a493ddc113f869982 +srcfiles size=12 + RELOC/source/latex/sshrc-insight/sshrc-insight.dtx + RELOC/source/latex/sshrc-insight/sshrc-insight.ins +runfiles size=2 + RELOC/tex/latex/sshrc-insight/sshrc-insight.cls +catalogue-contact-bugs https://github.com/logological/sshrc-insight/issues +catalogue-contact-home https://logological.org/sshrc-insight +catalogue-contact-repository https://github.com/logological/sshrc-insight +catalogue-ctan /macros/latex/contrib/sshrc-insight +catalogue-license lppl1.3c +catalogue-topics class proposal +catalogue-version 2024.1.0 + name sslides category Package revision 32293 @@ -307221,7 +309490,7 @@ catalogue-version 3.4.0 name stickstoo category Package -revision 60793 +revision 72368 shortdesc A reworking of STIX2 relocated 1 longdesc SticksToo is a reworking of the STIX2 fonts with support files @@ -307231,17 +309500,17 @@ longdesc the newtxmath package (version 1.55) provides a matching math longdesc package using STIX2 letters (Roman and Greek) with newtxmath longdesc symbols. execute addMap SticksTooText.map -containersize 2668304 -containerchecksum aa2ede628a273b4fc0796153d243bf89dce6d3c1b0097b29327bf21836340d11f6e6368f312d76ff726030c05d012c3890f86277ac7eef79d5c5ca579f47cea7 -doccontainersize 406344 -doccontainerchecksum e1437dd3b47c8799b4a8a60fcfc215a303f1eb289e0424e51d29fad78c9fb4cc4890896baa77251681d000f2eb08365f9f16a2fbc1c37881b852790257432088 +containersize 2668708 +containerchecksum 7bcb5babdfc5f355d49b78edd8cea7332a8f70959b7fbfa991b0a42f32d6895a99c176bcb5f14f27f79feaac0ae3a0338881a882a6d81084e086b20050837db5 +doccontainersize 406440 +doccontainerchecksum ab57aab09d6eeb5c5ac3d80d8ad5b89035a5ca4b78a3bad30a2ff3ea0541529c0532c567c7e4e242766321d878b195ec76444f1dbf98e09de9c6428e3e7018e3 docfiles size=119 RELOC/doc/fonts/stickstoo/OFL-FAQ.txt RELOC/doc/fonts/stickstoo/OFL.txt RELOC/doc/fonts/stickstoo/README details="Readme" RELOC/doc/fonts/stickstoo/stickstoo-doc.pdf details="Package documentation" RELOC/doc/fonts/stickstoo/stickstoo-doc.tex -runfiles size=6094 +runfiles size=6097 RELOC/fonts/afm/public/stickstoo/SticksTooText-Bold.afm RELOC/fonts/afm/public/stickstoo/SticksTooText-BoldItalic.afm RELOC/fonts/afm/public/stickstoo/SticksTooText-Italic.afm @@ -307806,11 +310075,14 @@ runfiles size=6094 RELOC/tex/latex/stickstoo/TS1SticksTooText-OsF.fd RELOC/tex/latex/stickstoo/TS1SticksTooText-TLF.fd RELOC/tex/latex/stickstoo/TS1SticksTooText-TOsF.fd + RELOC/tex/latex/stickstoo/ly1minstickstootext.fd + RELOC/tex/latex/stickstoo/ot1minstickstootext.fd RELOC/tex/latex/stickstoo/stickstootext.sty + RELOC/tex/latex/stickstoo/t1minstickstootext.fd catalogue-ctan /fonts/stickstoo catalogue-license ofl lppl1.3 catalogue-topics font font-body font-serif font-proportional font-maths font-type1 font-supp font-t1enc -catalogue-version 1.035 +catalogue-version 1.036 name stix category Package @@ -308898,6 +311170,48 @@ catalogue-ctan /graphics/metapost/contrib/macros/suanpan catalogue-license lppl catalogue-topics games mp-use +name suanpan-l3 +category Package +revision 72540 +shortdesc Traditional Chinese 7-bids suanpan (abacus) package based on l3draw +relocated 1 +longdesc This traditional Chinese 7-bids abacus drawing package utilizes +longdesc l3draw and is developed with expl3. It can effectively manage +longdesc both upper and lower bids, while also considering bottom bid, +longdesc top bid, and hanging bid. The package offers a unique +longdesc environment for drawing abacuses, denoted as suanpan. Within +longdesc this environment, 7 specialized macros are available for the +longdesc creation of abacuses. The \rod macro is used to lay out a +longdesc single rod, while the \rod* macro draws a counting point on +longdesc this rod's beam. The \rods macro is capable of laying out a set +longdesc of rods. The \bid macro colors the specified bid. The \bids +longdesc macro colors all inner bids that are near the beam, while the +longdesc \bids* macro colors all outer bids that are far from the beam. +longdesc Lastly, the \lrframe macro is used to lay out the left and +longdesc right frames of an abacus. At the same time, the package offers +longdesc customization options for abacus, including line width, draw +longdesc color, fill color, bid space, rod space, etc. These can be +longdesc configured through package options, suanpan environment +longdesc options, or the \suanpanset macro. +containersize 7940 +containerchecksum ab8924601b1c8494fee31422f8cdcd006702fd71f6e990448083ff90894cd5d3811c3c7d27e82b3cf81d748e47d982bf728149f660e5a10a9765badbbaa13801 +doccontainersize 438584 +doccontainerchecksum 983e90a1829a9c8ac48783b36d188b1720e15265443d7283f8b542efb53e77ded063e5a67820268aa26cd41eaea559464d4eba5f510869896742921cb49f04ab +docfiles size=124 + RELOC/doc/latex/suanpan-l3/README.md details="Readme" + RELOC/doc/latex/suanpan-l3/build.sh + RELOC/doc/latex/suanpan-l3/suanpan-l3.pdf details="Package documentation" language="zh,en" + RELOC/doc/latex/suanpan-l3/suanpan-l3.tex +runfiles size=13 + RELOC/tex/latex/suanpan-l3/suanpan-l3.sty +catalogue-contact-bugs https://gitee.com/nwafu_nan/suan-pan/issues +catalogue-contact-development https://gitee.com/nwafu_nan/suan-pan/pulls +catalogue-contact-repository https://gitee.com/nwafu_nan/suan-pan +catalogue-ctan /macros/latex/contrib/suanpan-l3 +catalogue-license lppl1.3c +catalogue-topics expl3 diagram +catalogue-version 1.2.4 + name subdepth category Package revision 15878 @@ -308957,7 +311271,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 @@ -308969,16 +311283,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 @@ -308986,13 +311303,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* @@ -309002,26 +311319,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 @@ -309432,6 +311752,49 @@ catalogue-ctan /macros/latex/contrib/conferences/sugconf catalogue-license lppl catalogue-topics class journalpub doc-templ std-conform +name sunpath +category Package +revision 72604 +shortdesc Draw sun path charts +relocated 1 +longdesc This package can help to draw sun path charts using a polar +longdesc coordinate system. +containersize 1880 +containerchecksum b070cbbeae7c3befe3483a0205d314fca725f69d16ab2e3a9f6821a43b2a2da9754e3a4c72fa35f559f13e8f4ce46e183b9c396c14954f6c23e257656f7e18a8 +doccontainersize 438612 +doccontainerchecksum e3800cfb79c61b1d14c93079c1189f0eada008297b1cdfb82fb98bd7fd76602f127fe3200248c1c81e4b5b277247a7c8210414bf5d1912fe78bac7f07e32544c +docfiles size=151 + RELOC/doc/latex/sunpath/README.md details="Readme" + RELOC/doc/latex/sunpath/horizontal-coordinate.pdf + RELOC/doc/latex/sunpath/horizontal-coordinate.tex + RELOC/doc/latex/sunpath/releasenote.txt + RELOC/doc/latex/sunpath/sunpath.article.pdf + RELOC/doc/latex/sunpath/sunpath.article.tex + RELOC/doc/latex/sunpath/sunpath.docpart.tex + RELOC/doc/latex/sunpath/sunpath.equidistance.pdf + RELOC/doc/latex/sunpath/sunpath.equidistance.tex + RELOC/doc/latex/sunpath/sunpath.pdf details="Package documentation" + RELOC/doc/latex/sunpath/sunpath.scrartcl.pdf + RELOC/doc/latex/sunpath/sunpath.scrartcl.tex + RELOC/doc/latex/sunpath/sunpath.spherical.pdf + RELOC/doc/latex/sunpath/sunpath.spherical.tex + RELOC/doc/latex/sunpath/sunpath.tex + RELOC/doc/latex/sunpath/sunpath.track.pdf + RELOC/doc/latex/sunpath/sunpath.track.tex +srccontainersize 3800 +srccontainerchecksum 9acef7363a14c0fa8f0a2177343c8673218258461f1ae686ee8a453b6d297d8a70979c9e382ba02aa5c6a8f66c9a0f1d614cd6de0aa2b727352c880fad1c5678 +srcfiles size=4 + RELOC/source/latex/sunpath/sunpath.dtx + RELOC/source/latex/sunpath/sunpath.ins +runfiles size=2 + RELOC/tex/latex/sunpath/sunpath.sty +catalogue-contact-repository https://github.com/hpb-htw/sunpath.git +catalogue-contact-support https://github.com/hpb-htw/sunpath/issues +catalogue-ctan /graphics/pgf/contrib/sunpath +catalogue-license lppl1.3c +catalogue-topics astronomy physics graphics pgf-tikz +catalogue-version 0.5 + name superiors category Package revision 69387 @@ -309469,26 +311832,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 @@ -309497,7 +311860,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 @@ -310502,7 +312865,7 @@ catalogue-version 0.8.2 name synthslant category Package -revision 71755 +revision 71883 shortdesc Synthetically slant text relocated 1 longdesc This package allows to slant ("shear") short pieces of text to @@ -310512,9 +312875,9 @@ 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 a12cb742cd74018e6bce32b727c83954fc9ff7a14a2a19e7ad92cc9080b268133ed1fcd7d37ff0cf793a47bd757f5ea0da235e30809aaf9120588dec1b5ed50a -doccontainersize 1146516 -doccontainerchecksum fcf79e22a445d675ac8748ec02d0ca4b967c390b033e95e65c652a66a915663295b0103554d919c8fffd53dcf29a087f22d7b97cb882fe31050b6e77f593dd98 +containerchecksum 2c4e65061d648e459b445deb43ac9ffebc85f2e727fb04945de139d912470de5809124536238327b88790065aeb032085199f6e67bb1aeea2dd7adac0b0d4a78 +doccontainersize 1146520 +doccontainerchecksum c37e5ae241c85ddf0d9160f88d94ece1170cf332d3eff8caa43b84c7a02639110739fc7e9bd838db5b3b862adeb087f1fbc3a2bc4cc92febd3df6176f669a2d7 docfiles size=310 RELOC/doc/latex/synthslant/LICENSE RELOC/doc/latex/synthslant/README.md details="Readme" @@ -310528,7 +312891,7 @@ docfiles size=310 RELOC/doc/latex/synthslant/synthslant.pdf details="Package documentation" RELOC/doc/latex/synthslant/title.mp srccontainersize 159780 -srccontainerchecksum 9934813e66d0c0ff4022c6ea5304a8b646b6b2dfdf62930edee0108bfea89af6999ff24811f2757b59c70a4cdc465327baa2f5346fcf6cb65ba360a56e63f443 +srccontainerchecksum 25eacc6ba68030650d25c9177950400ad929e8620c2f7f4259c57a52399b16af8687d7a27dae50414056050f59d49c2aae93e9d653334cf868f912763afdea53 srcfiles size=75 RELOC/source/latex/synthslant/Makefile RELOC/source/latex/synthslant/synthslant.dtx @@ -310541,7 +312904,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 @@ -310628,7 +312991,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 @@ -310637,17 +313000,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 @@ -311165,7 +313527,7 @@ catalogue-version 1.1c name tableof category Package -revision 59837 +revision 72313 shortdesc Tagging tables of contents relocated 1 longdesc The package provides the commands to flag chapters or sections @@ -311177,24 +313539,24 @@ longdesc document that uses a class where \tableofcontents may only be longdesc used once, the command longdesc \tableoftaggedcontents{req1,req2,...}{excl1,excl2,...} may be longdesc used to provide several tables. -containersize 2512 -containerchecksum e577e1e8df3fd1ad12a2cbfcd05ffb1184fcd3555124986481c62a33ed7f5789bf1858a1370888887d2aae0d2a508a891e5e67bb0a4a1d9a924b3817c2d9e234 -doccontainersize 60652 -doccontainerchecksum bd568b16c6e708e4d0ee9810ba97f8363c842c22156dc90a257fdb0319eb49cab4f6ac9faee0700687a8a6ee54ea02b9660635cfeddd5275365d9c7f38218784 -docfiles size=18 +containersize 2480 +containerchecksum 66c360aa57c255c59b59b9c4af5a6a5d2d7834a72806f985a87bce1efc855fec782b5e350feed4386efe18d7d55870c0562f82fe213a0c9726a9506f8cfd11e0 +doccontainersize 64828 +doccontainerchecksum 1de26be2899543194e2d92676a469f9a15f4de46974df6497a6da78d0bd997e5b5cf43ee9ff6eb719a07f12bcc355a8bae7c3c72268655a8e994be16b547eb6b +docfiles size=19 RELOC/doc/latex/tableof/README.md details="Readme" RELOC/doc/latex/tableof/tableof.pdf details="Package documentation" RELOC/doc/latex/tableof/tableoftest.tex -srccontainersize 11388 -srccontainerchecksum 5086e314c042757a5e90bcbde9fdbcedeee689f89524df43ab390eefc7bf10eea6a9c5bc83b359b00c3ae351fa10f8e8a64b356adb8e7131d48568e06a8ed0d3 -srcfiles size=10 +srccontainersize 12712 +srccontainerchecksum f6e8928a14ae9c053d44a7c740cb90c179b1d4112d0026103281f0237e034a190d5b96b7c6d55c096b6741bf13bd8705ce3553c2fe2fde7cb0c8afc7fc04d85e +srcfiles size=11 RELOC/source/latex/tableof/tableof.dtx -runfiles size=3 +runfiles size=2 RELOC/tex/latex/tableof/tableof.sty catalogue-ctan /macros/latex/contrib/tableof catalogue-license lppl1.3 catalogue-topics toc-etc -catalogue-version 1.4c +catalogue-version 1.4d name tablists category Package @@ -311347,36 +313709,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 @@ -311792,22 +314153,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 72690 +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 39348 +containerchecksum 840889f6c2e5ab965eca73e48dcf30378cfa00fca8599a482101138cf34e554a7202622fa157af78da78126e01bc16ddab4d430e37e100f5c4a6e842f8394225 +doccontainersize 1834692 +doccontainerchecksum 9680ae4d78ee66a8bcca7e74990d4e4041ff653c03b381cc016ec9483de85534eb52ba73d4fb100b351d7e03dfd51567a27b391120df53e4dc04887b1712a5cf +docfiles size=797 RELOC/doc/latex/tagpdf/README.md details="Readme" RELOC/doc/latex/tagpdf/acrobat.png RELOC/doc/latex/tagpdf/ex-AF-file.pdf @@ -311836,16 +314193,19 @@ 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 + RELOC/doc/latex/tagpdf/tagpdf-docelements.tex RELOC/doc/latex/tagpdf/tagpdf.bib 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 73960 +srccontainerchecksum 7ca010bddfefbcd39de1e1b2fbbbb7d8b9233cd8da6074e111ee35a4a42c3e6fe5c5f041849216bd907453917e425a8ea6dd0e670d0e319d31f350b60a9cea21 +srcfiles size=106 RELOC/source/latex/tagpdf/tagpdf-backend.dtx RELOC/source/latex/tagpdf/tagpdf-checks.dtx RELOC/source/latex/tagpdf/tagpdf-data.dtx @@ -311859,7 +314219,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 @@ -311883,7 +314243,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.99g name talk category Package @@ -312299,7 +314659,7 @@ catalogue-version 2.40 name tcolorbox category Package -revision 71769 +revision 72624 shortdesc Coloured boxes, for LaTeX examples and theorems, etc relocated 1 longdesc This package provides an environment for coloured and framed @@ -312314,11 +314674,11 @@ longdesc etoolbox packages. depend environ depend pgf depend tools -containersize 234060 -containerchecksum 26eb287ff192a368700803609428fcde817cb53c6500f4693e9e930feb2a6cea55e29f289d4cadb82c08ba746767e0516897e656981a80acd52f17fda13b6b65 -doccontainersize 4746256 -doccontainerchecksum 5556be755a1f49b0378777a5b6399a1eec3518fb5f337d218969409b9d7841fd8a5a58bbc29d3eac0af70ec839516428d5c02f074e8d0c9310a7c03e2ab2ddaa -docfiles size=1644 +containersize 234320 +containerchecksum 70d2d64ec44df645739ac5c83f4379c49dc9c4713b1c7bbfae8cb13ceeb97712a00ae40ba2964783f62e2ba7c53b8c839802e0e777660908ddeef168afe39558 +doccontainersize 4758832 +doccontainerchecksum e5ad889124fe134900fb057b85a9d8e3f9612a78dcab2d56602d74fb5242b2445327315cb29d194c5155b6cb6443e3686e54a4d59faa9a77717f5b46f6c736ed +docfiles size=1648 RELOC/doc/latex/tcolorbox/Basilica_5.png RELOC/doc/latex/tcolorbox/CHANGES.md RELOC/doc/latex/tcolorbox/README.md details="Readme" @@ -312391,8 +314751,8 @@ runfiles size=150 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.4.1 name tdclock category Package @@ -312582,6 +314942,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 @@ -312874,6 +315261,39 @@ catalogue-license gpl2 catalogue-topics font font-cyrillic font-greek font-otf font-type1 font-serif catalogue-version 1.05 +name temporal-logic +category Package +revision 72575 +shortdesc Symbols for Temporal Logics +relocated 1 +longdesc This package defines functions for rendering temporal operators +longdesc defined in Linear Temporal Logic (LTL), Metric Temporal Logic +longdesc (MTL), Metric First-order Temporal Logic (MFOTL), and the +longdesc Counting Metric First-order Temporal Binding Logic (CMFTBL). +longdesc The package defines various functions with variants in order to +longdesc include or omit optional parameters of the operators like the +longdesc optional interval. +containersize 1908 +containerchecksum 9d5436912307fd8f682b2220682aea47f304777c3810cee696d5cfb04ab9cd6e78f5428b3681346b0a7d56385e7fd4d25d6ac1bab57b72903a40d1716636f22a +doccontainersize 521448 +doccontainerchecksum f2017f015d7bac67fa0ae4c560bbfeb79948bf3a5ccb0e52dd2523a6409744a89ed996ff68e4ab3fc78d13d44fd9013bf063f3267a148fb42aa95a48d6d3f895 +docfiles size=133 + RELOC/doc/latex/temporal-logic/README.md details="Readme" + RELOC/doc/latex/temporal-logic/temporal-logic-doc.pdf details="Package documentation" +srccontainersize 5536 +srccontainerchecksum 1bc58aa6b9284084c96212c35aff87d23fe3598dd4e9c3864b147744fcda25cb196b91e9af8b12c37a1838dac71d1db103cb3a70c5ca9effe6661b19166d2baf +srcfiles size=6 + RELOC/source/latex/temporal-logic/temporal-logic.dtx + RELOC/source/latex/temporal-logic/temporal-logic.ins +runfiles size=2 + RELOC/tex/latex/temporal-logic/temporal-logic.sty +catalogue-contact-bugs https://github.com/tudo-aqua/temporal-logic-latex-package/issues +catalogue-contact-repository https://github.com/tudo-aqua/temporal-logic-latex-package/ +catalogue-ctan /macros/latex/contrib/temporal-logic +catalogue-license lppl1.3c +catalogue-topics logic text-symbol symbol-supp expl3 +catalogue-version 1.0 + name tengwarscript category Package revision 34594 @@ -315221,17 +317641,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" @@ -315253,7 +317673,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 @@ -315582,7 +318002,7 @@ binfiles arch=x86_64-solaris size=1 name tex4ht category Package -revision 71730 +revision 72702 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 @@ -315603,10 +318023,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 1127760 -containerchecksum 516352ca52f1e9de87322a55e571d9a6ebd4604363f6b76e0dccd9baa955636e9b02f9b0ab0f13a5cee4793273f0190abb787c09a76e6aa5d349ecafe5ec6e69 +containersize 1138028 +containerchecksum 66da3f63fd8accff2f25be3f03af35f9fa24df0428b0a93a646052d511b58ff5670bb62a943a726920386f43e663dbf0562d24acfb25fee1dc52386668ac6cd4 doccontainersize 136384 -doccontainerchecksum d0df7003c88e0254acaa363bc4c504a2a155b50e6bfe10ad646188239002f1c805243490998bcbaf491afae5d7c8a85af3a7094d25094a24a0b61391566144f0 +doccontainerchecksum 8247d9cd6d67f34474e666e183d66610821aa772b4264c46d174b2e7d9c563cf3d700e1f2177fb6305b30b2dfccfade0d392d7523280cb193c549bdb84508d26 docfiles size=260 texmf-dist/doc/generic/tex4ht/Makefile texmf-dist/doc/generic/tex4ht/README details="Readme" @@ -315678,9 +318098,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 1493548 -srccontainerchecksum b8acde098c9ecdfb08f19b56395be56bedc6cdf681b01d374dd09542b47f1c6435c899112ac473bf9e690abda54d5aabac899261ea6ebecf4aa5f8a281758061 -srcfiles size=4652 +srccontainersize 1500736 +srccontainerchecksum 864431bb3e4e49175be3d2a876f709c6ddf53f9e5c9e86b65ad6195e75a2343a5cd07386a348056e149fb2e2d9d4c55bb7b671c35985547e610ff7555cd478d7 +srcfiles size=4662 texmf-dist/source/generic/tex4ht/ChangeLog texmf-dist/source/generic/tex4ht/Makefile texmf-dist/source/generic/tex4ht/README @@ -315760,7 +318180,7 @@ srcfiles size=4652 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=13120 texmf-dist/scripts/tex4ht/ht.sh texmf-dist/scripts/tex4ht/htcopy.pl texmf-dist/scripts/tex4ht/htlatex.sh @@ -315864,6 +318284,7 @@ runfiles size=13101 texmf-dist/tex/generic/tex4ht/cleveref-hooks.4ht texmf-dist/tex/generic/tex4ht/cleveref.4ht texmf-dist/tex/generic/tex4ht/color.4ht + texmf-dist/tex/generic/tex4ht/colortbl-hooks.4ht texmf-dist/tex/generic/tex4ht/colortbl.4ht texmf-dist/tex/generic/tex4ht/combine.4ht texmf-dist/tex/generic/tex4ht/cond4ht.4ht @@ -315917,6 +318338,7 @@ runfiles size=13101 texmf-dist/tex/generic/tex4ht/english.4ht texmf-dist/tex/generic/tex4ht/enotez.4ht texmf-dist/tex/generic/tex4ht/enumerate.4ht + texmf-dist/tex/generic/tex4ht/enumitem-hooks.4ht texmf-dist/tex/generic/tex4ht/enumitem.4ht texmf-dist/tex/generic/tex4ht/epigraph.4ht texmf-dist/tex/generic/tex4ht/eplain.4ht @@ -315927,6 +318349,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 @@ -316060,10 +318483,12 @@ runfiles size=13101 texmf-dist/tex/generic/tex4ht/ltugproc-a.4ht texmf-dist/tex/generic/tex4ht/ltugproc.4ht texmf-dist/tex/generic/tex4ht/ltxguide.4ht + texmf-dist/tex/generic/tex4ht/lua-ul.4ht texmf-dist/tex/generic/tex4ht/lua-widow-control-hooks.4ht texmf-dist/tex/generic/tex4ht/luatexja-hooks.4ht texmf-dist/tex/generic/tex4ht/m-tex4ht.tex texmf-dist/tex/generic/tex4ht/magyar.4ht + texmf-dist/tex/generic/tex4ht/makecell.4ht texmf-dist/tex/generic/tex4ht/makeidx.4ht texmf-dist/tex/generic/tex4ht/manju.4ht texmf-dist/tex/generic/tex4ht/manmac.4ht @@ -316092,6 +318517,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 @@ -316109,6 +318535,7 @@ runfiles size=13101 texmf-dist/tex/generic/tex4ht/ngerman.4ht texmf-dist/tex/generic/tex4ht/ngermanb.4ht texmf-dist/tex/generic/tex4ht/nicefrac.4ht + texmf-dist/tex/generic/tex4ht/nicematrix.4ht texmf-dist/tex/generic/tex4ht/nomencl.4ht texmf-dist/tex/generic/tex4ht/norsk.4ht texmf-dist/tex/generic/tex4ht/ntheorem.4ht @@ -316192,6 +318619,7 @@ runfiles size=13101 texmf-dist/tex/generic/tex4ht/spanish.4ht texmf-dist/tex/generic/tex4ht/splitidx.4ht texmf-dist/tex/generic/tex4ht/srcltx.4ht + texmf-dist/tex/generic/tex4ht/stmaryrd.4ht texmf-dist/tex/generic/tex4ht/subcaption.4ht texmf-dist/tex/generic/tex4ht/subeqnarray.4ht texmf-dist/tex/generic/tex4ht/subfigure.4ht @@ -324404,6 +326832,8 @@ 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/vect.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 @@ -324746,6 +327176,7 @@ runfiles size=13101 texmf-dist/tex4ht/ht-fonts/unicode/arphic/gkaiu9f.htf texmf-dist/tex4ht/ht-fonts/unicode/arphic/gkaiufe.htf texmf-dist/tex4ht/ht-fonts/unicode/arphic/gkaiuff.htf + texmf-dist/tex4ht/ht-fonts/unicode/bbm/bbm.htf texmf-dist/tex4ht/ht-fonts/unicode/bbold/bbold.htf texmf-dist/tex4ht/ht-fonts/unicode/bitstrea/charter/bchr8t.htf texmf-dist/tex4ht/ht-fonts/unicode/cbgreek/grmc.htf @@ -327819,14 +330250,14 @@ docfiles size=220 name texlive-cz category TLCore -revision 62854 +revision 72437 shortdesc TeX Live manual (Czech/Slovak) relocated 1 -containersize 276 -containerchecksum 5491e3ebe9c70887450f8404b64c01a8f4c4c54314d2acf3d33b8921f088b8885074d53bdb42351198daa9cd2c72b1ef97b1e9af5092aabded700ea6f2b995f1 -doccontainersize 1266160 -doccontainerchecksum ff1124b30be77782b5c5a1b80ae69c852a5a9e81446c0574007bc28910ea6202662514a34a85858c577bb528f9fbcc11f798614d11914876151d5aeadb3fcd7d -docfiles size=453 +containersize 280 +containerchecksum 52d43409e3c99c163058a26d3d146e031dbf355400b7e08f74d9c7a1497c5c1d3203a57540800a0d2141597778dd72a16c7a6b83f50fa1a8b3c250b961d69a86 +doccontainersize 1223016 +doccontainerchecksum 709a7d484cc431d33a7921d342eaa7c5360398914e2ffbccc02e34c58c4920a155651dadbd0928e20d04fc622784f469335f3be902b83115461de39a3d838f1e +docfiles size=451 RELOC/doc/texlive/texlive-cz/Makefile RELOC/doc/texlive/texlive-cz/csquote.sty RELOC/doc/texlive/texlive-cz/live4ht.cfg @@ -328042,14 +330473,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 @@ -328111,7 +330542,7 @@ docfiles size=376 name texlive-scripts category TLCore -revision 71838 +revision 72703 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. @@ -328119,11 +330550,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 114380 -containerchecksum ceb7c3f6db5774517ac76aff917894d5a4689bf16096bd16c314a0d28a3ad5336c16b73fc7816f976885a2fa243b566e84e8437efab0c8fb82fa868cba324fdb -doccontainersize 436592 -doccontainerchecksum 7067b790c5312937bda46655236ed85aad8b68f67531e158c5b49796bddc10fa609bbacec02d9a64b2dc2dc2ee9e8554809692615f4fbb08744c5b100ad5d9b5 -docfiles size=571 +containersize 114416 +containerchecksum 7790ec69eb54f9ff32dc5d73c3ee95f1512e907deb477e2d295b081ce965aca6bf76de3a87a1eb7767bc0bb60de52af911bf1ecc3d95ded43787edab3dc8de60 +doccontainersize 438816 +doccontainerchecksum ac968286229a555dab3208cada7d58eb3b565d61da4d093fa5f5f26d834c4bb09b2f987fc7d295fe0bb8e32a39a92ef903a020ad6b49ab33ed4737eeec3588ec +docfiles size=570 doc.html texmf-dist/doc/man/man1/fmtutil-sys.1 texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf @@ -330359,7 +332790,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 @@ -330371,16 +332802,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 @@ -330400,7 +332831,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 @@ -330408,7 +332839,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 @@ -331366,32 +333797,32 @@ catalogue-version 1.1 name texvc category Package -revision 71744 +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 1528 -containerchecksum 85919f5bcc610f8c280d71cb4d6b9f6ffe774f3b31ce729842d831c550cfb003580d72b1c5210fed3c35df192a732e30cde6551522b3347cc3d079ea70b82063 -doccontainersize 305176 -doccontainerchecksum 844a7184213acb15b487f227273192228847b1907043631366b7285a8b88393e1d87c2fc791373e0911566327b4cb4f8c81917d468c32d4e0ba5efcad017bfaa +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 4428 -srccontainerchecksum cdee1cc01d4ec10fd9fc5e23a976f9034b9fe0e73325dee1f3207536293e6f79676c2cb3024d578a43118142d7d8a73c0f70fa7d17074a1bde1378f8904e07a6 +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 @@ -333896,6 +336327,33 @@ catalogue-license lppl1.3 catalogue-topics graphics graphics-in-tex pgf-tikz diagram-comm catalogue-version 1.0 +name tikz-decofonts +category Package +revision 72545 +shortdesc Simple decoration fontes, made with TikZ, for short texts +relocated 1 +longdesc Three simple "decoration" fonts made with TikZ, for short +longdesc texts: paint brush; ink brush; pixelart brush. +containersize 5568 +containerchecksum a909de0a450ec94b8664022e23f4eed40ba8ca75418884048e0a0638bcbebf013af8bd178f44c054d679dec8f005590f74564cc6fc42ab69f461bf150f3c3a9c +doccontainersize 135536 +doccontainerchecksum c85ab0f66474a93cd67d709338692db89f5eea9e415cc767006c621913895f61235b9727acef0ff8c6a4294db851c1950cfa747156ce8982f26aafafe5fc9d19 +docfiles size=43 + RELOC/doc/latex/tikz-decofonts/README.md details="Readme" + RELOC/doc/latex/tikz-decofonts/tikz-decofonts-doc.pdf details="Package documentation" + RELOC/doc/latex/tikz-decofonts/tikz-decofonts-doc.tex + RELOC/doc/latex/tikz-decofonts/tkzbrushA.pdf + RELOC/doc/latex/tikz-decofonts/tkzbrushA.tex +runfiles size=10 + RELOC/tex/latex/tikz-decofonts/tikz-decofonts.sty +catalogue-contact-home https://github.com/cpierquet/tikz-decofonts +catalogue-contact-repository https://github.com/cpierquet/tikz-decofonts +catalogue-contact-support https://github.com/cpierquet/tikz-decofonts/issues +catalogue-ctan /graphics/pgf/contrib/tikz-decofonts +catalogue-license lppl1.3c cc-by-sa-4 +catalogue-topics amusements pgf-tikz graphics +catalogue-version 0.1.0 + name tikz-dependency category Package revision 54512 @@ -335042,31 +337500,31 @@ catalogue-version 0.1.1 name tikz3d-fr category Package -revision 67774 +revision 72297 shortdesc Work with some 3D figures relocated 1 longdesc This is a package for working with some 3D figures. -containersize 3400 -containerchecksum 6b60280f60ee690ade367eaa10a033cb9bb8452c5b5f6413b7ca4918d521638be357e6af6f760844046c15d1171f55b71f5210946ff4a6c6453a7fc332288b85 -doccontainersize 595564 -doccontainerchecksum 599bcf41c7de51c44c943d984bae860748324faf7981f754b44bf8125499822df505cebe2670229fd7429d5b6b0809f7c88649ad8996f8d2cac604b58c9e9522 -docfiles size=156 +containersize 4644 +containerchecksum 1049d83c9aec7f2c2127cdae48b0480ed4b5871e9e975832759b4e50ddd08868f09a69790011cf79d013bac376332c65ffe52bbd71254ed7d487bc5fa6658364 +doccontainersize 735900 +doccontainerchecksum 8c761c28822a57bb9e16b0f3e3474aae7435e8b6e888e773e82637651fd100d4ae856bb5360b45643f3db3802ec64644119346ad8200f4204da7c2c4a858a69a +docfiles size=192 RELOC/doc/latex/tikz3d-fr/README.md details="Readme" RELOC/doc/latex/tikz3d-fr/tikz3d-fr-doc.pdf details="Package documentation" RELOC/doc/latex/tikz3d-fr/tikz3d-fr-doc.tex -runfiles size=3 +runfiles size=5 RELOC/tex/latex/tikz3d-fr/tikz3d-fr.sty catalogue-also pst-solides3d -catalogue-contact-home https://github.com/cpierquet/tikz3dfr -catalogue-contact-support https://github.com/cpierquet/tikz3dfr/issues +catalogue-contact-bugs https://github.com/cpierquet/tikz3dfr/issues +catalogue-contact-repository https://github.com/cpierquet/tikz3dfr catalogue-ctan /graphics/pgf/contrib/tikz3d-fr catalogue-license lppl1.3c catalogue-topics graphics-3d pgf-tikz -catalogue-version 0.1.2 +catalogue-version 0.1.3 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 @@ -335075,17 +337533,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 @@ -335130,7 +337588,7 @@ catalogue-version 0.13 name tikzdotncross category Package -revision 69382 +revision 72638 shortdesc Small set of macros for defining/marking coordinates and crossing (jumps) paths relocated 1 longdesc This package offers a few alternative ways for declaring and @@ -335138,15 +337596,15 @@ longdesc marking coordinates and drawing a line with "jumps" over an longdesc already existent path, which is a quite common issue when longdesc drawing, for instace, Electronic Circuits (like with longdesc CircuiTikZ). -containersize 3116 -containerchecksum d99ba25a95558629b611e7ae2e845c9b87cc8766f468be6160115a8b26cc648e83351cf233f946f47889773907023c061faae7744e140129930db481b460889d -doccontainersize 218692 -doccontainerchecksum c481b80b675bb9cef760157b7b9ea7c790dc42c75624687231b603b39f3bb9835f642e50cabf4a046df67e3698032b644cdd1495d6a9932acfa3532a66b3b031 -docfiles size=64 +containersize 3384 +containerchecksum 7ec6caa81cc1e94c99c5996987439a4b6216e9ab82a490c812d1e6cf0e02ed7bd8d64aa6be3efd8f8050bf895e69bf18996cf2c1fe335c1656684efe2812ddbc +doccontainersize 220440 +doccontainerchecksum 555f8aebb269114472aa03bd0f82f1c2d9c662fb27689addee2ac24d0983af4b594e30a3f1c7c7d29ad26ca520e0d6ab66dd3d439667f9410abe5deb3250fc1a +docfiles size=65 RELOC/doc/latex/tikzdotncross/README.md details="Readme" RELOC/doc/latex/tikzdotncross/tikzdotncross.pdf details="Package documentation" RELOC/doc/latex/tikzdotncross/tikzdotncross.tex -runfiles size=2 +runfiles size=3 RELOC/tex/latex/tikzdotncross/tikzdotncross.sty catalogue-contact-bugs https://github.com/alceu-frigeri/tikzdotncross/issues catalogue-contact-development https://github.com/alceu-frigeri/tikzdotncross @@ -335154,7 +337612,7 @@ catalogue-contact-repository https://github.com/alceu-frigeri/tikzdotncross catalogue-ctan /graphics/pgf/contrib/tikzdotncross catalogue-license lppl1.3c gpl3+ catalogue-topics pgf-tikz graphics diagram-circ electronic -catalogue-version 1.1 +catalogue-version 1.2 name tikzducks category Package @@ -335625,16 +338083,16 @@ catalogue-version 2.0 name tikzquads category Package -revision 69409 +revision 72580 shortdesc A few shapes designed to be used with CircuiTikZ relocated 1 longdesc This package defines a few extra shapes, Quadripoles and single longdesc port, which can be used 'standalone', but are mainly meant to longdesc be used with CircuiTikZ. -containersize 9836 -containerchecksum 104bdb76221a25a50644dd8c9a655d5adc4e6019a11c470fe24637a51bb91ac6fb718a4949bf940199aa47f43186f874aee59e5405db45a6497e45f84e69fd9b -doccontainersize 431196 -doccontainerchecksum 5657179ce49163299bc91f3730dc3fcf77972597502f43822330199a20bc244649e6437a6bfb1c4e98bdbd02e30beee58b950dc73e8269b318801135025c6f1c +containersize 9884 +containerchecksum b15f61c3649c4489b4acb9fe439993ca957c122988fbf7023baca79fc263a2d5278f36bf18319b96ec5661993f8094c88c43d81ef44d35865388f1f3821958d7 +doccontainersize 430524 +doccontainerchecksum 31d8308004e42cda055767c2e1c20431191291e9e5c30c69bcc1af921e3d5b0b3029499b20788c1797adb2706393ac46dccddebf782d7bbef3e9c89021bd698d docfiles size=136 RELOC/doc/latex/tikzquads/README.md details="Readme" RELOC/doc/latex/tikzquads/tikzquads.pdf details="Package documentation" @@ -335646,7 +338104,7 @@ catalogue-contact-repository https://github.com/alceu-frigeri/tikzquads catalogue-ctan /graphics/pgf/contrib/tikzquads catalogue-license lppl1.3c other-free catalogue-topics graphics diagram-circ pgf-tikz electronic -catalogue-version 1.0 +catalogue-version 1.1 name tikzquests category Package @@ -337516,7 +339974,7 @@ catalogue-version 2.0 name tkz-grapheur category Package -revision 71805 +revision 72701 shortdesc A LaTeX package with tools for graph plotting (and TikZ) relocated 1 longdesc This package provides some commands to help French mathematics @@ -337525,11 +339983,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 15900 -containerchecksum bc7f168c6e971b829f9703c0c86e311a233a5b7ed47fdfe1bd79753450062cfe4909eb48b547d3987a615d7834dd0c8faefbb794273434860f1af1f6fe123c25 -doccontainersize 2584692 -doccontainerchecksum dc5a8d5ccd301958b608d279e77082c629e9319799aed2b4ea2c8391f4f6b90e4fe6624c00c16066098df372e8cb4363420434f3db74aff9e7c8655851553509 -docfiles size=734 +containersize 18628 +containerchecksum 6154795a1be13077622a27979d044a99a99a7a58d1be3cd7a841618b95984cd9f554b17bf082aa3039e9c7aa7a5c70c904415b942118effb691dd2f2e3a4669e +doccontainersize 2699564 +doccontainerchecksum c5c639f807f95a32e379b02f78705e25400e5fb328a1ed0d9288cafe9fb7f0a9377ecfb573fc05211bea5ca45717d7e7d3aa923944431dbc790fca652b44a141 +docfiles size=767 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 @@ -337539,13 +339997,13 @@ docfiles size=734 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=38 +runfiles size=42 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.6 +catalogue-version 0.2.0 name tkz-orm category Package @@ -340349,7 +342807,7 @@ binfiles arch=x86_64-solaris size=1 name tlgs.windows category TLCore -revision 71290 +revision 72323 catalogue ghostscript shortdesc Freely available PostScript interpreter longdesc Ghostscript is a freely available PostScript interpreter which @@ -340358,9 +342816,9 @@ longdesc complement to a TeX installation, used in many utilities, longdesc including PostScript/PDF viewers such as gv and GSview. longdesc Ghostscript is no longer held on CTAN: please see the home page longdesc for downloads. -containersize 8541856 -containerchecksum 605cadc6ea257f10046eaa279f7a360d109bda3a4eaabf89c4685e41356a99c6b30b360357178e2a3ab0bc2cd00aa9afca9eb6a12114dc49ee3ffb702053ed2c -runfiles size=8023 +containersize 8560648 +containerchecksum 43a6056f8a1a4c9ddf431a1a22b405c0ac1ff1258c588ee83369dba3a48443d7eebaab97d7cab61691bb5976727b0a7f67c908e937a6139d01769ea67426fdb0 +runfiles size=8053 texmf-dist/scripts/tlgs/eps2eps.lua texmf-dist/scripts/tlgs/pdf2dsc.lua texmf-dist/scripts/tlgs/pdf2ps.lua @@ -343917,7 +346375,7 @@ binfiles arch=x86_64-solaris size=1 name to-be-determined category Package -revision 64882 +revision 72527 shortdesc Highlight text passages that need further work relocated 1 longdesc This package provides a single command \tbd which highlights @@ -343926,28 +346384,27 @@ longdesc hide them all with a single package option hide, or just make longdesc them disappear entirely with the option off. depend soul depend xcolor -containersize 1592 -containerchecksum a7c6b60844601f81bb659f57e212cfdc9e7cf72f24bfc662aed9dd26ebb9385187ebf44d82b59b637544b920c05dd5e3a698b69a0ef7ace4b57cd7531d240e3f -doccontainersize 250192 -doccontainerchecksum 0df7f6b340c28d2ef9db73af4bbad364bbb238a42f37effbde69af30774de627d29b2f03e098482e6fe66d09bec49d7d4a4566ebb3125eb2f3423c1d5fdba066 -docfiles size=65 +containersize 1596 +containerchecksum 1af4c036f72babbfed54534272f067721bbdebb59827cd2445911fad35a60dff470c386c110e6db8d66a95aa1f7b176ab90db61811d513b5bf8024a3fc567e9e +doccontainersize 261296 +doccontainerchecksum ffecc8100c6a4f33eafa017bc3430dcad9693536061166f1b6cf64ed5fc6ea332a6405bcbaa20dfc72e4fe162c38534f23ce1bf5442112548c2181eac5763f4a +docfiles size=67 RELOC/doc/latex/to-be-determined/DEPENDS.txt RELOC/doc/latex/to-be-determined/LICENSE.txt RELOC/doc/latex/to-be-determined/README.md details="Readme" RELOC/doc/latex/to-be-determined/to-be-determined.pdf details="Package documentation" -srccontainersize 2928 -srccontainerchecksum 38d70708e3be579d46e086c2e1b227ac081da1d721fff64b51543269b9df11b7ebe67a8e95999bb3ca1b691b91a4c3e1a8d79bce2f367e6965e34a5577377608 +srccontainersize 3056 +srccontainerchecksum 79c685844d23469b5750c51220ef381100c4eb563a09cbfdd69d61d646dc9a66a0016fd603942ecd8655e36c4f9df40d864827c95af3c4299bf34656cef11f96 srcfiles size=3 RELOC/source/latex/to-be-determined/to-be-determined.dtx RELOC/source/latex/to-be-determined/to-be-determined.ins runfiles size=1 RELOC/tex/latex/to-be-determined/to-be-determined.sty -catalogue-contact-bugs https://github.com/yegor256/to-be-determined/issues catalogue-contact-repository https://github.com/yegor256/to-be-determined catalogue-ctan /macros/latex/contrib/to-be-determined catalogue-license mit catalogue-topics editorial decoration cond-comp -catalogue-version 0.3.0 +catalogue-version 0.3.2 name tocbibind category Package @@ -345078,15 +347535,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" @@ -345097,7 +347554,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 @@ -345795,29 +348252,29 @@ catalogue-version 1.3b name trivialpursuit category Package -revision 68971 -shortdesc Insert Trivial Pursuit boarding game +revision 72615 +shortdesc Insert Trivial Pursuit board game relocated 1 longdesc This is a package to display a Trivial Pursuit board game, with longdesc customization. -containersize 4744 -containerchecksum 62cc07c80aab3b4c35bbc5ec96d97204241b0e83248147b2875382657ccfe035567455bf8c689798b4c0dfe6bb8688da2ef9d4a89388521817dd09454867202d -doccontainersize 463412 -doccontainerchecksum 59474350e6626440d5a5e4f5782135182c6c5e497a3fa6436264a6774ecf498f719b7469a69539766c5e0b10a13ad659e00bc5fec854d0e961032ea7ed13af71 -docfiles size=145 +containersize 6876 +containerchecksum 5d1cb65245e87c3cf89d1d9cf6ec6c2fe9de0b247b53dfcd68a434988ea1be80e0c1f8fbf18de9281947059e501c4579ba45e2115886c02ba186b6eb7334600d +doccontainersize 473912 +doccontainerchecksum 46ac63edb5ce75114c7d9e030de3a18d83075d80e61b784f678ff01df11da0424ef679038cff429404fa04250014f935fba93e8c4945785dad15f01495ac4e4e +docfiles size=147 RELOC/doc/latex/trivialpursuit/README.md details="Readme" RELOC/doc/latex/trivialpursuit/TrivialPursuit-doc-en.pdf details="Package documentation (English)" RELOC/doc/latex/trivialpursuit/TrivialPursuit-doc-en.tex RELOC/doc/latex/trivialpursuit/TrivialPursuit-doc-fr.pdf details="Package documentation (French)" language="fr" RELOC/doc/latex/trivialpursuit/TrivialPursuit-doc-fr.tex -runfiles size=13 +runfiles size=29 RELOC/tex/latex/trivialpursuit/TrivialPursuit.sty catalogue-contact-bugs https://github.com/cpierquet/trivialpursuit/issues catalogue-contact-repository https://github.com/cpierquet/trivialpursuit catalogue-ctan /graphics/pgf/contrib/trivialpursuit catalogue-license lppl1.3c catalogue-topics games pgf-tikz graphics -catalogue-version 0.1.1 +catalogue-version 0.1.2 name trsym category Package @@ -346511,25 +348968,25 @@ catalogue-version 3.5.2 name tugboat category Package -revision 70959 +revision 72676 shortdesc LaTeX macros for TUGboat articles relocated 1 longdesc Provides ltugboat.cls for both regular and proceedings issues longdesc of the TUGboat journal. Also provides a BibTeX style, longdesc tugboat.bst. -containersize 32320 -containerchecksum 8534fdb228060d3693d678f969185e559c5a1f09644bb3e5676c3553fc52103f1993fc2b0e799402fd5f70a86d30b2a3e6098c76929a6531cb297562cf728eeb -doccontainersize 811440 -doccontainerchecksum fb419036a3d5924257fa854df59b4d4e8a8d9d3130cec46f5ea3312b87e089aaf93f395db338f89d5653516d6bde5ead0f4bd842f96161db7e37f6c034e8c2a2 -docfiles size=222 +containersize 32572 +containerchecksum 2ac18353a79b555ab1bdf91e0ad26c46a4e06ad60ac94b87f2e354d0c47e50c6614a6979b497d440bef6c5df2b069d3286ff9b0c1b601995d594934ac3114a93 +doccontainersize 811096 +doccontainerchecksum 9ffa46850449b271aee40f95b0bf10019e288640284a858640775f2c296e49640f5937078dd49c0c6e3f77fec04b3ffcfa89851f6a7e102aa3bfeecc7b8f47f4 +docfiles size=223 RELOC/doc/latex/tugboat/NEWS RELOC/doc/latex/tugboat/README details="Readme" RELOC/doc/latex/tugboat/ltubguid.ltx RELOC/doc/latex/tugboat/ltubguid.pdf details="Instructions for authors" RELOC/doc/latex/tugboat/manifest.txt RELOC/doc/latex/tugboat/tugboat-code.pdf details="Program documentation" -srccontainersize 44708 -srccontainerchecksum ffa1aa19508b9a3dc69a6c7b165a08b3eff73d7517f99626044c676ac21a5ae55ce96250de9fbd9c8aa24521c6611ebe5152b1d4c9db9aaec6ad68d58ea4c9dd +srccontainersize 45196 +srccontainerchecksum 45740e6570d4f11d0fe2332eb04f686fb8b9f879a9eeabe4cc6e2b50b8fadbcd36b5e04d28884432bc25730c2d9d300d771b661306e7b6b48b00ede324119125 srcfiles size=39 RELOC/source/latex/tugboat/tugboat.dtx RELOC/source/latex/tugboat/tugboat.ins @@ -346548,21 +349005,21 @@ catalogue-contact-repository https://github.com/TeXUsersGroup/tugboat catalogue-ctan /macros/latex/contrib/tugboat catalogue-license lppl1.3 catalogue-topics journalpub class -catalogue-version 2.32 +catalogue-version 2.33 name tugboat-plain category Package -revision 70960 +revision 72675 shortdesc Plain TeX macros for TUGboat relocated 1 longdesc The macros defined in this directory (in files tugboat.sty and longdesc tugboat.cmn) are used in papers written in Plain TeX for longdesc publication in TUGboat. -containersize 33972 -containerchecksum 414127530c61079dacd1a50bf776a0a6296a2fb451de712a8c70b79c171b4427139a53e6b4b28abe3b9405b2db8c298a390d7c2fdeb316750ece3e9b8b1f5869 -doccontainersize 220360 -doccontainerchecksum a3bc01b29c10b28e1635c010269f809965f61e012c07bf16821a29541a6127aaad76a7c3d2a686812037bae897f363c3af4d45d252f6ba9b4ac8cf7a60e94bbe -docfiles size=60 +containersize 34532 +containerchecksum d4cf21d3dbc8be3e4c68efe79eb1fb4f2482615d20edb49bc8d49b41114ffa0ecd3f3a263626422fa4f0083b01d4b6b86091538fbcfa00234382a07c9a83d1d2 +doccontainersize 221904 +doccontainerchecksum 64435ccbf6be7d4cb3dec523217ee383b810cf67c45f5745ecc785aa7cd4163607df8d0e2b5200f7af9c3650c6884718899d04938947613231c16007171043fa +docfiles size=62 RELOC/doc/plain/tugboat-plain/README RELOC/doc/plain/tugboat-plain/tubguide.pdf details="TUGboat Authors' Guide" RELOC/doc/plain/tugboat-plain/tubguide.tex @@ -346576,7 +349033,7 @@ catalogue-contact-repository https://github.com/TeXUsersGroup/tugboat catalogue-ctan /macros/plain/contrib/tugboat catalogue-license other-free catalogue-topics journalpub -catalogue-version 1.30 +catalogue-version 1.31 name tui category Package @@ -346778,49 +349235,69 @@ catalogue-version 1.3a name tutodoc category Package -revision 69343 +revision 72696 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 10800 +containerchecksum 611753b7c31159589cbc77d45531be9ca48fdcdba5e739876d6b2031a40739a3e549fbe6fd4014d8342839371161bc402cbdf464fbc7f385866ec34703b39008 +doccontainersize 1941896 +doccontainerchecksum b288269efe793d355e0f4c01d98deb1e53e2b4f73852ef563beb5b1ea2b947a742e8c684472ddcf6e38479d82f7f36f59f9e8b99bc898df83e203adf4a5d04a5 +docfiles size=583 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" RELOC/doc/latex/tutodoc/tutodoc-en.tex RELOC/doc/latex/tutodoc/tutodoc-fr.pdf details="Package documentation" language="fr" RELOC/doc/latex/tutodoc/tutodoc-fr.tex -runfiles size=9 - RELOC/tex/latex/tutodoc/tutodoc-locale-main-english.cfg.sty - RELOC/tex/latex/tutodoc/tutodoc-locale-main-french.cfg.sty - RELOC/tex/latex/tutodoc/tutodoc.sty +runfiles size=32 + RELOC/tex/latex/tutodoc/tutodoc-bw-admonitions.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-bw-listing.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-bw-main.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-bw-showcase.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-bw-version-n-change.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-color-admonitions.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-color-listing.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-color-main.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-color-showcase.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-color-version-n-change.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-dark-admonitions.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-dark-listing.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-dark-main.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-dark-showcase.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-dark-version-n-change.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-draft-admonitions.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-draft-listing.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-draft-main.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-draft-showcase.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-draft-version-n-change.css.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-main-locale-en.cfg.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-main-locale-es.cfg.cls.sty + RELOC/tex/latex/tutodoc/tutodoc-main-locale-fr.cfg.cls.sty + RELOC/tex/latex/tutodoc/tutodoc.cls 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.6.1 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 @@ -347830,7 +350307,7 @@ catalogue-version 0.4.7 name typog category Package -revision 71756 +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 @@ -347847,9 +350324,9 @@ longdesc accumulating in a LaTeX log-file and an associated tool, longdesc typog-grep, that selectively retrieves these parts. depend typog.ARCH containersize 14776 -containerchecksum 214b58c268c8731f8b2f994088aca53127ee5681545d0594f64b332ef4331def044d1c2bb12b685195e6df270fb2b7dc20da4c609e3bb5dde2e3d31ad3dfe952 +containerchecksum c6ab5f35e8a6999047dc1c1418c881352271720240b48875e999f94dfe6bbec6fc463f29d64cc61cd010305872c9feb505aa4b7b035593806669564775da4cac doccontainersize 1945644 -doccontainerchecksum 77e9a334eb7c138813d803c3e19ca60e1efe8f6174d57973b3fe9c8db049e88c483bfd14582a95a23d21fbf10ba14c0483ff8c9f21528409505bfa6f256aff41 +doccontainerchecksum 3addc316d0c0a705ea105e6f164d5700063fd7ed739c6b83935e3dde61fb263f23243709a351448a57f63521ed715220702d49ba300dd08778285d86d9a78d1c docfiles size=527 texmf-dist/doc/latex/typog/LICENSE texmf-dist/doc/latex/typog/README.md details="Readme" @@ -347872,7 +350349,7 @@ docfiles size=527 texmf-dist/doc/man/man1/typog-grep.1 texmf-dist/doc/man/man1/typog-grep.man1.pdf srccontainersize 87608 -srccontainerchecksum 60950424095379064ae493f1ce446e6419a3bc1f8599878f27f69bd7f214a465837f1dc3197fa2bcdc4b3fbb486de3c1c4cc09d0d80ac98f31fbdeed559f0714 +srccontainerchecksum 19775c518c46cda73643ffb6bf36750f93f55b9e7e7c8b9d456d8e7a9cc7904cdb26507c2cf0b2915e3a1c8f6ae4e07be6227a79af6d6d1a8541813897bd3edf srcfiles size=107 texmf-dist/source/latex/typog/Makefile texmf-dist/source/latex/typog/typog.dtx @@ -347885,7 +350362,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 @@ -348185,7 +350662,7 @@ catalogue-version 12.12 name uantwerpendocs category Package -revision 71617 +revision 72118 shortdesc Course texts, master theses, and exams in University of Antwerp style relocated 1 longdesc These class files implement the house style of the University @@ -348194,10 +350671,10 @@ longdesc Engineering. Using these class files will make it easy for you longdesc to make and keep your documents compliant to this version and longdesc future versions of the house style of the University of longdesc Antwerp. -containersize 6475984 -containerchecksum b2d3ee8f49d075720b71e182fc6c567e535c739b9cb37069dd24fe8be45f720fee380ad2a9310c558a8f5e708432d24da1e9daf47fb566769a8d42379fea59c2 -doccontainersize 4373580 -doccontainerchecksum fb3eae8953ca8cad44cc5c5d086344edcc3e58201827173268bc2d0b18398879ec31c769ce88b001c334ddb6da8ea8081ecee91366d9759b362efc031e153661 +containersize 6475988 +containerchecksum 34f54e91701638220f646cbeff7fe5ffe5deee1ee2b9c4cd012e26df4034d34392a3a087d5c7456420a17d3882b96849b220c81533499a9fc2aface622a6e6fe +doccontainersize 4374068 +doccontainerchecksum ceb9f3052557cb777bc1c4bba136e42842af09c93b49a8575c80f430d26af2c401db5f813f01afb85506dd6b6cca575f4317303ce39d333f244168a451559052 docfiles size=1147 RELOC/doc/latex/uantwerpendocs/LICENSE RELOC/doc/latex/uantwerpendocs/README details="Readme" @@ -348220,8 +350697,8 @@ docfiles size=1147 RELOC/doc/latex/uantwerpendocs/uantwerpenphdthesis-example2.tex RELOC/doc/latex/uantwerpendocs/uantwerpenreport-example.pdf RELOC/doc/latex/uantwerpendocs/uantwerpenreport-example.tex -srccontainersize 45884 -srccontainerchecksum d9850ce61aa3072eedacd0b0b4705f07c6271aacd36532ff1df2ee56a32e10ceeb7f8a82712aaf1a25bbefa6c6759251e0527363dc906559d65d5afee6d19647 +srccontainersize 45892 +srccontainerchecksum c551cb18c692cafcfde89c97b93a6eabc04c783b937156535001c80059a9c6e958c5147816c553f64f033207dfa08a633c9e2bfe8464104ad14a23597cd0eb3d srcfiles size=58 RELOC/source/latex/uantwerpendocs/uantwerpendocs.dtx RELOC/source/latex/uantwerpendocs/uantwerpendocs.ins @@ -348568,7 +351045,7 @@ runfiles size=3147 catalogue-ctan /macros/latex/contrib/uantwerpendocs catalogue-license lppl1.3 catalogue-topics class dissertation essay letter exam std-conform -catalogue-version 4.7 +catalogue-version 4.8 name uassign category Package @@ -348763,18 +351240,18 @@ catalogue-version 2.6 name ucph-revy category Package -revision 69750 +revision 72484 shortdesc Musical script formatting relocated 1 longdesc This package provides a class for typesetting scripts longdesc containing both lyrics and prose, in the style used by the longdesc student revues (revy) at the Faculties of Science at the longdesc University of Copenhagen (uchp). -containersize 4788 -containerchecksum f9fb2dd19b7a963308e5c5058ac990ce3b944377ff6eaf52b26fcd7a12087c75bbb464e5e1155a1c3340e8fb3fca65b6d344d76f47a9a386fdb6e5425303f81b -doccontainersize 720324 -doccontainerchecksum 0ad9f32badd36c033dd3d368e507518bd27d79e3bb94747b86622c2e41b81e87b5db673ddb4cebf7a88df4180b7cbb2bb0826ee19990e572c5e5ff33394c05f0 -docfiles size=222 +containersize 4836 +containerchecksum 4fc20fb7efe54be8aa804a677714abae0f630913f973e44f7f59529a94bbb40e1e847162d2560bec2fd2f5966eb07ed2112814ec998bddc5d70dda1f9cc29c12 +doccontainersize 731636 +doccontainerchecksum 37054315206042910e36a791c3a21366c201342716b390bd60a03245cf40d331cf92ed9438c136bf154763ebfc7371aaddc7030523061c84a81673d343763237 +docfiles size=223 RELOC/doc/latex/ucph-revy/Eksempel.tex RELOC/doc/latex/ucph-revy/Example.tex RELOC/doc/latex/ucph-revy/README.md details="Readme" @@ -348784,8 +351261,8 @@ docfiles size=222 RELOC/doc/latex/ucph-revy/ucph-revy-en-doc.pdf details="Full package documentation (English)" RELOC/doc/latex/ucph-revy/ucph-revy-en-man.pdf details="User manual (English)" RELOC/doc/latex/ucph-revy/ucph-revy.bib -srccontainersize 28316 -srccontainerchecksum b8245b1d950ca2af99683fe87f3eb5211cb4990b0911d11963cadbcc9c9d23d29bda0e7bd18a12184c5ac2501e69b67c89844d061c00f0e1ddb842d5d51d7112 +srccontainersize 28680 +srccontainerchecksum 7d2bb37bfd0ca27c90c7cc5e4bcf0a8680d3ec9c0db4cad1f5ee73be0f69eba1880e9d9725f28324c43d1c55907b931f1f552f2bf500bb89b3bb8671a216af27 srcfiles size=35 RELOC/source/latex/ucph-revy/ucph-revy-da-doc.ins RELOC/source/latex/ucph-revy/ucph-revy-da-man.ins @@ -348801,7 +351278,7 @@ runfiles size=5 catalogue-ctan /macros/latex/contrib/ucph-revy catalogue-license lppl1.3 catalogue-topics drama-script -catalogue-version 1.0.1 +catalogue-version 1.0.2 name ucs category Package @@ -349288,6 +351765,47 @@ catalogue-license lppl1.3 catalogue-topics dissertation bus-study class catalogue-version 1.7.1 +name udiss +category Package +revision 72466 +shortdesc A LaTeX bundle for typesetting dissertations +relocated 1 +longdesc The udiss bundle is a LaTeX-class-file developed to assist +longdesc students in typesetting their university dissertations. It is a +longdesc collection of multiple support files. Universities often have +longdesc strict requirements regarding the formatting of the +longdesc dissertations/theses submitted to them. This bundle +longdesc pre-supplies a generic style (university-agnostic) for creating +longdesc dissertations. It also supports custom layouts required for +longdesc different universities. +containersize 74368 +containerchecksum 1d666296ffac9c4052181d4391bd1efa2548413221c224b958b21092b7e10b65a2b964f7941d7c34831d35f157da0bc506d1fb825f8562254033bab56b9a17eb +doccontainersize 329656 +doccontainerchecksum 53b6b18b92f268171ede53f2d3bd69289054bd5cdab93920a6ffc167529cdb7795cc2f7a4e8d47d2e33ed0d55646f171e962ff8ba33856a3bc297fb8d6fcb3b7 +docfiles size=123 + RELOC/doc/latex/udiss/README.txt details="Readme" + RELOC/doc/latex/udiss/udiss-fonts-english.tex + RELOC/doc/latex/udiss/udiss-fonts-hindi.tex + RELOC/doc/latex/udiss/udiss-fonts-malayalam.tex + RELOC/doc/latex/udiss/udiss-fonts-marathi.tex + RELOC/doc/latex/udiss/udiss-style-ukerala.tex + RELOC/doc/latex/udiss/udiss.pdf details="Package documentation" +srccontainersize 27360 +srccontainerchecksum cf16e821c8350273ac94c96249df73289baa9cb6b2c107f5b2c99558730e9534507613b407eebfef7f416abce160f67a156a294c1d832fff26a386e28d111c5b +srcfiles size=36 + RELOC/source/latex/udiss/udiss.dtx + RELOC/source/latex/udiss/udiss.ins +runfiles size=32 + RELOC/tex/latex/udiss/logos/udiss-logo-ukerala.png + RELOC/tex/latex/udiss/udiss.cls +catalogue-contact-bugs https://puszcza.gnu.org.ua/bugs/?group=udiss +catalogue-contact-home https://puszcza.gnu.org.ua/projects/udiss/ +catalogue-contact-repository https://puszcza.gnu.org.ua/projects/udiss/ +catalogue-ctan /macros/unicodetex/udiss +catalogue-license gpl3+ fdl +catalogue-topics dissertation class +catalogue-version 0.1 + name uebungsblatt category Package revision 15878 @@ -349379,7 +351897,7 @@ catalogue-version 1.1.0 name ufrgscca category Package -revision 71033 +revision 72586 shortdesc A bundle for undergraduate students final work/report (tcc) at UFRGS/EE relocated 1 longdesc This bundle is aimed at producing undergraduate students' final @@ -349388,11 +351906,11 @@ longdesc University of Rio Grande do Sul), closely following ABNT rules longdesc (Brazilian Association for Technical Norms). It is composed of longdesc a main class, ufrgscca, and a set of auxiliary packages, some longdesc of which can be used independently. -containersize 25404 -containerchecksum 6a06c3e0bd931147312143870dc09f854ace215f6563c5dc2f4ed11107cfce28a567d1321d56630fa5273abb16da0bcd4ad57fa23e1a58152fe007cea8cf113d -doccontainersize 541736 -doccontainerchecksum 9be1ac153ddf9c4a937ffa9af9fa733b0409b85428911bc08cc1633d8dea994dd637471f109158305b875dcbba2a49ff192a9f921515eff59d4caf554cf872dc -docfiles size=188 +containersize 25400 +containerchecksum d78fcee978cc8467c18cfaf66eb4f69fb005405133e5f045b3ec347dcff7031769423d92e7eef867e0cdd5c72ac2d16c8853f69871a1288d65b628f020d9102b +doccontainersize 541580 +doccontainerchecksum 88ee1821620788a1f00f8f5cc49140204303bc9d4944fe825ba820be411cdaee2321f73643afa81b19ccae425e1aba999a983c066067afd46e31522ac72c3c33 +docfiles size=187 RELOC/doc/latex/ufrgscca/README.md details="Readme" RELOC/doc/latex/ufrgscca/ufrgscca-cover-ptBR.tex RELOC/doc/latex/ufrgscca/ufrgscca-forms.tex @@ -349417,7 +351935,7 @@ catalogue-contact-repository https://github.com/alceu-frigeri/ufrgscca catalogue-ctan /macros/latex/contrib/ufrgscca catalogue-license lppl1.3c gpl catalogue-topics dissertation portuguese-br std-conform expl3 -catalogue-version 2.10 +catalogue-version 2.11 name uhc category Package @@ -353376,7 +355894,7 @@ catalogue-version 2.1 name unbtex category Package -revision 71708 +revision 72488 shortdesc A class for theses at University of Brasilia (UnB) relocated 1 longdesc This package provides a class based on abnTeX and compatible @@ -353387,18 +355905,18 @@ 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 9740 -containerchecksum ada65066ba426ced0e4387797cae2d30fdfc4180359cfe03f9126ba34768dec651d30a71559bcd6a11c6d1261794e8d865bd984ec8b937903647852d2d55743d -doccontainersize 659624 -doccontainerchecksum eeaaea34e9cc2ac2fffcebb0a7aad4e0e07187e27d531eb46498fb92be3e9dd635d0ef221bcc2903830bd81e811cc03dca970cc0087e645e5cde2dcb588794fc -docfiles size=303 +containersize 11900 +containerchecksum 482996906cd7a673ddb66b08da9b68d5631c0e56c8ceefb8073d70d7c98d1c85bae40cf37cc3c2d6fad5a9c7485745971b37e842a4f3a6ab80e5269c073fb091 +doccontainersize 856584 +doccontainerchecksum 5b71c84c2423e6832a7b54a92b0195122af329a0660691f75d6798b4f35f52a5d0ae6d738fa90b31e5ad0cc641d1dfdd1f962a307b799d8f7f540b56bdfb0da4 +docfiles size=344 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 RELOC/doc/latex/unbtex/unbtex-example/anexo-a.tex - RELOC/doc/latex/unbtex/unbtex-example/anexo-b.tex RELOC/doc/latex/unbtex/unbtex-example/apendice-a.tex RELOC/doc/latex/unbtex/unbtex-example/apendice-b.tex + RELOC/doc/latex/unbtex/unbtex-example/apendice-c.tex RELOC/doc/latex/unbtex/unbtex-example/capitulo1.tex RELOC/doc/latex/unbtex/unbtex-example/capitulo2.tex RELOC/doc/latex/unbtex/unbtex-example/capitulo3.tex @@ -353408,11 +355926,8 @@ docfiles size=303 RELOC/doc/latex/unbtex/unbtex-example/codigos/blockdiagram.tex RELOC/doc/latex/unbtex/unbtex-example/codigos/controle.m RELOC/doc/latex/unbtex/unbtex-example/codigos/controleSmithPredictor.py - RELOC/doc/latex/unbtex/unbtex-example/figuras/1280px-LaTeX-logo.png RELOC/doc/latex/unbtex/unbtex-example/figuras/blockdiagram.eps RELOC/doc/latex/unbtex/unbtex-example/figuras/blockdiagram.pdf - RELOC/doc/latex/unbtex/unbtex-example/figuras/bodediagram.pdf - RELOC/doc/latex/unbtex/unbtex-example/figuras/capa_fundo.pdf RELOC/doc/latex/unbtex/unbtex-example/figuras/circuito.pdf RELOC/doc/latex/unbtex/unbtex-example/figuras/coresunb.pdf RELOC/doc/latex/unbtex/unbtex-example/figuras/diodocurva.pdf @@ -353421,12 +355936,14 @@ docfiles size=303 RELOC/doc/latex/unbtex/unbtexcite/unbtex-alf-pt.bst RELOC/doc/latex/unbtex/unbtexcite/unbtex-num-en.bst RELOC/doc/latex/unbtex/unbtexcite/unbtex-num-pt.bst -runfiles size=9 + RELOC/doc/latex/unbtex/unbtexcover/capa.pdf + RELOC/doc/latex/unbtex/unbtexcover/contracapa.pdf +runfiles size=11 RELOC/tex/latex/unbtex/unbtex.cls catalogue-ctan /macros/latex/contrib/unbtex catalogue-license lppl1.3 catalogue-topics class doc-templ dissertation portuguese-br -catalogue-version 1.5.2 +catalogue-version 1.5.3 name undar-digitacion category Package @@ -354163,18 +356680,17 @@ catalogue-version 1.00 name unimath-plain-xetex category Package -revision 66394 +revision 72498 shortdesc OpenType math support in (plain) XeTeX relocated 1 longdesc This package provides OpenType math font support in plain TeX longdesc format. It only works with the XeTeX engine. -containersize 16064 -containerchecksum cca8482cad022f39faf3b0b0cdf20a7d209acf5041642bac0103a3dbd1dc832a61a17c442845752317515764ab3beefd6dfcabda8c3d03cdcb8471fdd3bff4fd -doccontainersize 67664 -doccontainerchecksum a9138d1b80d8d5db0f00682f213518df3a40e19b3e6f36a01e62ab020efbb9c468da282393cc43a515a39dd9ffb399801607e3ac59800dd7fef73f3007b137f5 -docfiles size=23 +containersize 16068 +containerchecksum b6f42922ceda5c95019abb9e647aaf61905dddc38178eb2bc825c293496dea5b665f36169f67368d116846773d248af25bbf83917573d82308937abbd3bee3a0 +doccontainersize 75852 +doccontainerchecksum 0bee46c1dac2faccccacce0423a300a314b0ae7b9b791d41a388c553bc0be6a676f038d2eb4083a8e27157f18691e4ea50f5733474f1b00705c0489c10bf7cd3 +docfiles size=24 RELOC/doc/xetex/unimath-plain-xetex/README.md details="Readme" - RELOC/doc/xetex/unimath-plain-xetex/unimath-plain-genmap.lua RELOC/doc/xetex/unimath-plain-xetex/unimath-plain-xetex-doc.pdf details="Package documentation" RELOC/doc/xetex/unimath-plain-xetex/unimath-plain-xetex-doc.tex runfiles size=36 @@ -354215,7 +356731,7 @@ catalogue-contact-support https://github.com/AlphaZTX/unimath-plain-xetex/issues catalogue-ctan /macros/xetex/plain/unimath-plain-xetex catalogue-license lppl1.3c catalogue-topics maths font-supp-maths plain-ext unicode xetex -catalogue-version 0.2b +catalogue-version 0.2c name uninormalize category Package @@ -354783,7 +357299,7 @@ catalogue-topics font font-body font-sans font-proportional font-otf font-type1 name univie-ling category Package -revision 71635 +revision 72484 shortdesc Papers, theses and research proposals in (Applied) Linguistics at Vienna University relocated 1 longdesc This bundle provides LaTeX2e classes, BibLaTeX files, and @@ -354797,11 +357313,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 165936 +containerchecksum 299e7316e89658bba0ee63e8f79c8605a4f5e158057aa9c31c37e272489ee3f7e4cf6efea54eee1811a9e83a47002ca48e6fa4e32c91e898f6354e41d243df83 +doccontainersize 4333380 +doccontainerchecksum b709a70f88945a9a7f91b6a1937ec2f8946b45f9b7d3ecf637ec4e9264f5d487403ae37ec2d759a59adffeb04c918ea38067879dbf0b649dbe342891c786540a +docfiles size=1554 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 @@ -354829,6 +357345,8 @@ docfiles size=1372 RELOC/doc/latex/univie-ling/templates/template-wlg-article.tex RELOC/doc/latex/univie-ling/templates/template-wlg-review.pdf RELOC/doc/latex/univie-ling/templates/template-wlg-review.tex + RELOC/doc/latex/univie-ling/univie-ling-bbx.pdf + RELOC/doc/latex/univie-ling/univie-ling-bbx.tex RELOC/doc/latex/univie-ling/univie-ling-expose.pdf details="Package documentation (expose class)" RELOC/doc/latex/univie-ling/univie-ling-expose.tex RELOC/doc/latex/univie-ling/univie-ling-handout.pdf @@ -354843,7 +357361,7 @@ docfiles size=1372 RELOC/doc/latex/univie-ling/univie-ling-wlg.tex RELOC/doc/latex/univie-ling/univie-ling.pdf details="Package documentation (overview)" RELOC/doc/latex/univie-ling/univie-ling.tex -runfiles size=90 +runfiles size=91 RELOC/tex/latex/univie-ling/univie-ling-expose.cls RELOC/tex/latex/univie-ling/univie-ling-handout.cls RELOC/tex/latex/univie-ling/univie-ling-paper.cls @@ -354861,7 +357379,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.9 name unizgklasa category Package @@ -355092,16 +357610,16 @@ catalogue-topics barcode name updatemarks category Package -revision 69986 +revision 72489 shortdesc Extract and update marks from boxes relocated 1 longdesc This package can help you update marks if you put your title in longdesc boxes. It also patches the multicol package to let the new mark longdesc mechanism of LaTeX work (partially). -containersize 5192 -containerchecksum d2f8cb24374dff1034b4fc253a14668c24b1bd80591e9ca049c872fe785a39198adc4a2a8681395b92b4207a69e395ed6157b75d206bc67b39b46c0c1bb9291d -doccontainersize 504244 -doccontainerchecksum e20b0158c036dd50ca5d7a7d8864d52641d4714c06355e86e4011e4ff323b767dc888efdc6c49a2c93dc97a4bbb44d0363ba4dc43956d262b20cf09034c7fd0c +containersize 5308 +containerchecksum 6a86f507006df51dd6a9db2e33d5b0943adeb3c803723176dc5ba0094e4b8da934e925c94c86fba3b96e7b525e85c5b3ffd2082626857d84ca94f85f76c4c67e +doccontainersize 504652 +doccontainerchecksum 171a4904da04fbf51abead3ce43f9c629ea8b0d4143015439698e11d1719b1a36edd5b7fc4d19c3cbca992882297e3b667194ec189184f4ebe2d23e1a8e3fc84 docfiles size=130 RELOC/doc/latex/updatemarks/README.md details="Readme" RELOC/doc/latex/updatemarks/updatemarks.pdf details="Package documentation" @@ -355114,7 +357632,7 @@ catalogue-contact-repository https://github.com/Sophanatprime/updatemarks catalogue-ctan /macros/latex/contrib/updatemarks catalogue-license lppl1.3c catalogue-topics page-hf expl3 -catalogue-version 0.2e +catalogue-version 0.2f name uplatex category Package @@ -355753,15 +358271,15 @@ catalogue-topics engine japanese chinese korean multilingual name uptex-base category Package -revision 68298 +revision 72534 shortdesc Plain TeX formats and documents for upTeX relocated 1 longdesc The bundle contains plain TeX format files and documents for longdesc upTeX and and e-upTeX. containersize 9804 -containerchecksum 793b51b536fe43860fa096d590bb64cc079f089effaead0d97262d1476442fb6212d30fba092a207797fd6508bfa24c3c3ab448ce4d531700fd8cfb08e4e8c24 -doccontainersize 160648 -doccontainerchecksum 93332d9861526dba5c338bd14a20cb7e6e95aa6666417aa92dfa99200ea735d8ee0b61d8da1eb09c758b9b179f613c51a725abc997275905b3a832580302df51 +containerchecksum b360f154a64a902a46cb1365835a8a46e4d964ac1bbef77a7c3fe032d3790351b3f1c30a57e82e6830f823dd93b4a0e554706a3323ca3b1730868c2ae4f59253 +doccontainersize 162044 +doccontainerchecksum a5a15f24664c47fa7937dc34a78123eb2fb887b15a9a6d6b900f6e591aae9c9944639a6d5e85a274bde883f86f1ee82e99a9ed3bd6c06cd0f1cc14f7b028e3ff docfiles size=194 RELOC/doc/uptex/uptex-base/00readme_uptex.txt RELOC/doc/uptex/uptex-base/01uptex_doc_utf8.txt @@ -355781,7 +358299,6 @@ docfiles size=194 RELOC/doc/uptex/uptex-base/samples/aozora-ujreport-utf8.tex RELOC/doc/uptex/uptex-base/samples/aozora-utarticle-utf8.tex RELOC/doc/uptex/uptex-base/samples/aozora-utbook-utf8.tex - RELOC/doc/uptex/uptex-base/samples/aozora-utf8.tex RELOC/doc/uptex/uptex-base/samples/aozora-utreport-utf8.tex RELOC/doc/uptex/uptex-base/samples/area-euc-incl.tex RELOC/doc/uptex/uptex-base/samples/area-euc.mp @@ -356616,7 +359133,7 @@ catalogue-version 1.0a name useclass category Package -revision 70444 +revision 72455 shortdesc Load classes as packages relocated 1 longdesc This package enables the usage of classes as packages. It was @@ -356626,15 +359143,15 @@ longdesc employing the l3doc class as a package is not convenient when longdesc using the developing class as the style for the document. longdesc Therefore, this package provides a simple interface for longdesc utilizing classes as packages. -containersize 1884 -containerchecksum 91f9632df422c3e956341e4ee05af318ba46d8739f518027dc051880c46e8707fdad67fe6c995196e23e53cc039d593a7ba18cb5c99ef9f14d6a355486843939 -doccontainersize 526708 -doccontainerchecksum 47679603875377d3f3fa23ece55d3f641c8f6db0bff779a6e0b00ecdbc072912e9498fa8569d7a5f0b55cafd7db8e2a6f8e5324d6bff1ad40489feb9e1be0be4 -docfiles size=133 +containersize 1876 +containerchecksum c81517ad60e53bf68ccd31b541117b633e853c6e1da4c2c861722ddfe09027b26b5897406fa3ac812616a34fd62fa158f20332dd5f606512ea5ea444b9800093 +doccontainersize 528348 +doccontainerchecksum e525764c19def98d317c5c3ecbec4daaf0af61ca56c7b656a86073d36c7b8549f0ed1266d7080890b9a425e7a983d2bcb51a586d9ca0c7a54a37c0e032c2c2b2 +docfiles size=134 RELOC/doc/latex/useclass/README.md details="Readme" RELOC/doc/latex/useclass/useclass.pdf details="Package documentation" -srccontainersize 4048 -srccontainerchecksum efd51d81d94a38cff9e60d31fe36f6bc3202a0cfbe0d275e70466e0cc1401a1620ce8df29a3908978f261d072d4f79e13541a4806aeefd1c0c4335c976b49b66 +srccontainersize 4116 +srccontainerchecksum 12fed54d629b19e2574f474b6f9cc109fb35e12adb744af080f2ab1598f31355d85b7368e79bf028f750dcfd3ffa4e19aee7d1ff3dc3c108d2fd784fd0f244b1 srcfiles size=5 RELOC/source/latex/useclass/useclass.dtx RELOC/source/latex/useclass/useclass.ins @@ -356645,7 +359162,7 @@ catalogue-contact-repository https://github.com/huangyxi/useclass catalogue-ctan /macros/latex/contrib/useclass catalogue-license lppl1.3c catalogue-topics doc-supp expl3 -catalogue-version 1.0 +catalogue-version 1.1 name ushort category Package @@ -356755,7 +359272,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 @@ -356763,15 +359280,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 @@ -356783,7 +359300,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 @@ -359717,7 +362234,7 @@ catalogue-version 1.2 name venturisadf category Package -revision 19444 +revision 72484 shortdesc Venturis ADF fonts collection relocated 1 longdesc Serif and sans serif complete text font families, in both Adobe @@ -359731,835 +362248,913 @@ execute addMap yv2.map execute addMap yv3.map execute addMap yvo.map execute addMap yvt.map -containersize 3866864 -containerchecksum 0f6b7369c1d589f9725897182f854f008b73dbda47078285635e87d480011bea0610da81512416b0963aa55487d646cd2a957002552ef2b8609d4536c0dd96bf -doccontainersize 412772 -doccontainerchecksum b46066744794a8ae1443b18bf1f6ce3d586c8ee8fa5c3273db608751979089b2407a6feab421a3c3c738a682e83e2f44bc5ac86eef1d51fa914ed0f0df985bcb -docfiles size=122 +containersize 4984108 +containerchecksum 4ec815c3bab663070292b182ac2dbd8259feedf485e7735171bf24fc6788adedf14533a521775178e52522ba43f6a6144d10999e469b9dc9c78aedc2f989f4b8 +doccontainersize 7788852 +doccontainerchecksum c24e18612940e7e3e1a7d32ac0aa1ee3a2563ea3db85152adfb311870151017918e56da58f66712779e27fa32d78dab96e99ee108db0dca5cc56d3b98c2a288b +docfiles size=2119 RELOC/doc/fonts/venturisadf/LICENSE-utopia.txt RELOC/doc/fonts/venturisadf/LIST-Venturis.txt - RELOC/doc/fonts/venturisadf/README details="Readme" + RELOC/doc/fonts/venturisadf/README.md details="Readme" RELOC/doc/fonts/venturisadf/manifest.txt + RELOC/doc/fonts/venturisadf/venturis-example.pdf + RELOC/doc/fonts/venturisadf/venturis-example.tex + RELOC/doc/fonts/venturisadf/venturis2-example.pdf + RELOC/doc/fonts/venturisadf/venturis2-example.tex + RELOC/doc/fonts/venturisadf/venturisadf-imp.pdf + RELOC/doc/fonts/venturisadf/venturisadf-tables.pdf + RELOC/doc/fonts/venturisadf/venturisadf-tables.tex RELOC/doc/fonts/venturisadf/venturisadf.pdf details="Documentation: installation and use" - RELOC/doc/fonts/venturisadf/venturisadf.tex -srccontainersize 14752 -srccontainerchecksum 2deac2b1cd151e41ea604d99209174b28de33d9f9358353b7d8b120c8e3cf45552947497e6d54cdf4024f5a071c39246221fd25cbca09cee7984755036993a40 -srcfiles size=75 - RELOC/source/fonts/venturisadf/lining.etx - RELOC/source/fonts/venturisadf/oldstyle.etx - RELOC/source/fonts/venturisadf/rename.venturis - RELOC/source/fonts/venturisadf/rename.venturis2 - RELOC/source/fonts/venturisadf/rename.venturisold - RELOC/source/fonts/venturisadf/rename.venturissans - RELOC/source/fonts/venturisadf/rename.venturissans2 - RELOC/source/fonts/venturisadf/rename.venturistitling + RELOC/doc/fonts/venturisadf/venturisold-example.pdf + RELOC/doc/fonts/venturisadf/venturisold-example.tex + RELOC/doc/fonts/venturisadf/venturissans-example.pdf + RELOC/doc/fonts/venturisadf/venturissans-example.tex + RELOC/doc/fonts/venturisadf/venturissans2-example.pdf + RELOC/doc/fonts/venturisadf/venturissans2-example.tex + RELOC/doc/fonts/venturisadf/yv1-drv.tex + RELOC/doc/fonts/venturisadf/yv1-map.tex + RELOC/doc/fonts/venturisadf/yv2-drv.tex + RELOC/doc/fonts/venturisadf/yv2-map.tex + RELOC/doc/fonts/venturisadf/yv3-drv.tex + RELOC/doc/fonts/venturisadf/yv3-map.tex + RELOC/doc/fonts/venturisadf/yvo-drv.tex + RELOC/doc/fonts/venturisadf/yvo-map.tex + RELOC/doc/fonts/venturisadf/yvt-drv.tex + RELOC/doc/fonts/venturisadf/yvt-map.tex +srccontainersize 32292 +srccontainerchecksum dca828f4a68b4da06cbaafc497f4483a19f747342742f79a2e38a15e2011ac9cd1226c2f467e94ba4c029e7f39a8656b3eed8f1481f2b91dc499d62b6611b27c +srcfiles size=103 RELOC/source/fonts/venturisadf/resetalt.mtx - RELOC/source/fonts/venturisadf/t1-dotalt-f_f.etx - RELOC/source/fonts/venturisadf/t1-f_f.etx RELOC/source/fonts/venturisadf/t1-venturis.etx RELOC/source/fonts/venturisadf/t1-venturisold-longs.etx RELOC/source/fonts/venturisadf/t1-venturisold.etx - RELOC/source/fonts/venturisadf/t1j-f_f.etx RELOC/source/fonts/venturisadf/t1j-venturis.etx - RELOC/source/fonts/venturisadf/ts1-euro.etx - RELOC/source/fonts/venturisadf/ucdotalt.etx - RELOC/source/fonts/venturisadf/yv1-drv.tex - RELOC/source/fonts/venturisadf/yv1-map.tex - RELOC/source/fonts/venturisadf/yv2-drv.tex - RELOC/source/fonts/venturisadf/yv2-map.tex - RELOC/source/fonts/venturisadf/yv3-drv.tex - RELOC/source/fonts/venturisadf/yv3-map.tex - RELOC/source/fonts/venturisadf/yvo-drv.tex - RELOC/source/fonts/venturisadf/yvo-map.tex - RELOC/source/fonts/venturisadf/yvt-drv.tex - RELOC/source/fonts/venturisadf/yvt-map.tex -runfiles size=2660 - RELOC/fonts/afm/arkandis/venturis/yvtb8a.afm - RELOC/fonts/afm/arkandis/venturis/yvtb8ac.afm - RELOC/fonts/afm/arkandis/venturis/yvtbc8a.afm - RELOC/fonts/afm/arkandis/venturis/yvtbc8ac.afm - RELOC/fonts/afm/arkandis/venturis/yvtbci8a.afm - RELOC/fonts/afm/arkandis/venturis/yvtbci8ac.afm - RELOC/fonts/afm/arkandis/venturis/yvtbd8ac.afm - RELOC/fonts/afm/arkandis/venturis/yvtbi8a.afm - RELOC/fonts/afm/arkandis/venturis/yvtbi8ac.afm - RELOC/fonts/afm/arkandis/venturis/yvth8a.afm - RELOC/fonts/afm/arkandis/venturis/yvthi8a.afm - RELOC/fonts/afm/arkandis/venturis/yvtr8a.afm - RELOC/fonts/afm/arkandis/venturis/yvtr8ac.afm - RELOC/fonts/afm/arkandis/venturis/yvtrc8a.afm - RELOC/fonts/afm/arkandis/venturis/yvtrc8ac.afm - RELOC/fonts/afm/arkandis/venturis/yvtrci8a.afm - RELOC/fonts/afm/arkandis/venturis/yvtrci8ac.afm - RELOC/fonts/afm/arkandis/venturis/yvtrdl8a.afm - RELOC/fonts/afm/arkandis/venturis/yvtri8a.afm - RELOC/fonts/afm/arkandis/venturis/yvtri8ac.afm - RELOC/fonts/afm/arkandis/venturis2/yv2b8a.afm - RELOC/fonts/afm/arkandis/venturis2/yv2b8ac.afm - RELOC/fonts/afm/arkandis/venturis2/yv2bi8a.afm - RELOC/fonts/afm/arkandis/venturis2/yv2bi8ac.afm - RELOC/fonts/afm/arkandis/venturis2/yv2m8a.afm - RELOC/fonts/afm/arkandis/venturis2/yv2mi8a.afm - RELOC/fonts/afm/arkandis/venturis2/yv2r8a.afm - RELOC/fonts/afm/arkandis/venturis2/yv2r8ac.afm - RELOC/fonts/afm/arkandis/venturis2/yv2ri8a.afm - RELOC/fonts/afm/arkandis/venturis2/yv2ri8ac.afm - RELOC/fonts/afm/arkandis/venturis2/yv2x8a.afm - RELOC/fonts/afm/arkandis/venturis2/yv2xi8a.afm - RELOC/fonts/afm/arkandis/venturisold/yvob8a.afm - RELOC/fonts/afm/arkandis/venturisold/yvobi8a.afm - RELOC/fonts/afm/arkandis/venturisold/yvodd8a.afm - RELOC/fonts/afm/arkandis/venturisold/yvor8a.afm - RELOC/fonts/afm/arkandis/venturisold/yvori8a.afm - RELOC/fonts/afm/arkandis/venturissans/yv1b8a.afm - RELOC/fonts/afm/arkandis/venturissans/yv1b8ac.afm - RELOC/fonts/afm/arkandis/venturissans/yv1b8ax.afm - RELOC/fonts/afm/arkandis/venturissans/yv1bd8a.afm - RELOC/fonts/afm/arkandis/venturissans/yv1bi8a.afm - RELOC/fonts/afm/arkandis/venturissans/yv1bi8ac.afm - RELOC/fonts/afm/arkandis/venturissans/yv1bi8ax.afm - RELOC/fonts/afm/arkandis/venturissans/yv1d8a.afm - RELOC/fonts/afm/arkandis/venturissans/yv1dd8au.afm - RELOC/fonts/afm/arkandis/venturissans/yv1di8a.afm - RELOC/fonts/afm/arkandis/venturissans/yv1h8a.afm - RELOC/fonts/afm/arkandis/venturissans/yv1ho8a.afm - RELOC/fonts/afm/arkandis/venturissans/yv1l8a.afm - RELOC/fonts/afm/arkandis/venturissans/yv1li8a.afm - RELOC/fonts/afm/arkandis/venturissans/yv1r8a.afm - RELOC/fonts/afm/arkandis/venturissans/yv1r8ac.afm - RELOC/fonts/afm/arkandis/venturissans/yv1r8ax.afm - RELOC/fonts/afm/arkandis/venturissans/yv1ri8a.afm - RELOC/fonts/afm/arkandis/venturissans/yv1ri8ac.afm - RELOC/fonts/afm/arkandis/venturissans/yv1ri8ax.afm - RELOC/fonts/afm/arkandis/venturissans2/yv3b8a.afm - RELOC/fonts/afm/arkandis/venturissans2/yv3b8ac.afm - RELOC/fonts/afm/arkandis/venturissans2/yv3b8ax.afm - RELOC/fonts/afm/arkandis/venturissans2/yv3bi8a.afm - RELOC/fonts/afm/arkandis/venturissans2/yv3bi8ac.afm - RELOC/fonts/afm/arkandis/venturissans2/yv3bi8ax.afm - RELOC/fonts/afm/arkandis/venturissans2/yv3r8a.afm - RELOC/fonts/afm/arkandis/venturissans2/yv3r8ac.afm - RELOC/fonts/afm/arkandis/venturissans2/yv3r8ax.afm - RELOC/fonts/afm/arkandis/venturissans2/yv3ri8a.afm - RELOC/fonts/afm/arkandis/venturissans2/yv3ri8ac.afm - RELOC/fonts/afm/arkandis/venturissans2/yv3ri8ax.afm - RELOC/fonts/enc/dvips/venturisadf/t1-dotalt-f_f-venturisadf.enc - RELOC/fonts/enc/dvips/venturisadf/t1-f_f-venturisadf.enc + RELOC/source/fonts/venturisadf/venturis.dtx + RELOC/source/fonts/venturisadf/venturis2.dtx + RELOC/source/fonts/venturisadf/venturisadf-build.dtx + RELOC/source/fonts/venturisadf/venturisadf-imp.dtx + RELOC/source/fonts/venturisadf/venturisadf.dtx + RELOC/source/fonts/venturisadf/venturisadf.ins + RELOC/source/fonts/venturisadf/venturisold.dtx + RELOC/source/fonts/venturisadf/venturissans.dtx + RELOC/source/fonts/venturisadf/venturissans2.dtx +runfiles size=3458 + RELOC/fonts/afm/public/venturisadf/yv1b8a.afm + RELOC/fonts/afm/public/venturisadf/yv1b8ac.afm + RELOC/fonts/afm/public/venturisadf/yv1b8ax.afm + RELOC/fonts/afm/public/venturisadf/yv1bd8a.afm + RELOC/fonts/afm/public/venturisadf/yv1bi8a.afm + RELOC/fonts/afm/public/venturisadf/yv1bi8ac.afm + RELOC/fonts/afm/public/venturisadf/yv1bi8ax.afm + RELOC/fonts/afm/public/venturisadf/yv1d8a.afm + RELOC/fonts/afm/public/venturisadf/yv1dd8au.afm + RELOC/fonts/afm/public/venturisadf/yv1di8a.afm + RELOC/fonts/afm/public/venturisadf/yv1h8a.afm + RELOC/fonts/afm/public/venturisadf/yv1ho8a.afm + RELOC/fonts/afm/public/venturisadf/yv1l8a.afm + RELOC/fonts/afm/public/venturisadf/yv1li8a.afm + RELOC/fonts/afm/public/venturisadf/yv1r8a.afm + RELOC/fonts/afm/public/venturisadf/yv1r8ac.afm + RELOC/fonts/afm/public/venturisadf/yv1r8ax.afm + RELOC/fonts/afm/public/venturisadf/yv1ri8a.afm + RELOC/fonts/afm/public/venturisadf/yv1ri8ac.afm + RELOC/fonts/afm/public/venturisadf/yv1ri8ax.afm + RELOC/fonts/afm/public/venturisadf/yv2b8a.afm + RELOC/fonts/afm/public/venturisadf/yv2b8ac.afm + RELOC/fonts/afm/public/venturisadf/yv2bi8a.afm + RELOC/fonts/afm/public/venturisadf/yv2bi8ac.afm + RELOC/fonts/afm/public/venturisadf/yv2m8a.afm + RELOC/fonts/afm/public/venturisadf/yv2mi8a.afm + RELOC/fonts/afm/public/venturisadf/yv2r8a.afm + RELOC/fonts/afm/public/venturisadf/yv2r8ac.afm + RELOC/fonts/afm/public/venturisadf/yv2ri8a.afm + RELOC/fonts/afm/public/venturisadf/yv2ri8ac.afm + RELOC/fonts/afm/public/venturisadf/yv2x8a.afm + RELOC/fonts/afm/public/venturisadf/yv2xi8a.afm + RELOC/fonts/afm/public/venturisadf/yv3b8a.afm + RELOC/fonts/afm/public/venturisadf/yv3b8ac.afm + RELOC/fonts/afm/public/venturisadf/yv3b8ax.afm + RELOC/fonts/afm/public/venturisadf/yv3bi8a.afm + RELOC/fonts/afm/public/venturisadf/yv3bi8ac.afm + RELOC/fonts/afm/public/venturisadf/yv3bi8ax.afm + RELOC/fonts/afm/public/venturisadf/yv3r8a.afm + RELOC/fonts/afm/public/venturisadf/yv3r8ac.afm + RELOC/fonts/afm/public/venturisadf/yv3r8ax.afm + RELOC/fonts/afm/public/venturisadf/yv3ri8a.afm + RELOC/fonts/afm/public/venturisadf/yv3ri8ac.afm + RELOC/fonts/afm/public/venturisadf/yv3ri8ax.afm + RELOC/fonts/afm/public/venturisadf/yvob8a.afm + RELOC/fonts/afm/public/venturisadf/yvobi8a.afm + RELOC/fonts/afm/public/venturisadf/yvodd8a.afm + RELOC/fonts/afm/public/venturisadf/yvor8a.afm + RELOC/fonts/afm/public/venturisadf/yvori8a.afm + RELOC/fonts/afm/public/venturisadf/yvtb8a.afm + RELOC/fonts/afm/public/venturisadf/yvtb8ac.afm + RELOC/fonts/afm/public/venturisadf/yvtbc8a.afm + RELOC/fonts/afm/public/venturisadf/yvtbc8ac.afm + RELOC/fonts/afm/public/venturisadf/yvtbci8a.afm + RELOC/fonts/afm/public/venturisadf/yvtbci8ac.afm + RELOC/fonts/afm/public/venturisadf/yvtbd8ac.afm + RELOC/fonts/afm/public/venturisadf/yvtbi8a.afm + RELOC/fonts/afm/public/venturisadf/yvtbi8ac.afm + RELOC/fonts/afm/public/venturisadf/yvth8a.afm + RELOC/fonts/afm/public/venturisadf/yvthi8a.afm + RELOC/fonts/afm/public/venturisadf/yvtr8a.afm + RELOC/fonts/afm/public/venturisadf/yvtr8ac.afm + RELOC/fonts/afm/public/venturisadf/yvtrc8a.afm + RELOC/fonts/afm/public/venturisadf/yvtrc8ac.afm + RELOC/fonts/afm/public/venturisadf/yvtrci8a.afm + RELOC/fonts/afm/public/venturisadf/yvtrci8ac.afm + RELOC/fonts/afm/public/venturisadf/yvtrdl8a.afm + RELOC/fonts/afm/public/venturisadf/yvtri8a.afm + RELOC/fonts/afm/public/venturisadf/yvtri8ac.afm + RELOC/fonts/enc/dvips/venturisadf/t1-dotalt-f_f-yv.enc + RELOC/fonts/enc/dvips/venturisadf/t1-f_f-yv.enc RELOC/fonts/enc/dvips/venturisadf/t1-venturis.enc RELOC/fonts/enc/dvips/venturisadf/t1-venturisold-longs.enc - RELOC/fonts/enc/dvips/venturisadf/ts1-euro-venturisadf.enc - RELOC/fonts/map/dvips/venturis/yvt.map - RELOC/fonts/map/dvips/venturis2/yv2.map - RELOC/fonts/map/dvips/venturisold/yvo.map - RELOC/fonts/map/dvips/venturissans/yv1.map - RELOC/fonts/map/dvips/venturissans2/yv3.map - RELOC/fonts/tfm/arkandis/venturis/t1-yvtb-c.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtb.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtbc-c.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtbc.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtbci-c.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtbci.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtbd-c.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtbi-c.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtbi.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvth.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvthi.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtr-c.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtr.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtrc-c.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtrc.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtrci-c.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtrci.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtrdl.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtri-c.tfm - RELOC/fonts/tfm/arkandis/venturis/t1-yvtri.tfm - RELOC/fonts/tfm/arkandis/venturis/t1alt-yvtbc-c.tfm - RELOC/fonts/tfm/arkandis/venturis/t1alt-yvtbc.tfm - RELOC/fonts/tfm/arkandis/venturis/t1alt-yvtbci-c.tfm - RELOC/fonts/tfm/arkandis/venturis/t1alt-yvtbci.tfm - RELOC/fonts/tfm/arkandis/venturis/t1alt-yvtrc-c.tfm - RELOC/fonts/tfm/arkandis/venturis/t1alt-yvtrc.tfm - RELOC/fonts/tfm/arkandis/venturis/t1alt-yvtrci-c.tfm - RELOC/fonts/tfm/arkandis/venturis/t1alt-yvtrci.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtb-c.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtb.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtbc-c.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtbc.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtbci-c.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtbci.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtbd-c.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtbi-c.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtbi.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvth.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvthi.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtr-c.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtr.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtrc-c.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtrc.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtrci-c.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtrci.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtrdl.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtri-c.tfm - RELOC/fonts/tfm/arkandis/venturis/ts1-yvtri.tfm - RELOC/fonts/tfm/arkandis/venturis/vent-yvtr.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtb8c.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtb8cc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtb8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtb8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbc8c.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbc8cc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbc8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbc8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbci8c.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbci8cc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbci8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbci8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbcij8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbcij8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbcijw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbcijw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbciw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbciw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbcj8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbcj8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbcjw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbcjw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbcw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbcw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbd8cc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbd8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbi8c.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbi8cc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbi8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbi8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbij8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbij8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbijw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbijw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbiw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbiw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbj8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbj8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbjw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbjw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtbw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvth8c.tfm - RELOC/fonts/tfm/arkandis/venturis/yvth8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvthi8c.tfm - RELOC/fonts/tfm/arkandis/venturis/yvthi8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtr8c.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtr8cc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtr8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtr8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrajw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtraw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrc8c.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrc8cc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrc8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrc8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrci8c.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrci8cc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrci8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrci8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrcij8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrcij8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrcijw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrcijw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrciw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrciw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrcj8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrcj8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrcjw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrcjw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrcw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrcw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrdl8c.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrdl8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtri8c.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtri8cc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtri8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtri8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrij8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrij8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrijw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrijw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtriw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtriw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrj8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrj8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrjw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrjw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrw8t.tfm - RELOC/fonts/tfm/arkandis/venturis/yvtrw8tc.tfm - RELOC/fonts/tfm/arkandis/venturis2/t1-yv2b-c.tfm - RELOC/fonts/tfm/arkandis/venturis2/t1-yv2b.tfm - RELOC/fonts/tfm/arkandis/venturis2/t1-yv2bi-c.tfm - RELOC/fonts/tfm/arkandis/venturis2/t1-yv2bi.tfm - RELOC/fonts/tfm/arkandis/venturis2/t1-yv2m.tfm - RELOC/fonts/tfm/arkandis/venturis2/t1-yv2mi.tfm - RELOC/fonts/tfm/arkandis/venturis2/t1-yv2r-c.tfm - RELOC/fonts/tfm/arkandis/venturis2/t1-yv2r.tfm - RELOC/fonts/tfm/arkandis/venturis2/t1-yv2ri-c.tfm - RELOC/fonts/tfm/arkandis/venturis2/t1-yv2ri.tfm - RELOC/fonts/tfm/arkandis/venturis2/t1-yv2x.tfm - RELOC/fonts/tfm/arkandis/venturis2/t1-yv2xi.tfm - RELOC/fonts/tfm/arkandis/venturis2/ts1-yv2b-c.tfm - RELOC/fonts/tfm/arkandis/venturis2/ts1-yv2b.tfm - RELOC/fonts/tfm/arkandis/venturis2/ts1-yv2bi-c.tfm - RELOC/fonts/tfm/arkandis/venturis2/ts1-yv2bi.tfm - RELOC/fonts/tfm/arkandis/venturis2/ts1-yv2m.tfm - RELOC/fonts/tfm/arkandis/venturis2/ts1-yv2mi.tfm - RELOC/fonts/tfm/arkandis/venturis2/ts1-yv2r-c.tfm - RELOC/fonts/tfm/arkandis/venturis2/ts1-yv2r.tfm - RELOC/fonts/tfm/arkandis/venturis2/ts1-yv2ri-c.tfm - RELOC/fonts/tfm/arkandis/venturis2/ts1-yv2ri.tfm - RELOC/fonts/tfm/arkandis/venturis2/ts1-yv2x.tfm - RELOC/fonts/tfm/arkandis/venturis2/ts1-yv2xi.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2b8c.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2b8cc.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2b8t.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2b8tc.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2bi8c.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2bi8cc.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2bi8t.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2bi8tc.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2m8c.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2m8t.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2mi8c.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2mi8t.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2r8c.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2r8cc.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2r8t.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2r8tc.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2ri8c.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2ri8cc.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2ri8t.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2ri8tc.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2x8c.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2x8t.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2xi8c.tfm - RELOC/fonts/tfm/arkandis/venturis2/yv2xi8t.tfm - RELOC/fonts/tfm/arkandis/venturisold/t1-yvob.tfm - RELOC/fonts/tfm/arkandis/venturisold/t1-yvobi.tfm - RELOC/fonts/tfm/arkandis/venturisold/t1-yvodd.tfm - RELOC/fonts/tfm/arkandis/venturisold/t1-yvor.tfm - RELOC/fonts/tfm/arkandis/venturisold/t1-yvori.tfm - RELOC/fonts/tfm/arkandis/venturisold/ts1-yvob.tfm - RELOC/fonts/tfm/arkandis/venturisold/ts1-yvobi.tfm - RELOC/fonts/tfm/arkandis/venturisold/ts1-yvodd.tfm - RELOC/fonts/tfm/arkandis/venturisold/ts1-yvor.tfm - RELOC/fonts/tfm/arkandis/venturisold/ts1-yvori.tfm - RELOC/fonts/tfm/arkandis/venturisold/yvoab8t.tfm - RELOC/fonts/tfm/arkandis/venturisold/yvoabi8t.tfm - RELOC/fonts/tfm/arkandis/venturisold/yvoar8t.tfm - RELOC/fonts/tfm/arkandis/venturisold/yvoari8t.tfm - RELOC/fonts/tfm/arkandis/venturisold/yvob8c.tfm - RELOC/fonts/tfm/arkandis/venturisold/yvob8t.tfm - RELOC/fonts/tfm/arkandis/venturisold/yvobi8c.tfm - RELOC/fonts/tfm/arkandis/venturisold/yvobi8t.tfm - RELOC/fonts/tfm/arkandis/venturisold/yvodd8c.tfm - RELOC/fonts/tfm/arkandis/venturisold/yvodd8t.tfm - RELOC/fonts/tfm/arkandis/venturisold/yvor8c.tfm - RELOC/fonts/tfm/arkandis/venturisold/yvor8t.tfm - RELOC/fonts/tfm/arkandis/venturisold/yvori8c.tfm - RELOC/fonts/tfm/arkandis/venturisold/yvori8t.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1b-c.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1b-x.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1b.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1bd.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1bi-c.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1bi-x.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1bi.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1d.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1dd-u.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1di.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1h.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1ho.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1l.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1li.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1r-c.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1r-x.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1r.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1ri-c.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1ri-x.tfm - RELOC/fonts/tfm/arkandis/venturissans/t1-yv1ri.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1b-c.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1b-x.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1b.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1bd.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1bi-c.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1bi-x.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1bi.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1d.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1dd-u.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1di.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1h.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1ho.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1l.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1li.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1r-c.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1r-x.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1r.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1ri-c.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1ri-x.tfm - RELOC/fonts/tfm/arkandis/venturissans/ts1-yv1ri.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1b8c.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1b8cc.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1b8cx.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1b8t.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1b8tc.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1b8tx.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1bd8c.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1bd8t.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1bi8c.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1bi8cc.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1bi8cx.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1bi8t.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1bi8tc.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1bi8tx.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1d8c.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1d8t.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1dd8cu.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1dd8tu.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1di8c.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1di8t.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1h8c.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1h8t.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1ho8c.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1ho8t.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1l8c.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1l8t.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1li8c.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1li8t.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1r8c.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1r8cc.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1r8cx.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1r8t.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1r8tc.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1r8tx.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1ri8c.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1ri8cc.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1ri8cx.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1ri8t.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1ri8tc.tfm - RELOC/fonts/tfm/arkandis/venturissans/yv1ri8tx.tfm - RELOC/fonts/tfm/arkandis/venturissans2/t1-yv3b-c.tfm - RELOC/fonts/tfm/arkandis/venturissans2/t1-yv3b-x.tfm - RELOC/fonts/tfm/arkandis/venturissans2/t1-yv3b.tfm - RELOC/fonts/tfm/arkandis/venturissans2/t1-yv3bi-c.tfm - RELOC/fonts/tfm/arkandis/venturissans2/t1-yv3bi-x.tfm - RELOC/fonts/tfm/arkandis/venturissans2/t1-yv3bi.tfm - RELOC/fonts/tfm/arkandis/venturissans2/t1-yv3r-c.tfm - RELOC/fonts/tfm/arkandis/venturissans2/t1-yv3r-x.tfm - RELOC/fonts/tfm/arkandis/venturissans2/t1-yv3r.tfm - RELOC/fonts/tfm/arkandis/venturissans2/t1-yv3ri-c.tfm - RELOC/fonts/tfm/arkandis/venturissans2/t1-yv3ri-x.tfm - RELOC/fonts/tfm/arkandis/venturissans2/t1-yv3ri.tfm - RELOC/fonts/tfm/arkandis/venturissans2/ts1-yv3b-c.tfm - RELOC/fonts/tfm/arkandis/venturissans2/ts1-yv3b-x.tfm - RELOC/fonts/tfm/arkandis/venturissans2/ts1-yv3b.tfm - RELOC/fonts/tfm/arkandis/venturissans2/ts1-yv3bi-c.tfm - RELOC/fonts/tfm/arkandis/venturissans2/ts1-yv3bi-x.tfm - RELOC/fonts/tfm/arkandis/venturissans2/ts1-yv3bi.tfm - RELOC/fonts/tfm/arkandis/venturissans2/ts1-yv3r-c.tfm - RELOC/fonts/tfm/arkandis/venturissans2/ts1-yv3r-x.tfm - RELOC/fonts/tfm/arkandis/venturissans2/ts1-yv3r.tfm - RELOC/fonts/tfm/arkandis/venturissans2/ts1-yv3ri-c.tfm - RELOC/fonts/tfm/arkandis/venturissans2/ts1-yv3ri-x.tfm - RELOC/fonts/tfm/arkandis/venturissans2/ts1-yv3ri.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3b8c.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3b8cc.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3b8cx.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3b8t.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3b8tc.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3b8tx.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3bi8c.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3bi8cc.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3bi8cx.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3bi8t.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3bi8tc.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3bi8tx.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3r8c.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3r8cc.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3r8cx.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3r8t.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3r8tc.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3r8tx.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3ri8c.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3ri8cc.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3ri8cx.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3ri8t.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3ri8tc.tfm - RELOC/fonts/tfm/arkandis/venturissans2/yv3ri8tx.tfm - RELOC/fonts/type1/arkandis/venturis/yvtb8a.pfb - RELOC/fonts/type1/arkandis/venturis/yvtb8a.pfm - RELOC/fonts/type1/arkandis/venturis/yvtb8ac.pfb - RELOC/fonts/type1/arkandis/venturis/yvtb8ac.pfm - RELOC/fonts/type1/arkandis/venturis/yvtbc8a.pfb - RELOC/fonts/type1/arkandis/venturis/yvtbc8a.pfm - RELOC/fonts/type1/arkandis/venturis/yvtbc8ac.pfb - RELOC/fonts/type1/arkandis/venturis/yvtbc8ac.pfm - RELOC/fonts/type1/arkandis/venturis/yvtbci8a.pfb - RELOC/fonts/type1/arkandis/venturis/yvtbci8a.pfm - RELOC/fonts/type1/arkandis/venturis/yvtbci8ac.pfb - RELOC/fonts/type1/arkandis/venturis/yvtbci8ac.pfm - RELOC/fonts/type1/arkandis/venturis/yvtbd8ac.pfb - RELOC/fonts/type1/arkandis/venturis/yvtbd8ac.pfm - RELOC/fonts/type1/arkandis/venturis/yvtbi8a.pfb - RELOC/fonts/type1/arkandis/venturis/yvtbi8a.pfm - RELOC/fonts/type1/arkandis/venturis/yvtbi8ac.pfb - RELOC/fonts/type1/arkandis/venturis/yvtbi8ac.pfm - RELOC/fonts/type1/arkandis/venturis/yvth8a.pfb - RELOC/fonts/type1/arkandis/venturis/yvth8a.pfm - RELOC/fonts/type1/arkandis/venturis/yvthi8a.pfb - RELOC/fonts/type1/arkandis/venturis/yvthi8a.pfm - RELOC/fonts/type1/arkandis/venturis/yvtr8a.pfb - RELOC/fonts/type1/arkandis/venturis/yvtr8a.pfm - RELOC/fonts/type1/arkandis/venturis/yvtr8ac.pfb - RELOC/fonts/type1/arkandis/venturis/yvtr8ac.pfm - RELOC/fonts/type1/arkandis/venturis/yvtrc8a.pfb - RELOC/fonts/type1/arkandis/venturis/yvtrc8a.pfm - RELOC/fonts/type1/arkandis/venturis/yvtrc8ac.pfb - RELOC/fonts/type1/arkandis/venturis/yvtrc8ac.pfm - RELOC/fonts/type1/arkandis/venturis/yvtrci8a.pfb - RELOC/fonts/type1/arkandis/venturis/yvtrci8a.pfm - RELOC/fonts/type1/arkandis/venturis/yvtrci8ac.pfb - RELOC/fonts/type1/arkandis/venturis/yvtrci8ac.pfm - RELOC/fonts/type1/arkandis/venturis/yvtrdl8a.pfb - RELOC/fonts/type1/arkandis/venturis/yvtrdl8a.pfm - RELOC/fonts/type1/arkandis/venturis/yvtri8a.pfb - RELOC/fonts/type1/arkandis/venturis/yvtri8a.pfm - RELOC/fonts/type1/arkandis/venturis/yvtri8ac.pfb - RELOC/fonts/type1/arkandis/venturis/yvtri8ac.pfm - RELOC/fonts/type1/arkandis/venturis2/yv2b8a.pfb - RELOC/fonts/type1/arkandis/venturis2/yv2b8a.pfm - RELOC/fonts/type1/arkandis/venturis2/yv2b8ac.pfb - RELOC/fonts/type1/arkandis/venturis2/yv2b8ac.pfm - RELOC/fonts/type1/arkandis/venturis2/yv2bi8a.pfb - RELOC/fonts/type1/arkandis/venturis2/yv2bi8a.pfm - RELOC/fonts/type1/arkandis/venturis2/yv2bi8ac.pfb - RELOC/fonts/type1/arkandis/venturis2/yv2bi8ac.pfm - RELOC/fonts/type1/arkandis/venturis2/yv2m8a.pfb - RELOC/fonts/type1/arkandis/venturis2/yv2m8a.pfm - RELOC/fonts/type1/arkandis/venturis2/yv2mi8a.pfb - RELOC/fonts/type1/arkandis/venturis2/yv2mi8a.pfm - RELOC/fonts/type1/arkandis/venturis2/yv2r8a.pfb - RELOC/fonts/type1/arkandis/venturis2/yv2r8a.pfm - RELOC/fonts/type1/arkandis/venturis2/yv2r8ac.pfb - RELOC/fonts/type1/arkandis/venturis2/yv2r8ac.pfm - RELOC/fonts/type1/arkandis/venturis2/yv2ri8a.pfb - RELOC/fonts/type1/arkandis/venturis2/yv2ri8a.pfm - RELOC/fonts/type1/arkandis/venturis2/yv2ri8ac.pfb - RELOC/fonts/type1/arkandis/venturis2/yv2ri8ac.pfm - RELOC/fonts/type1/arkandis/venturis2/yv2x8a.pfb - RELOC/fonts/type1/arkandis/venturis2/yv2x8a.pfm - RELOC/fonts/type1/arkandis/venturis2/yv2xi8a.pfb - RELOC/fonts/type1/arkandis/venturis2/yv2xi8a.pfm - RELOC/fonts/type1/arkandis/venturisold/yvob8a.pfb - RELOC/fonts/type1/arkandis/venturisold/yvob8a.pfm - RELOC/fonts/type1/arkandis/venturisold/yvobi8a.pfb - RELOC/fonts/type1/arkandis/venturisold/yvobi8a.pfm - RELOC/fonts/type1/arkandis/venturisold/yvodd8a.pfb - RELOC/fonts/type1/arkandis/venturisold/yvodd8a.pfm - RELOC/fonts/type1/arkandis/venturisold/yvor8a.pfb - RELOC/fonts/type1/arkandis/venturisold/yvor8a.pfm - RELOC/fonts/type1/arkandis/venturisold/yvori8a.pfb - RELOC/fonts/type1/arkandis/venturisold/yvori8a.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1b8a.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1b8a.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1b8ac.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1b8ac.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1b8ax.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1b8ax.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1bd8a.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1bd8a.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1bi8a.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1bi8a.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1bi8ac.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1bi8ac.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1bi8ax.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1bi8ax.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1d8a.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1d8a.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1dd8au.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1dd8au.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1di8a.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1di8a.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1h8a.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1h8a.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1ho8a.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1ho8a.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1l8a.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1l8a.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1li8a.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1li8a.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1r8a.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1r8a.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1r8ac.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1r8ac.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1r8ax.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1r8ax.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1ri8a.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1ri8a.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1ri8ac.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1ri8ac.pfm - RELOC/fonts/type1/arkandis/venturissans/yv1ri8ax.pfb - RELOC/fonts/type1/arkandis/venturissans/yv1ri8ax.pfm - RELOC/fonts/type1/arkandis/venturissans2/yv3b8a.pfb - RELOC/fonts/type1/arkandis/venturissans2/yv3b8a.pfm - RELOC/fonts/type1/arkandis/venturissans2/yv3b8ac.pfb - RELOC/fonts/type1/arkandis/venturissans2/yv3b8ac.pfm - RELOC/fonts/type1/arkandis/venturissans2/yv3b8ax.pfb - RELOC/fonts/type1/arkandis/venturissans2/yv3b8ax.pfm - RELOC/fonts/type1/arkandis/venturissans2/yv3bi8a.pfb - RELOC/fonts/type1/arkandis/venturissans2/yv3bi8a.pfm - RELOC/fonts/type1/arkandis/venturissans2/yv3bi8ac.pfb - RELOC/fonts/type1/arkandis/venturissans2/yv3bi8ac.pfm - RELOC/fonts/type1/arkandis/venturissans2/yv3bi8ax.pfb - RELOC/fonts/type1/arkandis/venturissans2/yv3bi8ax.pfm - RELOC/fonts/type1/arkandis/venturissans2/yv3r8a.pfb - RELOC/fonts/type1/arkandis/venturissans2/yv3r8a.pfm - RELOC/fonts/type1/arkandis/venturissans2/yv3r8ac.pfb - RELOC/fonts/type1/arkandis/venturissans2/yv3r8ac.pfm - RELOC/fonts/type1/arkandis/venturissans2/yv3r8ax.pfb - RELOC/fonts/type1/arkandis/venturissans2/yv3r8ax.pfm - RELOC/fonts/type1/arkandis/venturissans2/yv3ri8a.pfb - RELOC/fonts/type1/arkandis/venturissans2/yv3ri8a.pfm - RELOC/fonts/type1/arkandis/venturissans2/yv3ri8ac.pfb - RELOC/fonts/type1/arkandis/venturissans2/yv3ri8ac.pfm - RELOC/fonts/type1/arkandis/venturissans2/yv3ri8ax.pfb - RELOC/fonts/type1/arkandis/venturissans2/yv3ri8ax.pfm - RELOC/fonts/vf/arkandis/venturis/yvtb8c.vf - RELOC/fonts/vf/arkandis/venturis/yvtb8cc.vf - RELOC/fonts/vf/arkandis/venturis/yvtb8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtb8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbc8c.vf - RELOC/fonts/vf/arkandis/venturis/yvtbc8cc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbc8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbc8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbci8c.vf - RELOC/fonts/vf/arkandis/venturis/yvtbci8cc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbci8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbci8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbcij8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbcij8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbcijw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbcijw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbciw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbciw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbcj8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbcj8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbcjw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbcjw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbcw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbcw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbd8cc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbd8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbi8c.vf - RELOC/fonts/vf/arkandis/venturis/yvtbi8cc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbi8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbi8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbij8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbij8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbijw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbijw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbiw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbiw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbj8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbj8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbjw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbjw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtbw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtbw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvth8c.vf - RELOC/fonts/vf/arkandis/venturis/yvth8t.vf - RELOC/fonts/vf/arkandis/venturis/yvthi8c.vf - RELOC/fonts/vf/arkandis/venturis/yvthi8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtr8c.vf - RELOC/fonts/vf/arkandis/venturis/yvtr8cc.vf - RELOC/fonts/vf/arkandis/venturis/yvtr8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtr8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrajw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtraw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtrc8c.vf - RELOC/fonts/vf/arkandis/venturis/yvtrc8cc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrc8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtrc8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrci8c.vf - RELOC/fonts/vf/arkandis/venturis/yvtrci8cc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrci8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtrci8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrcij8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtrcij8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrcijw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtrcijw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrciw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtrciw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrcj8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtrcj8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrcjw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtrcjw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrcw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtrcw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrdl8c.vf - RELOC/fonts/vf/arkandis/venturis/yvtrdl8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtri8c.vf - RELOC/fonts/vf/arkandis/venturis/yvtri8cc.vf - RELOC/fonts/vf/arkandis/venturis/yvtri8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtri8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrij8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtrij8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrijw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtrijw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtriw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtriw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrj8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtrj8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrjw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtrjw8tc.vf - RELOC/fonts/vf/arkandis/venturis/yvtrw8t.vf - RELOC/fonts/vf/arkandis/venturis/yvtrw8tc.vf - RELOC/fonts/vf/arkandis/venturis2/yv2b8c.vf - RELOC/fonts/vf/arkandis/venturis2/yv2b8cc.vf - RELOC/fonts/vf/arkandis/venturis2/yv2b8t.vf - RELOC/fonts/vf/arkandis/venturis2/yv2b8tc.vf - RELOC/fonts/vf/arkandis/venturis2/yv2bi8c.vf - RELOC/fonts/vf/arkandis/venturis2/yv2bi8cc.vf - RELOC/fonts/vf/arkandis/venturis2/yv2bi8t.vf - RELOC/fonts/vf/arkandis/venturis2/yv2bi8tc.vf - RELOC/fonts/vf/arkandis/venturis2/yv2m8c.vf - RELOC/fonts/vf/arkandis/venturis2/yv2m8t.vf - RELOC/fonts/vf/arkandis/venturis2/yv2mi8c.vf - RELOC/fonts/vf/arkandis/venturis2/yv2mi8t.vf - RELOC/fonts/vf/arkandis/venturis2/yv2r8c.vf - RELOC/fonts/vf/arkandis/venturis2/yv2r8cc.vf - RELOC/fonts/vf/arkandis/venturis2/yv2r8t.vf - RELOC/fonts/vf/arkandis/venturis2/yv2r8tc.vf - RELOC/fonts/vf/arkandis/venturis2/yv2ri8c.vf - RELOC/fonts/vf/arkandis/venturis2/yv2ri8cc.vf - RELOC/fonts/vf/arkandis/venturis2/yv2ri8t.vf - RELOC/fonts/vf/arkandis/venturis2/yv2ri8tc.vf - RELOC/fonts/vf/arkandis/venturis2/yv2x8c.vf - RELOC/fonts/vf/arkandis/venturis2/yv2x8t.vf - RELOC/fonts/vf/arkandis/venturis2/yv2xi8c.vf - RELOC/fonts/vf/arkandis/venturis2/yv2xi8t.vf - RELOC/fonts/vf/arkandis/venturisold/yvoab8t.vf - RELOC/fonts/vf/arkandis/venturisold/yvoabi8t.vf - RELOC/fonts/vf/arkandis/venturisold/yvoar8t.vf - RELOC/fonts/vf/arkandis/venturisold/yvoari8t.vf - RELOC/fonts/vf/arkandis/venturisold/yvob8c.vf - RELOC/fonts/vf/arkandis/venturisold/yvob8t.vf - RELOC/fonts/vf/arkandis/venturisold/yvobi8c.vf - RELOC/fonts/vf/arkandis/venturisold/yvobi8t.vf - RELOC/fonts/vf/arkandis/venturisold/yvodd8c.vf - RELOC/fonts/vf/arkandis/venturisold/yvodd8t.vf - RELOC/fonts/vf/arkandis/venturisold/yvor8c.vf - RELOC/fonts/vf/arkandis/venturisold/yvor8t.vf - RELOC/fonts/vf/arkandis/venturisold/yvori8c.vf - RELOC/fonts/vf/arkandis/venturisold/yvori8t.vf - RELOC/fonts/vf/arkandis/venturissans/yv1b8c.vf - RELOC/fonts/vf/arkandis/venturissans/yv1b8cc.vf - RELOC/fonts/vf/arkandis/venturissans/yv1b8cx.vf - RELOC/fonts/vf/arkandis/venturissans/yv1b8t.vf - RELOC/fonts/vf/arkandis/venturissans/yv1b8tc.vf - RELOC/fonts/vf/arkandis/venturissans/yv1b8tx.vf - RELOC/fonts/vf/arkandis/venturissans/yv1bd8c.vf - RELOC/fonts/vf/arkandis/venturissans/yv1bd8t.vf - RELOC/fonts/vf/arkandis/venturissans/yv1bi8c.vf - RELOC/fonts/vf/arkandis/venturissans/yv1bi8cc.vf - RELOC/fonts/vf/arkandis/venturissans/yv1bi8cx.vf - RELOC/fonts/vf/arkandis/venturissans/yv1bi8t.vf - RELOC/fonts/vf/arkandis/venturissans/yv1bi8tc.vf - RELOC/fonts/vf/arkandis/venturissans/yv1bi8tx.vf - RELOC/fonts/vf/arkandis/venturissans/yv1d8c.vf - RELOC/fonts/vf/arkandis/venturissans/yv1d8t.vf - RELOC/fonts/vf/arkandis/venturissans/yv1dd8cu.vf - RELOC/fonts/vf/arkandis/venturissans/yv1dd8tu.vf - RELOC/fonts/vf/arkandis/venturissans/yv1di8c.vf - RELOC/fonts/vf/arkandis/venturissans/yv1di8t.vf - RELOC/fonts/vf/arkandis/venturissans/yv1h8c.vf - RELOC/fonts/vf/arkandis/venturissans/yv1h8t.vf - RELOC/fonts/vf/arkandis/venturissans/yv1ho8c.vf - RELOC/fonts/vf/arkandis/venturissans/yv1ho8t.vf - RELOC/fonts/vf/arkandis/venturissans/yv1l8c.vf - RELOC/fonts/vf/arkandis/venturissans/yv1l8t.vf - RELOC/fonts/vf/arkandis/venturissans/yv1li8c.vf - RELOC/fonts/vf/arkandis/venturissans/yv1li8t.vf - RELOC/fonts/vf/arkandis/venturissans/yv1r8c.vf - RELOC/fonts/vf/arkandis/venturissans/yv1r8cc.vf - RELOC/fonts/vf/arkandis/venturissans/yv1r8cx.vf - RELOC/fonts/vf/arkandis/venturissans/yv1r8t.vf - RELOC/fonts/vf/arkandis/venturissans/yv1r8tc.vf - RELOC/fonts/vf/arkandis/venturissans/yv1r8tx.vf - RELOC/fonts/vf/arkandis/venturissans/yv1ri8c.vf - RELOC/fonts/vf/arkandis/venturissans/yv1ri8cc.vf - RELOC/fonts/vf/arkandis/venturissans/yv1ri8cx.vf - RELOC/fonts/vf/arkandis/venturissans/yv1ri8t.vf - RELOC/fonts/vf/arkandis/venturissans/yv1ri8tc.vf - RELOC/fonts/vf/arkandis/venturissans/yv1ri8tx.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3b8c.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3b8cc.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3b8cx.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3b8t.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3b8tc.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3b8tx.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3bi8c.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3bi8cc.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3bi8cx.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3bi8t.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3bi8tc.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3bi8tx.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3r8c.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3r8cc.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3r8cx.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3r8t.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3r8tc.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3r8tx.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3ri8c.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3ri8cc.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3ri8cx.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3ri8t.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3ri8tc.vf - RELOC/fonts/vf/arkandis/venturissans2/yv3ri8tx.vf - RELOC/tex/latex/venturis/t1yvt.fd - RELOC/tex/latex/venturis/t1yvtajw.fd - RELOC/tex/latex/venturis/t1yvtaw.fd - RELOC/tex/latex/venturis/t1yvtd.fd - RELOC/tex/latex/venturis/t1yvtj.fd - RELOC/tex/latex/venturis/t1yvtjw.fd - RELOC/tex/latex/venturis/t1yvtw.fd - RELOC/tex/latex/venturis/ts1yvt.fd - RELOC/tex/latex/venturis/ts1yvtajw.fd - RELOC/tex/latex/venturis/ts1yvtaw.fd - RELOC/tex/latex/venturis/ts1yvtd.fd - RELOC/tex/latex/venturis/ts1yvtj.fd - RELOC/tex/latex/venturis/ts1yvtjw.fd - RELOC/tex/latex/venturis/ts1yvtw.fd - RELOC/tex/latex/venturis2/t1yv2.fd - RELOC/tex/latex/venturis2/ts1yv2.fd + RELOC/fonts/enc/dvips/venturisadf/ts1-euro-yv.enc + RELOC/fonts/map/dvips/venturisadf/yv1.map + RELOC/fonts/map/dvips/venturisadf/yv2.map + RELOC/fonts/map/dvips/venturisadf/yv3.map + RELOC/fonts/map/dvips/venturisadf/yvo.map + RELOC/fonts/map/dvips/venturisadf/yvt.map + RELOC/fonts/opentype/public/venturisadf/VenturisADF-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADF-BoldItalic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADF-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADF-Regular.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFCd-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFCd-BoldItalic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFCd-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFCd-Regular.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFCdStyle-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFCdStyle-BoldItalic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFCdStyle-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFCdStyle-Regular.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFGothTitling.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFHeavy-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFHeavy.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFNo2-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFNo2-BoldItalic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFNo2-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFNo2-Regular.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFNo2Cd-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFNo2Cd-BoldItalic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFNo2Cd-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFNo2Cd-Regular.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFNo2Med-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFNo2Med-BoldItalic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFNo2Med-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFNo2Med-Regular.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFStyle-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFStyle-BoldItalic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFStyle-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFStyle-Regular.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFTitlingNo1.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFTitlingNo2.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFTitlingNo3.otf + RELOC/fonts/opentype/public/venturisadf/VenturisADFTitlingNo4.otf + RELOC/fonts/opentype/public/venturisadf/VenturisOldADF-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisOldADF-BoldItalic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisOldADF-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisOldADF-Regular.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADF-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADF-BoldItalic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADF-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADF-Regular.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFCd-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFCd-BoldItalic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFCd-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFCd-Regular.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFEx-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFEx-BoldItalic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFEx-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFEx-Regular.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFHeavy-Oblique.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFHeavy.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFLt-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFLt-BoldItalic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFLt-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFLt-Regular.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFNo2-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFNo2-BoldItalic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFNo2-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFNo2-Regular.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFNo2Cd-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFNo2Cd-BoldItal.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFNo2Cd-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFNo2Cd-Regular.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFNo2Ex-Bold.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFNo2Ex-BoldItal.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFNo2Ex-Italic.otf + RELOC/fonts/opentype/public/venturisadf/VenturisSansADFNo2Ex-Regular.otf + RELOC/fonts/tfm/public/venturisadf/t1-yv1b-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1b-x.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1b.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1bd.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1bi-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1bi-x.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1bi.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1d.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1dd-u.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1di.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1h.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1ho.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1l.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1li.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1r-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1r-x.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1r.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1ri-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1ri-x.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv1ri.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv2b-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv2b.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv2bi-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv2bi.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv2m.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv2mi.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv2r-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv2r.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv2ri-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv2ri.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv2x.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv2xi.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv3b-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv3b-x.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv3b.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv3bi-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv3bi-x.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv3bi.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv3r-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv3r-x.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv3r.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv3ri-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv3ri-x.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yv3ri.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvob.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvobi.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvodd.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvor.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvori.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtb-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtb.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtbc-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtbc.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtbci-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtbci.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtbd-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtbi-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtbi.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvth.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvthi.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtr-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtr.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtrc-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtrc.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtrci-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtrci.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtrdl.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtri-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1-yvtri.tfm + RELOC/fonts/tfm/public/venturisadf/t1alt-yvtbc-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1alt-yvtbc.tfm + RELOC/fonts/tfm/public/venturisadf/t1alt-yvtbci-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1alt-yvtbci.tfm + RELOC/fonts/tfm/public/venturisadf/t1alt-yvtrc-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1alt-yvtrc.tfm + RELOC/fonts/tfm/public/venturisadf/t1alt-yvtrci-c.tfm + RELOC/fonts/tfm/public/venturisadf/t1alt-yvtrci.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1b-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1b-x.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1b.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1bd.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1bi-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1bi-x.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1bi.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1d.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1dd-u.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1di.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1h.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1ho.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1l.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1li.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1r-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1r-x.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1r.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1ri-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1ri-x.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv1ri.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv2b-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv2b.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv2bi-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv2bi.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv2m.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv2mi.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv2r-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv2r.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv2ri-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv2ri.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv2x.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv2xi.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv3b-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv3b-x.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv3b.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv3bi-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv3bi-x.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv3bi.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv3r-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv3r-x.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv3r.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv3ri-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv3ri-x.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yv3ri.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvob.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvobi.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvodd.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvor.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvori.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtb-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtb.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtbc-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtbc.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtbci-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtbci.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtbd-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtbi-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtbi.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvth.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvthi.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtr-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtr.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtrc-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtrc.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtrci-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtrci.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtrdl.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtri-c.tfm + RELOC/fonts/tfm/public/venturisadf/ts1-yvtri.tfm + RELOC/fonts/tfm/public/venturisadf/vent-yvtr.tfm + RELOC/fonts/tfm/public/venturisadf/yv1b8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv1b8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yv1b8cx.tfm + RELOC/fonts/tfm/public/venturisadf/yv1b8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv1b8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yv1b8tx.tfm + RELOC/fonts/tfm/public/venturisadf/yv1bd8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv1bd8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv1bi8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv1bi8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yv1bi8cx.tfm + RELOC/fonts/tfm/public/venturisadf/yv1bi8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv1bi8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yv1bi8tx.tfm + RELOC/fonts/tfm/public/venturisadf/yv1d8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv1d8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv1dd8cu.tfm + RELOC/fonts/tfm/public/venturisadf/yv1dd8tu.tfm + RELOC/fonts/tfm/public/venturisadf/yv1di8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv1di8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv1h8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv1h8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv1ho8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv1ho8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv1l8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv1l8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv1li8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv1li8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv1r8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv1r8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yv1r8cx.tfm + RELOC/fonts/tfm/public/venturisadf/yv1r8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv1r8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yv1r8tx.tfm + RELOC/fonts/tfm/public/venturisadf/yv1ri8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv1ri8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yv1ri8cx.tfm + RELOC/fonts/tfm/public/venturisadf/yv1ri8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv1ri8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yv1ri8tx.tfm + RELOC/fonts/tfm/public/venturisadf/yv2b8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv2b8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yv2b8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv2b8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yv2bi8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv2bi8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yv2bi8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv2bi8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yv2m8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv2m8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv2mi8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv2mi8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv2r8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv2r8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yv2r8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv2r8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yv2ri8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv2ri8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yv2ri8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv2ri8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yv2x8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv2x8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv2xi8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv2xi8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv3b8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv3b8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yv3b8cx.tfm + RELOC/fonts/tfm/public/venturisadf/yv3b8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv3b8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yv3b8tx.tfm + RELOC/fonts/tfm/public/venturisadf/yv3bi8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv3bi8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yv3bi8cx.tfm + RELOC/fonts/tfm/public/venturisadf/yv3bi8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv3bi8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yv3bi8tx.tfm + RELOC/fonts/tfm/public/venturisadf/yv3r8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv3r8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yv3r8cx.tfm + RELOC/fonts/tfm/public/venturisadf/yv3r8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv3r8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yv3r8tx.tfm + RELOC/fonts/tfm/public/venturisadf/yv3ri8c.tfm + RELOC/fonts/tfm/public/venturisadf/yv3ri8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yv3ri8cx.tfm + RELOC/fonts/tfm/public/venturisadf/yv3ri8t.tfm + RELOC/fonts/tfm/public/venturisadf/yv3ri8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yv3ri8tx.tfm + RELOC/fonts/tfm/public/venturisadf/yvoab8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvoabi8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvoar8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvoari8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvob8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvob8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvobi8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvobi8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvodd8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvodd8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvor8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvor8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvori8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvori8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtb8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvtb8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtb8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtb8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbc8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbc8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbc8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbc8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbci8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbci8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbci8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbci8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbcij8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbcij8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbcijw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbcijw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbciw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbciw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbcj8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbcj8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbcjw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbcjw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbcw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbcw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbd8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbd8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbi8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbi8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbi8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbi8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbij8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbij8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbijw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbijw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbiw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbiw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbj8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbj8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbjw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbjw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtbw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvth8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvth8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvthi8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvthi8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtr8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvtr8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtr8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtr8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrajw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtraw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrc8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrc8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrc8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrc8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrci8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrci8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrci8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrci8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrcij8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrcij8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrcijw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrcijw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrciw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrciw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrcj8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrcj8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrcjw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrcjw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrcw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrcw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrdl8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrdl8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtri8c.tfm + RELOC/fonts/tfm/public/venturisadf/yvtri8cc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtri8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtri8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrij8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrij8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrijw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrijw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtriw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtriw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrj8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrj8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrjw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrjw8tc.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrw8t.tfm + RELOC/fonts/tfm/public/venturisadf/yvtrw8tc.tfm + RELOC/fonts/type1/public/venturisadf/yv1b8a.pfb + RELOC/fonts/type1/public/venturisadf/yv1b8a.pfm + RELOC/fonts/type1/public/venturisadf/yv1b8ac.pfb + RELOC/fonts/type1/public/venturisadf/yv1b8ac.pfm + RELOC/fonts/type1/public/venturisadf/yv1b8ax.pfb + RELOC/fonts/type1/public/venturisadf/yv1b8ax.pfm + RELOC/fonts/type1/public/venturisadf/yv1bd8a.pfb + RELOC/fonts/type1/public/venturisadf/yv1bd8a.pfm + RELOC/fonts/type1/public/venturisadf/yv1bi8a.pfb + RELOC/fonts/type1/public/venturisadf/yv1bi8a.pfm + RELOC/fonts/type1/public/venturisadf/yv1bi8ac.pfb + RELOC/fonts/type1/public/venturisadf/yv1bi8ac.pfm + RELOC/fonts/type1/public/venturisadf/yv1bi8ax.pfb + RELOC/fonts/type1/public/venturisadf/yv1bi8ax.pfm + RELOC/fonts/type1/public/venturisadf/yv1d8a.pfb + RELOC/fonts/type1/public/venturisadf/yv1d8a.pfm + RELOC/fonts/type1/public/venturisadf/yv1dd8au.pfb + RELOC/fonts/type1/public/venturisadf/yv1dd8au.pfm + RELOC/fonts/type1/public/venturisadf/yv1di8a.pfb + RELOC/fonts/type1/public/venturisadf/yv1di8a.pfm + RELOC/fonts/type1/public/venturisadf/yv1h8a.pfb + RELOC/fonts/type1/public/venturisadf/yv1h8a.pfm + RELOC/fonts/type1/public/venturisadf/yv1ho8a.pfb + RELOC/fonts/type1/public/venturisadf/yv1ho8a.pfm + RELOC/fonts/type1/public/venturisadf/yv1l8a.pfb + RELOC/fonts/type1/public/venturisadf/yv1l8a.pfm + RELOC/fonts/type1/public/venturisadf/yv1li8a.pfb + RELOC/fonts/type1/public/venturisadf/yv1li8a.pfm + RELOC/fonts/type1/public/venturisadf/yv1r8a.pfb + RELOC/fonts/type1/public/venturisadf/yv1r8a.pfm + RELOC/fonts/type1/public/venturisadf/yv1r8ac.pfb + RELOC/fonts/type1/public/venturisadf/yv1r8ac.pfm + RELOC/fonts/type1/public/venturisadf/yv1r8ax.pfb + RELOC/fonts/type1/public/venturisadf/yv1r8ax.pfm + RELOC/fonts/type1/public/venturisadf/yv1ri8a.pfb + RELOC/fonts/type1/public/venturisadf/yv1ri8a.pfm + RELOC/fonts/type1/public/venturisadf/yv1ri8ac.pfb + RELOC/fonts/type1/public/venturisadf/yv1ri8ac.pfm + RELOC/fonts/type1/public/venturisadf/yv1ri8ax.pfb + RELOC/fonts/type1/public/venturisadf/yv1ri8ax.pfm + RELOC/fonts/type1/public/venturisadf/yv2b8a.pfb + RELOC/fonts/type1/public/venturisadf/yv2b8a.pfm + RELOC/fonts/type1/public/venturisadf/yv2b8ac.pfb + RELOC/fonts/type1/public/venturisadf/yv2b8ac.pfm + RELOC/fonts/type1/public/venturisadf/yv2bi8a.pfb + RELOC/fonts/type1/public/venturisadf/yv2bi8a.pfm + RELOC/fonts/type1/public/venturisadf/yv2bi8ac.pfb + RELOC/fonts/type1/public/venturisadf/yv2bi8ac.pfm + RELOC/fonts/type1/public/venturisadf/yv2m8a.pfb + RELOC/fonts/type1/public/venturisadf/yv2m8a.pfm + RELOC/fonts/type1/public/venturisadf/yv2mi8a.pfb + RELOC/fonts/type1/public/venturisadf/yv2mi8a.pfm + RELOC/fonts/type1/public/venturisadf/yv2r8a.pfb + RELOC/fonts/type1/public/venturisadf/yv2r8a.pfm + RELOC/fonts/type1/public/venturisadf/yv2r8ac.pfb + RELOC/fonts/type1/public/venturisadf/yv2r8ac.pfm + RELOC/fonts/type1/public/venturisadf/yv2ri8a.pfb + RELOC/fonts/type1/public/venturisadf/yv2ri8a.pfm + RELOC/fonts/type1/public/venturisadf/yv2ri8ac.pfb + RELOC/fonts/type1/public/venturisadf/yv2ri8ac.pfm + RELOC/fonts/type1/public/venturisadf/yv2x8a.pfb + RELOC/fonts/type1/public/venturisadf/yv2x8a.pfm + RELOC/fonts/type1/public/venturisadf/yv2xi8a.pfb + RELOC/fonts/type1/public/venturisadf/yv2xi8a.pfm + RELOC/fonts/type1/public/venturisadf/yv3b8a.pfb + RELOC/fonts/type1/public/venturisadf/yv3b8a.pfm + RELOC/fonts/type1/public/venturisadf/yv3b8ac.pfb + RELOC/fonts/type1/public/venturisadf/yv3b8ac.pfm + RELOC/fonts/type1/public/venturisadf/yv3b8ax.pfb + RELOC/fonts/type1/public/venturisadf/yv3b8ax.pfm + RELOC/fonts/type1/public/venturisadf/yv3bi8a.pfb + RELOC/fonts/type1/public/venturisadf/yv3bi8a.pfm + RELOC/fonts/type1/public/venturisadf/yv3bi8ac.pfb + RELOC/fonts/type1/public/venturisadf/yv3bi8ac.pfm + RELOC/fonts/type1/public/venturisadf/yv3bi8ax.pfb + RELOC/fonts/type1/public/venturisadf/yv3bi8ax.pfm + RELOC/fonts/type1/public/venturisadf/yv3r8a.pfb + RELOC/fonts/type1/public/venturisadf/yv3r8a.pfm + RELOC/fonts/type1/public/venturisadf/yv3r8ac.pfb + RELOC/fonts/type1/public/venturisadf/yv3r8ac.pfm + RELOC/fonts/type1/public/venturisadf/yv3r8ax.pfb + RELOC/fonts/type1/public/venturisadf/yv3r8ax.pfm + RELOC/fonts/type1/public/venturisadf/yv3ri8a.pfb + RELOC/fonts/type1/public/venturisadf/yv3ri8a.pfm + RELOC/fonts/type1/public/venturisadf/yv3ri8ac.pfb + RELOC/fonts/type1/public/venturisadf/yv3ri8ac.pfm + RELOC/fonts/type1/public/venturisadf/yv3ri8ax.pfb + RELOC/fonts/type1/public/venturisadf/yv3ri8ax.pfm + RELOC/fonts/type1/public/venturisadf/yvob8a.pfb + RELOC/fonts/type1/public/venturisadf/yvob8a.pfm + RELOC/fonts/type1/public/venturisadf/yvobi8a.pfb + RELOC/fonts/type1/public/venturisadf/yvobi8a.pfm + RELOC/fonts/type1/public/venturisadf/yvodd8a.pfb + RELOC/fonts/type1/public/venturisadf/yvodd8a.pfm + RELOC/fonts/type1/public/venturisadf/yvor8a.pfb + RELOC/fonts/type1/public/venturisadf/yvor8a.pfm + RELOC/fonts/type1/public/venturisadf/yvori8a.pfb + RELOC/fonts/type1/public/venturisadf/yvori8a.pfm + RELOC/fonts/type1/public/venturisadf/yvtb8a.pfb + RELOC/fonts/type1/public/venturisadf/yvtb8a.pfm + RELOC/fonts/type1/public/venturisadf/yvtb8ac.pfb + RELOC/fonts/type1/public/venturisadf/yvtb8ac.pfm + RELOC/fonts/type1/public/venturisadf/yvtbc8a.pfb + RELOC/fonts/type1/public/venturisadf/yvtbc8a.pfm + RELOC/fonts/type1/public/venturisadf/yvtbc8ac.pfb + RELOC/fonts/type1/public/venturisadf/yvtbc8ac.pfm + RELOC/fonts/type1/public/venturisadf/yvtbci8a.pfb + RELOC/fonts/type1/public/venturisadf/yvtbci8a.pfm + RELOC/fonts/type1/public/venturisadf/yvtbci8ac.pfb + RELOC/fonts/type1/public/venturisadf/yvtbci8ac.pfm + RELOC/fonts/type1/public/venturisadf/yvtbd8ac.pfb + RELOC/fonts/type1/public/venturisadf/yvtbd8ac.pfm + RELOC/fonts/type1/public/venturisadf/yvtbi8a.pfb + RELOC/fonts/type1/public/venturisadf/yvtbi8a.pfm + RELOC/fonts/type1/public/venturisadf/yvtbi8ac.pfb + RELOC/fonts/type1/public/venturisadf/yvtbi8ac.pfm + RELOC/fonts/type1/public/venturisadf/yvth8a.pfb + RELOC/fonts/type1/public/venturisadf/yvth8a.pfm + RELOC/fonts/type1/public/venturisadf/yvthi8a.pfb + RELOC/fonts/type1/public/venturisadf/yvthi8a.pfm + RELOC/fonts/type1/public/venturisadf/yvtr8a.pfb + RELOC/fonts/type1/public/venturisadf/yvtr8a.pfm + RELOC/fonts/type1/public/venturisadf/yvtr8ac.pfb + RELOC/fonts/type1/public/venturisadf/yvtr8ac.pfm + RELOC/fonts/type1/public/venturisadf/yvtrc8a.pfb + RELOC/fonts/type1/public/venturisadf/yvtrc8a.pfm + RELOC/fonts/type1/public/venturisadf/yvtrc8ac.pfb + RELOC/fonts/type1/public/venturisadf/yvtrc8ac.pfm + RELOC/fonts/type1/public/venturisadf/yvtrci8a.pfb + RELOC/fonts/type1/public/venturisadf/yvtrci8a.pfm + RELOC/fonts/type1/public/venturisadf/yvtrci8ac.pfb + RELOC/fonts/type1/public/venturisadf/yvtrci8ac.pfm + RELOC/fonts/type1/public/venturisadf/yvtrdl8a.pfb + RELOC/fonts/type1/public/venturisadf/yvtrdl8a.pfm + RELOC/fonts/type1/public/venturisadf/yvtri8a.pfb + RELOC/fonts/type1/public/venturisadf/yvtri8a.pfm + RELOC/fonts/type1/public/venturisadf/yvtri8ac.pfb + RELOC/fonts/type1/public/venturisadf/yvtri8ac.pfm + RELOC/fonts/vf/public/venturisadf/yv1b8c.vf + RELOC/fonts/vf/public/venturisadf/yv1b8cc.vf + RELOC/fonts/vf/public/venturisadf/yv1b8cx.vf + RELOC/fonts/vf/public/venturisadf/yv1b8t.vf + RELOC/fonts/vf/public/venturisadf/yv1b8tc.vf + RELOC/fonts/vf/public/venturisadf/yv1b8tx.vf + RELOC/fonts/vf/public/venturisadf/yv1bd8c.vf + RELOC/fonts/vf/public/venturisadf/yv1bd8t.vf + RELOC/fonts/vf/public/venturisadf/yv1bi8c.vf + RELOC/fonts/vf/public/venturisadf/yv1bi8cc.vf + RELOC/fonts/vf/public/venturisadf/yv1bi8cx.vf + RELOC/fonts/vf/public/venturisadf/yv1bi8t.vf + RELOC/fonts/vf/public/venturisadf/yv1bi8tc.vf + RELOC/fonts/vf/public/venturisadf/yv1bi8tx.vf + RELOC/fonts/vf/public/venturisadf/yv1d8c.vf + RELOC/fonts/vf/public/venturisadf/yv1d8t.vf + RELOC/fonts/vf/public/venturisadf/yv1dd8cu.vf + RELOC/fonts/vf/public/venturisadf/yv1dd8tu.vf + RELOC/fonts/vf/public/venturisadf/yv1di8c.vf + RELOC/fonts/vf/public/venturisadf/yv1di8t.vf + RELOC/fonts/vf/public/venturisadf/yv1h8c.vf + RELOC/fonts/vf/public/venturisadf/yv1h8t.vf + RELOC/fonts/vf/public/venturisadf/yv1ho8c.vf + RELOC/fonts/vf/public/venturisadf/yv1ho8t.vf + RELOC/fonts/vf/public/venturisadf/yv1l8c.vf + RELOC/fonts/vf/public/venturisadf/yv1l8t.vf + RELOC/fonts/vf/public/venturisadf/yv1li8c.vf + RELOC/fonts/vf/public/venturisadf/yv1li8t.vf + RELOC/fonts/vf/public/venturisadf/yv1r8c.vf + RELOC/fonts/vf/public/venturisadf/yv1r8cc.vf + RELOC/fonts/vf/public/venturisadf/yv1r8cx.vf + RELOC/fonts/vf/public/venturisadf/yv1r8t.vf + RELOC/fonts/vf/public/venturisadf/yv1r8tc.vf + RELOC/fonts/vf/public/venturisadf/yv1r8tx.vf + RELOC/fonts/vf/public/venturisadf/yv1ri8c.vf + RELOC/fonts/vf/public/venturisadf/yv1ri8cc.vf + RELOC/fonts/vf/public/venturisadf/yv1ri8cx.vf + RELOC/fonts/vf/public/venturisadf/yv1ri8t.vf + RELOC/fonts/vf/public/venturisadf/yv1ri8tc.vf + RELOC/fonts/vf/public/venturisadf/yv1ri8tx.vf + RELOC/fonts/vf/public/venturisadf/yv2b8c.vf + RELOC/fonts/vf/public/venturisadf/yv2b8cc.vf + RELOC/fonts/vf/public/venturisadf/yv2b8t.vf + RELOC/fonts/vf/public/venturisadf/yv2b8tc.vf + RELOC/fonts/vf/public/venturisadf/yv2bi8c.vf + RELOC/fonts/vf/public/venturisadf/yv2bi8cc.vf + RELOC/fonts/vf/public/venturisadf/yv2bi8t.vf + RELOC/fonts/vf/public/venturisadf/yv2bi8tc.vf + RELOC/fonts/vf/public/venturisadf/yv2m8c.vf + RELOC/fonts/vf/public/venturisadf/yv2m8t.vf + RELOC/fonts/vf/public/venturisadf/yv2mi8c.vf + RELOC/fonts/vf/public/venturisadf/yv2mi8t.vf + RELOC/fonts/vf/public/venturisadf/yv2r8c.vf + RELOC/fonts/vf/public/venturisadf/yv2r8cc.vf + RELOC/fonts/vf/public/venturisadf/yv2r8t.vf + RELOC/fonts/vf/public/venturisadf/yv2r8tc.vf + RELOC/fonts/vf/public/venturisadf/yv2ri8c.vf + RELOC/fonts/vf/public/venturisadf/yv2ri8cc.vf + RELOC/fonts/vf/public/venturisadf/yv2ri8t.vf + RELOC/fonts/vf/public/venturisadf/yv2ri8tc.vf + RELOC/fonts/vf/public/venturisadf/yv2x8c.vf + RELOC/fonts/vf/public/venturisadf/yv2x8t.vf + RELOC/fonts/vf/public/venturisadf/yv2xi8c.vf + RELOC/fonts/vf/public/venturisadf/yv2xi8t.vf + RELOC/fonts/vf/public/venturisadf/yv3b8c.vf + RELOC/fonts/vf/public/venturisadf/yv3b8cc.vf + RELOC/fonts/vf/public/venturisadf/yv3b8cx.vf + RELOC/fonts/vf/public/venturisadf/yv3b8t.vf + RELOC/fonts/vf/public/venturisadf/yv3b8tc.vf + RELOC/fonts/vf/public/venturisadf/yv3b8tx.vf + RELOC/fonts/vf/public/venturisadf/yv3bi8c.vf + RELOC/fonts/vf/public/venturisadf/yv3bi8cc.vf + RELOC/fonts/vf/public/venturisadf/yv3bi8cx.vf + RELOC/fonts/vf/public/venturisadf/yv3bi8t.vf + RELOC/fonts/vf/public/venturisadf/yv3bi8tc.vf + RELOC/fonts/vf/public/venturisadf/yv3bi8tx.vf + RELOC/fonts/vf/public/venturisadf/yv3r8c.vf + RELOC/fonts/vf/public/venturisadf/yv3r8cc.vf + RELOC/fonts/vf/public/venturisadf/yv3r8cx.vf + RELOC/fonts/vf/public/venturisadf/yv3r8t.vf + RELOC/fonts/vf/public/venturisadf/yv3r8tc.vf + RELOC/fonts/vf/public/venturisadf/yv3r8tx.vf + RELOC/fonts/vf/public/venturisadf/yv3ri8c.vf + RELOC/fonts/vf/public/venturisadf/yv3ri8cc.vf + RELOC/fonts/vf/public/venturisadf/yv3ri8cx.vf + RELOC/fonts/vf/public/venturisadf/yv3ri8t.vf + RELOC/fonts/vf/public/venturisadf/yv3ri8tc.vf + RELOC/fonts/vf/public/venturisadf/yv3ri8tx.vf + RELOC/fonts/vf/public/venturisadf/yvoab8t.vf + RELOC/fonts/vf/public/venturisadf/yvoabi8t.vf + RELOC/fonts/vf/public/venturisadf/yvoar8t.vf + RELOC/fonts/vf/public/venturisadf/yvoari8t.vf + RELOC/fonts/vf/public/venturisadf/yvob8c.vf + RELOC/fonts/vf/public/venturisadf/yvob8t.vf + RELOC/fonts/vf/public/venturisadf/yvobi8c.vf + RELOC/fonts/vf/public/venturisadf/yvobi8t.vf + RELOC/fonts/vf/public/venturisadf/yvodd8c.vf + RELOC/fonts/vf/public/venturisadf/yvodd8t.vf + RELOC/fonts/vf/public/venturisadf/yvor8c.vf + RELOC/fonts/vf/public/venturisadf/yvor8t.vf + RELOC/fonts/vf/public/venturisadf/yvori8c.vf + RELOC/fonts/vf/public/venturisadf/yvori8t.vf + RELOC/fonts/vf/public/venturisadf/yvtb8c.vf + RELOC/fonts/vf/public/venturisadf/yvtb8cc.vf + RELOC/fonts/vf/public/venturisadf/yvtb8t.vf + RELOC/fonts/vf/public/venturisadf/yvtb8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbc8c.vf + RELOC/fonts/vf/public/venturisadf/yvtbc8cc.vf + RELOC/fonts/vf/public/venturisadf/yvtbc8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbc8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbci8c.vf + RELOC/fonts/vf/public/venturisadf/yvtbci8cc.vf + RELOC/fonts/vf/public/venturisadf/yvtbci8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbci8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbcij8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbcij8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbcijw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbcijw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbciw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbciw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbcj8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbcj8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbcjw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbcjw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbcw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbcw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbd8cc.vf + RELOC/fonts/vf/public/venturisadf/yvtbd8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbi8c.vf + RELOC/fonts/vf/public/venturisadf/yvtbi8cc.vf + RELOC/fonts/vf/public/venturisadf/yvtbi8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbi8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbij8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbij8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbijw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbijw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbiw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbiw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbj8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbj8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbjw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbjw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtbw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtbw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvth8c.vf + RELOC/fonts/vf/public/venturisadf/yvth8t.vf + RELOC/fonts/vf/public/venturisadf/yvthi8c.vf + RELOC/fonts/vf/public/venturisadf/yvthi8t.vf + RELOC/fonts/vf/public/venturisadf/yvtr8c.vf + RELOC/fonts/vf/public/venturisadf/yvtr8cc.vf + RELOC/fonts/vf/public/venturisadf/yvtr8t.vf + RELOC/fonts/vf/public/venturisadf/yvtr8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtrajw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtraw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtrc8c.vf + RELOC/fonts/vf/public/venturisadf/yvtrc8cc.vf + RELOC/fonts/vf/public/venturisadf/yvtrc8t.vf + RELOC/fonts/vf/public/venturisadf/yvtrc8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtrci8c.vf + RELOC/fonts/vf/public/venturisadf/yvtrci8cc.vf + RELOC/fonts/vf/public/venturisadf/yvtrci8t.vf + RELOC/fonts/vf/public/venturisadf/yvtrci8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtrcij8t.vf + RELOC/fonts/vf/public/venturisadf/yvtrcij8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtrcijw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtrcijw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtrciw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtrciw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtrcj8t.vf + RELOC/fonts/vf/public/venturisadf/yvtrcj8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtrcjw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtrcjw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtrcw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtrcw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtrdl8c.vf + RELOC/fonts/vf/public/venturisadf/yvtrdl8t.vf + RELOC/fonts/vf/public/venturisadf/yvtri8c.vf + RELOC/fonts/vf/public/venturisadf/yvtri8cc.vf + RELOC/fonts/vf/public/venturisadf/yvtri8t.vf + RELOC/fonts/vf/public/venturisadf/yvtri8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtrij8t.vf + RELOC/fonts/vf/public/venturisadf/yvtrij8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtrijw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtrijw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtriw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtriw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtrj8t.vf + RELOC/fonts/vf/public/venturisadf/yvtrj8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtrjw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtrjw8tc.vf + RELOC/fonts/vf/public/venturisadf/yvtrw8t.vf + RELOC/fonts/vf/public/venturisadf/yvtrw8tc.vf + RELOC/tex/latex/venturisadf/t1yv1.fd + RELOC/tex/latex/venturisadf/t1yv1d.fd + RELOC/tex/latex/venturisadf/t1yv2.fd + RELOC/tex/latex/venturisadf/t1yv3.fd + RELOC/tex/latex/venturisadf/t1yvo.fd + RELOC/tex/latex/venturisadf/t1yvoa.fd + RELOC/tex/latex/venturisadf/t1yvoad.fd + RELOC/tex/latex/venturisadf/t1yvod.fd + RELOC/tex/latex/venturisadf/t1yvt.fd + RELOC/tex/latex/venturisadf/t1yvtajw.fd + RELOC/tex/latex/venturisadf/t1yvtaw.fd + RELOC/tex/latex/venturisadf/t1yvtd.fd + RELOC/tex/latex/venturisadf/t1yvtj.fd + RELOC/tex/latex/venturisadf/t1yvtjw.fd + RELOC/tex/latex/venturisadf/t1yvtw.fd + RELOC/tex/latex/venturisadf/ts1yv1.fd + RELOC/tex/latex/venturisadf/ts1yv1d.fd + RELOC/tex/latex/venturisadf/ts1yv2.fd + RELOC/tex/latex/venturisadf/ts1yv3.fd + RELOC/tex/latex/venturisadf/ts1yvo.fd + RELOC/tex/latex/venturisadf/ts1yvoa.fd + RELOC/tex/latex/venturisadf/ts1yvoad.fd + RELOC/tex/latex/venturisadf/ts1yvod.fd + RELOC/tex/latex/venturisadf/ts1yvt.fd + RELOC/tex/latex/venturisadf/ts1yvtajw.fd + RELOC/tex/latex/venturisadf/ts1yvtaw.fd + RELOC/tex/latex/venturisadf/ts1yvtd.fd + RELOC/tex/latex/venturisadf/ts1yvtj.fd + RELOC/tex/latex/venturisadf/ts1yvtjw.fd + RELOC/tex/latex/venturisadf/ts1yvtw.fd RELOC/tex/latex/venturisadf/venturis.sty RELOC/tex/latex/venturisadf/venturis2.sty RELOC/tex/latex/venturisadf/venturisold.sty - RELOC/tex/latex/venturisold/t1yvo.fd - RELOC/tex/latex/venturisold/t1yvoa.fd - RELOC/tex/latex/venturisold/t1yvoad.fd - RELOC/tex/latex/venturisold/t1yvod.fd - RELOC/tex/latex/venturisold/ts1yvo.fd - RELOC/tex/latex/venturisold/ts1yvoa.fd - RELOC/tex/latex/venturisold/ts1yvoad.fd - RELOC/tex/latex/venturisold/ts1yvod.fd - RELOC/tex/latex/venturissans/t1yv1.fd - RELOC/tex/latex/venturissans/t1yv1d.fd - RELOC/tex/latex/venturissans/ts1yv1.fd - RELOC/tex/latex/venturissans/ts1yv1d.fd - RELOC/tex/latex/venturissans2/t1yv3.fd - RELOC/tex/latex/venturissans2/ts1yv3.fd catalogue-contact-home http://arkandis.tuxfamily.org/tugfonts.htm +catalogue-contact-repository https://codeberg.org/cfr/nfssext catalogue-ctan /fonts/venturisadf -catalogue-license other-free +catalogue-license lppl1.3 other-free catalogue-topics font font-type1 font-otf -catalogue-version 1.005 +catalogue-version 2.0 name verbasef category Package @@ -360771,7 +363366,7 @@ catalogue-version 7.1 name verifycommand category Package -revision 69389 +revision 72180 shortdesc Verifies definitions are unchanged, such as before patching relocated 1 longdesc This package is intended for package authors who patch code @@ -360781,25 +363376,25 @@ longdesc have not changed. This allows a package author to check before longdesc patching a definition. If a definition is not as expected, a longdesc warning is issued. At the end of the compile, a list of all longdesc changed definitions is displayed. -containersize 2004 -containerchecksum c977f40e851a47dbb329e96df9ac528aa9a2419bbcf34470af1110751365e219aefb36c6d630022b8d57949ea904e12dbb560329c526b3e35bd101c1032e38ff -doccontainersize 224688 -doccontainerchecksum 69431fb242574e7ee11200904483eaa1a52f5c621d5c7c6511649a80c71d06a5527dfaefb90a74929b81b0cb2559ac136e1f6fe7321689a296a040f6362e35f2 -docfiles size=57 +containersize 2576 +containerchecksum 3bc024262a95fadab561eca323414815afad5c0e4af81e0bb6f636d9806947912ba7baa404706f229068839465cccdd0a7bbd007d7e0d56d6f6034a5d99edd2d +doccontainersize 262288 +doccontainerchecksum 9ffe28c424dd6bb5894b33a698982e78560b45643963a90841d90096acfcf1bf2433dd4bc61da0bda3cea10733f5bac7189f9998dfd7286bb10f93c84e565aac +docfiles size=66 RELOC/doc/latex/verifycommand/README.txt details="Readme" RELOC/doc/latex/verifycommand/verifycommand.pdf details="Package documentation" -srccontainersize 8944 -srccontainerchecksum 8ef472771c5719e2473702f1a871ceb3512bcf557427e31a5c508701a72e813e6390fee4758f5cd059e27040c55fc5e9a9e094911d82c10d57351d26f851efae -srcfiles size=9 +srccontainersize 12108 +srccontainerchecksum 0e2a4151739d4a2bdc9bd3d5f20ad328e3d31a2eb8e9580bfb575dddfbd03d45d607481736324199146c636060119256fb6bb937c4818c14a4e7e4a03c8f249e +srcfiles size=14 RELOC/source/latex/verifycommand/verifycommand.dtx RELOC/source/latex/verifycommand/verifycommand.ins -runfiles size=2 +runfiles size=3 RELOC/tex/latex/verifycommand/verifycommand.sty catalogue-contact-bugs https://github.com/bdtc/verifycommand catalogue-ctan /macros/latex/contrib/verifycommand -catalogue-license lppl1.3c +catalogue-license lppl1.3 catalogue-topics package-devel -catalogue-version 1.00 +catalogue-version 1.10 name verse category Package @@ -364765,7 +367360,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 @@ -364776,10 +367371,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" @@ -364789,7 +367384,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 @@ -364944,7 +367539,7 @@ catalogue-topics biblatex name wintools.windows category TLCore -revision 71448 +revision 72482 shortdesc utilities provided only for Windows longdesc Common utilities, mainly from the w32tex distribution. postaction filetype name="TL.PSViewer.view" cmd='"TEXDIR/bin/windows/psviewer.exe" "%1"' @@ -364959,10 +367554,10 @@ postaction progid extension=.png filetype="TL.bitmap2eps.convert" postaction progid extension=.ps filetype="TL.PSViewer.view" postaction progid extension=.tif filetype="TL.bitmap2eps.convert" postaction progid extension=.tiff filetype="TL.bitmap2eps.convert" -containersize 5661920 -containerchecksum ad01a81045c7f6a4626311a6d54d3d44297b99db95519a822281f917c25eb25ac446154f2ce4f8c6a4ab78ca103201f3c8959398d78d8b06ff0396b869dd1a70 -doccontainersize 979592 -doccontainerchecksum effd169cf5411a534e6ce82bc91fde0ec2b62ef16083378fd9745f6518bfe1193803100635edf97854dd4ff22ff98a9be84ba7be970fd1be43f153e3d80239a5 +containersize 5664904 +containerchecksum 977f6e3ba8f30b6524b3cbce2a80ce80f84880ed0b456d228e7800d969b2acbad6060ee4bb9f713e4293f1baa0483d42df82dd3879bc650a17462b0d048305de +doccontainersize 979612 +doccontainerchecksum 8c5b95b9334a31e1e8825890be1fa5e1d406c6b0fa54d2169719ded394903b4bb06579f2bcfc23a6d02cbb8ed41cb58fec5c0a3223800f67389d0d1c1869ca05 docfiles size=331 texmf-dist/doc/support/bitmap2eps/bitmap2eps.README texmf-dist/doc/support/psviewer/psviewer.README @@ -365003,7 +367598,7 @@ runfiles size=4 texmf-dist/scripts/psviewer/psviewer.ps1 texmf-dist/scripts/tlaunch/tlaunchmode.pl texmf-dist/web2c/tlaunch.ini -binfiles arch=windows size=11418 +binfiles arch=windows size=11419 bin/windows/aftopl.exe bin/windows/bitmap2eps.exe bin/windows/bmeps.exe @@ -365073,7 +367668,7 @@ catalogue-version 0.3.1 name witharrows category Package -revision 69995 +revision 72594 shortdesc "Aligned" math environments with arrows for comments relocated 1 longdesc This package provides an environment WithArrows which is @@ -365083,18 +367678,18 @@ longdesc the alignment. These arrows are usually used to give longdesc explanations concerning the mathematical calculus presented. longdesc The package requires the following other LaTeX packages: expl3, longdesc footnote, l3keys2e, tikz, and xparse. -containersize 16252 -containerchecksum a1cc698a1b06684c3dbd221534e2ecaf3eb4a1486e361255d9d2a20739bf7713ab9a0a22dc5b589cfae7a1f811a9ec025a88784793f6bea9c6ffd6077c78e611 -doccontainersize 835404 -doccontainerchecksum 23e3ceb8d75fefb23dd4fa95800636420b16984ed5ecc9b0998bba54f3ba9eed9b2f5cef544e0d6f155806295d4dea20f38fffc6d95ee3ae420de1dfb8feaa0e -docfiles size=231 +containersize 16412 +containerchecksum 05b2c3950fd033905507bdcf3ae65c404fdb866e77db805f5bdbddfd747bd68ed6e62f3ab374fdb856ecbdb9e569a71ce2662d71a1689b09b678af6a18820335 +doccontainersize 1147576 +doccontainerchecksum 4491494c03d54e666d272aa3e49ec58de470a47cf2620332a73b21de790cee2be8fd89621155612e779b9100e198db7eeba0bfff83a817bfeed70994f8468230 +docfiles size=433 RELOC/doc/generic/witharrows/README.md details="Readme" RELOC/doc/generic/witharrows/witharrows-french.pdf details="Package documentation (French)" language="fr" RELOC/doc/generic/witharrows/witharrows-french.tex RELOC/doc/generic/witharrows/witharrows.pdf details="Package documentation (English)" -srccontainersize 54348 -srccontainerchecksum d4b5f3848769908e692e29a85f39e45eff4a83c71a403aead26070b25a4c6c87fe188896b6927adf6db52008e99e4159e69c352804fe81eb7a8b8b20eab85d6c -srcfiles size=72 +srccontainersize 55048 +srccontainerchecksum 8b4b30137ebfd5d2d8fcc262e790517893251c2bb6165ee1c34cc8aabc3b20ea686d332a1dd811ff30501a315cc1a12c0f7396f02d678c13be7cc6d63e691494 +srcfiles size=73 RELOC/source/generic/witharrows/witharrows.dtx RELOC/source/generic/witharrows/witharrows.ins runfiles size=47 @@ -365103,7 +367698,7 @@ runfiles size=47 catalogue-ctan /macros/generic/witharrows catalogue-license lppl1.3 catalogue-topics maths maths-syseqn pgf-tikz macro-gen expl3 -catalogue-version 2.8b +catalogue-version 2.9a name wnri category Package @@ -365425,30 +368020,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 @@ -365959,17 +368554,19 @@ catalogue-version 0.3 name writeongrid category Package -revision 70939 +revision 72162 shortdesc Write on grid lines relocated 1 longdesc An environment to create grids (type 5x5 or Seyes or Ruled) and longdesc commands to write texts "right" on the lines. -containersize 5252 -containerchecksum 081f5afa9fe075402827c8acdfee393b134cb1975d27f67ed0f1883289fcdbbddc7537a09768066ecc29591a2b435085231f75dbfcc5beb0370b774f5b4be458 -doccontainersize 1094848 -doccontainerchecksum bfed61605109be973fd38acf827d94abedfb774b4c795fe12dacaf837e757f5df3f3c232141d94d827a3a465df9680e4f57321041877a0b79c700d5220e5508e -docfiles size=354 +containersize 5368 +containerchecksum 664ef56d056466d14cf1d04ac952b348edf969fa6b6b277ac37ba000caa0a7ea9ef81e0a0e46f36ea2cf0087cf564b08968653ce0f8988fc1587fe94807e79dd +doccontainersize 1106008 +doccontainerchecksum 27c038e059fa4982198fb6ecb17ebe86d1eca2cee278897a4340e63df726cb085fc54b2999065b8b7bf84e69063560992d394f50ec0c30eb9db6a327a7e5a1dc +docfiles size=380 RELOC/doc/latex/writeongrid/README.md details="Readme" + RELOC/doc/latex/writeongrid/WriteOnGrid-5x5-A4.pdf + RELOC/doc/latex/writeongrid/WriteOnGrid-5x5-A4.tex RELOC/doc/latex/writeongrid/WriteOnGrid-5x5-A5.pdf RELOC/doc/latex/writeongrid/WriteOnGrid-5x5-A5.tex RELOC/doc/latex/writeongrid/WriteOnGrid-Ruled-A5.pdf @@ -365987,7 +368584,7 @@ catalogue-contact-repository https://github.com/cpierquet/WriteOnGrid catalogue-ctan /macros/latex/contrib/writeongrid catalogue-license lppl1.3c catalogue-topics typeset-grid pgf-tikz -catalogue-version 0.1.6 +catalogue-version 0.1.7 name wsemclassic category Package @@ -367745,31 +370342,31 @@ catalogue-version 1.26 name xcharter-math category Package -revision 71760 +revision 72658 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 262184 -containerchecksum 8ac7a30533a3cb0e4eb372f3a1d304e9b398d35dd674a9798ae8e3bd74c9a22070bedf65fc84cdda74074c6d218ecfd34a63db19452742f6d12a2cf3c61a1f35 -doccontainersize 1951096 -doccontainerchecksum f60891c857b113529f7b0feab680975506a9a5703d411fe4667eb8bc23e78f1bee3e5cbf8decff516531136c3531e816ca5d3d3aa593e89b4520275004fb980e -docfiles size=511 +containersize 264020 +containerchecksum ba50fd386cb1ce831533901a6590e915b7ea41afb304b8b957c85b71745cb342270dad353d4e13b65d166cfa1943db6c3f516a274e28c7a5492d9b6dff33d93f +doccontainersize 1951916 +doccontainerchecksum 25c9f5d19696441b11f267cef388f30079bae6b4be7024db6d13303b162a3ad772ff29706f2b443b82afb4ad1d26147913d0fde451ce856c733c0f0a3ae3a8b9 +docfiles size=510 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=127 +runfiles size=128 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.64 name xcite category Package @@ -368217,7 +370814,7 @@ catalogue-version 0.5 name xcolor category Package -revision 68864 +revision 72484 shortdesc Driver-independent color extensions for LaTeX and pdfLaTeX relocated 1 longdesc The package starts from the basic facilities of the color @@ -368229,11 +370826,11 @@ longdesc color models. Additionally, there is a command for alternating longdesc row colors plus repeated non-aligned material (like horizontal longdesc lines) in tables. Colors can be mixed like longdesc \color{red!30!green!40!blue}. -containersize 18236 -containerchecksum 6b7d38d631f89f4c4ffa9f447a16cef6169c3e4798c5c65339fe48f9318291373a49ef9da8143c453fc5fd9ee853bad53b5477b248ad5f99763df9ea28638c78 -doccontainersize 930412 -doccontainerchecksum 1dc8355913a62657a2b50d45a6fdfbabc8a0dbb835ec5912fced934350b21619e8081b9e9a4774ba48ec3c51572c7f95f52efe92c85344dd81da0bcc81e73809 -docfiles size=249 +containersize 18284 +containerchecksum 255a76dd0879aa6f5a8be38f84ba307cfa7595c7e2b4b9d92cc85867139a17951f230c10dc130dc1c10c612436adaa47a9222556e8dad126e91ef5b8b12d558a +doccontainersize 935032 +doccontainerchecksum 010f65991bbb53c03a7539735e7d7b58d978cfd84cbbf2be9e4f07e13c9b52c158560e5936f18fd940395262c2d886a427c272435de5302cdb306cca21feb1f3 +docfiles size=248 RELOC/doc/latex/xcolor/ChangeLog RELOC/doc/latex/xcolor/README.md details="Readme" RELOC/doc/latex/xcolor/xcolor.lox @@ -368243,8 +370840,8 @@ docfiles size=249 RELOC/doc/latex/xcolor/xcolor2.tex RELOC/doc/latex/xcolor/xcolor3.tex RELOC/doc/latex/xcolor/xcolor4.tex -srccontainersize 77172 -srccontainerchecksum 98fdb68955160820347af83f7f44ac97c3a61b9732af2a17980155c103b6d6ed9037504ba99aeeda5608fea84f82ac871dbb55d9de334943a74aa617caaa70fc +srccontainersize 77232 +srccontainerchecksum e61e4dba30fdcaf8df7759e4f8a718f6c256419b05729b2009007de0dee4af2ff023277997b2693f2edf0d7a4872849a00897325385afbfc364c69966d993ca0 srcfiles size=85 RELOC/source/latex/xcolor/xcolor.dtx RELOC/source/latex/xcolor/xcolor.ins @@ -368259,7 +370856,7 @@ catalogue-contact-home https://github.com/latex3/xcolor catalogue-ctan /macros/latex/contrib/xcolor catalogue-license lppl1.3c catalogue-topics colour -catalogue-version 3.01 +catalogue-version 3.02 name xcolor-material category Package @@ -369446,7 +372043,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 @@ -369481,10 +372078,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 @@ -369507,7 +372104,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 @@ -370279,16 +372875,16 @@ catalogue-version 1.5.1 name xindex category Package -revision 71279 +revision 72605 shortdesc Unicode-compatible index generation longdesc This package provides a Unicode-compatible index program for longdesc LaTeX. depend xindex.ARCH -containersize 36872 -containerchecksum e79d193ec15fef15d7285fc164f3c7b86850ccb2d20cccd28d68b9b4bb6791a99ae166877a706e3fd8be6ca5950233eb251f31dee659b379785866c8d18448b7 -doccontainersize 643292 -doccontainerchecksum 1b1872b032c2acda258975f27dd3335ffb054fdd714e8882b78dd0a4b7dcdf62029c6a5814c7690680ea162b08df326cd7052bf3ff032f98212caef2efa1673f -docfiles size=272 +containersize 37240 +containerchecksum 718f9ed903b17f867c58cda7ae631feb8cf2da3fe6a756ded7ed2c2196644c1cb7f21b25a0d5307dfb83a4a15a2c52aabe96843169b86a3776008d539d3889ac +doccontainersize 640496 +doccontainerchecksum afaab35db0d71e31b5a83052a30a6ce3fcdaf46ea5c4ce32b78e3e6e8aad60443a4de41a339d85a96987c9002c06b2f2a9d00684e7dfd5f1ed18cff40acefaea +docfiles size=275 texmf-dist/doc/lualatex/xindex/CHANGELOG texmf-dist/doc/lualatex/xindex/Makefile texmf-dist/doc/lualatex/xindex/README.md details="Readme" @@ -370333,6 +372929,10 @@ docfiles size=272 texmf-dist/doc/lualatex/xindex/tests/french.pdf texmf-dist/doc/lualatex/xindex/tests/french.tex texmf-dist/doc/lualatex/xindex/tests/runTests.sh + texmf-dist/doc/lualatex/xindex/tests/see.idx + texmf-dist/doc/lualatex/xindex/tests/see.ind + texmf-dist/doc/lualatex/xindex/tests/see.pdf + texmf-dist/doc/lualatex/xindex/tests/see.tex texmf-dist/doc/lualatex/xindex/xindex-doc.pdf details="Package documentation" texmf-dist/doc/lualatex/xindex/xindex-doc.tex runfiles size=63 @@ -370360,7 +372960,7 @@ catalogue-contact-repository https://gitlab.com/hvoss49/xindex catalogue-ctan /indexing/xindex catalogue-license lppl1.3 catalogue-topics index use-lua -catalogue-version 0.60 +catalogue-version 0.62 name xindex.aarch64-linux category Package @@ -372474,6 +375074,37 @@ catalogue-license lppl catalogue-topics games catalogue-version 0.4 +name xreview +category Package +revision 72484 +shortdesc Reviewing LaTeX documents made easy(er) +relocated 1 +longdesc This package provides a simple way to review LaTeX documents. +longdesc It allows to higlight and/or hide changes to a document, and to +longdesc add comments to the text. This will help you to keep track of +longdesc the changes you make to a document, and to easily spot the +longdesc changes made by others, while always having the option of +longdesc compiling a clean version of the document. This package also +longdesc offers a way to include comments in the text, which can be +longdesc toggled on and off. This is useful for adding notes to the +longdesc text, or for leaving comments to other authors. +containersize 1880 +containerchecksum 54328a31d056d3f827046b6830e4731bb0cb88707e335a32ba7ec9b0762642af61d74edcc8d26dad33c98adad49559e0b137c572dd2283878cbbea69df7f1d8a +doccontainersize 242500 +doccontainerchecksum 8af77f2fa905a603538a194e63284df2a9407c52483826792b8bb1df96b841779b7821a11f92ff64388f58a9af0c09284cdb2c13b0ea7a9014401316c7c8f2e8 +docfiles size=67 + RELOC/doc/latex/xreview/README details="Readme" + RELOC/doc/latex/xreview/xreview.pdf details="Package documentation" + RELOC/doc/latex/xreview/xreview.tex +runfiles size=2 + RELOC/tex/latex/xreview/xreview.sty +catalogue-contact-home https://github.com/LorenzoPeri17/xreview-latex +catalogue-contact-repository https://github.com/LorenzoPeri17/xreview-latex +catalogue-ctan /macros/latex/contrib/xreview +catalogue-license mit +catalogue-topics review-document +catalogue-version 1.0 + name xsavebox category Package revision 64049 @@ -373402,20 +376033,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 @@ -374327,7 +376958,7 @@ catalogue-version 0.7.5 name ysabeau category Package -revision 69663 +revision 72679 shortdesc Ysabeau fonts with LaTeX support for traditional TeX engines relocated 1 longdesc Ysabeau is a free type family. It combines the time-honored and @@ -374336,12 +376967,12 @@ longdesc clean crispness of a low-contrast sans serif, rendering it well longdesc suited for body copy as well as display. This package provides longdesc LaTeX font support for traditional TeX engines (pdfTeX, dvips, longdesc and so on). For XeTeX or LuaTeX users, OpenType and TrueType -longdesc fonts are provided onlyto use with the fontspec package. +longdesc fonts are provided only to use with the fontspec package. execute addMap ysabeau.map -containersize 9660964 -containerchecksum c5545488723a4408a771c083d191942fc7b10e85e6c2df65e6ae0839dcaa7202459ba8774497562b7e55f432fdcca904de132ac7d89fbf3d935aa238ff63fede -doccontainersize 771748 -doccontainerchecksum a37a971140b1ac12724f2710e6f017690ef151aed9a88ed00bd00cd80ca6ca8524b0347b34bf83cf8e2e34fb000e4ac53c1a8a88684a0e3792e4cded362513ae +containersize 9661028 +containerchecksum 048e90702ee48dcb1cff8ac145e752ecf485ff334220b0649e2d9b3b5b8ee313ff1ea0475f1081f2038bb44cb2e0eace3c2ca5b9ab35d83b0124420214718c17 +doccontainersize 771268 +doccontainerchecksum 6a7b8c4467e249242d4b20fcee441b440360a70b2f62b69b8d986b0a0e2923806a21f5cbccf1d75751664cd65ab229736fab38e5dae942657ee0f9640feaa9f4 docfiles size=211 RELOC/doc/fonts/ysabeau/FONTLOG.txt RELOC/doc/fonts/ysabeau/OFL-FAQ.txt @@ -382123,7 +384754,7 @@ catalogue-contact-repository https://github.com/CatharsisFonts/Ysabeau catalogue-ctan /fonts/ysabeau catalogue-license ofl pd other-free catalogue-topics font font-body font-cyrillic font-otf font-proportional font-sans font-supp font-t1enc font-ttf font-type1 -catalogue-version 1.1 +catalogue-version 1.3 name ytableau category Package @@ -387765,7 +390396,7 @@ catalogue-version 0.3.5 name zref-clever category Package -revision 71315 +revision 72484 shortdesc Clever LaTeX cross-references based on zref relocated 1 longdesc This package provides a user interface for making LaTeX @@ -387777,11 +390408,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 25940 +containerchecksum 86676d3d72efb16cb0f4ccc8a4be4a39b7f77d44f3d85304943200e9570b71d12e2ab73bbe7c641c25eb9e47ad3a2155c2abf2181b6e1ae23c06fd919e2ef6bb +doccontainersize 1075572 +doccontainerchecksum 372f4f3b1aa03de5a77eb0c1b93cc020d3dac18ded0506082f42175c16ac49cee58cdc0e730b6a33d1d73a4f197abdce3aeae001d35be9c1c9b371def848e6c8 +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" @@ -387789,12 +390420,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 57172 +srccontainerchecksum 9e695a1c97e3b7156aae3d8efc99233fc92abe72396c89bee9ce6d52bd885532416ad9cdd3d61c5f004d66b9cfa16df66289e18da05a9c249720d8ef5cb096e2 +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 @@ -387808,7 +390439,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.7 name zref-vario category Package @@ -387847,6 +390478,42 @@ catalogue-license lppl1.3c catalogue-topics label-ref expl3 catalogue-version 0.1.10 +name zugferd +category Package +revision 72638 +shortdesc ZUGFeRD and Faktur-X invoicing using LaTeX +relocated 1 +longdesc This package provides interfaces to allow creating ZUGFeRD or +longdesc Faktur-X invoices with LaTeX including the XML file. It can be +longdesc used to modify personal invoicing templates to fulfil the +longdesc requirements for digital invoicing without further modification +longdesc of the invoicing processes. +depend siunitx +containersize 11400 +containerchecksum c5f8ae1e376316605b795c6affe816ff8e72b88242d51511a2150bc8354f1c06122779f51e64a28e135be4406e35adc8da270466ca59d68541a338b942fabdb8 +doccontainersize 340168 +doccontainerchecksum 88669b0be5eb3d78cb938dc8d6e1b1f10b304e36a72c52b1de61dac39a470e72d97dc835dd7f4162f8edd11a1f8e20eabebecfcfc956acc72705c89741dfa386 +docfiles size=113 + RELOC/doc/latex/zugferd/DEMO-rechnung-zugferd.tex + RELOC/doc/latex/zugferd/DEPENDS.txt + RELOC/doc/latex/zugferd/INSTALL.md + RELOC/doc/latex/zugferd/README.md details="Readme" + RELOC/doc/latex/zugferd/zugferd.pdf details="Package documentation" +srccontainersize 22488 +srccontainerchecksum a68e08faf75f1a326a378cc9ab0631d9dcb2ba6612dac8c7edcf04932d9d6c9161560eae0f945d5d3944ae09dc3e4d8c3cf8d66c6ae53ca16e9e821f053861d8 +srcfiles size=23 + RELOC/source/latex/zugferd/zugferd.dtx + RELOC/source/latex/zugferd/zugferd.ins +runfiles size=12 + RELOC/tex/latex/zugferd/zugferd-invoice.sty + RELOC/tex/latex/zugferd/zugferd.sty +catalogue-contact-repository https://github.com/TeXhackse/LaTeX-ZUGFeRD.git +catalogue-contact-support https://github.com/TeXhackse/LaTeX-ZUGFeRD/issues +catalogue-ctan /macros/latex/contrib/zugferd +catalogue-license lppl1.3c +catalogue-topics invoice +catalogue-version 0.9 + name zwgetfdate category Package revision 15878 diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 index 27e61dc467..87fa8b8b2e 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 @@ -1 +1 @@ -61ffd5f1d37ea03179c5f09fda4299b7 texlive.tlpdb +315689acb4d3ad2f0144b5f6c6d70ebe texlive.tlpdb diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 index 9728ef3de6..f86c9ee6b9 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 @@ -1 +1 @@ -054b009dea2e079fcb67f896a5718f86a1d6ef5a2b1994843634bd6bcbc04ac5beded854ea252e4ba82c521a6eef868a6fff963e3bd542ad2cf019ed5970a40a texlive.tlpdb +48040735ac6d22fcdd0a7962e37f7dc22968a5894eee6062db83cbfb78aedc636c85189dccce92bcbcb86c1bb37cf039a77cfb0f178e3fe794868f285aa4d36b texlive.tlpdb diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc index 4ac1de7090..ab56942dc9 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+QqiBBqTOGHfhlDjHAFAmaZqdUACgkQTOGHfhlD -jHCj+AgAlhnle8DuQog5Y98RGWbgorN6mnvnYVCQ8TmsrMexEi+N0ElYNV+G7Ipf -UPZ3B8SNLO0aJ1o8B+Egvgd2VxPPoE5Wy3dmoY8ZY0FBGOGYw2ysmLoTP2Q6IMHO -/zbm+n29WfIVkGL8RnvKih3tL80TNQt8TE7kvjoIOE8im2lPwgVRe2kqh64m9IFB -e3txmmfMP+CPhkVxJkWghxDjnn3WaaMCzU7izSHJlRjAqS6rjtn8LW2N7zdtWdPi -CptLnFkHKG83zsUDiTfrn10iAxOshHCfhpQNQwTfodjaTasx7KUxSvYyg4szaAA9 -hbv2q3mln513Zb6R325oOZTE9YSNzQ== -=mNKM +iQEzBAEBCgAdFiEE2PL4YFeoV+QqiBBqTOGHfhlDjHAFAmchgl4ACgkQTOGHfhlD +jHBH0Af+Pcd8Q0JC+Mh0kCrZYet044RG9QDyrMt9rkCJQBkuKvqy2bRp8iunkV/h +d8qPTxcoKGeQ2KEmbQs+ZWBFmLOiO8S1QGBnuGG7tqCB+iHwQ1Z7w02fu6AgUIFe +NHV1qJ4MCTO8EFMyFVUAa0mlxUOavXiaqQs0ciVNv8v1ThJqu02LRPhY8V1iW0M0 +1pG0jImhuF1Zn+Fgo/PKrCPdt7SPEKV1ehbj8NnCyO7PEy6hpMTghG+QnUI40UxU +LtiHoN86mOlS7cw43KbjzT2VsK8oPMnQwnq4xXgWQIuj3qa5Loig+5ywUthSPQdz +7YFT+ja/dR3HYklAkbA52S7ti57gKg== +=R0GK -----END PGP SIGNATURE----- diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz Binary files differindex c61dc94112..1f7f9e3957 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz 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 Binary files differindex 57a3d128e1..e0fcdaed72 100644 --- a/systems/win32/miktex/tm/packages/files.csv.lzma +++ b/systems/win32/miktex/tm/packages/files.csv.lzma diff --git a/systems/win32/miktex/tm/packages/next/files.csv.lzma b/systems/win32/miktex/tm/packages/next/files.csv.lzma Binary files differindex 88e5f624fc..222ccf3c57 100644 --- a/systems/win32/miktex/tm/packages/next/files.csv.lzma +++ b/systems/win32/miktex/tm/packages/next/files.csv.lzma diff --git a/systems/win32/miktex/tm/packages/next/pr.ini b/systems/win32/miktex/tm/packages/next/pr.ini index 9695ca9b3e..fb52d5cd1d 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=1720346736 +date=1729939557 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=c96718e937a7fe8c35c2e4403038102d -numpkg=7415 +lstdigest=0a693d859f51118bee95336065621807 +numpkg=7633 relstate=next -version=8954 +version=9065 ;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows. ;;;;-----BEGIN MIKTEX SIGNATURE----- -;;;; signature/miktex: MSolKr2mU4MqhxudZeKVHwF8ABjYwN8W+Z6tUtLdx2Okl2kAnXoYNKLoDvEUFxjPC92EHnaH6EFLeKS880jFiByQvIM7JMZvXha7EGKA3hHhOoRN8rFlXiClFQG2TU8LX3cym/KNMNaAbBaOJ92OPb/QCQBs9Rhv95Tm2s5cpdToovkOubfMnXX88Q8574PxDRl3NY/WcEH24u/c1BLWtxoFwg/P92VrlZCRJy6kDdp1E7NEggIlHxN+M+PxNDkeP8WfzNTzGeLfDwV335lFcfzFbHzSdo3BiRxMco+/MLPxv12Xpi+WC74Ksr+d/gnioXRxfYRCPuzgOoTWGTEpWg== +;;;; signature/miktex: CEoEx35G8EMMfZPNq9P71OEvhZ9kFfwRVBlSEUs7KMvE3kXbQ6r7tb3dGO4MqwmXKzk5y2BUYa7bB4Be9zDgmSQSSo8mtcZmfzAKtJxxJF5rqJMvo2RCgTL/CDiyqQVI7C3Kf1SBVvOkZOdXwvcGChJz/Tt3jH8vkPkAeznu51ySvI6OzxozVxO93lx/iEH5/okH1LElFjJ2i1lb0esl6tTtqb+v/RG2Rmx4SFKrUbmbn9IctQ+Iu/aS/dDLb1ZhgpjugV0EBOz4MK3nBEhVJSy+TGLrOh6RMnRDAx41vsHa/6rpchIJ22cNq+fHy1CUgjW7BFtFYN2PZBtWX6FJRw== ;;;;-----END MIKTEX SIGNATURE----- diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini index a750d208a6..469775b4bf 100644 --- a/systems/win32/miktex/tm/packages/pr.ini +++ b/systems/win32/miktex/tm/packages/pr.ini @@ -1,13 +1,13 @@ [repository] -date=1720346610 -lastupd=unbtex__source unbtex__doc unbtex ulthese__source ulthese__doc ulthese tuda-ci__doc tuda-ci thuthesis__source thuthesis__doc thuthesis spbmark__source spbmark__doc spbmark sjtutex__source sjtutex__doc sjtutex simpleicons__source simpleicons__doc simpleicons -lstdigest=3692b3f276467615d725a3b0c52fe6b2 -numpkg=7414 +date=1729939447 +lastupd=zugferd__source zugferd__doc zugferd ysabeau__source ysabeau__doc ysabeau xcharter-math__source xcharter-math__doc xcharter-math trivialpursuit__source trivialpursuit__doc trivialpursuit tikzdotncross__source tikzdotncross__doc tikzdotncross tcolorbox__doc tcolorbox sunpath__source sunpath__doc sunpath +lstdigest=ff02f261c70c387be72a6bdf68f13290 +numpkg=7632 relstate=stable -version=8954 +version=9065 ;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows. ;;;;-----BEGIN MIKTEX SIGNATURE----- -;;;; signature/miktex: JJUDz6KO0vrTJUs0s+/YBb3qObYoDwd5M2bSSseVANYpbPDU8cYmzQsuYUeLRYWwGQggYd6lrGCDpnA3+quW8KhKmDv0V8unzOE+PyonqUHNcz/nNTwDZ23sVc9Ye18RhWz29VIMd6UbPL9QDZwplY3lLB0Em18YFR1Z8dLEhqkv9BMJksoXGQqxXUfmuI6AHzO/r1KL0EFQLx6S3uvI1zE/vnhT2m8pQ9AdNCM1y+ZTjqMICVXB95ZYjOo3dEwyuPfjUA8+uKIfHBiIZQIKjVMyscc/Yfe4yQ2qaTVzUF5WQI2GvqMVjOjLl45w2qItTYCA/aDgiYb2dfEB1RhK4A== +;;;; signature/miktex: XXGQ+9+IY3wLA3O5iQkr19vX4h9ve1hErMMOHK8XVUee6CpnNCRr3EFfES1BF8L/5gZVFtkuc6H1I3Xancjut69GvcWX26xGFp2bziYhwSPAQVq2G4igQnW1oHSJlYGI6FKZjfKFLpTKlogb2m2k7/cgwL1FSnNHgtjKXXs7PZp6qlwiufAFXhHhNvRiouATJWoRAo67UMhjXiWaLu/KSrdNkBgpNRJjadCOHKMwEvjFS5iRM5yWrGLFdLX3OHIiT0Rh2wxF0R/nxp+J3AMfEoAKQRtiVBK+Mde4YeGANiA+qjmtoIrbOnt5zdBQT4ESW56A9+acouSZ8oyjzQsa9g== ;;;;-----END MIKTEX SIGNATURE----- |