summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-11-18 03:01:03 +0000
committerNorbert Preining <norbert@preining.info>2019-11-18 03:01:03 +0000
commit96f9362fc3e3bb70fa2411c62418c42d9acda4d7 (patch)
tree0a5b5a1a0eb542f5e4a01241ff22837cc0e86835 /systems
parentee7abbf3326590ad80cbd11ae7756c9238f7dab8 (diff)
CTAN sync 201911180301
Diffstat (limited to 'systems')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm8
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl6
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb199
-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.xzbin2136420 -> 2135776 bytes
-rw-r--r--systems/win32/miktex/tm/packages/files.csv.lzmabin509174 -> 510340 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/files.csv.lzmabin509002 -> 510030 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/pr.ini6
-rw-r--r--systems/win32/miktex/tm/packages/pr.ini8
-rw-r--r--systems/win32/w32tex/ChangeLog8
12 files changed, 137 insertions, 116 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
index fec3565f09..4059609fc2 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
@@ -1,4 +1,4 @@
-# $Id: TLUtils.pm 52706 2019-11-09 17:42:02Z karl $
+# $Id: TLUtils.pm 52815 2019-11-16 02:22:41Z preining $
# TeXLive::TLUtils.pm - the inevitable utilities for TeX Live.
# Copyright 2007-2019 Norbert Preining, Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
@@ -6,7 +6,7 @@
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 52706 $';
+my $svnrev = '$Revision: 52815 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -2183,7 +2183,7 @@ sub check_file_and_remove {
if ($tlchecksum ne $checksum) {
tlwarn("TLUtils::check_file: checksums differ for $xzfile:\n");
tlwarn("TLUtils::check_file: tlchecksum=$tlchecksum, arg=$checksum\n");
- (undef,$check_file_tmpdir) = File::temp::tempdir("tlcheckfileXXXXXXXX");
+ (undef,$check_file_tmpdir) = File::Temp::tempdir("tlcheckfileXXXXXXXX");
tlwarn("TLUtils::check_file: removing $xzfile, "
. "but saving copy in $check_file_tmpdir\n");
copy($xzfile, $check_file_tmpdir);
@@ -2203,7 +2203,7 @@ sub check_file_and_remove {
if (!defined($check_file_tmpdir)) {
# the tmpdir should always be undefined, since we shouldn't get
# here if the checksums failed, but test anyway.
- $check_file_tmpdir = File::temp::tempdir("tlcheckfileXXXXXXXX");
+ $check_file_tmpdir = File::Temp::tempdir("tlcheckfileXXXXXXXX");
tlwarn("TLUtils::check_file: saving copy in $check_file_tmpdir\n");
copy($xzfile, $check_file_tmpdir);
}
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index 0726c14e62..8b98dba962 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -1,8 +1,5 @@
$mirrors = {
'Africa' => {
- 'Algeria' => {
- 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1
- },
'Morocco' => {
'https://mirror.marwan.ma/ctan/' => 1
},
@@ -19,8 +16,7 @@ $mirrors = {
'http://mirrors.geekpie.club/CTAN/' => 1,
'http://mirrors.hit.edu.cn/CTAN/' => 1,
'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1,
- 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1,
- 'http://mirrors.ustc.edu.cn/CTAN/' => 1
+ 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1
},
'Hong Kong' => {
'https://mirror-hk.koddos.net/CTAN/' => 1
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index fc035c1f4c..7b24fe1e93 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/2019
-depend revision/52812
+depend revision/52824
name 00texlive.image
category TLCore
-revision 52811
+revision 52825
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=4969
+runfiles size=4970
.mkisofsrc
autorun.inf
texmf-dist/README
@@ -441,6 +441,7 @@ runfiles size=4969
tlpkg/tlpsrc/amstex.tlpsrc
tlpkg/tlpsrc/amsthdoc-it.tlpsrc
tlpkg/tlpsrc/animate.tlpsrc
+ tlpkg/tlpsrc/annotate.tlpsrc
tlpkg/tlpsrc/anonchap.tlpsrc
tlpkg/tlpsrc/anonymouspro.tlpsrc
tlpkg/tlpsrc/answers.tlpsrc
@@ -4065,7 +4066,7 @@ depend opt_w32_multi_user:1
name 00texlive.installer
category TLCore
-revision 52798
+revision 52814
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
@@ -16721,6 +16722,24 @@ catalogue-date 2019-11-05 16:59:33 +0100
catalogue-license lppl
catalogue-topics graphics-motion
+name annotate
+category Package
+revision 52824
+shortdesc A bibliography style with annotations
+relocated 1
+longdesc The style is a derivative of the standard alpha style, which
+longdesc processes an entry's annotate field as part of the printed
+longdesc output.
+containersize 4644
+containerchecksum bd31306b72bec73d4a2367fda6804e648ade536181d7a5c34d196591bb5fbd483f13a1e4aa2c28d3a4f29d0c74d37d5f1a77046b15d321c29176d9f742e91a72
+runfiles size=6
+ RELOC/bibtex/bst/annotate/annotate.bst
+catalogue-also annotation
+catalogue-ctan /biblio/bibtex/contrib/misc/annotate.bst
+catalogue-date 2016-06-24 19:18:15 +0200
+catalogue-license other-free
+catalogue-topics bibtex-sty
+
name anonchap
category Package
revision 17049
@@ -30619,16 +30638,16 @@ catalogue-version 0.1
name beebe
category Package
-revision 52798
+revision 52825
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 827496
-containerchecksum e033a1725dd4de7a2074cc5a3ba8f2dca38154d2e2bb19948eb46f05b2d321045a6a565aa6ebf87dd57203dc0abf2381398c868fffc1d790717b6bb2c594756a
-runfiles size=2035
+containersize 820476
+containerchecksum f575bf9b042cebcb93179ebfb1daeacdb4f732057bc188c3b97a03812f6552a5717daa9f3c5e66a49951820d85db0ed6c72105579356b6ff9253e70e395b34ff
+runfiles size=2022
RELOC/bibtex/bib/beebe/epodd.bib
RELOC/bibtex/bib/beebe/font.bib
RELOC/bibtex/bib/beebe/printing-history.bib
@@ -30642,9 +30661,6 @@ runfiles size=2035
RELOC/bibtex/bib/beebe/tugboat.bib
RELOC/bibtex/bib/beebe/type.bib
RELOC/bibtex/bib/beebe/typeset.bib
- RELOC/bibtex/bst/beebe/annotate.bst
- RELOC/bibtex/bst/beebe/apa.bst
- RELOC/bibtex/bst/beebe/refer.bst
RELOC/tex/generic/beebe/bibnames.sty
RELOC/tex/generic/beebe/texnames.sty
RELOC/tex/generic/beebe/tugboat.def
@@ -61039,7 +61055,7 @@ containerchecksum a1c4adfa3d670ba20ffd19458ccaf194161fb7cc81f5c243d42503f077fa01
name collection-bibtexextra
category Collection
-revision 52783
+revision 52824
shortdesc BibTeX additional styles
relocated 1
longdesc Additional BibTeX styles and bibliography data(bases), notably
@@ -61049,6 +61065,7 @@ depend aaai-named
depend aichej
depend ajl
depend amsrefs
+depend annotate
depend apacite
depend apalike2
depend archaeologie
@@ -61188,7 +61205,7 @@ depend windycity
depend xcite
depend zootaxa-bst
containersize 1172
-containerchecksum ce6cfd7798e098bcb6db39e57bc6686ff4061cd337f17d8e1550bc23ede80e650d560b252412b3635fa93a7fd04c95f21cf06f77e11b4ec403f3386fc8635e70
+containerchecksum 73cea8cea177e0976e0b0a7ed1869e23616f5171e44dbea4076ab7abd6bf76f2b6bacc6a3f401384fd28b4f6a92056496b6b0e2d3c7dded6c63234f6e989088d
name collection-binextra
category Collection
@@ -118902,33 +118919,34 @@ catalogue-version 1.1
name garamond-math
category Package
-revision 49933
+revision 52820
shortdesc An OTF math font matching EB Garamond
relocated 1
-longdesc This is an open type math font matching EB Garamond (Octavio
-longdesc Pardo) and EB Garamond (Georg Mayr-Duffner). Many mathematical
-longdesc symbols are derived from other fonts, others are made from
-longdesc scratch. The metric is generated with a python script. The font
-longdesc is best used with XeTeX and the unicode-math package. Other
-longdesc engines (e.g. LuaTeX; also: MS Word) are likely to produce
-longdesc unsatifactory spacings. This font is still under development,
-longdesc so do not expect it to be free of bugs. Any component might be
-longdesc updated at any time. Issues, bug reports, forks, and other
-longdesc contributions are welcome.
-containersize 450248
-containerchecksum e9815808b7dba1d0c37835bb30838fb8073f3ba7c3700bbf7997cce30b70d71194fe07e595728ffc894e22f6bd76bb559104249aa6c22c1b49a92251971c513c
-doccontainersize 281644
-doccontainerchecksum 1fb3966ec8d6d7b8e048476a7129b8e6a650e4f7350f744db53f844c35528042024d156db8cf20939aef79d74292d3d90a61e6391e8723045efb4603eb0a8a38
-docfiles size=74
+longdesc Garamond-Math is an open type math font matching EB Garamond
+longdesc (Octavio Pardo) and EB Garamond (Georg Mayr-Duffner). Many
+longdesc mathematical symbols are derived from other fonts, others are
+longdesc made from scratch. The metric is generated with a Python
+longdesc script. The font is best used with XeTeX and the unicode-math
+longdesc package. Other engines (e.g. LuaTeX; also: MS Word) are likely
+longdesc to produce unsatifactory spacings. This font is still under
+longdesc development, so do not expect it to be free of bugs. Any
+longdesc component might be updated at any time. Issues, bug reports,
+longdesc forks, and other contributions are welcome.
+containersize 399076
+containerchecksum 5a6520612a6cfc8633149f4ea795049c017cb1a483104dc7258cd0c0afa0388d4348ebc0fd7d5b7229031adda5ba835c122b69d5310091106c972c5b8aa32891
+doccontainersize 244012
+doccontainerchecksum 3afc74609589c22ad0e540f2915c8cc27a2712a2409f0085098cd00df74007e2cecdecaa40cfe79e99ac6538e496d59bed9ca44cfb18dd2b7fce2620805623b3
+docfiles size=65
RELOC/doc/fonts/garamond-math/Garamond-Math.pdf details="Package documentation"
RELOC/doc/fonts/garamond-math/Garamond-Math.tex
RELOC/doc/fonts/garamond-math/README.md details="Readme"
-runfiles size=226
+runfiles size=197
RELOC/fonts/opentype/public/garamond-math/Garamond-Math.otf
catalogue-contact-bugs https://github.com/YuanshengZhao/Garamond-Math/issues
+catalogue-contact-home https://github.com/YuanshengZhao/Garamond-Math
catalogue-contact-repository https://github.com/YuanshengZhao/Garamond-Math
catalogue-ctan /fonts/garamond-math
-catalogue-date 2019-02-06 05:12:24 +0100
+catalogue-date 2019-11-16 10:38:07 +0100
catalogue-license ofl
catalogue-topics font font-otf font-maths font-serif font-sans font-bbd
@@ -227975,15 +227993,15 @@ catalogue-version 0.7.0
name pkuthss
category Package
-revision 52804
+revision 52825
shortdesc LaTeX template for dissertations in Peking University
relocated 1
longdesc The package provides a simple, clear and flexible LaTeX
longdesc template for dissertations in Peking University.
-containersize 16152
-containerchecksum 20ddedae6c7f6a820ac892cd7c8a9570972803ee9bdefe1ce179c84d8327b96d35a45a57cb4c54ad6a2403eda4e67ac9da70c40cb96ec41fb8e1a71298851d84
-doccontainersize 508036
-doccontainerchecksum c3be693db48f48bc180f61becdd99662731f8c1ad6c2553fbb4e5ca142fc09be2db471267ec992f5f7074ac24f3b1beb5feaa5e7e983b5b0427574dcece8bda1
+containersize 16148
+containerchecksum 0ee70c8806349c6afacd0fd280c1a24480c8c1e4bb9d93ec6e0a6157ee1596c229c257ee32315197c3606fb941c49cd3f01442af634d17f73a66724e195f5f26
+doccontainersize 508052
+doccontainerchecksum ebe462b324f3f72cdcf1d91e5371a17795d656e9bb51d805bbf1da36802940a2a4e10569a40614c8beedca1748a9a5b0becf49666a3ef935849a24919cc1dd89
docfiles size=166
RELOC/doc/latex/pkuthss/README details="Readme"
RELOC/doc/latex/pkuthss/example.pdf
@@ -228004,22 +228022,22 @@ docfiles size=166
RELOC/doc/latex/pkuthss/example/thesis.bib
RELOC/doc/latex/pkuthss/example/thesis.tex
RELOC/doc/latex/pkuthss/pkuthss.pdf details="Package documentation" language="zh"
- RELOC/doc/latex/pkuthss/readme/ChangeLog-upto-1.3.txt
- RELOC/doc/latex/pkuthss/readme/ChangeLog.txt
- RELOC/doc/latex/pkuthss/readme/chap/origin.tex
- RELOC/doc/latex/pkuthss/readme/chap/pkuthss-abs.tex
- RELOC/doc/latex/pkuthss/readme/chap/pkuthss-ack.tex
- RELOC/doc/latex/pkuthss/readme/chap/pkuthss-chap1.tex
- RELOC/doc/latex/pkuthss/readme/chap/pkuthss-chap2.tex
- RELOC/doc/latex/pkuthss/readme/chap/pkuthss-chap3.tex
- RELOC/doc/latex/pkuthss/readme/chap/pkuthss-concl.tex
- RELOC/doc/latex/pkuthss/readme/chap/pkuthss-copy.tex
- RELOC/doc/latex/pkuthss/readme/chap/pkuthss-encl1.tex
- RELOC/doc/latex/pkuthss/readme/chap/pkuthss-intro.tex
- RELOC/doc/latex/pkuthss/readme/latexmkrc
- RELOC/doc/latex/pkuthss/readme/pkuthss-english.patch
- RELOC/doc/latex/pkuthss/readme/pkuthss.bib
- RELOC/doc/latex/pkuthss/readme/pkuthss.tex
+ RELOC/doc/latex/pkuthss/readme.dir/ChangeLog-upto-1.3.txt
+ RELOC/doc/latex/pkuthss/readme.dir/ChangeLog.txt
+ RELOC/doc/latex/pkuthss/readme.dir/chap/origin.tex
+ RELOC/doc/latex/pkuthss/readme.dir/chap/pkuthss-abs.tex
+ RELOC/doc/latex/pkuthss/readme.dir/chap/pkuthss-ack.tex
+ RELOC/doc/latex/pkuthss/readme.dir/chap/pkuthss-chap1.tex
+ RELOC/doc/latex/pkuthss/readme.dir/chap/pkuthss-chap2.tex
+ RELOC/doc/latex/pkuthss/readme.dir/chap/pkuthss-chap3.tex
+ RELOC/doc/latex/pkuthss/readme.dir/chap/pkuthss-concl.tex
+ RELOC/doc/latex/pkuthss/readme.dir/chap/pkuthss-copy.tex
+ RELOC/doc/latex/pkuthss/readme.dir/chap/pkuthss-encl1.tex
+ RELOC/doc/latex/pkuthss/readme.dir/chap/pkuthss-intro.tex
+ RELOC/doc/latex/pkuthss/readme.dir/latexmkrc
+ RELOC/doc/latex/pkuthss/readme.dir/pkuthss-english.patch
+ RELOC/doc/latex/pkuthss/readme.dir/pkuthss.bib
+ RELOC/doc/latex/pkuthss/readme.dir/pkuthss.tex
runfiles size=12
RELOC/tex/latex/pkuthss/pkulogo.eps
RELOC/tex/latex/pkuthss/pkulogo.pdf
@@ -238560,7 +238578,7 @@ catalogue-version 0.3b
name pst-pdf
category Package
-revision 44665
+revision 52819
shortdesc Make PDF versions of graphics by processing between runs
longdesc The package pst-pdf simplifies the use of graphics from
longdesc PSTricks and other PostScript code in PDF documents. As in
@@ -238571,11 +238589,11 @@ longdesc material. In the final document these contents will be inserted
longdesc instead of the original PostScript code. The package works with
longdesc pstricks and requires a recent version of the preview package.
depend pst-pdf.ARCH
-containersize 7364
-containerchecksum 537812f3811e9a62a2c9667438ea380c3219b1cd8a96ae2225e0ded063f1f1ad572a699d4f9d5d11f2c667fc560d94f17b275293198c5eb4035dcc3d3cb92242
-doccontainersize 961300
-doccontainerchecksum bd6e6b3c7ee31cafb5c6f6064abb6b6f4a197c10f4ea184fe028fab874a1a5b6bbf39719a1a620fcc9fec23e52ea15c6abfd4b66f79c788755f1ba8eb65ef778
-docfiles size=319
+containersize 7404
+containerchecksum e262eb62c86631aeb04bd4268672fcdb7da5eb458d91cfaf78ed668e0afe585bada46bccd9eaaa7374e23d9efb79106ab7ffde1ff879993a7138475b8f8d6599
+doccontainersize 967780
+doccontainerchecksum d16ca8328cdc79dc6c3488a68a537ace21d2f124604b69c79be6860d9913c8eac3d3093b9fcf03a17dbfe184a73c168a13d2e5a54056fe076e0e01941740f4a7
+docfiles size=299
texmf-dist/doc/latex/pst-pdf/CHANGES
texmf-dist/doc/latex/pst-pdf/Makefile
texmf-dist/doc/latex/pst-pdf/README.md details="README file"
@@ -238583,10 +238601,9 @@ docfiles size=319
texmf-dist/doc/latex/pst-pdf/pst-pdf-example.pdf details="Examples of use"
texmf-dist/doc/latex/pst-pdf/pst-pdf-example.tex
texmf-dist/doc/latex/pst-pdf/pst-pdf.pdf details="English documentation" language="en"
-srccontainersize 162792
-srccontainerchecksum ac181daad359ca790224fd0bc2eb560ca59312ec6330ff64c8e9af3cf58aef1f6c2ccc3310ffa9bcd2ccf36657d0675b8c926c859ecb6cbb3f5382257ab6ec85
+srccontainersize 162528
+srccontainerchecksum 67286e2f38bb3c88d48f0cde11494a64e0bc751d65b997ae50f4f50df980ad396b58e1eb37e544d050b52b691bc9fedaa0a15018d8d1836b22e3dff6253f942e
srcfiles size=148
- texmf-dist/source/latex/pst-pdf/CHANGES.tex
texmf-dist/source/latex/pst-pdf/elephant.ps
texmf-dist/source/latex/pst-pdf/insect1.eps
texmf-dist/source/latex/pst-pdf/insect15.eps
@@ -238605,10 +238622,10 @@ catalogue-also pdftricks
catalogue-contact-bugs https://github.com/rolfn/pst-pdf/issues
catalogue-contact-repository https://github.com/rolfn/pst-pdf
catalogue-ctan /macros/latex/contrib/pst-pdf
-catalogue-date 2018-09-15 13:05:45 +0200
+catalogue-date 2019-11-16 10:27:38 +0100
catalogue-license lppl1.2
catalogue-topics graphics-epspdf
-catalogue-version 1.2d
+catalogue-version 1.2e
name pst-pdf.aarch64-linux
category Package
@@ -282604,15 +282621,15 @@ docfiles size=572
name texlive-docindex
category TLCore
-revision 52761
+revision 52814
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
longdesc for the process.
containersize 109876
-containerchecksum ce0efc9f75d53348f024bfbd55f911708230332f574506d9ffcac3c3d78fdaa4ba4c5fefe6d05d86ff4313e2e80de0612f7685d380c38c18bf56c7fbe9782cf3
-doccontainersize 155380
-doccontainerchecksum 10d27fe4c5796955e44044215a7ebb9c8187d3b7fd1a45c0bd4a279d3164dc840ac57e0c5219b24f077608d1fe7da61f55afde5938df415b9fc5b6b2f30d7807
+containerchecksum 3f579cafad96f53a9cdac83aabccc9d13242c3f6ddaff0f4d55ee3033e682a4d42fa3398e603b29b00667f0d716d1822b95cb49c658f63b02f1585fdafcb8718
+doccontainersize 155484
+doccontainerchecksum b77ade187b22d454d175d01d8b2437c9333f3651393ecac8dbf1c8ab15fc4c3106253864ab0b2317d8c6bf41974fa054154074729335ffdfc109f1d901d80630
docfiles size=305
doc.html
runfiles size=270
@@ -282829,17 +282846,17 @@ docfiles size=503
name texlive-scripts
category TLCore
-revision 52798
+revision 52814
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.
depend texlive.infra
depend texlive-scripts.ARCH
postaction shortcut type=menu name="TeX Live command-line" cmd=TEXDIR/tlpkg/installer/tl-cmd.bat
-containersize 85480
-containerchecksum d5604eb4e0dc396eb9d6bc8e1527dfd685215ac873b7e58c2b9c407580e84b9a6904ffa34ec25e77f8ed0341105ee12947816fec5a964e5f2cd222140bb5cd3f
-doccontainersize 51248
-doccontainerchecksum 188a8bf28d07ecc3688024431e3f0b11f7722d06037bc02035638a50df686a0b06d513e076b7b6a006ad73aaf5732043e96a0fad7b7ae53dd0cfa5cdd3d03cb5
+containersize 85448
+containerchecksum f90ef27a72853e3e8f7ba72d310048e32776a041419fe62968255b6226804dfb9b41c91b0cdd81886a44446f7b8b867742621a83763d92955590a5a658f778e7
+doccontainersize 51244
+doccontainerchecksum 0d27b0d922d721057f9f36fd2ff38b47abd29eaab71a602daa727fe61b589359e0ff93c6263bf2afe5be28602415654bcaee8350f767045680edde2fe917455c
docfiles size=20
texmf-dist/doc/man/man1/install-tl.1
texmf-dist/doc/man/man1/install-tl.man1.pdf
@@ -295297,7 +295314,7 @@ catalogue-version 1.0
name tuda-ci
category Package
-revision 52779
+revision 52821
shortdesc LaTeX templates of Technische Universitat Darmstadt
relocated 1
longdesc The TUDa-CI-Bundle provides a possibility to use the Corporate
@@ -295305,11 +295322,11 @@ longdesc Design of TU Darmstadt in LaTeX. It contains documentclasses as
longdesc well as some helper packages and config files together with
longdesc some templates for user documentation, which currently are only
longdesc available in German.
-containersize 34132
-containerchecksum f34cae5612ec173e4962c559d0365cc9397356ba478db485dc54f6f3c74f4760aeeb870e28172547697dc88004c94dc1aa492cc14140f82bef8ea4877a924c59
-doccontainersize 1492740
-doccontainerchecksum 27fecbcb9c854208a8324f72ec4ab71122ccdd794305b3aad26c633a7680ca6198e9012cefe9de43644ba1693779e8b4133d64112fadeb8f01773ee06f186fcf
-docfiles size=1638
+containersize 34212
+containerchecksum b3d9b8e2b2b5dc34babeb91b885278f55395945c6634c6d9a4ffc7cbc893c908342723277ace7390f0d18b6b361971473997b34cc5b7aa5024bb66ed08dd7b92
+doccontainersize 1493308
+doccontainerchecksum 058022fe6be6e606a97382b9ecae1685151a975b30d50ba1ff3770e297d7c16d9d395fb5506b58dc1d88183a345998997e4ba56cb5b341409b5d49bc050bce6c
+docfiles size=1639
RELOC/doc/latex/tuda-ci/DEMO-TUDaAnnouncement.pdf
RELOC/doc/latex/tuda-ci/DEMO-TUDaAnnouncement.tex
RELOC/doc/latex/tuda-ci/DEMO-TUDaBeamer.pdf details="Example presentation" language="de"
@@ -295364,10 +295381,10 @@ catalogue-contact-bugs https://github.com/tudace/tuda_latex_templates/issues
catalogue-contact-home https://www.ce.tu-darmstadt.de/ce/latex_tuda/index.de.jsp
catalogue-contact-repository https://github.com/tudace/tuda_latex_templates
catalogue-ctan /macros/latex/contrib/tuda-ci
-catalogue-date 2019-11-13 17:23:18 +0100
+catalogue-date 2019-11-16 17:45:56 +0100
catalogue-license lppl1.3c
catalogue-topics class letter dissertation presentation poster
-catalogue-version 2.01
+catalogue-version 2.02
name tudscr
category Package
@@ -302694,7 +302711,7 @@ catalogue-version 1.0
name unravel
category Package
-revision 50557
+revision 52822
shortdesc Watching TeX digest tokens
relocated 1
longdesc The aim of this LaTeX package is to help debug complicated
@@ -302705,26 +302722,26 @@ longdesc typesetting commands. To use this package, one should normally
longdesc run TeX in a terminal. The unravel package requires up-to-date
longdesc versions of the l3kernel, l3packages and l3experimental
longdesc bundles.
-containersize 27964
-containerchecksum 862cdfee766dcf3be322423c7f3388b5bac739879f0910d7a3a5118a7813b86dea9e5c866c3bc33648e376ff223be55c18fcf56247e3082c199b5bd589cff49f
-doccontainersize 681344
-doccontainerchecksum 5da7cdfb916e986ad783e43c79a57713c2d713061866a19fd975c157d8cd328b80a5620fa583b7964dbe37b8ac74d9c0921c15cef57e76266f52c62412a8befb
+containersize 28380
+containerchecksum e31da53c07ddb60491412e94f50444cd3178879180426cc2d8f78d5056a05c091a36d1c5b9107f0e3714acab1f723e90ddfc0250319bde07d67133bc50543f4d
+doccontainersize 683816
+doccontainerchecksum 5fc7618723ab27f57c14b0b81cb8d6f1b141ac6582cd73143a5c1543dca0f307ff5eaff006dd0a55c6f84887f0b08dddda5651b9c0938716262894cb3b8aeda0
docfiles size=170
RELOC/doc/latex/unravel/README.md details="Readme"
RELOC/doc/latex/unravel/unravel.pdf details="Package documentation"
-srccontainersize 50984
-srccontainerchecksum 0f9791862c2b1e8ae4c9d293bde5a48fbcb49e5634f75c9bdff4d3ebd51f9e7b8f820b9c5f860f16bd15a6de0b04e112d96fee75313fd3316aa19a01803456a3
-srcfiles size=76
+srccontainersize 51652
+srccontainerchecksum 2c7336dd1033f87a10ee48e699c0c782e5f2fbf52102580f396f8d7ac5805fbd665ece0370bd72cd191fa9df6fefa8b27d07ace58710e1c8d04aa45f3bfaa5e3
+srcfiles size=77
RELOC/source/latex/unravel/unravel.dtx
RELOC/source/latex/unravel/unravel.ins
-runfiles size=57
+runfiles size=58
RELOC/tex/latex/unravel/unravel.sty
catalogue-contact-repository https://github.com/blefloch/latex-unravel
catalogue-ctan /macros/latex/contrib/unravel
-catalogue-date 2019-03-23 10:21:18 +0100
+catalogue-date 2019-11-16 09:25:23 +0100
catalogue-license lppl1.3c
catalogue-topics macro-supp
-catalogue-version 0.2g
+catalogue-version 0.2h
name unswcover
category Package
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index 212a9eb0ac..8830e07bdc 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-e416611397ca4a623c45df21a1522f66 texlive.tlpdb
+b3f50b5600c617b50e2f44818ff731e7 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 43f16f5d35..0aba21be2b 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-87b40d06427ceaf778c47f57fd9c6cda0e804060fd3b598aebd451de359938ebe25364270779e4151dafcfe377e86d1f48b293910dbded7feb81926753a819df texlive.tlpdb
+e92b1ab105a594c65ec89f1de41703ab7d54e9b979a7af5d3117d3e4bdf86037e26f951254bfa6e2beece98608053c552dd332f96539e50142ad25a9c632924a texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index b44f26621d..f259999fff 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-----
-iQEcBAEBCgAGBQJdz0jjAAoJEEzhh34ZQ4xwIFMH/A+nEAQr/3oEpGQ3NsN1lFEm
-axgR4oMW7IVq8/rKohG/nsFN8jeUoocmomeSPu07AmDUQ+fxK+V83tHMb4key32W
-+w2tnYatSz8j1aUhV4CDiH7UeMgobTTSJAQZLVW22tKi+j7qWwnL0VMG2DM58WJC
-UDryVd//MWPTAAqQc1P1qX47pVQzDVlNm5qsJZfwU64xHqIqNZCGX60xcsJ2ow7a
-BR/TCqzONooDXY2sOEo+2QZ89Cv5tYLoS/yw3IO/kRFTmZMjbJ59p/s8q/JpMCXI
-WtyF/sY71yRFPdwxiu3SornFULWSddetu9dDL0kndc8zjFVl/sKG41w+FsFgcFY=
-=95VN
+iQEcBAEBCgAGBQJd0JqSAAoJEEzhh34ZQ4xwwfwH/3aYf/htebaoTI83NisHCgqu
+lVhd/Ul08aQG6WUH+G2Yyan4wrFusyFguVZhko73+cCEG0OAiDoV8aDTLAwLxHa/
+7y+pPOpb2iLTg8G836X/NOCsYvUanpBXdzcTSX2peP/P5mqs4G1BdMMCaZbGTM8J
+Y6jFTVPK+wLS0TUtUc8NlGzy8Wzls1olkMnbBaCe72FGFU4zoBE5l4AvIb6ve92k
+SpEAZ/DGJFvQLBP5R8HVNJHa+adp1pOGaseVAfZAV20ZRCaK/IqUyCBMLmlFJol0
+rRi09LWQpv2nEKyQrq5PxZMpz+VleKBh+M2mJpvV3n2v5Xfntkot1ii395rHmFc=
+=9Ljm
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 9c20bf4960..c5f453afae 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ
diff --git a/systems/win32/miktex/tm/packages/files.csv.lzma b/systems/win32/miktex/tm/packages/files.csv.lzma
index c899578419..e15e0a856f 100644
--- a/systems/win32/miktex/tm/packages/files.csv.lzma
+++ b/systems/win32/miktex/tm/packages/files.csv.lzma
Binary files differ
diff --git a/systems/win32/miktex/tm/packages/next/files.csv.lzma b/systems/win32/miktex/tm/packages/next/files.csv.lzma
index e9fb6d1c65..2d245a873e 100644
--- a/systems/win32/miktex/tm/packages/next/files.csv.lzma
+++ b/systems/win32/miktex/tm/packages/next/files.csv.lzma
Binary files differ
diff --git a/systems/win32/miktex/tm/packages/next/pr.ini b/systems/win32/miktex/tm/packages/next/pr.ini
index 5433b3290b..a48c59d09b 100644
--- a/systems/win32/miktex/tm/packages/next/pr.ini
+++ b/systems/win32/miktex/tm/packages/next/pr.ini
@@ -2,9 +2,9 @@
[repository]
-date=1573938983
+date=1574025341
lastupd=miktex-arctrl-bin-2.9 miktex-arctrl-bin-x64-2.9 miktex-asymptote-bin-2.9 miktex-asymptote-bin-x64-2.9 miktex-autosp-bin-2.9 miktex-autosp-bin-x64-2.9 miktex-axohelp-bin-2.9 miktex-axohelp-bin-x64-2.9 miktex-bibarts-bin-2.9 miktex-bibarts-bin-x64-2.9 miktex-bibtex-bin-2.9 miktex-bibtex-bin-x64-2.9 miktex-bibtex8bit-bin-2.9 miktex-bibtex8bit-bin-x64-2.9 miktex-bzip2-bin-2.9 miktex-bzip2-bin-x64-2.9 miktex-cairo-bin-2.9 miktex-cairo-bin-x64-2.9 miktex-chktex-bin-2.9 miktex-chktex-bin-x64-2.9
-lstdigest=0578c8d096bf9c6ff9c4a6020e92a462
+lstdigest=31006186c62517cc2317fff9c5626b15
numpkg=3765
relstate=next
-version=7259
+version=7260
diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini
index 4727d36f24..1b838f0e91 100644
--- a/systems/win32/miktex/tm/packages/pr.ini
+++ b/systems/win32/miktex/tm/packages/pr.ini
@@ -2,9 +2,9 @@
[repository]
-date=1573938716
-lastupd=biblatex-caspervector csquotes hobsub makerobust memoir oberdiek pkuthss polyglossia prerex tcolorbox tikz-3dtools babel luamplib baskervillef erewhon gfsdidotclassic tuda-ci algolrevived kerkis txfontsb
-lstdigest=4e055c15d3dce7d0893a859dc40bef8b
+date=1574025108
+lastupd=garamond-math lexend mathastext pst-pdf tuda-ci unravel biblatex-caspervector csquotes hobsub makerobust memoir oberdiek pkuthss polyglossia prerex tcolorbox babel luamplib baskervillef erewhon
+lstdigest=d763dd0661077d7684c714e4b0c9d7ac
numpkg=3765
relstate=stable
-version=7259
+version=7260
diff --git a/systems/win32/w32tex/ChangeLog b/systems/win32/w32tex/ChangeLog
index a511464d2d..3d8beb6afe 100644
--- a/systems/win32/w32tex/ChangeLog
+++ b/systems/win32/w32tex/ChangeLog
@@ -1,5 +1,13 @@
W32TeX (x86 & x64) ChangeLog
+[2019/11/16]
+(01) biblatex-biber.tar.xz
+ Update biblatex-caspervector.
+(02) pgfcontrib.tar.xz
+ Add tikz-3dtools.
+(03) xetex-w32.tar.xz
+ Update polyglossia.
+
[2019/11/15]
(01) context.tar.xz
ConTeXt version: 2019.11.14 17:07.