summaryrefslogtreecommitdiff
path: root/systems/texlive
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-01-07 03:03:02 +0000
committerNorbert Preining <norbert@preining.info>2021-01-07 03:03:02 +0000
commit1dad166b3cb710b4aa32b8c21b91dbca02b2e408 (patch)
tree42319d2798d99252db2f4341dc6da986d22c5d53 /systems/texlive
parent0d181c27aefe5974e97590a4619967a462a5bfe0 (diff)
CTAN sync 202101070303
Diffstat (limited to 'systems/texlive')
-rwxr-xr-xsystems/texlive/tlnet/install-tl24
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl2
-rwxr-xr-xsystems/texlive/tlnet/tlpkg/installer/wget/wget.x86_64-darwinbin631060 -> 654416 bytes
-rwxr-xr-xsystems/texlive/tlnet/tlpkg/installer/xz/xz.x86_64-darwinbin187264 -> 207120 bytes
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb204
-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.xzbin2261180 -> 2262416 bytes
9 files changed, 186 insertions, 62 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index e110596640..f751478901 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 57052 2020-12-03 12:02:10Z siepo $
+# $Id: install-tl 57337 2021-01-05 23:22:15Z karl $
# Copyright 2007-2020
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
# This file is licensed under the GNU General Public License version 2
@@ -8,7 +8,7 @@
# Be careful when changing wording: *every* normal informational message
# output here must be recognized by the long grep in tl-update-tlnet.
-my $svnrev = '$Revision: 57052 $';
+my $svnrev = '$Revision: 57337 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -51,7 +51,7 @@ sub dblog {
if (($^O !~ /^MSWin/i) &&
# this wrapper is only for unix, since windows has its own wrapper
- ($#ARGV >= 0 || ($^O eq 'darwin')) &&
+ ($#ARGV >= 0 || ($^O eq 'xdarwin')) &&
# tcl parameter may still come, or tcl is default
($#ARGV < 0 || $ARGV[0] ne '-from_ext_gui')
# this run is not invoked by tcl
@@ -74,7 +74,7 @@ if (($^O !~ /^MSWin/i) &&
# build argument array @new_args for install-tl-gui.tcl.
# '-gui' or '-gui tcl' will not be copied to @new_args.
# quit scanning and building @new_args once tcl is ruled out.
- my $want_tcl = ($^O eq 'darwin');
+ my $want_tcl = ($^O eq 'xdarwin');
my $asked4tcl = 0;
my $forbid = 0;
my @new_args = ();
@@ -2713,12 +2713,12 @@ following modules are supported:
=item C<text>
-The text mode user interface (default on Unix systems). Same as the
-C<-no-gui> option.
+The text mode user interface (default on Unix systems, including Macs).
+Same as the C<-no-gui> option.
=item C<tcl> (or "perltk" or "wizard" or "expert" or nothing)
-The Tcl/Tk user interface (default on Macs and Windows). It starts
+The Tcl/Tk user interface (default on Windows). It starts
with a small number of configuration options, roughly equivalent
to what the former wizard option offers, but a button C<Advanced>
takes you to a screen with roughly the same options as the former
@@ -2726,10 +2726,10 @@ C<perltk> interface.
=back
-The default GUI requires Tcl/Tk. This is standard on Macs (although
-it is considered deprecated since Catalina) and is often already
-installed on GNU/Linux. For Windows, TeX Live provides a Tcl/Tk
-runtime.
+The default GUI requires Tcl/Tk. This is standard on Macs (although it
+is considered deprecated since Catalina) and is often already installed
+on GNU/Linux, or can be easily installed through a distro package
+manager. For Windows, TeX Live provides a Tcl/Tk runtime.
=item B<-no-gui>
@@ -3137,7 +3137,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 57052 2020-12-03 12:02:10Z siepo $
+$Id: install-tl 57337 2021-01-05 23:22:15Z karl $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index 2cf9cd174c..7fc4c5fe6d 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -16,6 +16,7 @@ $mirrors = {
'https://mirrors.aliyun.com/CTAN/' => 1,
'https://mirrors.bfsu.edu.cn/CTAN/' => 1,
'https://mirrors.cqu.edu.cn/CTAN/' => 1,
+ 'https://mirrors.dgut.edu.cn/CTAN/' => 1,
'https://mirrors.hit.edu.cn/CTAN/' => 1,
'https://mirrors.nju.edu.cn/CTAN/' => 1,
'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1,
@@ -151,6 +152,7 @@ $mirrors = {
},
'Sweden' => {
'https://ftp.acc.umu.se/mirror/CTAN/' => 1,
+ 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1,
},
'Switzerland' => {
'https://mirror.foobar.to/CTAN/' => 1,
diff --git a/systems/texlive/tlnet/tlpkg/installer/wget/wget.x86_64-darwin b/systems/texlive/tlnet/tlpkg/installer/wget/wget.x86_64-darwin
index 380a4f6cc0..9b2f0f2d9d 100755
--- a/systems/texlive/tlnet/tlpkg/installer/wget/wget.x86_64-darwin
+++ b/systems/texlive/tlnet/tlpkg/installer/wget/wget.x86_64-darwin
Binary files differ
diff --git a/systems/texlive/tlnet/tlpkg/installer/xz/xz.x86_64-darwin b/systems/texlive/tlnet/tlpkg/installer/xz/xz.x86_64-darwin
index 2bfc00e429..50696530c7 100755
--- a/systems/texlive/tlnet/tlpkg/installer/xz/xz.x86_64-darwin
+++ b/systems/texlive/tlnet/tlpkg/installer/xz/xz.x86_64-darwin
Binary files differ
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index 3e6535992c..1232718b5c 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/2020
-depend revision/57328
+depend revision/57337
name 00texlive.image
category TLCore
@@ -4315,7 +4315,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 57305
+revision 57337
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
@@ -7046,7 +7046,7 @@ binfiles arch=win32 size=15680
tlpkg/tltcl/lib/tkConfig.sh
binfiles arch=x86_64-cygwin size=45
tlpkg/installer/xz/xz.x86_64-cygwin.exe
-binfiles arch=x86_64-darwin size=201
+binfiles arch=x86_64-darwin size=211
tlpkg/installer/wget/wget.x86_64-darwin
tlpkg/installer/xz/xz.x86_64-darwin
binfiles arch=x86_64-darwinlegacy size=217
@@ -80829,7 +80829,7 @@ binfiles arch=x86_64-solaris size=3
name csquotes
category Package
-revision 53041
+revision 57332
shortdesc Context sensitive quotation facilities
relocated 1
longdesc This package provides advanced facilities for inline and
@@ -80847,11 +80847,11 @@ 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 17904
-containerchecksum 541cefb84ffcb6a398c18d01cab5d7c96bfaa82841b9439c1f77f3b2b4904e0a37fe2e2b355777e4552fdff3ebb054daae9d9d9a6c7436746f44917095be119c
-doccontainersize 315108
-doccontainerchecksum 84407b58454e4e4b235d93b01bef99f7a20a5de4ebac4990c9e00694a14dd67debe27afb6f3a079040330af3ab186db11f1150e97fa9511e782e55c4abe52bcf
-docfiles size=103
+containersize 17932
+containerchecksum d5a4ecc3202499582a7c4c03de006c6380d82754ff76b75883d5ad9eab9d1f724b76c6ab77b9efccbeaaeb5c0953cd3097ca114bd361ce8adbcc60bddb33f7da
+doccontainersize 315200
+doccontainerchecksum c7496f8e09034c157159bfe1d465ac13e3d80e113deb83429cd09508e5389173c8e0a5c67e612b32cb06d109b6161e808d9fbdbab18a1a8724f250c5c0934c39
+docfiles size=104
RELOC/doc/latex/csquotes/README.md details="Package README"
RELOC/doc/latex/csquotes/csquotes.pdf details="Tutorial on use of the package"
RELOC/doc/latex/csquotes/csquotes.tex
@@ -80863,7 +80863,7 @@ runfiles size=25
catalogue-ctan /macros/latex/contrib/csquotes
catalogue-license lppl1.3c
catalogue-topics quote-marks etex
-catalogue-version 5.2j
+catalogue-version 5.2k
name csquotes-de
category Package
@@ -188634,17 +188634,17 @@ catalogue-version 1.2
name mcmthesis
category Package
-revision 53513
+revision 57333
shortdesc Template designed for MCM/ICM
relocated 1
longdesc The package offers a template for MCM (The Mathematical Contest
longdesc in Modeling) and ICM (The Interdisciplinary Contest in
longdesc Modeling) for typesetting the submitted paper.
-containersize 3628
-containerchecksum 5768d3d07c88c186c9b1937efb3b4fb21cdb1cf9b05cf653657f34839e812c0072b0b0a24f05fc24cb29fe084fe8d26a099481c8b753e99c08b481957635470f
-doccontainersize 439624
-doccontainerchecksum 5bcea5b94809ebf47416a9638112979d47a64aaf7ec02e1729bd8004f7159383f2c07db03164f44fc450548a80a7905569aaddd0fbf89775f3e1f894bffb20ee
-docfiles size=122
+containersize 3640
+containerchecksum 128de0bf3c8f5ddd7ad5b456d92ee434573bee9e7df028799991068802c0997330ad6a3c8b0d295db7d9eac9e7540d5159cf5ef037ccb1e54cf95dc31c8cceec
+doccontainersize 509152
+doccontainerchecksum d93bc6ec219a32ec688933f598042a04f0f7642dc875291ba2437085349e4e697107d2a4bed2c22b2abd3f00009d92fcc01930060ba38aef3444fdbbfed811d1
+docfiles size=138
RELOC/doc/latex/mcmthesis/LICENSE
RELOC/doc/latex/mcmthesis/LICENSE.tex
RELOC/doc/latex/mcmthesis/README.md details="Readme"
@@ -188657,18 +188657,18 @@ docfiles size=122
RELOC/doc/latex/mcmthesis/figures/mcmthesis-logo.pdf
RELOC/doc/latex/mcmthesis/mcmthesis-demo.pdf details="Example of use"
RELOC/doc/latex/mcmthesis/mcmthesis-demo.tex
- RELOC/doc/latex/mcmthesis/mcmthesis.pdf details="Package documentation"
-srccontainersize 13592
-srccontainerchecksum 23016bb72ae6eb43af0903440fefcd59d0a3b3b7d23afe5a834f1497d4cfdb62b88ecf78232909a33efef3f15370efe116e193f9904b9aca9385c282773e1548
+ RELOC/doc/latex/mcmthesis/mcmthesis.pdf details="Package documentation" language="zh,en"
+srccontainersize 13928
+srccontainerchecksum dc9cb93c8975fa3e7d50e9067dc39c29875f6086a4dbfe657ca77e38feca4af419eac429ed97df41d442ee016f7f6205cbd1aaefd2a2e734af7ca2ea4c79344d
srcfiles size=12
RELOC/source/latex/mcmthesis/mcmthesis.dtx
runfiles size=3
RELOC/tex/latex/mcmthesis/mcmthesis.cls
-catalogue-contact-home https://github.com/latexstudio-org/mcmthesis
+catalogue-contact-repository https://github.com/latexstudio-org/mcmthesis
catalogue-ctan /macros/latex/contrib/mcmthesis
-catalogue-license lppl1.3
+catalogue-license lppl1.3c
catalogue-topics dissertation class
-catalogue-version 6.3
+catalogue-version 6.3.1
name mdframed
category Package
@@ -201107,30 +201107,152 @@ catalogue-version 1.03
name moodle
category Package
-revision 39367
+revision 57334
shortdesc Generating Moodle quizzes via LaTeX
relocated 1
longdesc A package for writing Moodle quizzes in LaTeX. In addition to
longdesc typesetting the quizzes for proofreading, the package compiles
longdesc an XML file to be uploaded to a Moodle server.
-containersize 16840
-containerchecksum 839db4d5082703e0b6d5516b6ec3c18b4fa4b449e732904569e839028bc3f7e27def83c56eb9929f65b0527cec9b180fd743aa3d0df2194aa6372922582173ce
-doccontainersize 287120
-doccontainerchecksum 9448341e5c33054a39f6990b4f7942f45fbbd884cd5691fa8c0b82fa1b3f9cfc887a02edadcb0df0a7a62c53c9f4b20496db5e6e9ecca4bd6ce8bddf2749a71d
-docfiles size=76
+containersize 27944
+containerchecksum 50b712781d14be099022f093f98f7725c2e80932e05f23da4f04a8a68f2a99e2c5526166b1cb9a2b3f4cdb7170cfd925bb1166a3d919d1645eb9c0c64c7a5cef
+doccontainersize 287728
+doccontainerchecksum d3d3d7a05e98295af949f98c728eda7970df9370e1e45d32dae4daebade3e3777b8db3ecf0bd9d648884448407966e642a2a697577559cfbbec5f64dd3877494
+docfiles size=259
+ RELOC/doc/latex/moodle/LICENSE
RELOC/doc/latex/moodle/README.md details="Readme"
RELOC/doc/latex/moodle/moodle.pdf details="Package documentation"
-srccontainersize 30644
-srccontainerchecksum 332251d2357ce64268a1bddf7e77f28f7cf4be10846da84c1512bb39eb804e671f38aea4843af0f1357307869794029c259a52f6ab62d96736fb691436d841c4
-srcfiles size=33
+ RELOC/doc/latex/moodle/test/fig/11.PNG
+ RELOC/doc/latex/moodle/test/fig/22.pdf
+ RELOC/doc/latex/moodle/test/fig/3.gif
+ RELOC/doc/latex/moodle/test/fig/4.jpg
+ RELOC/doc/latex/moodle/test/fig/5.jpeg
+ RELOC/doc/latex/moodle/test/fig/MoodlE_logo.SVG
+ RELOC/doc/latex/moodle/test/latin1ref/test_autopoints-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_calculated_python-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_categories-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_circuitikz-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_cloze_multi-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_cloze_numerical-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_cloze_shortanswer-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_commands-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_description-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_environments-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_escaping_right_braces_in_cloze-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_essay-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_expandnewcommands-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_fancyvrb-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_fractions-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_french-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_generalfeedback-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_handout-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_includegraphics-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_includegraphics_via_tikz-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_includegraphics_via_tikz_and_svg-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_includegraphics_with_svg-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_macros-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_matching-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_mathenv-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_minted-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_multi-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_multiple_categories-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_penalty-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_point_points-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_special_characters-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_tags-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_tikz-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_tikz_with_svg-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_tolerance-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_truefalse-moodle.ref
+ RELOC/doc/latex/moodle/test/latin1ref/test_verbatim-moodle.ref
+ RELOC/doc/latex/moodle/test/makefile
+ RELOC/doc/latex/moodle/test/test_autopoints.tex
+ RELOC/doc/latex/moodle/test/test_calculated_lua.tex
+ RELOC/doc/latex/moodle/test/test_calculated_python.tex
+ RELOC/doc/latex/moodle/test/test_categories.tex
+ RELOC/doc/latex/moodle/test/test_circuitikz.tex
+ RELOC/doc/latex/moodle/test/test_cloze_multi.tex
+ RELOC/doc/latex/moodle/test/test_cloze_numerical.tex
+ RELOC/doc/latex/moodle/test/test_cloze_shortanswer.tex
+ RELOC/doc/latex/moodle/test/test_commands.tex
+ RELOC/doc/latex/moodle/test/test_description.tex
+ RELOC/doc/latex/moodle/test/test_environments.tex
+ RELOC/doc/latex/moodle/test/test_escaping_right_braces_in_cloze.tex
+ RELOC/doc/latex/moodle/test/test_essay.tex
+ RELOC/doc/latex/moodle/test/test_expandnewcommands.tex
+ RELOC/doc/latex/moodle/test/test_fancyvrb.tex
+ RELOC/doc/latex/moodle/test/test_fractions.tex
+ RELOC/doc/latex/moodle/test/test_french.tex
+ RELOC/doc/latex/moodle/test/test_generalfeedback.tex
+ RELOC/doc/latex/moodle/test/test_handout.tex
+ RELOC/doc/latex/moodle/test/test_includegraphics.tex
+ RELOC/doc/latex/moodle/test/test_includegraphics_via_tikz.tex
+ RELOC/doc/latex/moodle/test/test_includegraphics_via_tikz_and_svg.tex
+ RELOC/doc/latex/moodle/test/test_includegraphics_with_svg.tex
+ RELOC/doc/latex/moodle/test/test_macros.tex
+ RELOC/doc/latex/moodle/test/test_matching.tex
+ RELOC/doc/latex/moodle/test/test_mathenv.tex
+ RELOC/doc/latex/moodle/test/test_minted.tex
+ RELOC/doc/latex/moodle/test/test_multi.tex
+ RELOC/doc/latex/moodle/test/test_multiple_categories.tex
+ RELOC/doc/latex/moodle/test/test_penalty.tex
+ RELOC/doc/latex/moodle/test/test_point_points.tex
+ RELOC/doc/latex/moodle/test/test_special_characters.tex
+ RELOC/doc/latex/moodle/test/test_tags.tex
+ RELOC/doc/latex/moodle/test/test_tikz.tex
+ RELOC/doc/latex/moodle/test/test_tikz_with_svg.tex
+ RELOC/doc/latex/moodle/test/test_tolerance.tex
+ RELOC/doc/latex/moodle/test/test_truefalse.tex
+ RELOC/doc/latex/moodle/test/test_verbatim.tex
+ RELOC/doc/latex/moodle/test/utf8ref/test_autopoints-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_calculated_lua-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_calculated_python-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_categories-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_circuitikz-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_cloze_multi-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_cloze_numerical-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_cloze_shortanswer-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_commands-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_description-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_environments-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_escaping_right_braces_in_cloze-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_essay-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_expandnewcommands-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_fancyvrb-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_fractions-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_french-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_generalfeedback-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_handout-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_includegraphics-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_includegraphics_via_tikz-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_includegraphics_via_tikz_and_svg-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_includegraphics_with_svg-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_macros-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_matching-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_mathenv-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_minted-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_multi-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_multiple_categories-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_penalty-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_point_points-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_special_characters-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_tags-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_tikz-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_tikz_with_svg-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_tolerance-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_truefalse-moodle.ref
+ RELOC/doc/latex/moodle/test/utf8ref/test_verbatim-moodle.ref
+srccontainersize 56656
+srccontainerchecksum 5feaff9520731afe0a6c078ab153f1f0d5c6f9f0f6b90cf90d1645d4d5b9ccecf7bd7a716d8f5e44d689119ff286ca9f57034901719418d1ddedcbb60b0489dd
+srcfiles size=65
+ RELOC/source/latex/moodle/makefile
RELOC/source/latex/moodle/moodle.dtx
RELOC/source/latex/moodle/moodle.ins
-runfiles size=21
+runfiles size=37
RELOC/tex/latex/moodle/moodle.sty
catalogue-ctan /macros/latex/contrib/moodle
catalogue-license lppl1.3
catalogue-topics exam
-catalogue-version 0.5
+catalogue-version 0.8
name moreenum
category Package
@@ -293393,15 +293515,15 @@ docfiles size=591
name texlive-docindex
category TLCore
-revision 57322
+revision 57330
shortdesc top-level TeX Live doc.html, etc.
longdesc These files are regenerated as needed, which is often, so we
longdesc make them a separate package. See the tl-update-auto script for
longdesc the process.
containersize 388
-containerchecksum 8c36187f8815e26b7ae17d5a3f07305880360c393293f48d7fd139d3f378f17457f8f8e58e135a8d86147528a81fa2d992250ead07e08a3ff4b72f4a60262464
-doccontainersize 171028
-doccontainerchecksum 366468f98ffc02fb15a191eed268b328c06c2b8caa9e5db6e5c29a3064900ef3de9d5f3c1b6c02a51807d567c267eb60fc6c03776a6cd317ebca901b75d82074
+containerchecksum 099fd1b429d0696a46f3e49a013d75d9849dd84da546372dd8802f28e0a836e2367b4ea711d7be8576dde1aa6e9c36decdba4d14fd165cd7208e778a3f2312cc
+doccontainersize 170904
+doccontainerchecksum f8397bec2e2d1a53a1131620f5a026d7afab961a4604ccaa52fe67aa93d55511a6e7e75b6de9babbe305ccac797bb6e56af16ca031263b5883994b4a4c40df49
docfiles size=339
doc.html
@@ -293623,7 +293745,7 @@ docfiles size=368
name texlive-scripts
category TLCore
-revision 57305
+revision 57337
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.
@@ -293631,10 +293753,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 132092
-containerchecksum 5c1679b99034e1a473560c1cdbe56aa6139774f860ce0fb412dbfa08f736d0e0fb2612b57ac7f9519e960a9d30af122714de6331b28a59af8728fd857b1e697f
+containersize 132096
+containerchecksum f4f0a3b814d4a3922262ec3e9cd2152bdbeff85b2411f11304e5da1bf45e0e0ee7a0c94620c48938da8c12d50593d50dc2a035f9fb4a13452f197a1923affc8d
doccontainersize 218656
-doccontainerchecksum 5424a8f30dfb2fe996a16d4976b06a92882da3f8b63852f4816d3f7f24bb80ed138d169b38070df2c0eb1242434c2e923169ed3ded85f7d70aa317bd34c8878f
+doccontainerchecksum ddfe2b5e8632f306a43e7d64d83d9cc94272213a09310dae0336be24e141d7685c22f9184de49c639ce785f702a672275152115baa7823679a8ded1aa3fb38f4
docfiles size=141
texmf-dist/doc/man/man1/fmtutil-sys.1
texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index 647b5f01fc..f140c6e24b 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-fbfbe0fa340be1fbd54bdf27617a2dc7 texlive.tlpdb
+7c3d1701ac468d51332e40b5aab702ac texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 2307cb29d9..6f4adfc94f 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-a970ad6853b766ea84b94ca67158fd847504244491865d212e9cb1da70f27dfab030be76a5c90a51bd634e320574d54c513769bc623f25212a07b8843bc5e0de texlive.tlpdb
+93e7a8693d2587e07aa29fb4e95bb7f6a557eef9316defbe23b54df3630e1800890e3b044421950d2733ece182857ff3a65d84cb3ac3f195615084938b607ef5 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 890417b4bd..ac39fafe69 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-----
-iQEcBAEBCgAGBQJf87l2AAoJEEzhh34ZQ4xwRQ4H/1Rn/xQqSpwXnD+SfNqMx2fu
-7TfqcJ6HrfxlInSaeb1Ci2KWE5DCUopDR/nmKyEIbtxTRuCQ2UIXC33SiIqPQQf5
-AnTXb1uYKqpmLElEmvFFSOLcna+oWPg9PfmmD6Br+0b0OZsVf/PNWw747v2bctD6
-KOM45z3he0Eu5xE0LoGW3onvH+WTnwN7Nbnm2M//vanlyHzm/QXzAJoWk93jZX1N
-NecVoSKhsfkVHPFXaU8nZylhtqqU7dyU+cos6bqnlA1Ai1mlIFsy8YILI7A6Jfgs
-87saW+Y4ftROLWfSB4rayEUXcMuO1/IC2QYCpU7jgB8KIciUL3Cm5WdmyqCKcCA=
-=WYF2
+iQEcBAEBCgAGBQJf9Qr3AAoJEEzhh34ZQ4xwu+UH/0FASxGsbEJBeIVgSxdfKjOs
+1J6pr/MnnUlv6AKTed3Fn9HvRYT/m6oXWdKN/3G06XYS26jn3ye5JAva59vn8r7m
+PrPm3sE37ge0rWLCHmBCqMm0afpFF5J+QUkMSFGnvhl1z9WQsq8kfJ9kNuKlPSc+
+rEu0iniyZvZ6fpO/qFZ21NGzDPBqbhFii+EprxLY4EDFwj4wBSNGcBCztmbOKA87
+p4LmX1BRmE94OCWJJkKF/OW8Bg8X2GRrwrbrBTjurkdsjD9kB1WAb52ECBYDE6Bt
+gKPplMRjtFXDgLTvcKypeiRIonUOK9KjpNnpxm4e/WyPbTYSuNOPt8bI+EqBY1U=
+=QZ0r
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index c4e1b1ddb8..60ede0be00 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ