summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-09-15 03:15:34 +0000
committerNorbert Preining <norbert@preining.info>2022-09-15 03:15:34 +0000
commit6d44c638512eb736c41551c5887b4475a14935bf (patch)
tree2f7c144e0e682047bc8ed9a411f4ca762ba1d300 /systems/texlive/tlnet/tlpkg
parent9fb667bb165065e655a81b1eaf7b61f2f03825ec (diff)
CTAN sync 202209150315
Diffstat (limited to 'systems/texlive/tlnet/tlpkg')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLPOBJ.pm9
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl3
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb256
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.md52
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha5122
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc14
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.xzbin2406196 -> 2405816 bytes
7 files changed, 179 insertions, 107 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLPOBJ.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLPOBJ.pm
index 894dcb9702..829b7bb9fa 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLPOBJ.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLPOBJ.pm
@@ -1,6 +1,6 @@
-# $Id: TLPOBJ.pm 61372 2021-12-21 22:46:16Z karl $
+# $Id: TLPOBJ.pm 64382 2022-09-14 15:38:18Z karl $
# TeXLive::TLPOBJ.pm - module for using tlpobj files
-# Copyright 2007-2021 Norbert Preining
+# Copyright 2007-2022 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -8,7 +8,7 @@ use strict; use warnings;
package TeXLive::TLPOBJ;
-my $svnrev = '$Revision: 61372 $';
+my $svnrev = '$Revision: 64382 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -680,6 +680,9 @@ sub make_container {
tlwarn("$0: (make_container $containername) $f does not exist\n");
} else {
tlwarn("$0: (make_container $containername) $f not file or symlink\n");
+ if (! win32()) {
+ tlwarn("$0: ", `ls -l $f 2>&1`);
+ }
}
}
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index fa890b37a9..eaa549fead 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -13,7 +13,6 @@ $mirrors = {
'https://mirror.bjtu.edu.cn/CTAN/' => 1,
'https://mirrors.aliyun.com/CTAN/' => 1,
'https://mirrors.bfsu.edu.cn/CTAN/' => 1,
- 'https://mirrors.cloud.tencent.com/CTAN/' => 1,
'https://mirrors.cqu.edu.cn/CTAN/' => 1,
'https://mirrors.hit.edu.cn/CTAN/' => 1,
'https://mirrors.nju.edu.cn/CTAN/' => 1,
@@ -48,7 +47,7 @@ $mirrors = {
'http://ftp.ktug.org/tex-archive/' => 1,
'https://cran.asia/tex/' => 1,
'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1,
- 'https://lab.uklee.pe.kr/tex-archive/' => 1,
+ 'https://mirror.kakao.com/CTAN/' => 1,
'https://mirror.navercorp.com/CTAN/' => 1,
},
'Philippines' => {
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index 0c1c5adb8a..7b5d435b94 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/2022
-depend revision/64378
+depend revision/64395
name 00texlive.image
category TLCore
-revision 64373
+revision 64395
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
@@ -2701,6 +2701,7 @@ runfiles size=12918
tlpkg/tlpsrc/luatexko.tlpsrc
tlpkg/tlpsrc/luatextra.tlpsrc
tlpkg/tlpsrc/luatodonotes.tlpsrc
+ tlpkg/tlpsrc/luatruthtable.tlpsrc
tlpkg/tlpsrc/luavlna.tlpsrc
tlpkg/tlpsrc/luaxml.tlpsrc
tlpkg/tlpsrc/lutabulartools.tlpsrc
@@ -3276,6 +3277,7 @@ runfiles size=12918
tlpkg/tlpsrc/pinlabel.tlpsrc
tlpkg/tlpsrc/pinoutikz.tlpsrc
tlpkg/tlpsrc/pitex.tlpsrc
+ tlpkg/tlpsrc/piton.tlpsrc
tlpkg/tlpsrc/pittetd.tlpsrc
tlpkg/tlpsrc/pixelart.tlpsrc
tlpkg/tlpsrc/pkfix-helper.tlpsrc
@@ -4628,7 +4630,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 64369
+revision 64380
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
@@ -10900,7 +10902,7 @@ binfiles arch=x86_64-solaris size=1
name alegreya
category Package
-revision 54512
+revision 64384
shortdesc Alegreya fonts with LaTeX support
relocated 1
longdesc The Alegreya fonts are designed by Juan Pablo del Peral for
@@ -10910,10 +10912,10 @@ longdesc facilitates the reading of long texts. The italic has just as
longdesc much care and attention to detail in the design as the roman.
longdesc Bold, black, small caps and five number styles are available.
execute addMap Alegreya.map
-containersize 24434164
-containerchecksum 7136053c90b3c9ae5744a1740e44008b3fea0a25323cb9033a6c2a2d1c72a024645626903913485af24ee08a9614d3fd6e9ba79dfd2206ec29c0fc1b1b98a21c
-doccontainersize 1107112
-doccontainerchecksum fb152014915f9bf56ded5eef117169453923a86a8dfb165facd4e3e1db278f31aeab91e49e5e66d6d4a08ea10cba91ee762b4937f75f9623c77ff73b37965ddd
+containersize 23710500
+containerchecksum 2bd5aa12890cecfa42b119f456ea63bf8b8f64edc4e2c55ed738cd24a80527245b0219330e1dc89e0a10e8ca17bb17ba928056ebf69955f2481d468a5cf97104
+doccontainersize 1107116
+doccontainerchecksum dcff5d4a47c3649155a79659012aa07123e5108b85804da9c1697d1f93d7b336ef7e37e1272c8e2e8f283971bfbfebc2e0cd2ebae3ff8ee69531629635ed7d74
docfiles size=274
RELOC/doc/fonts/alegreya/OFL.txt
RELOC/doc/fonts/alegreya/README details="Readme"
@@ -26092,7 +26094,7 @@ catalogue-version 0.2
name atkinson
category Package
-revision 57624
+revision 64385
shortdesc Support for the Atkinson Hyperlegible family of fonts
relocated 1
longdesc This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
@@ -26102,11 +26104,11 @@ longdesc it different from traditional typography design is that it
longdesc focuses on letterform distinction to increase character
longdesc recognition, ultimately improving readability.
execute addMap atkinson.map
-containersize 337140
-containerchecksum 902030074772c7b8dcf01cccb3e33fd045b5cf6d72293fa0d48503757321aa35b32eed030cd9dff55d5b17d7cfdd16e9ec301e91b2a5b9bab1a1a901884215cd
-doccontainersize 631676
-doccontainerchecksum b0ae498ed9bc0b8275b954b4f95cdf967b7794aaf3f261ff2a0419f14faabfc4f12fa60b41c26171962ad41c32ac40e23df3d958bbcc33f5a1b2355e0c3b61c1
-docfiles size=185
+containersize 337144
+containerchecksum 8b763a29fbd529b91d586e00f13176c1cff3777541816a02913e57e8f8586357331615ba4d16549b9a98a0e049a42b2f49af39b3f950fc4845a46e37435dce2b
+doccontainersize 634088
+doccontainerchecksum f5bcfd015fc4292f4568e9d960e921739a9ebcd8f198f648323d475f6ae5d803d3f0ef77d368fa9fe36f53947908e4bcf1cfbdbd621e780221c5e8432ca9db05
+docfiles size=187
RELOC/doc/fonts/atkinson/Atkinson-Hyperlegible-Font-License-2020-1104.pdf
RELOC/doc/fonts/atkinson/BIA_AtkinsonHyerlegible-Specimen_200210.pdf
RELOC/doc/fonts/atkinson/README details="Readme"
@@ -33243,7 +33245,7 @@ catalogue-version 3.1
name beamer
category Package
-revision 63321
+revision 64388
shortdesc A LaTeX class for producing presentations and slides
relocated 1
longdesc The beamer LaTeX class can be used for producing slides. The
@@ -33273,11 +33275,11 @@ depend iftex
depend pgf
depend translator
depend xcolor
-containersize 167032
-containerchecksum 382a3218c3488e43338f9dcaf9d0eafbef65f9d2a043973dee8710b6169b0fb2ee87b81d15920292472447f47ae103e581cfe2298422f2a7a501ac3c984ae60d
-doccontainersize 2954024
-doccontainerchecksum f2e35c19325eb9599c42c18828c9dce8eed4931390ddb7af6ca863a711d611ab0cab58b09f7d711fbcd27a5925604d756ec92b5a2b079b3ee445b4adea292d34
-docfiles size=1134
+containersize 167052
+containerchecksum 27118c5f5dd76a6c7cd0fb74fd8420c5a0b30655ffd57a1677f7e92163f81992ecfaa13cfbf9e2a0d47069980d0364848bcb0c24b120163833fed09c589f54ba
+doccontainersize 2925988
+doccontainerchecksum 52512e5966c4b6f6b7d4660c61115d8ec3fea2b4e3dfd065fcbf4ea6bb9fb1895f48a69f092482932a73c74004b14026fb844ab3d358af706ead011a63053339
+docfiles size=1126
RELOC/doc/latex/beamer/AUTHORS.md
RELOC/doc/latex/beamer/CHANGELOG.md
RELOC/doc/latex/beamer/LICENSE.md
@@ -33484,7 +33486,7 @@ catalogue-contact-repository https://github.com/josephwright/beamer
catalogue-ctan /macros/latex/contrib/beamer
catalogue-license lppl1.3c gpl2+ fdl
catalogue-topics presentation class
-catalogue-version 3.67
+catalogue-version 3.68
name beamer-fuberlin
category Package
@@ -34394,17 +34396,17 @@ catalogue-topics presentation
name beamertheme-tcolorbox
category Package
-revision 64305
+revision 64387
shortdesc A beamer inner theme which reproduces standard beamer blocks using tcolorboxes
relocated 1
longdesc This package provides an inner theme for beamer which
longdesc reproduces standard beamer blocks using tcolorboxes. The look
longdesc and feel (rounded/sharp corners, shadows and colours) will
longdesc automatically adapt to which other themes are loaded.
-containersize 1860
-containerchecksum 6428af7a921625bbe6f38c0c8398ebc4534bc8cf90a62c8dae6d6cfec836b5b6b4fec2930732b61c82f6df566e12b57005db62223e44add60aac797e1f775f2e
-doccontainersize 173988
-doccontainerchecksum c46d0c98c445f7542cff0c39421e687177a2767b4bf539eb996eb43e54240c4611077903987084d8bffa42bb30e23a248342359c3b215a645d23b5d02cc032a9
+containersize 2356
+containerchecksum 9cf46f7998a683675640dc4f6bec5bc873dbe4fa09324ce1e3c32b0f1baf297b6f0ed9f25fa5f346e718e9290d697b535b23da927c5630acbe61e20835faa68b
+doccontainersize 170224
+doccontainerchecksum 9c779600fd21e28052fd345871ed9541eb7ded8dcda3a63eacfe0de72dbd009f61883b5564ad3168483b2b1d4ca7e138d678c14dc67fbeb4b58785d33c22542d
docfiles size=48
RELOC/doc/latex/beamertheme-tcolorbox/README.md details="Readme"
RELOC/doc/latex/beamertheme-tcolorbox/beamertheme-tcolorbox-doc.pdf details="Package documentation"
@@ -34416,7 +34418,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.4
+catalogue-version 0.5
name beamertheme-trigon
category Package
@@ -71047,7 +71049,7 @@ containerchecksum 4e445e9830476058f6b878f306516de2fdf1b174011dd79e6a7d875adf104f
name collection-luatex
category Collection
-revision 64203
+revision 64393
shortdesc LuaTeX packages
relocated 1
longdesc Packages for LuaTeX, a TeX engine using Lua as an embedded
@@ -71108,6 +71110,7 @@ depend luatex85
depend luatexbase
depend luatexko
depend luatextra
+depend luatruthtable
depend luavlna
depend luaxml
depend lutabulartools
@@ -71123,6 +71126,7 @@ depend optex
depend pdfarticle
depend pdfextra
depend penlight
+depend piton
depend placeat
depend plantuml
depend pyluatex
@@ -71136,8 +71140,8 @@ depend truthtable
depend typewriter
depend uninormalize
depend yamlvars
-containersize 908
-containerchecksum 8ceb5ef69aac3190aa69d64fb44946b0491bde2ff1c86b42ff28ce16a47a21506998e960535cfd161d4567a968c4695121be66ef988a8b2c2f45216c0c03575c
+containersize 920
+containerchecksum 7bacc398e20fae5da669102b699ad7dc2513abaa50b9b7969a0acf8ebe8ac5f3fcab15436aac729a3d1563c517b909de24ffd82e2d66d8108c60a1f992c6017a
name collection-mathscience
category Collection
@@ -85506,7 +85510,7 @@ binfiles arch=x86_64-solaris size=3
name csquotes
category Package
-revision 64323
+revision 64389
shortdesc Context sensitive quotation facilities
relocated 1
longdesc This package provides advanced facilities for inline and
@@ -85524,10 +85528,10 @@ longdesc well as the optional active quotes are freely configurable. The
longdesc package is dependent on e-TeX, and requires the author's
longdesc etoolbox package.
depend etoolbox
-containersize 18068
-containerchecksum c1b67f7c99e5f0e64a3b1611d1e7c693dce044cac663877f274750d0ef55662acb8efec72e9352b423ada12ad4dbcbeba692fbb7f7e5170f47afae742248d6cd
-doccontainersize 325316
-doccontainerchecksum 7039b24e8ec00f4418a801a4b2fb2223c7b1d9ad7242823f74b14f389e346c572d37fe5a957cf549c5a1e8ef6fcfb5d8ee74d11c994f5cbdfb50454cf438c716
+containersize 18088
+containerchecksum 68427cbe486f3b53bdb24869a3ad52cf6a006d7872ff9408560d9e4b0f1e8184fcb437d54e10f11d7a3585ff8ff7ad40ab4a95aa66091bb69a75a3e8e60aede8
+doccontainersize 325560
+doccontainerchecksum ceba04fab9ec257c6bbc2fc903e3888bae9ef6bfa5664c8e01da14ee2b1482005aece22b6bf4fa7fb893c2dc1b0cb7f762eb048e0b2c039be80ef73b0bfef131
docfiles size=107
RELOC/doc/latex/csquotes/README.md details="Package README"
RELOC/doc/latex/csquotes/csquotes.pdf details="Tutorial on use of the package"
@@ -85540,7 +85544,7 @@ runfiles size=25
catalogue-ctan /macros/latex/contrib/csquotes
catalogue-license lppl1.3c
catalogue-topics quote-marks etex
-catalogue-version 5.2m
+catalogue-version 5.2n
name csquotes-de
category Package
@@ -123411,7 +123415,7 @@ catalogue-version 1.1
name fixdif
category Package
-revision 64096
+revision 64390
shortdesc Macros for typesetting differential operators
relocated 1
longdesc This package redefines the \d command in LaTeX and provides an
@@ -123419,16 +123423,16 @@ longdesc interface to define new commands for differential operators. It
longdesc is compatible with pdfTeX, XeTeX and LuaTeX, and can also be
longdesc used with the unicode-math package.
containersize 1796
-containerchecksum f7e58330889c3213b3684c87e5d5b53d8be0a2eef6b0ff74ee515ccc2b9db3dca157cba2cc5b8f73bbb1e1f43f1e839bb3c2892573b4b95989cdfd867a4b6dbe
-doccontainersize 261096
-doccontainerchecksum 62759b015832ff6e7221a8a985b002294eb67f70ca4590923c71442c911b55a03f0ed0a377edef7e300b14458cb6fee814520010bd5bf305002aa6633c8b5288
+containerchecksum 3d90e7c484f0ca872a311a19018c281e9635455f00b1e861475023f035d27e82bf1c90f5ffd36cbf2d4e8f7336224fda374b52214ebd826a4af882c97a2afbbd
+doccontainersize 261188
+doccontainerchecksum 809796f1b27ead1b188ea6459d524e975a08d79537b51977f85f37ab98f2a5ebd07cad0d87abc5a43d25869e8127bcaaba6da5bd3a6fc7a1e2b8f7e42bec9bcd
docfiles size=70
RELOC/doc/latex/fixdif/README.md details="Readme"
RELOC/doc/latex/fixdif/fixdif-zh-cn.pdf details="Package documentation (Chinese)" language="zh"
RELOC/doc/latex/fixdif/fixdif-zh-cn.tex
RELOC/doc/latex/fixdif/fixdif.pdf details="Package documentation (English)"
-srccontainersize 6984
-srccontainerchecksum b2f4a956c0e842175280b4f7fd318f869826b3c7eec720d76ef05050cd75fcd4457b5964608dc6ce3d271b9c7d21825104f8bdafc8886f2ad76db8010e0f075d
+srccontainersize 6988
+srccontainerchecksum 2670ef3aaf68f4c4fcebce35c08ebaaa5c94fc889ce4d8c3302a0ca7bb48b04de8e212e72313a845d42abaa4870a3c19038b155411ecfbe767203053587153ab
srcfiles size=7
RELOC/source/latex/fixdif/fixdif.dtx
RELOC/source/latex/fixdif/fixdif.ins
@@ -123441,7 +123445,7 @@ catalogue-contact-support https://github.com/CTeX-org/forum
catalogue-ctan /macros/latex/contrib/fixdif
catalogue-license lppl1.3c
catalogue-topics maths
-catalogue-version 1.4
+catalogue-version 1.4a
name fixfoot
category Package
@@ -139935,7 +139939,7 @@ catalogue-topics float
name hereapplies
category Package
-revision 64282
+revision 64391
shortdesc A LaTeX package for referencing groups of pages that share something in common
relocated 1
longdesc Here Applies is a LaTeX package that allows to collect groups
@@ -139943,10 +139947,10 @@ longdesc of labels and reference them altogether. It can be used for
longdesc creating informal glossaries that cross-link concepts to their
longdesc applications, or simply mentioning multiple pages that share
longdesc something in common.
-containersize 5272
-containerchecksum 5f1b51626a0c1880dab1f3590188e947c6af4cc2a66f971b06da7b929f25a86a74a1a11aa0479512e0aebc8d42e964b65ecc9292af9523ebb788ca83b8d505b6
-doccontainersize 420080
-doccontainerchecksum e8d4ad1f5f8c085190ec6a0edc3bff8c8e8240cee2bf87865af5539f1655bbb82cd13f24408f665cdb05792da236c0c2a165b4e69411666b508115b1d17ed929
+containersize 5300
+containerchecksum 46862b370a803e3be6ace08da5f1d6d114e9d8ff96d0a2a368016d903e38560367710eee0e90920bdcee6e0db2c062c8631cfd1c9b384b81728bf36281fffc47
+doccontainersize 421652
+doccontainerchecksum a4d9255c057e22d345ad684b9031349e41f3c9a794f55067c6d8f3e83c65a469fdd879f2451ecc29ef63dfd42d4e8bbd1749e22a9fa9487a15aacc135db84899
docfiles size=126
RELOC/doc/latex/hereapplies/COPYING
RELOC/doc/latex/hereapplies/ChangeLog.md
@@ -139968,7 +139972,7 @@ catalogue-contact-repository https://github.com/madmurphy/hereapplies.sty
catalogue-ctan /macros/latex/contrib/hereapplies
catalogue-license gpl3+
catalogue-topics label-ref
-catalogue-version 0.8.0
+catalogue-version 1.0.0
name heuristica
category Package
@@ -159777,17 +159781,17 @@ catalogue-topics collection
name jsclasses
category Package
-revision 63967
+revision 64386
shortdesc Classes tailored for use with Japanese
relocated 1
longdesc Classes jsarticle and jsbook are provided, together with
longdesc packages okumacro and okuverb. These classes are designed to
longdesc work under ASCII Corporation's Japanese TeX system ptex.
-containersize 21720
-containerchecksum b80e7c920ce133521b6035b741d0c2fc3699d1eed4c9ab0bd7c07c088b30862f08bdb2d17dd00ce90e6f1c7e8ec7292f26516384a41bbe5d1a08c3de9c170d90
-doccontainersize 784656
-doccontainerchecksum 5d6ea3857e0a84310eb22b37ad014466e041bb1b90ae5cfedcb622afa4845e6a1a8c8b34fd5569e3b5de626d8863bef0fb36089a8d645e9d8c76c6ca20ff0d8c
-docfiles size=199
+containersize 21752
+containerchecksum 2c273a68c9019a63453b618ef729c9fbbc1e2c2b1cce8fa027514d0f10b19442b55a11c3926d21e12fbe3b886302ae78c48d1519fe10e133e2d3a3afac3c6234
+doccontainersize 806740
+doccontainerchecksum b1c7b1df0ba216a66840cd454e261d13aa8849666d25537051983174b2ffb46413dd4055b57bb611e41b6c99556577285aef5f9f652c52165db3d8bbf8a7bc98
+docfiles size=206
RELOC/doc/platex/jsclasses/LICENSE
RELOC/doc/platex/jsclasses/README.md details="Readme"
RELOC/doc/platex/jsclasses/jsclasses.pdf details="Documentation of the classes (Japanese)" language="ja"
@@ -159795,8 +159799,8 @@ docfiles size=199
RELOC/doc/platex/jsclasses/jsverb.pdf details="Jsverb package documentation (Japanese)" language="ja"
RELOC/doc/platex/jsclasses/okumacro.pdf details="Okumacro package documentation (Japanese)" language="ja"
RELOC/doc/platex/jsclasses/okuverb.pdf details="Okuverb package documentation (Japanese)" language="ja"
-srccontainersize 56684
-srccontainerchecksum e7e375044ee5b0bb0f7c616d55e77e50774ac7fa9adb099165f02392ed937177979c9d0e464bacc2251877c5b0127f451e36968b2c79bcf8c89b7e3903af5a36
+srccontainersize 56900
+srccontainerchecksum 497c43a6337f07f6ef57fd2e170fff6e27bb69e3c6b5f42ec23742c2aede421ae69bcf1d51a76863f6f0d5fe7528439ade52ac54674387c4f996ec748179633e
srcfiles size=73
RELOC/source/platex/jsclasses/Makefile
RELOC/source/platex/jsclasses/jsclasses.dtx
@@ -193098,6 +193102,34 @@ catalogue-license lppl1.2
catalogue-topics notes editorial luatex use-lua
catalogue-version 0.5
+name luatruthtable
+category Package
+revision 64392
+shortdesc Generate truth tables of boolean values in LuaLaTeX
+relocated 1
+longdesc This package provides an easy way for generating truth tables
+longdesc of boolean values in LuaLaTeX. The time required for operations
+longdesc is no issue while compiling with LuaLaTeX. The package supports
+longdesc nesting of commands for multiple operations. It can be modified
+longdesc or extended by writing custom lua programs. There is no need to
+longdesc install lua on users system as TeX distributions (TeX Live or
+longdesc MikTeX) come bundled with LuaLaTeX.
+containersize 2092
+containerchecksum dd2db9d04a4a8a5f9672822d9f0d958496a0f191215ef2feabe84f466953cd571f4cd93687dd5b89043d8d24daba5f468781e50b805c2334e564882392d53979
+doccontainersize 95932
+doccontainerchecksum 43dd05d789e6729ac91fac85bef1559f4a7292e30e209805b283583e6097124e0ed0f504f1c18a5b0e56d0b674d99673c117f5a5f55797dfb34ec69b6ac68b63
+docfiles size=37
+ RELOC/doc/lualatex/luatruthtable/README.txt details="Readme"
+ RELOC/doc/lualatex/luatruthtable/luatruthtable.bib
+ RELOC/doc/lualatex/luatruthtable/luatruthtable.pdf details="Package documentation"
+ RELOC/doc/lualatex/luatruthtable/luatruthtable.tex
+runfiles size=2
+ RELOC/tex/lualatex/luatruthtable/luatruthtable.sty
+catalogue-ctan /macros/luatex/latex/luatruthtable
+catalogue-license lppl1.3c
+catalogue-topics maths logic luatex
+catalogue-version 1.0
+
name luavlna
category Package
revision 64142
@@ -245392,6 +245424,36 @@ catalogue-ctan /macros/plain/contrib/pitex
catalogue-license lppl
catalogue-topics doc-supp
+name piton
+category Package
+revision 64393
+shortdesc Typeset Python listings with LPEG
+relocated 1
+longdesc This package uses the Lua library LPEG to typeset and highlight
+longdesc Python listings.
+containersize 6668
+containerchecksum da9da6467d62bb106ef505b872c3757715c3dab2e89143b378524abeb7df1d60f305b5f0ab623dc441337c7236bc3f06b5ea54cd3866a2eac19c5333b4f6eda7
+doccontainersize 258696
+doccontainerchecksum 315a45637674754c32ff1697957d897edc87670d2dfbe3d6c06c2a36542995ade4d0e9d9cbd80eb0f6af11e0e6020ed98c3b8a8ee102f2b0c1737945e18ee4b4
+docfiles size=97
+ RELOC/doc/lualatex/piton/README.md details="Readme"
+ RELOC/doc/lualatex/piton/piton-french.pdf details="Package documentation" language="fr"
+ RELOC/doc/lualatex/piton/piton-french.tex
+ RELOC/doc/lualatex/piton/piton.pdf details="Package documentation"
+srccontainersize 7768
+srccontainerchecksum 1e928618b8bed19c36dd75b0f6045aec48514fe3ca9df657e5038108ad375f0334138ea9cfcda83904976083c64db7b4f9d1239e31e25ab21d3dc0ab05f760ee
+srcfiles size=8
+ RELOC/source/lualatex/piton/piton.dtx
+ RELOC/source/lualatex/piton/piton.ins
+runfiles size=7
+ RELOC/tex/lualatex/piton/piton.lua
+ RELOC/tex/lualatex/piton/piton.sty
+catalogue-also codehigh
+catalogue-ctan /macros/luatex/latex/piton
+catalogue-license lppl1.3
+catalogue-topics synt-hlt use-luatex
+catalogue-version 0.6
+
name pittetd
category Package
revision 15878
@@ -251571,7 +251633,7 @@ catalogue-version 0.13c
name ppt-slides
category Package
-revision 64378
+revision 64395
shortdesc Good-looking slide decks a la PowerPoint (PPT)
relocated 1
longdesc This LaTeX package helps you create slide decks as good-looking
@@ -251590,23 +251652,23 @@ depend tikzpagenodes
depend tools
depend varwidth
depend xcolor
-containersize 2860
-containerchecksum 11608c81c81b040bc50f66808decbf75fb6bc2cf659a4d8933b4ab053753b9c4ae92000d15d2bfdbb3f3169b709f4a624894e4c13bdc9219696c3793bd75a52f
-doccontainersize 225712
-doccontainerchecksum 60fc292086f581ea4bd67e018ed2ee51ade1c0ff6143169f106038747a983d978b1ca4fadde016ed9b5f795e3ced7bbb68f629f497857723798b15e94d0efa15
-docfiles size=89
+containersize 3916
+containerchecksum e18306e7e1939cbecf436ac4cc0ab74fc9257019d9fbac13abd44ad93573983625887c0a08dd5f4919764317309fce819b3052acf16a7ddaac83f94c31857d18
+doccontainersize 224544
+doccontainerchecksum c6df10e74aa9e26a701ed550f74d94392ea089b7ba37b619deb5a1243bdb920e255d2749c86b0c04f0f12f2e791d35f74fb9c44600b7a75eb0ba42ed68900e3d
+docfiles size=84
RELOC/doc/latex/ppt-slides/DEPENDS.txt
RELOC/doc/latex/ppt-slides/README.md details="Readme"
- RELOC/doc/latex/ppt-slides/ppt-schemes/ppt-dark-mono.tex
- RELOC/doc/latex/ppt-slides/ppt-schemes/ppt-dark.tex
- RELOC/doc/latex/ppt-slides/ppt-schemes/ppt-light-mono.tex
- RELOC/doc/latex/ppt-slides/ppt-schemes/ppt-light.tex
RELOC/doc/latex/ppt-slides/ppt-slides.pdf details="Package documentation and example of use"
RELOC/doc/latex/ppt-slides/ppt-slides.tex
- RELOC/doc/latex/ppt-slides/ppt-templates/ppt-9x6.tex
RELOC/doc/latex/ppt-slides/socrates.jpg
-runfiles size=2
+runfiles size=7
+ RELOC/tex/latex/ppt-slides/ppt-schemes/ppt-dark-mono.tex
+ RELOC/tex/latex/ppt-slides/ppt-schemes/ppt-dark.tex
+ RELOC/tex/latex/ppt-slides/ppt-schemes/ppt-light-mono.tex
+ RELOC/tex/latex/ppt-slides/ppt-schemes/ppt-light.tex
RELOC/tex/latex/ppt-slides/ppt-slides.sty
+ RELOC/tex/latex/ppt-slides/ppt-templates/ppt-9x6.tex
catalogue-contact-bugs https://github.com/yegor256/ppt-slides/issues
catalogue-contact-repository https://github.com/yegor256/ppt-slides
catalogue-ctan /macros/latex/contrib/ppt-slides
@@ -288169,33 +288231,39 @@ catalogue-version 3.0b1
name stex
category Package
-revision 63390
+revision 64383
shortdesc An Infrastructure for Semantic Preloading of LaTeX Documents
relocated 1
longdesc The sTeX package collection is a version of TeX/LaTeX that
longdesc allows to markup TeX/LaTeX documents semantically without
longdesc leaving the document format, essentially turning it into a
longdesc document format for mathematical knowledge management (MKM).
-containersize 77016
-containerchecksum 21665a38a9956eed19a3d224f0ba57ace735ff7dcc44d3b7449a31360b2cdd0d0ec318c49baee469205df25413628be0b2a8e4eca0e47c71f87498354deca2c7
-doccontainersize 2217204
-doccontainerchecksum 757bb258d2736fd7235c39e595d44da3cf565885882a235d6f2a86193275a90a5a2ae28c2a6190b087b6d24d111afae3dedb48d3164f74519f6b5303f0299976
-docfiles size=699
+containersize 79884
+containerchecksum e3e1c32f1d74dbf72793b6187e4b94ebdbb8d9e7f11e4b2d3e41e4803ba6b3dbd9d71c69c757ffc85cd4eb1c5a340c111a4e23f83bfb0fcf6574ee7dc0e51d07
+doccontainersize 2755852
+doccontainerchecksum c5356065843fd7bb9367c52119b61d9b86aa10c8f099969d0e5efa31f2a709df680c43b41e6266922f2835175ddbf2a719b2fd94f55bfa7af139969d5840c270
+docfiles size=906
RELOC/doc/latex/stex/Makefile
RELOC/doc/latex/stex/Makefile.top
RELOC/doc/latex/stex/README.md details="Readme"
+ RELOC/doc/latex/stex/img/vsc1.png
+ RELOC/doc/latex/stex/img/vsc2.png
+ RELOC/doc/latex/stex/img/vsc3.png
RELOC/doc/latex/stex/packages/stex-basics.tex
RELOC/doc/latex/stex/packages/stex-document-structure.tex
RELOC/doc/latex/stex/packages/stex-features.tex
RELOC/doc/latex/stex/packages/stex-hwexam.tex
+ RELOC/doc/latex/stex/packages/stex-idesetup.tex
RELOC/doc/latex/stex/packages/stex-inheritance.tex
RELOC/doc/latex/stex/packages/stex-mathhub.tex
+ RELOC/doc/latex/stex/packages/stex-mathhubsetup.tex
RELOC/doc/latex/stex/packages/stex-metatheory.tex
RELOC/doc/latex/stex/packages/stex-modules.tex
+ RELOC/doc/latex/stex/packages/stex-notesslides.tex
RELOC/doc/latex/stex/packages/stex-problem.tex
RELOC/doc/latex/stex/packages/stex-proofs.tex
RELOC/doc/latex/stex/packages/stex-references.tex
- RELOC/doc/latex/stex/packages/stex-slides.tex
+ RELOC/doc/latex/stex/packages/stex-setup.tex
RELOC/doc/latex/stex/packages/stex-statements.tex
RELOC/doc/latex/stex/packages/stex-symbols.tex
RELOC/doc/latex/stex/packages/stex-terms.tex
@@ -288204,12 +288272,14 @@ docfiles size=699
RELOC/doc/latex/stex/stex-doc.pdf details="Complete package documentation"
RELOC/doc/latex/stex/stex-doc.tex
RELOC/doc/latex/stex/stex-docheader.tex
+ RELOC/doc/latex/stex/stex-ide.pdf
+ RELOC/doc/latex/stex/stex-ide.tex
RELOC/doc/latex/stex/stex-manual.pdf details="User manual"
RELOC/doc/latex/stex/stex-manual.tex
RELOC/doc/latex/stex/stex-tutorial.tex
-srccontainersize 61736
-srccontainerchecksum 62a028e9ffd4b22b8865a9d133deffe5a5aba0e9fe7a302d4380b02f68a7813027490f03ff4e0b94d7a1351005da514393b598e99b9f39903eb0c533310d3ecc
-srcfiles size=106
+srccontainersize 63628
+srccontainerchecksum fe3a69ce18eb50a24972bff6695e7b1297defa1c99d53b05ba5a04abf249e44bea4a7ab8b191ebd3f02f71891eb97c88e8ef685363f4677471a38c282fad6566
+srcfiles size=111
RELOC/source/latex/stex/Makefile
RELOC/source/latex/stex/extensions/Makefile
RELOC/source/latex/stex/extensions/document-structure.dtx
@@ -288232,9 +288302,8 @@ srcfiles size=106
RELOC/source/latex/stex/stex/stex-symbols.dtx
RELOC/source/latex/stex/stex/stex-terms.dtx
RELOC/source/latex/stex/stex/stex.ins
-runfiles size=106
+runfiles size=111
RELOC/tex/latex/stex/document-structure.sty
- RELOC/tex/latex/stex/etc/beamernotesthemesTeX.sty
RELOC/tex/latex/stex/etc/beamerthemesTeX.sty
RELOC/tex/latex/stex/etc/hwexam-default.header
RELOC/tex/latex/stex/etc/lststex.sty
@@ -288242,6 +288311,7 @@ runfiles size=106
RELOC/tex/latex/stex/etc/stex-backend-latexml.cfg
RELOC/tex/latex/stex/etc/stex-backend-pdflatex.cfg
RELOC/tex/latex/stex/etc/stex-backend-rustex.cfg
+ RELOC/tex/latex/stex/etc/stex-backend-tex4ht.cfg
RELOC/tex/latex/stex/etc/stex-logo.sty
RELOC/tex/latex/stex/etc/stexthm.sty
RELOC/tex/latex/stex/hwexam.sty
@@ -288275,7 +288345,7 @@ catalogue-contact-repository https://github.com/slatex/sTeX
catalogue-ctan /macros/latex/contrib/stex
catalogue-license lppl
catalogue-topics struc-mkup format expl3
-catalogue-version 3.1.0
+catalogue-version 3.2.0
name stickstoo
category Package
@@ -296465,7 +296535,7 @@ binfiles arch=x86_64-solaris size=1
name tex4ht
category Package
-revision 64234
+revision 64394
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
@@ -296486,10 +296556,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 952788
-containerchecksum fa86f9cf6079840d51420e48dad8b0b11c06c9d75f41e97ff63e0eaaa92ac42b901bf96753c350217ce932ddea21eb705c65f844ef9bd794030d246998541bab
+containersize 952780
+containerchecksum 91c4c57d95eb0b650c54da6b380683bcbd57eb56686a54bf2c823864230dcb71ab8d84dbd15604c7388cf7633cfc010fdde797d7aedb8222b4f24a55d59b799a
doccontainersize 136384
-doccontainerchecksum 268bb18f58d8e8ee1bc8a767c630c1e41d552599b1c76e4ed4e86c322583e90b8cc24c69f8f440f3652fdcccc9a5a53fc2cb4c5e670af4a0c145f2ff8961ef1c
+doccontainerchecksum 6b126fdf3d9eb5f1c2cf18dddae3f014adc8ac6bd098730fc2dec85348a2d4c19806d029ed42a40365097e7f8a6b019accc732b6c6d6bf34f6efb33fd27e4a3b
docfiles size=260
texmf-dist/doc/generic/tex4ht/Makefile
texmf-dist/doc/generic/tex4ht/README details="Readme"
@@ -296561,8 +296631,8 @@ docfiles size=260
texmf-dist/doc/generic/tex4ht/mn56.html
texmf-dist/doc/generic/tex4ht/mn5x.png
texmf-dist/doc/generic/tex4ht/mn6x.png
-srccontainersize 1269116
-srccontainerchecksum 69b0973ebb15851fba20f2cd9d494339736a11e2600695573b07aed88a5cd59ae29c45348ea8f5429ad09a428ee5c3c8f91c21d079a23adcb7ed4d59e355bda7
+srccontainersize 1268180
+srccontainerchecksum 3302d6c0c20a07066699be2c9a4a13ac25c5b09cda97015fb8951dfa603f61a77af3ec168ca3fcb5c5d89822b00f9880dd4a44594bfea02a1f6c9ec1bacaf31b
srcfiles size=3867
texmf-dist/source/generic/tex4ht/ChangeLog
texmf-dist/source/generic/tex4ht/Makefile
@@ -307023,7 +307093,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 64369
+revision 64380
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.
@@ -307031,10 +307101,10 @@ depend texlive-scripts.ARCH
depend texlive.infra
execute addMap mathpple.map
postaction shortcut type=menu name="TeX Live command-line" cmd=TEXDIR/tlpkg/installer/tl-cmd.bat
-containersize 113672
-containerchecksum a9ed6de17183489ab1ecd1283bccd32052f771cd8f7997e476d73e9bfeeeaff3434fb046157c81ba2db27c82569221931898360e1e971cdfea7b0a81328703d9
-doccontainersize 420868
-doccontainerchecksum e360e26f598ec0589241e852748bdf1aa35cdc7b8cb3f18618c12272bed23c508b6a3bd0e8ceb487b7b7012f0c13633897f17392ed5c1fab59e33de90d512515
+containersize 113648
+containerchecksum 67f2a49fd1a87cdce44dc3edb43b85756a62fc6387e5a18a810efb504278c5722fad0372d740fb853567bd870276ee78d69ee81f43d40e659fccdadbafa00cd9
+doccontainersize 420848
+doccontainerchecksum 62a9ef49fb995f8d8420846a0f1c23ad66ce53cd92fc5756876f6e6c5f38da80bfa68180aad0aa117f55ea3a2ec7255241e82a4f73aa2a1d6c845d5970378474
docfiles size=521
doc.html
texmf-dist/doc/man/man1/fmtutil-sys.1
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index 2bb2a837a8..0975ba6c24 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-66b1192642d5d2db805c31e6a557570a texlive.tlpdb
+91f498f2800dbe971e73ed4e302a1fed texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 68fd440c53..7f3d5ca3ac 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-5f5f45816bd94f1fc7c5daa4dbf60ffa166c15046c16f58d34834efeb235cd4cf761f298ee5f4f57d08850249409d4493846843aa0401ef5937280fd11beb402 texlive.tlpdb
+f1d8ed650abc590e6fa152e995e07eeebc217230bca3df586f4b6265d2f33e2a72d1c660a6fc962fe86ed43529c5329afc77105d99f9ebd8ff6a824d949ac711 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 5f6afcd50b..2f378afb83 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNATURE-----
-iQEcBAEBCgAGBQJjIRgTAAoJEEzhh34ZQ4xwTnUH/2aNWLVCQXnDMc2FA14pRIi5
-2IhcS7IkymZYlIA7x9dLL2wPYVUVk3b1GM7wHoxsK36pCrLybaN0MAn74UdTEsQL
-IG0mfBvTWKy5ufEpi5U6EMmmwJMGweNDrMIhJ4EUq7lZ94z0oqeAk5DP9vzkwvbp
-V3Juxit6PpYEbKEGm90renV7OIEtRj86vsmfSPpmBPvpCyhtmu1Ysd3buRmfmcug
-bDpUKX6+u4Kae+bxLK7NgH/XeEItl5dh1K1DpiKSxx4N4S9l7Jv2/Y9p/yKNb6WN
-GDLPxk6N3vjtVJEln3Fu9QCVuKMw10j0BxZred39JLmvH8OQbi8E5nTxbB9z+kU=
-=p+Fn
+iQEcBAEBCgAGBQJjImmtAAoJEEzhh34ZQ4xwlKEH/0ODfaOjeNuYtOX0UW+lDniT
+EZo/bDWwY4sCEHV3menBoyNq737MCttsWxy3c+zgC0+G8Z2Vr7TRjtOCuYTsLvpd
+y3EKz061odPMMN5xOhFI7B+azxuGVVl8Q+wvUPKE9klhBzrWrnTuEVkRYGnPtmgO
+XWVV+ainRegdz/vEdWXzhZFlFjWYy5UOAQIldMWzAC4EeOOcmXDQ3kT+QDDBC1KO
+x7kqyWHAag0HClvB07xUoA5OGikfEtWqHQT6qxEW8Yf4jxCBJZaIfLN7gWAvb9E8
+sKLjVvVkrisOzNeFbzF1n6o98Oa8HBfHJ6iLY8ZFcH3Cpw87iFfRwlAEX5gO/Ak=
+=qZ1t
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 94bb96f4a6..1591561105 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ