From 8491e6b8fb521fb1c79d3ce9376836c67050c381 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 18 Jan 2023 03:01:39 +0000 Subject: CTAN sync 202301180301 --- systems/doc/luatex/luatex-backend.tex | 6 +- systems/doc/luatex/luatex-fonts.tex | 6 +- systems/doc/luatex/luatex-modifications.tex | 2 + systems/doc/luatex/luatex-nodes.tex | 2 +- systems/doc/luatex/luatex.pdf | Bin 1786441 -> 1786719 bytes systems/doc/luatex/luatex.tex | 2 +- systems/texlive/tlnet/tlpkg/gpg/pubring.gpg | Bin 7791 -> 8401 bytes systems/texlive/tlnet/tlpkg/gpg/trustdb.gpg | Bin 1280 -> 1280 bytes .../texlive/tlnet/tlpkg/installer/ctan-mirrors.pl | 1 + systems/texlive/tlnet/tlpkg/texlive.tlpdb | 130 +++++++++++---------- systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 | 2 +- systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 | 2 +- .../texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc | 14 +-- systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz | Bin 2444056 -> 2445732 bytes systems/win32/miktex/tm/packages/files.csv.lzma | Bin 752688 -> 752816 bytes .../win32/miktex/tm/packages/next/files.csv.lzma | Bin 752844 -> 752786 bytes systems/win32/miktex/tm/packages/next/pr.ini | 10 +- systems/win32/miktex/tm/packages/pr.ini | 12 +- 18 files changed, 99 insertions(+), 90 deletions(-) (limited to 'systems') diff --git a/systems/doc/luatex/luatex-backend.tex b/systems/doc/luatex/luatex-backend.tex index 4c6c36bd7b..8d4c366c35 100644 --- a/systems/doc/luatex/luatex-backend.tex +++ b/systems/doc/luatex/luatex-backend.tex @@ -125,7 +125,7 @@ after the \PDFTEX\ equivalents. \stopsubsection \startsubsection[title={\type {[set|get]suppressoptionalinfo}, \type {[set|get]trailerid}, -\type {[set|get]omitcidset} and \type {[set|get]omitinfodict}}] +\type {[set|get]omitcidset}, \type {[set|get]omitinfodict} and \type {[set|get]omitmediabox}}] \topicindex{\PDF+options} \topicindex{\PDF+trailer} @@ -135,6 +135,7 @@ after the \PDFTEX\ equivalents. \libindex{getomitcidset} \libindex{setomitcidset} \libindex{getomitcharset} \libindex{setomitcharset} \libindex{getomitinfodict} \libindex{setomitinfodict} +\libindex{getomitmediabox} \libindex{setomitmediabox} The optional info bitset (a number) determines what kind of info gets flushed. By default we flush all. See \in {section} [sec:pdfextensions] for more details. @@ -146,6 +147,9 @@ The cidset, charset and info flags (numbers) disables inclusion of a so called \type {CIDSet} and \type {CharSet} entries, which can be handy when aiming at some of the many \PDF\ substandards. +When it is omitted, one should provide the \type {MediaBox} via the page attribute +options, because it is a mandate field. No checking is done. + \stopsubsection \startsubsection[title={\type {[set|get][obj|]compresslevel} and \type {[set|get]recompress}}] diff --git a/systems/doc/luatex/luatex-fonts.tex b/systems/doc/luatex/luatex-fonts.tex index 136d20dd3b..294b1281ff 100644 --- a/systems/doc/luatex/luatex-fonts.tex +++ b/systems/doc/luatex/luatex-fonts.tex @@ -728,10 +728,10 @@ font.setfont( n, f) Note that at the moment, each access to the \type {font.fonts} or call to \type {font.getfont} creates a \LUA\ table for the whole font unless you cached it. -If you want a copy of the internal data you can use \type {font.copyfont}: +If you want a copy of the internal data you can use \type {font.getcopy}: \startfunctioncall -
f = font.copyfont( n) +
f = font.getcopy( n) \stopfunctioncall This one will return a table of the parameters as known to \TEX. These can be @@ -788,7 +788,7 @@ Within reasonable bounds you can extend a font after it has been defined. Becaus some properties are best left unchanged this is limited to adding characters. \startfunctioncall -font.addcharacters(,
f) +font.addcharacters( n,
f) \stopfunctioncall The table passed can have the fields \type {characters} which is a (sub)table diff --git a/systems/doc/luatex/luatex-modifications.tex b/systems/doc/luatex/luatex-modifications.tex index e3edc59f79..d6dffe2740 100644 --- a/systems/doc/luatex/luatex-modifications.tex +++ b/systems/doc/luatex/luatex-modifications.tex @@ -667,6 +667,7 @@ The configuration related registers have become: \edef\pdfomitcidset {\pdfvariable omitcidset} \edef\pdfomitcharset {\pdfvariable omitcharset} \edef\pdfomitinfodict {\pdfvariable omitinfodict} +\edef\pdfomitmediabox {\pdfvariable omitmediabox} \edef\pdfpagebox {\pdfvariable pagebox} \edef\pdfminorversion {\pdfvariable minorversion} \edef\pdfuniqueresname {\pdfvariable uniqueresname} @@ -917,6 +918,7 @@ The engine sets the following defaults. \pdfomitcidset 0 \pdfomitcharset 0 \pdfomitinfodict 0 +\pdfomitmediabox 0 \pdfpagebox 0 \pdfminorversion 4 \pdfuniqueresname 0 diff --git a/systems/doc/luatex/luatex-nodes.tex b/systems/doc/luatex/luatex-nodes.tex index d18006df0c..19bc7bd7ca 100644 --- a/systems/doc/luatex/luatex-nodes.tex +++ b/systems/doc/luatex/luatex-nodes.tex @@ -1248,7 +1248,7 @@ This converts a single type name to its internal numeric representation. \libindex {type} \libindex {subtype} -In the argument is a number, then the next function converts an internal numeric +If the argument is a number, then the next function converts an internal numeric representation to an external string representation. Otherwise, it will return the string \type {node} if the object represents a node, and \type {nil} otherwise. diff --git a/systems/doc/luatex/luatex.pdf b/systems/doc/luatex/luatex.pdf index 12e7b2d00c..a64c02e039 100644 Binary files a/systems/doc/luatex/luatex.pdf and b/systems/doc/luatex/luatex.pdf differ diff --git a/systems/doc/luatex/luatex.tex b/systems/doc/luatex/luatex.tex index 9f7236b284..1a3d684cea 100644 --- a/systems/doc/luatex/luatex.tex +++ b/systems/doc/luatex/luatex.tex @@ -73,7 +73,7 @@ \startdocument [manual=Lua\TeX, status=stable, - version=1.15] + version=1.16] \startnotmode[*export] \component luatex-titlepage diff --git a/systems/texlive/tlnet/tlpkg/gpg/pubring.gpg b/systems/texlive/tlnet/tlpkg/gpg/pubring.gpg index cedafa856d..343fa747db 100644 Binary files a/systems/texlive/tlnet/tlpkg/gpg/pubring.gpg and b/systems/texlive/tlnet/tlpkg/gpg/pubring.gpg differ diff --git a/systems/texlive/tlnet/tlpkg/gpg/trustdb.gpg b/systems/texlive/tlnet/tlpkg/gpg/trustdb.gpg index 4f82a76e05..54e30d9982 100644 Binary files a/systems/texlive/tlnet/tlpkg/gpg/trustdb.gpg and b/systems/texlive/tlnet/tlpkg/gpg/trustdb.gpg differ diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl index 7eb0952759..e102dfcff4 100644 --- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl +++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl @@ -17,6 +17,7 @@ $mirrors = { 'https://mirrors.hit.edu.cn/CTAN/' => 1, 'https://mirrors.nju.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, 'https://mirrors.ustc.edu.cn/CTAN/' => 1, }, diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb index 3cdc535831..4710964225 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb @@ -26,7 +26,7 @@ depend container_split_src_files/1 depend frozen/0 depend minrelease/2016 depend release/2022 -depend revision/65553 +depend revision/65564 name 00texlive.image category TLCore @@ -4694,7 +4694,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd name 00texlive.installer category TLCore -revision 65539 +revision 65555 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 @@ -94050,24 +94050,24 @@ catalogue-topics font font-symbol font-type1 linguistic name diffcoeff category Package -revision 65523 +revision 65559 shortdesc Write differential coefficients easily and consistently relocated 1 -longdesc diffcoeff allows the easy and consistent writing of ordinary, -longdesc partial and other derivatives of arbitrary (algebraic or -longdesc numeric) order. For mixed partial derivatives, the total order -longdesc of differentiation is calculated by the package. Optional +longdesc This package allows the easy and consistent writing of +longdesc ordinary, partial and other derivatives of arbitrary (algebraic +longdesc or numeric) order. For mixed partial derivatives, the total +longdesc order of differentiation is calculated by the package. Optional longdesc arguments allow specification of points of evaluation (ordinary longdesc derivatives), or variables held constant (partial derivatives), longdesc and the placement of the differentiand (numerator or appended). longdesc The package is built on xtemplate and the configurability it longdesc enables, extending to differentials (including simple line longdesc elements) and jacobians. -containersize 10988 -containerchecksum 147e85d46124a4210735bd646d690e1b14d95428ef2b2a8d79851ff93449dfe853f00425a6a6bcaab2ccde841144eaa255ced1d43594aba737c0e74aa43ae4d2 -doccontainersize 1301804 -doccontainerchecksum 58e1ebc15e6b35d6422c6e0bd75bb3904ea7a0fad7b6e1d810a34d95ad3e89f0598bc3ae0286ed706ff3f58a1104afe34d1bb1ed18f3e1b30fcff63f6cb181d1 -docfiles size=449 +containersize 11116 +containerchecksum f034e1e470dad26e1de89a2fe5fe4bb98f4d11ce5257e5e57466d9ea869b7fb64241ee9c613ab9abcd9cbe960ef08375057822e44a7130154f97400688cb92b9 +doccontainersize 1326872 +doccontainerchecksum 64a24566236da01dc5b797f0dad20537347ff30d93e4f734b09cd9d8dcbb3e938dcb6f7b1145557c0b7377971322bc4984eb2adba2a11eb7bac0577fc1c5df67 +docfiles size=451 RELOC/doc/latex/diffcoeff/README.txt details="Readme" RELOC/doc/latex/diffcoeff/diffcoeff.pdf details="Package documentation" RELOC/doc/latex/diffcoeff/diffcoeff.tex @@ -94081,8 +94081,8 @@ runfiles size=18 catalogue-also derivative catalogue-ctan /macros/latex/contrib/diffcoeff catalogue-license lppl1.3c -catalogue-topics maths -catalogue-version 5.0 +catalogue-topics maths expl3 +catalogue-version 5.1 name digestif category Package @@ -114961,7 +114961,7 @@ catalogue-version 0.3 name etoc category Package -revision 65550 +revision 65558 shortdesc Completely customisable TOCs relocated 1 longdesc The package gives the user complete control of how the entries @@ -114979,10 +114979,10 @@ longdesc with either a standard heading, or a ruled title (optionally longdesc with a frame around the table). The \tableofcontents command longdesc may be used arbitrarily many times in the same document, while longdesc \localtableofcontents provides a 'local' table of contents. -containersize 10220 -containerchecksum 092097c788afc5adbfe20b8b08d715396604f1d0e0912aadecf4d7ec1ea54a5bda393d9abb4907926d16ca581e6b322e75e1c22ad0b437ce9feb3e9d8444ef53 -doccontainersize 815968 -doccontainerchecksum 51a7d737ac17b6efdb5e70c49f80600a2e5bef5bea16722ac780320aa773c725cb5c5f1dc9d2e104e6092d6ee6af9c6d1292f1a558518d07e375159b7998fe0d +containersize 10212 +containerchecksum 9c78ed5d9d60309da262b2e3c033830857e308ae6f41452471fa23ac781f3e5b11d6b0f3de2b0b82ae1898c8fe2d96ee66ca31bab4da1a24f50e5354b1fc771a +doccontainersize 817768 +doccontainerchecksum 9ff75d07fe5495170b5f9943994d61e4d252fdc8eb66071e9434cf1b0313c8d19ff03eb45434c83244ff61a437ad39e04b8dd7a6f73d8e4b8cd8cf2221bb040f docfiles size=239 RELOC/doc/latex/etoc/README.md details="Readme" RELOC/doc/latex/etoc/etoc.pdf details="Package documentation" @@ -115014,8 +115014,8 @@ docfiles size=239 RELOC/doc/latex/etoc/etocsnippet-25.tex RELOC/doc/latex/etoc/etocsnippet-26.tex RELOC/doc/latex/etoc/etocsnippet-27.tex -srccontainersize 96700 -srccontainerchecksum 8c7b6a3f5c2635c7eeea548e31ce99cb14b9adc2e14d17a5bcdadf594a0d5411740d650c64c0e755d96a6cb274385eccf0e2ff0d9d90bbebed92406da012845a +srccontainersize 97092 +srccontainerchecksum 4217d00992d4f75ad10358270c446be9f7422d4332dbc8ce1606245daa1279ea2a70d9a60eef6382a0c6e3f4e539a248cf3a374598459c210d091e358ce4d141 srcfiles size=97 RELOC/source/latex/etoc/etoc.dtx runfiles size=14 @@ -124569,16 +124569,16 @@ catalogue-version 0.3.4 name firamath-otf category Package -revision 50732 +revision 65561 shortdesc Use OpenType math font Fira Math relocated 1 longdesc The package offers XeTeX/LuaTeX support for the Sans Serif longdesc OpenType Fira Math Font. -containersize 1336 -containerchecksum dbbb13d184e2a407bcbc2681bc9c5ff0e83017141792e956013254dcc50815f5b913bb2e40d6c09421883db774e9ce5e5ed17f6602ee902f485069fbd570936e -doccontainersize 124236 -doccontainerchecksum 699e10d44b1e36505e872070c2799e1191e995ca6ae26058e7d069c96500a9c0914614750f6af076abd3a30b281409613a846c314a64bef047b3e313b0a4cc97 -docfiles size=42 +containersize 1352 +containerchecksum 32e5eb8a0343b189afea8763a24b74b41adee9b1d5d21aa7e184eef2b402e88023145eb29aac3c7fccd56d6fd0fcffc06c77f937fc28ef69852ee87b1fa1650a +doccontainersize 117276 +doccontainerchecksum fc3b91faa9acffc0f104faa90925f6907107dca2b6c1a5800285b00bf734e85f2463fe262d2ad4f123608017abea64052463eaed6ddee11230b1462261377072 +docfiles size=38 RELOC/doc/fonts/firamath-otf/Changes RELOC/doc/fonts/firamath-otf/README.md details="Readme" RELOC/doc/fonts/firamath-otf/firamath-otf-doc.pdf details="Package documentation" @@ -124589,7 +124589,7 @@ catalogue-also firamath catalogue-ctan /fonts/firamath-otf catalogue-license lppl1.3 catalogue-topics font-use font-otf font-sans font-maths -catalogue-version 0.02a +catalogue-version 0.03a name first-latex-doc category Package @@ -169608,13 +169608,13 @@ catalogue-version 3.34 name kpfonts-otf category Package -revision 65082 -shortdesc OpenType version of the kpfonts (Type1) designed by Christophe Caignaert +revision 65560 +shortdesc OTF version of the Kp-fonts relocated 1 longdesc This bundle provides OpenType versions of the Type1 Kp-fonts longdesc designed by Christophe Caignaert. It is usable with LuaTeX or longdesc XeTeX engines only. It consists of sixteen Text fonts (eight -longdesc Serif, four Sans-Serif, four Monotype) and five Math fonts. +longdesc Serif, four Sans-Serif, four Monotype) and six Math fonts. longdesc Serif and Sans-Serif families have small caps available in two longdesc sizes (SmallCaps and PetitesCaps), upper and lowercase digits, longdesc real superscripts and subscripts; ancient ligatures (ct and @@ -169622,10 +169622,10 @@ longdesc st), ancient long-s and a long-tailed capital Q are available longdesc via font features. Math fonts cover all usual symbols including longdesc AMS'; a full list of available symbols is provided, see the longdesc 'List of glyphs'. -containersize 1080484 -containerchecksum 0b5e68f9861c8f78c291290354292c5406f79197f9f27558ef0a1521637e823ba54cd7eeadcde184ecb9b744f6628091956e1c87629e9244a09afd83bc920120 -doccontainersize 2084888 -doccontainerchecksum 0463287e8da8131e8929585dd3ca746c75775a958089efe07a5519e2d44752d3debb35d747cc34a3425a220a8c3e724845d513027b2f1147012cccec66ed038d +containersize 1091368 +containerchecksum f78d001ca2fff4367338e5b8bfc2adc933daac36168bfa88523cf03379ddf2da12d3c1d92bb3feaeab2eb4fe090aef691ba76c93b5aeb53d4a766fd2366a3556 +doccontainersize 2085304 +doccontainerchecksum 61be2d97b486e1dc330f3e0e16ca1b33c674afad63ddc711996d8126d9157851a2158f0c31e96d1bfb8d968ee5ca73f066714645af8374c6bffe3f8c5442daa3 docfiles size=581 RELOC/doc/fonts/kpfonts-otf/Kpfonts-OTF-Doc-English.ltx RELOC/doc/fonts/kpfonts-otf/Kpfonts-OTF-Doc-English.pdf details="Package documentation (English)" language="en" @@ -169634,11 +169634,12 @@ docfiles size=581 RELOC/doc/fonts/kpfonts-otf/README.md details="Readme" RELOC/doc/fonts/kpfonts-otf/unimath-kpfonts.ltx RELOC/doc/fonts/kpfonts-otf/unimath-kpfonts.pdf details="List of glyphs" -runfiles size=838 +runfiles size=879 RELOC/fonts/opentype/public/kpfonts-otf/KpMath-Bold.otf RELOC/fonts/opentype/public/kpfonts-otf/KpMath-Light.otf RELOC/fonts/opentype/public/kpfonts-otf/KpMath-Regular.otf RELOC/fonts/opentype/public/kpfonts-otf/KpMath-Sans.otf + RELOC/fonts/opentype/public/kpfonts-otf/KpMath-SansBold.otf RELOC/fonts/opentype/public/kpfonts-otf/KpMath-Semibold.otf RELOC/fonts/opentype/public/kpfonts-otf/KpMono-Bold.otf RELOC/fonts/opentype/public/kpfonts-otf/KpMono-BoldItalic.otf @@ -169665,7 +169666,7 @@ catalogue-also kpfonts catalogue-ctan /fonts/kpfonts-otf catalogue-license ofl lppl1.3 catalogue-topics font font-body font-serif font-sans font-proportional font-mono font-maths font-otf font-supp -catalogue-version 0.47 +catalogue-version 0.48 name ksfh_nat category Package @@ -249145,32 +249146,32 @@ catalogue-topics doc-supp name piton category Package -revision 65485 +revision 65557 shortdesc Typeset Python listings with LPEG relocated 1 longdesc This package uses the Lua library LPEG to typeset and highlight longdesc Python listings. -containersize 9204 -containerchecksum b2458b345efaa5eea8bc3b5fcc3aad66f3de7ec343417037932ddaa5ab0b68e334df77f48a2772785f3b640beb0ddf32204c5d5e8ff0ab2e57e61eaed9411acb -doccontainersize 514464 -doccontainerchecksum 32d044533db6faf58606583516e5680e2115b02ca8b0a81f0ddb2a746cb63cde1e95c749709159a716628976968bcb4c2d22fb1013b9a817ab8fe17e2cd95f3f -docfiles size=209 +containersize 9780 +containerchecksum 32a895d6e4e497c0f585bb0d020d2a1d3a18c412cf69b22b2ce10c7072af280526ad27ef1edd080a8c8738797514493766e0a63f28908797243980838f815c81 +doccontainersize 535396 +doccontainerchecksum 8505ab7af3886979a9cc5ec72aead1105467069c54496113f7325f21ddca23127715d86eb7987d7658a59815e8c29caf6a5ff15698f492c2736212d2d7b77ce8 +docfiles size=221 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 27092 -srccontainerchecksum dc84d1c7aa474ec67ddc45fcc421e4019daaa3084d9a4d300a078223ee9e074ec6f607a7a52c85efa64267f5799856c0c0914acb09288160698c7a85617e709b -srcfiles size=31 +srccontainersize 28944 +srccontainerchecksum c6a9fee1189e8bc488680586039a3d6f83e4be507b45c2ba15eee4c533912e12295265a77c65b79fd11571c6d4520fdd8e7d57f358c32b78a0fe71cd22172d98 +srcfiles size=34 RELOC/source/lualatex/piton/piton.dtx RELOC/source/lualatex/piton/piton.ins -runfiles size=11 +runfiles size=12 RELOC/tex/lualatex/piton/piton.sty catalogue-also codehigh catalogue-ctan /macros/luatex/latex/piton catalogue-license lppl1.3 catalogue-topics listing synt-hlt luatex -catalogue-version 1.1 +catalogue-version 1.2 name pittetd category Package @@ -311506,7 +311507,7 @@ docfiles size=376 name texlive-scripts category TLCore -revision 65539 +revision 65555 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. @@ -311514,10 +311515,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 113696 -containerchecksum 060482dfe4e6dd15bdbc4be4a2f88235122fb74ee05558999bd0feedd535eb13257452fe9da2835dd1016274a05c6068b7e9ca8c46ec5bd12ee2a7d60d3f8ad6 -doccontainersize 424104 -doccontainerchecksum 87819a1180555256a4532b504dc3a6598a84230d48e41b4c6a8ba6643f80f8185ae02edbd4e668236141342c320c56dae1dc81161040a7f2e3f42057bd2c1495 +containersize 113704 +containerchecksum 7e6e0f0c52fa5006d86eedcb66e45bb39ca127c649193ef61a48ddf42b0eee0328aae337ba4c57053d1c3d2c0f75e1992824b52693a5cb17008eff828a400af5 +doccontainersize 424056 +doccontainerchecksum ec96925f2d82aa7c442e02d3fad7958e265cba7379154c245021655d4c76fbb5a89b0a480c03df0d223473d98f80264d1f2547c2b7d872bb7bef2f1acec66e5f docfiles size=533 doc.html texmf-dist/doc/man/man1/fmtutil-sys.1 @@ -350511,7 +350512,7 @@ catalogue-version 1.00 name xduts category Package -revision 65243 +revision 65556 shortdesc Xidian University TeX Suite relocated 1 longdesc XDUTS is designed to help Xidian University students use LaTeX @@ -350520,23 +350521,24 @@ longdesc package that meets the school's requirements and can be applied longdesc to any document class. In addition, there are thesis and thesis longdesc proposal templates for both undergraduate and postgraduate that longdesc meet the school's requirements. -containersize 522048 -containerchecksum c94b4bef5e31d1a86f1db3995a21b6f102e4b17771a288cc594960f2879f93a91666ee7144bdad6dbf1458c1f1cc60d64b87a2ccc6e2487d61111b4e16669fb1 -doccontainersize 319364 -doccontainerchecksum 7b9c4b4b5b5d514e4d7df6009c9e646a9a127df815fce84fd20b2812473ac9a6d967cb0690ef427d3f4b05aee3ba881721574d6916669889fe171959ed14344d -docfiles size=80 +containersize 523576 +containerchecksum adc6a32bbf4c432bc77d8dc158e928e6831fddd3154d795ebdaeb480fae22c55729df67dea8f0cde995f7f7a37b2d1e7dab41c35ea96424420940b26575842f9 +doccontainersize 328236 +doccontainerchecksum 30f12a3c7eb16aacd5f7413d3aaa3443be18b8b206fa5698a458d131152e98b1034be1b33aa5c0398a3e341033e8cba39970201c47dc851f3b22e7295af0eb9b +docfiles size=82 RELOC/doc/xelatex/xduts/README.md details="Readme" RELOC/doc/xelatex/xduts/xduts.pdf details="Package documentation" language="zh" -srccontainersize 41112 -srccontainerchecksum 1622b179b7f049d11aab9bc6002d12b006982d8c49940dc8bb910e8d3d309c813c70c7786372d6de122376b9f65f680c880057a2ded0db84f822220d968bd6df -srcfiles size=64 +srccontainersize 43296 +srccontainerchecksum 601f3d407f62537f1df35ed4c0c2f1ae5593b5a37925dc199bb41565351b5f7514f1f96c3e3f224b866313e7e41cad91ba62fc90bb12e562a621f7f687ba2b92 +srcfiles size=68 RELOC/source/xelatex/xduts/xduts.dtx RELOC/source/xelatex/xduts/xduts.ins -runfiles size=257 +runfiles size=266 RELOC/tex/xelatex/xduts/xdufont.sty RELOC/tex/xelatex/xduts/xdulogo.pdf RELOC/tex/xelatex/xduts/xdupgthesis.cls RELOC/tex/xelatex/xduts/xduugthesis.cls + RELOC/tex/xelatex/xduts/xduugtp.cls catalogue-also xduthesis catalogue-contact-bugs https://github.com/note286/xduts/issues catalogue-contact-development https://github.com/note286 @@ -350545,7 +350547,7 @@ catalogue-contact-support https://github.com/note286/xduts/discussions catalogue-ctan /macros/xetex/latex/xduts catalogue-license lppl1.3c catalogue-topics dissertation proposal expl3 xetex -catalogue-version 4.0.1.0 +catalogue-version 4.1.1.0 name xdvi category TLCore diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 index 769843273e..3d205b0c1d 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 @@ -1 +1 @@ -56323443572d7a345a09f282239b3922 texlive.tlpdb +f21b71535ba84e0598778ab0ef4bb814 texlive.tlpdb diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 index 3c48377b2f..1d14c84501 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 @@ -1 +1 @@ -cf6837c432321dcb7dd1ef609c6b58d3f9ebc657f5a528d8641964c824c32855b9af17d4f6c61c823cadde87bb5e2b01664567e5ff67134536f4309a3550149a texlive.tlpdb +aedf6274ba9c3ff3926c614dbf9d80994cf805874ad43c60a5d0c551a7eca3323812cffff27359d97dc9753ca83df7a10493b6c557bd5a9ed95f38f048bcf928 texlive.tlpdb diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc index e1309c9643..8b20a2ab04 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----- -iQEcBAEBCgAGBQJjxJ//AAoJEEzhh34ZQ4xwEGgH/j1IYw9ZEj5mDLAFUa5tHfE/ -EXie52kdUTCynVIaM8IlVPNRP+qU9NKlmWNvPADCVScHt2I/7pu8yniAX/xsox17 -BEapldBAAlKm6h4CvnsSwvIm3A2lK8sDSPo/A+aPHeVItOdTFD7Dk+oQZoxnmgvj -b/U7MBFvCfHc74+MAvM9JEd279C+9R5mjHYFqYnNqJZsdIUm0UG/BkeEMleBVLcI -i9yElllqR6BwMOdzDqMWghUMe7sq8XrT542t2SUOka58e3fr6shWqIedpIm4cpPY -Eqz18ZsT9NTiCTgao1F3yFA2X1j92DCK9QrLHwBrKoiVo8xI7JYUo7iAZKiFj8c= -=jvA3 +iQEcBAEBCgAGBQJjxfFNAAoJEEzhh34ZQ4xw0NoH/i3rhPxfemL9muWFGcNw1l7P +BSGvyJfy8XCpS3RSuD0+2cQ8+RjYYUjadsw4mR6y1WUqdOS18ty39pEdk4Jyincy +Ho0d4N7nQkKkvm8WbcIylY3502lTXRPzCvll3RwqGKDcJD5X6Pw8B9Bv0ostwyD6 +LxohVqLSB2zI4tc2GOm/chpWtryYnv04foj2b1lFBE43KzkLfrWJDIQsu0hm9dj/ +57zTm4kvPd2/gtcnc2NEpd971nX/r/WH16EKWgFdPuzxQM+QIqdPk7pw5k50tPZN +SM7Ch1c9kySJGs1QamiMEGF264De8HCDOKqKzZGsl/WuyuCxuzzrBl+r6gTmQ0E= +=k1EU -----END PGP SIGNATURE----- diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz index ef5cd79ffd..01470176cb 100644 Binary files a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz and b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz differ diff --git a/systems/win32/miktex/tm/packages/files.csv.lzma b/systems/win32/miktex/tm/packages/files.csv.lzma index 744c3d815b..63b8fb18f5 100644 Binary files a/systems/win32/miktex/tm/packages/files.csv.lzma and b/systems/win32/miktex/tm/packages/files.csv.lzma differ diff --git a/systems/win32/miktex/tm/packages/next/files.csv.lzma b/systems/win32/miktex/tm/packages/next/files.csv.lzma index df4179576a..8f12dbb61c 100644 Binary files a/systems/win32/miktex/tm/packages/next/files.csv.lzma and b/systems/win32/miktex/tm/packages/next/files.csv.lzma differ diff --git a/systems/win32/miktex/tm/packages/next/pr.ini b/systems/win32/miktex/tm/packages/next/pr.ini index 5f35ab2e4c..ce3812066a 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=1673623068 +date=1673962544 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=dd2683f1c04e8f293b33b78ab43736cf -numpkg=6332 +lstdigest=d2562bac6ac3bcada1d0f77ff760a171 +numpkg=6337 relstate=next -version=8413 +version=8417 ;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows. ;;;;-----BEGIN MIKTEX SIGNATURE----- -;;;; signature/miktex: bmogQ8BZ/KSJyzbABJY8wei78wqflBbGl7cj/D9cbFEPXw20BC2+4t4rMOJ79QvdWtvW9WyXJBtipSeCe5kOtdnQbtvI+tdt8P2Ce8p12+kAXDsJob2auvpjcmMuM/VXKAIgbzapqKnSha5oqsPnvgXMhIiMZP2zUCy2wBCLpkVCjWC1mho0JzjMzOJ+SWBgSbV0UT4Pfq/pQIQ8HaBuyTIz7yp3qeyH+wpLKV59jqBlbAw2sGxduM4P1aFrBpzTh6H/J/KmS6BI/dUmjmxDqm1ZbYZQuAjaeULAgKZdF99YERYDbI0MiniVoHrXwJmbPQOeblMUIBgOZdWDqGgnyw== +;;;; signature/miktex: dIizb45W1+8QMmWt2MUz6RUJSV5tp9bZZm1UeLEi2kmiS4P7hgS21OJSUuhAF/XMEHfxKWUg0FlCrdZoxskwMQKblXmLIsS5JY6LAULKljxwp/45cHss9e4Yb2l4/k5VgZKZ1UWNEIq8+/z4OHWml1NFZtJ49fsiGmGfPCdXXDNvXxkIjoQCbr1HsC4ilVGTLCTeyHoktbND+4b85km7/nifAZXgEiTD0l3adjJu5PIt2tBt/omnsf10RD6h3QYMq/yRQjQZCfJoGwrBclYM56DmgO0Fuchv+Ik4as+AKaxQmODHDw3An4rjojAZu6+Rn/yAZ6z3QPcI/tPPm++PFw== ;;;;-----END MIKTEX SIGNATURE----- diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini index 05e6261c2d..9b25e34ad1 100644 --- a/systems/win32/miktex/tm/packages/pr.ini +++ b/systems/win32/miktex/tm/packages/pr.ini @@ -1,13 +1,13 @@ [repository] -date=1673623001 -lastupd=uptex-base__doc unimath-plain-xetex__source unimath-plain-xetex__doc unimath-plain-xetex tikz-mirror-lens__source tikz-mirror-lens__doc tikz-mirror-lens se2thesis__source se2thesis__doc se2thesis scripture__source scripture__doc scripture scrabble__source scrabble__doc scrabble sagetex__source sagetex__doc sagetex repere__source -lstdigest=34c7dd585f20058eacce26be571bc4f3 -numpkg=6332 +date=1673962468 +lastupd=zennote__source zennote__doc zennote xstring__doc xstring xduts__source xduts__doc xduts ufrgscca__source ufrgscca__doc ufrgscca tugboat__source tugboat__doc tugboat texfot__doc texfot pyluatex__source pyluatex__doc pyluatex piton__source +lstdigest=8ed4f70d6984f8a2a84898e13303f8e1 +numpkg=6337 relstate=stable -version=8413 +version=8417 ;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows. ;;;;-----BEGIN MIKTEX SIGNATURE----- -;;;; signature/miktex: fQfYGPPO9lZpCFHHfRD2nf/4XknAd0DazNLnutvDQdnqqQLg+E+oTbug+XlJHVkWvMXaFqsAJMJBD0zOel3UaL+P7aPo+8LHgfiDOX9UeA06GEwM0BKPzQgzM6bswfwLNbFN9Zr9DoCEfT/TaP5xqNgqtXSYNV7HrUlj8/oLgzkZkXglL0L96T4VEIcXMW54cCqQqMTD8bmSFvqRWU/vTRdi0bDuP3a0MKPK4D2SIxfj7O262XvJBY4Cd+IeAR+mS38BiSHH2LTXAZcAhxBB/cWcopNSvHzz8ipUpFe6HBj2XZNSrHJnUdvRLvees0M6N1NoRGvSVoZrFxanLFDq7g== +;;;; signature/miktex: FPGAQU2KK47z7qiCsPXwDdhfZQOkA3UHiL7mel76z5WsZjWOx5LjcqkXQbatw+U5RMCCM/omsyG+rvfC6CVcl/AOMRgHKL+xgPXWZdL9n0sqq0x86sOXaK7EeyLoBBLe4t7YA4cRU+tEpwQWlpaH+3yUDm6KCxRqR2g1d0dOCRr3veM91kS5CrQJDuAxRAsEqVNjVDRiARd98GG6NPfqgdvBpbR42A5u5tg1qFyyCoLUh2AVF2zca8jGW//W7Sgje2OiRP9/XSYCL/Mhboc9NSnsink/M4Hj8aeSA04bMTN9t6AzEGH+Wv6sNyCmXzdCam5BdoL5lSo8yWvRhtoqlw== ;;;;-----END MIKTEX SIGNATURE----- -- cgit v1.2.3