summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-10-24 03:02:46 +0000
committerNorbert Preining <norbert@preining.info>2019-10-24 03:02:46 +0000
commit33b877a6413cc7b93c7a2c17e6df36c03f55481d (patch)
treed1006be84566ca91a3dc9fdc5798c20c9fb0c095 /systems
parent43e60b98142683b95336b9086ee52f4daefff93e (diff)
CTAN sync 201910240302
Diffstat (limited to 'systems')
-rw-r--r--systems/doc/luatex/luatex-callbacks.tex27
-rw-r--r--systems/doc/luatex/luatex.pdfbin1562033 -> 1562048 bytes
-rw-r--r--systems/texlive/tlnet/.ilistbin218448 -> 0 bytes
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl4
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb267
-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.xzbin2127772 -> 2127416 bytes
-rw-r--r--systems/win32/miktex/tm/packages/files.csv.lzmabin509024 -> 508872 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/files.csv.lzmabin509262 -> 508748 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
14 files changed, 189 insertions, 149 deletions
diff --git a/systems/doc/luatex/luatex-callbacks.tex b/systems/doc/luatex/luatex-callbacks.tex
index 9be3e36354..965fba8062 100644
--- a/systems/doc/luatex/luatex-callbacks.tex
+++ b/systems/doc/luatex/luatex-callbacks.tex
@@ -1038,7 +1038,7 @@ end
This callback is called after the \PDF\ page stream has been assembled and before
the page object gets finalized.
-\subsection{\cbk {page_objnum_provider}}
+\subsection{\cbk {page_order_index}}
\topicindex{callbacks+\PDF\ file}
@@ -1046,28 +1046,27 @@ This is one that experts can use to juggle the page tree, a data structure
that determines the order in a \PDF\ file:
\startfunctioncall
-function(objnum)
- return objnum
+function(pagenumber)
+ return pagenumber
end
\stopfunctioncall
-We can for instance swap the first and last page:
+Say that we have 12 pages, then we can do this:
\starttyping
-local n = 0
-callback.register("page_objnum_provider",function(objnum)
- n = n + 1
- if n == 1 then
- return pdf.getpageref(tex.count[0])
- elseif n == tex.count[0] then
- return pdf.getpageref(1)
- else
- return objnum
+callback.register("page_order_index",function(page)
+ if page == 1 then return 12
+ elseif page == 2 then return 11
+ elseif page == 11 then return 2
+ elseif page == 12 then return 1
+ else return page
end
end)
\stoptyping
-When you mess things up \unknown\ don't complain.
+This will swap the first two and last two pages. You need to know the number of
+pages which is a side effect of the implementation. When you mess things up
+\unknown\ don't complain.
\subsection{\cbk {process_pdf_image_content}}
diff --git a/systems/doc/luatex/luatex.pdf b/systems/doc/luatex/luatex.pdf
index 023d11189d..f84677d0c2 100644
--- a/systems/doc/luatex/luatex.pdf
+++ b/systems/doc/luatex/luatex.pdf
Binary files differ
diff --git a/systems/texlive/tlnet/.ilist b/systems/texlive/tlnet/.ilist
deleted file mode 100644
index a9e0729207..0000000000
--- a/systems/texlive/tlnet/.ilist
+++ /dev/null
Binary files differ
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index c342dfca7a..3aa0abd374 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -18,7 +18,8 @@ $mirrors = {
'http://mirrors.cqu.edu.cn/CTAN/' => 1,
'http://mirrors.geekpie.club/CTAN/' => 1,
'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1,
- 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1
+ 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1,
+ 'http://mirrors.ustc.edu.cn/CTAN/' => 1
},
'Hong Kong' => {
'https://mirror-hk.koddos.net/CTAN/' => 1
@@ -89,6 +90,7 @@ $mirrors = {
'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1,
'ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1,
'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1,
+ 'http://ctan.ebinger.cc/tex-archive/' => 1,
'http://ctan.mirror.norbert-ruehl.de/' => 1,
'http://ctan.space-pro.be/tex-archive/' => 1,
'http://ftp.fau.de/ctan/' => 1,
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index bad6e3316c..954860ef9a 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/52494
+depend revision/52512
name 00texlive.image
category TLCore
-revision 52492
+revision 52511
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
@@ -819,6 +819,7 @@ runfiles size=4952
tlpkg/tlpsrc/bxjaholiday.tlpsrc
tlpkg/tlpsrc/bxjalipsum.tlpsrc
tlpkg/tlpsrc/bxjaprnind.tlpsrc
+ tlpkg/tlpsrc/bxjatoucs.tlpsrc
tlpkg/tlpsrc/bxjscls.tlpsrc
tlpkg/tlpsrc/bxnewfont.tlpsrc
tlpkg/tlpsrc/bxorigcapt.tlpsrc
@@ -4050,7 +4051,7 @@ depend opt_w32_multi_user:1
name 00texlive.installer
category TLCore
-revision 52491
+revision 52496
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
@@ -40382,6 +40383,35 @@ catalogue-license mit
catalogue-topics japanese macro-supp
catalogue-version 0.3b
+name bxjatoucs
+category Package
+revision 52509
+shortdesc Convert Japanese character code to Unicode
+relocated 1
+longdesc This package is meant for macro/package developers: It provides
+longdesc function-like (fully-expandable) macros that convert a
+longdesc character code value in one of several Japanese encodings to a
+longdesc Unicode value. Supported source encodings are: ISO-2022-JP
+longdesc (jis), EUC-JP (euc), Shift_JIS (sjis), and the Adobe-Japan1
+longdesc glyph set.
+containersize 25604
+containerchecksum ffe18ddb89393c61df4371d6fe1154759992e544af64cdfcc007122ed212e87d16194d906d4c9f797671860a96c4dcde12682ecf98adb3c7b8b4c6ae0b432b81
+doccontainersize 2068
+doccontainerchecksum 9c281fdda182269c7a048e1ef422f0c403ecef7d8fd8dc462ebe39b861fba013ede2ef351baa5ad4537b2e1495f1f0572c7edc6fa6407031ff19053bd6dfdc02
+docfiles size=2
+ RELOC/doc/latex/bxjatoucs/LICENSE
+ RELOC/doc/latex/bxjatoucs/README.md details="Readme"
+runfiles size=34
+ RELOC/fonts/tfm/public/bxjatoucs/bxjatoucs-cid.tfm
+ RELOC/fonts/tfm/public/bxjatoucs/bxjatoucs-jis.tfm
+ RELOC/tex/latex/bxjatoucs/bxjatoucs.sty
+catalogue-contact-repository https://github.com/zr-tex8r/BXjatoucs
+catalogue-ctan /language/japanese/BX/bxjatoucs
+catalogue-date 2019-10-22 19:46:39 +0200
+catalogue-license mit
+catalogue-topics japanese unicode macro-supp
+catalogue-version 0.2
+
name bxjscls
category Package
revision 51758
@@ -62030,7 +62060,7 @@ containerchecksum 1cace30c8b68dc6e44e5bfe070c155bc65462b4d950506d79967f9e7472c9d
name collection-langjapanese
category Collection
-revision 52150
+revision 52509
shortdesc Japanese
relocated 1
longdesc Support for Japanese; additional packages in
@@ -62044,6 +62074,7 @@ depend bxghost
depend bxjaholiday
depend bxjalipsum
depend bxjaprnind
+depend bxjatoucs
depend bxjscls
depend bxorigcapt
depend bxwareki
@@ -62087,8 +62118,8 @@ depend uptex-fonts
depend wadalab
depend zxjafbfont
depend zxjatype
-containersize 592
-containerchecksum 01f27234f79c1f468f6a5d12175c9a115f425f1d36921136825c76208cdce9abf7171f700c4d13b7ba01eab87b24ec819f29e648c1a7bbaa10ac5ce3c4053f50
+containersize 600
+containerchecksum 1d2d8862cbbc57626bc023e0deab3aa2abf3ee92038737583b9babbdd0df33cacf564fce74f03f8618c0f7e707e1ad5dd184bbe7224cf570af5c14799f530300
name collection-langkorean
category Collection
@@ -72515,7 +72546,7 @@ catalogue-version 0.1
name cormorantgaramond
category Package
-revision 52352
+revision 52505
shortdesc Cormorant Garamond family of fonts
relocated 1
longdesc This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
@@ -72524,10 +72555,10 @@ longdesc Christian Thalman of Catharsis Fonts. The family includes
longdesc light, regular, medium, semi-bold, and bold weights, with
longdesc italics.
execute addMap CormorantGaramond.map
-containersize 4337280
-containerchecksum ebd296acc2bbff8ebcf0142f4e3053d3989257bab98366c80bf81390fa711d95b84f537f394cddeb9c034b079572c515ebb8eabce531329ea3863601cc564617
+containersize 4336284
+containerchecksum dd94c5bcaafe9a2034885913ee5f78af51c287b6e625beeeac389dbd74d62be71f6f2f444ca2d854f5a208224e9be07348f3b962a7231ab2cfba62ec52af0db3
doccontainersize 56160
-doccontainerchecksum ce82ad39ca86a383bb28b2c766f3d48c7234fc8c65418a8cf90c63b580a2aa92ca0999d90c44cb0c35e119a8f34a601b02ff921433f373d8c8dafdbe04568228
+doccontainerchecksum b21672ef141375c235ce2b395f1ead9ac58b2d70691d4ecd6302e8fc404d177731cb6bfaf14aa612f2f262103107241025add602f16b9a7c85ef8f193bf1e0ae
docfiles size=17
RELOC/doc/fonts/cormorantgaramond/OFL.txt
RELOC/doc/fonts/cormorantgaramond/README details="Readme"
@@ -73537,7 +73568,7 @@ runfiles size=3861
RELOC/tex/latex/cormorantgaramond/TS1CormorantGaramond-TLF.fd
RELOC/tex/latex/cormorantgaramond/TS1CormorantGaramond-TOsF.fd
catalogue-ctan /fonts/cormorantgaramond
-catalogue-date 2019-10-12 20:24:04 +0200
+catalogue-date 2019-10-21 22:27:49 +0200
catalogue-license ofllppl
catalogue-topics font font-body font-proportional font-serif font-ttf font-type1 font-supp font-t1enc
catalogue-version 3.00
@@ -74229,7 +74260,7 @@ catalogue-topics font font-serif font-t1enc font-proportional font-otf font-type
name crimsonpro
category Package
-revision 52407
+revision 52506
shortdesc CrimsonPro fonts with LaTeX support
relocated 1
longdesc The CrimsonPro fonts are designed by Jacques Le Bailly and
@@ -74237,11 +74268,11 @@ longdesc derived from the Crimson Text fonts designed by Sebastian
longdesc Kosch. The family includes eight weights and italics for each
longdesc weight.
execute addMap CrimsonPro.map
-containersize 2563736
-containerchecksum f7b01c39e7fc5d170896f1649c1230ad9cf6ed79f4ef5703fa5166bfd3b3bf2fe9c28485a56a70655ba0083ddaa2e444860be1ae421dfe06d63e8d81091f39e9
-doccontainersize 29024
-doccontainerchecksum d87ef7bf936a235be18527798ea657d8f963edc0e0be08689bf7551b378d80eba605d55ce6936b997277534069fc9065871e532107986dd9d987cb90bef1edaa
-docfiles size=11
+containersize 2563472
+containerchecksum 64c7f5d30798fd99de0745869985108b702b66de8d48f0d2ed68ede9cd49e032aaacbf24d5a5fdbced79c2fd01d25e171273fab5873baa351f5b46ebd91993ab
+doccontainersize 85172
+doccontainerchecksum fa46cd05b0e5fbd71881d8a42f635bc7271106a73d412d02e49b968ca60985b60f470927a6c8f68c42060774dd2f67b0830ff6628c506eff57462f5bc6e06638
+docfiles size=24
RELOC/doc/fonts/crimsonpro/OFL.txt
RELOC/doc/fonts/crimsonpro/README details="Readme"
RELOC/doc/fonts/crimsonpro/crimsonpro-samples.pdf details="Font samples"
@@ -75188,7 +75219,7 @@ runfiles size=3406
RELOC/tex/latex/crimsonpro/TS1CrimsonPro-TOsF.fd
catalogue-also crimson
catalogue-ctan /fonts/crimsonpro
-catalogue-date 2019-10-16 16:11:13 +0200
+catalogue-date 2019-10-22 05:45:51 +0200
catalogue-license ofllppl
catalogue-topics font font-serif font-t1enc font-proportional font-ttf font-type1
@@ -78327,7 +78358,7 @@ catalogue-version 1.16
name curve2e
category Package
-revision 52448
+revision 52499
shortdesc Extensions for package pict2e
relocated 1
longdesc The package extends the drawing capacities of the pict2e that
@@ -78337,15 +78368,15 @@ longdesc vectors, new specifications for line terminations and joins,
longdesc arcs with any angular aperture, arcs with arrows at one or both
longdesc ends, generic curves specified with their nodes and the tangent
longdesc direction at these nodes.
-containersize 8488
-containerchecksum d5ef3ec787f6aca8d8f578abe2bf214b3728110cd2bb015f598637dd4f758a564d468cde90a7e6d51b5710a548ee12559d8f71cab5e4e15882ffc6691bff02d2
-doccontainersize 668696
-doccontainerchecksum 99709b4ee7883b66be548c229ee6b90f891533b15dd119d4c363eca0908c525247a30226d420a657faa396ddcee28c19690325a6b1002f4d3eec649612576b65
-docfiles size=166
+containersize 8480
+containerchecksum ed4c7141115b97b64d59e4b67a5d9ac229ffd75abd78c211567b2324446eba760ecfaafc9070faa1db27acd944969b082977a63f088beb3adc1995b1f84b6ab6
+doccontainersize 670920
+doccontainerchecksum 8f4885983697c0a9971129fdf45f8320a6d48b3b830350482273aafaf600ea741903ffa9adf15532e4b2b375ed060424c942b61258643d9affacc9ffb102d484
+docfiles size=167
RELOC/doc/latex/curve2e/README.txt details="Readme"
RELOC/doc/latex/curve2e/curve2e.pdf details="Package documentation"
-srccontainersize 47900
-srccontainerchecksum e0a9a4ac3b0aadeb910a06950b68b0324e2a2f88168f62b9b1bc959545e06054eee0b224e769e54f21dddf7da002cea8e03f4c919233b788c99c67e306cc2e01
+srccontainersize 48132
+srccontainerchecksum bebcd49f58cfbd89299a21ca3761ef2fb6e0613c3053601bcc90c3081608828e6f4e1408b686e0a63213e1dbac55cf55f26650986ce4bcb8702de1fd89ba7a89
srcfiles size=51
RELOC/source/latex/curve2e/curve2e.dtx
RELOC/source/latex/curve2e/ltxdoc.cfg
@@ -78353,10 +78384,10 @@ runfiles size=15
RELOC/tex/latex/curve2e/curve2e-v161.sty
RELOC/tex/latex/curve2e/curve2e.sty
catalogue-ctan /macros/latex/contrib/curve2e
-catalogue-date 2019-10-18 21:46:00 +0200
+catalogue-date 2019-10-23 10:01:53 +0200
catalogue-license lppl1.3c
catalogue-topics graphics graphics-in-tex graphics-curve
-catalogue-version 2.0.3
+catalogue-version 2.0.4
name curves
category Package
@@ -91837,7 +91868,7 @@ catalogue-version 4
name ebgaramond
category Package
-revision 52362
+revision 52507
shortdesc LaTeX support for EBGaramond fonts
relocated 1
longdesc EB Garamond is a revival by Georg Duffner of the 16th century
@@ -91845,10 +91876,10 @@ longdesc fonts designed by Claude Garamond. The LaTeX support package
longdesc works for (pdf)LaTeX, XeLaTeX and LuaLaTeX users; configuration
longdesc files for use with microtype are provided.
execute addMap EBGaramond.map
-containersize 11860748
-containerchecksum 36ee434fc88f4b72e0d1b5fa1cd0a912b1416bc3d74881e78494c2e9eedd1eca6c8bc5ad684969ee8b2bdd83d31c944e3f01bb4e26a6c6581d67cfc9bded6184
-doccontainersize 510184
-doccontainerchecksum da563ee20f8271177944ba4c891e91fe54a778bfdf2c17f5ae106357b12ed34ae9db71e4e82680b008184c6ed18a5fe645d848e450dac7b031246821fdafa925
+containersize 11860380
+containerchecksum 6c7ba8fffc3bd2b7e51c71be76d422a58d6b9bb1bb60c0e47a5859e7321da99cd198a551028e383ec3f05b2bd3df73eb37b7d6cb39115369ab55b50178ffa978
+doccontainersize 510192
+doccontainerchecksum fb036fb329baf1d434e8724e8b54338108711fc3319aa242a2b28c3ada760ef01de9e5b5471977eb9e4122b6c6583626cc35454bef9e68f7a4f9dfcea92953b2
docfiles size=142
RELOC/doc/fonts/ebgaramond/AUTHORS.txt
RELOC/doc/fonts/ebgaramond/CONTRIBUTORS.txt
@@ -91858,7 +91889,7 @@ docfiles size=142
RELOC/doc/fonts/ebgaramond/README details="Readme"
RELOC/doc/fonts/ebgaramond/ebgaramond-samples.pdf details="Font samples"
RELOC/doc/fonts/ebgaramond/ebgaramond-samples.tex
-runfiles size=6056
+runfiles size=6055
RELOC/fonts/enc/dvips/ebgaramond/ebgm_2hp5cx.enc
RELOC/fonts/enc/dvips/ebgaramond/ebgm_2ybfsp.enc
RELOC/fonts/enc/dvips/ebgaramond/ebgm_34tkje.enc
@@ -91956,7 +91987,6 @@ runfiles size=6056
RELOC/fonts/enc/dvips/ebgaramond/ebgm_zcffwk.enc
RELOC/fonts/enc/dvips/ebgaramond/ebgm_zor4nh.enc
RELOC/fonts/map/dvips/ebgaramond/EBGaramond.map
- RELOC/fonts/map/dvips/ebgaramond/EBGaramondInitials.map
RELOC/fonts/opentype/public/ebgaramond/EBGaramond-Bold.otf
RELOC/fonts/opentype/public/ebgaramond/EBGaramond-BoldItalic.otf
RELOC/fonts/opentype/public/ebgaramond/EBGaramond-ExtraBold.otf
@@ -93147,7 +93177,7 @@ runfiles size=6056
RELOC/tex/latex/ebgaramond/TS1EBGaramondInitials-TLF.fd
RELOC/tex/latex/ebgaramond/ebgaramond.sty
catalogue-ctan /fonts/ebgaramond
-catalogue-date 2019-10-12 22:51:55 +0200
+catalogue-date 2019-10-22 21:04:50 +0200
catalogue-license ofllppl
catalogue-topics font font-body font-proportional font-t1enc font-serif font-otf font-type1
@@ -106177,7 +106207,7 @@ catalogue-version 1.8
name fancyvrb
category Package
-revision 49717
+revision 52501
shortdesc Sophisticated verbatim text
relocated 1
longdesc Flexible handling of verbatim text including: verbatim commands
@@ -106186,11 +106216,11 @@ longdesc parameters; ability to define new customized verbatim
longdesc environments; save and restore verbatim text and environments;
longdesc write and read files in verbatim mode; build "example"
longdesc environments (showing both result and verbatim source).
-containersize 11972
-containerchecksum 334df96a99813a99d36a68cb99b35145048bc478e463373efec5932bfa981eec2eeac910616e6cda2491636961249c947b9daf4b130329696c755076909cf46b
-doccontainersize 170044
-doccontainerchecksum 45ef859efb1e9f22799686600c1be8a5f2db4acece1f8c0bb4e1bcd37ce5a83d708ea027f0c0b60da7bbb2c8add47ce70ef6f53f68bf0810886066230072c9d2
-docfiles size=52
+containersize 11980
+containerchecksum 9ec258df8f3cc73ad1705ef4d841ef93163577ef98ce1d2bd29804fde3d0304e588698a8974e64ff2a2bcab014a605a81150c97b3a7adfd0a1f7f3e97adf91fc
+doccontainersize 150304
+doccontainerchecksum 2d3dbe5a9cd9fc013a268feffb7798abf282070ee32720db64890246938e51fa7caeaa56e54c0a35877bc4efd26d228b7158bf725af35988d58c55e4d96ec571
+docfiles size=47
RELOC/doc/latex/fancyvrb/Changes
RELOC/doc/latex/fancyvrb/README details="Readme"
RELOC/doc/latex/fancyvrb/fancyvrb-doc.pdf details="Package documentation"
@@ -106201,10 +106231,10 @@ runfiles size=17
RELOC/tex/latex/fancyvrb/hbaw.sty
RELOC/tex/latex/fancyvrb/hcolor.sty
catalogue-ctan /macros/latex/contrib/fancyvrb
-catalogue-date 2019-01-15 20:16:28 +0100
+catalogue-date 2019-10-22 22:52:56 +0200
catalogue-license lppl1.3
catalogue-topics verbatim
-catalogue-version 3.2a
+catalogue-version 3.3
name fandol
category Package
@@ -115053,7 +115083,7 @@ catalogue-topics font-doc
name fontools
category Package
-revision 52291
+revision 52508
shortdesc Tools to simplify using fonts (especially TT/OTF ones)
longdesc This package provides a few tools to ease using fonts
longdesc (especially TrueType/OpenType ones) with LaTeX and fontinst:
@@ -115063,11 +115093,11 @@ longdesc of the LCDF TypeTools by creating a command file for otftotfm,
longdesc plus .fd and .sty files; and ot2kpx - extract all kerning pairs
longdesc from an OpenType font.
depend fontools.ARCH
-containersize 43180
-containerchecksum 3d9635c6081f59b702107628f45df3253544ab4325cda5a53fa95a551c4acc8e067bae8fc863b05d087ab2f7191ecd35b32c7f95fb8a5c0e8c9a1df9eef42271
-doccontainersize 125160
-doccontainerchecksum eb5d0b04751127225964b28230d91e4c8dd9c630c93addc0f2bc19b4e657c874b11c93901c126ebfe83778f5d71f26fed9b7a4c823ef4019660dd0da2085134e
-docfiles size=55
+containersize 43212
+containerchecksum f8c773b56a1b60ac1e2044536be85a4462b6a5572b785a6c31557d53c71819ef1dcdb34d49f59246eec6bc7d94de1e833071ab5a8312c1ab750294bd752554e8
+doccontainersize 124884
+doccontainerchecksum 3436f0956185bbe04cd0afbf712c79ddacdde81e541a6e0cae936f601eaec4c237c9a5317e29576b63d77dfd564673f3871e134786a1f567fa3e1bbdeea4a983
+docfiles size=54
texmf-dist/doc/man/man1/afm2afm.1
texmf-dist/doc/man/man1/afm2afm.man1.pdf
texmf-dist/doc/man/man1/autoinst.1
@@ -115092,7 +115122,7 @@ runfiles size=50
texmf-dist/scripts/fontools/autoinst
texmf-dist/scripts/fontools/ot2kpx
catalogue-ctan /fonts/utilities/fontools
-catalogue-date 2019-10-01 21:41:53 +0200
+catalogue-date 2019-10-21 22:35:04 +0200
catalogue-license gpl2
catalogue-topics font-devel
@@ -149421,7 +149451,7 @@ catalogue-topics macro-supp layout latex3 pre-release
name l3kernel
category Package
-revision 52383
+revision 52510
shortdesc LaTeX3 programming conventions
relocated 1
longdesc The l3kernel bundle provides an implementation of the LaTeX3
@@ -149431,11 +149461,11 @@ longdesc LaTeX3 kernel and other future code are built: it is an API for
longdesc TeX programmers. The packages are set up so that the LaTeX3
longdesc conventions can be used with regular LaTeX2e packages.
depend l3backend
-containersize 145580
-containerchecksum e5290e256df8a05d80e27a33ab9e498c061e2ae25ada357ee1d2b50eed947f0231c6e8c22960603373a1007095c3ae56381037aee5cc0297c57e7657b97fdd08
-doccontainersize 7956596
-doccontainerchecksum 6b6fda38fd8cf982682977a3e7d90dc22f45260251f30f29cdd6dd047a97368989fbb45bf4a1458ed29e1f45dc22648a75599fadd3c9528999e98d5bf55e3f2f
-docfiles size=2196
+containersize 145880
+containerchecksum 828cc2580fe7dc54307ef913f7c8445daf954432a82520905881b068e30e7155804305aebdacccfa09e818978df07dc9ce1b209d74b99f795cbf7031d551982f
+doccontainersize 7964236
+doccontainerchecksum 691965c37fd3ad8e6a6d8b106ad289c26f74eb076d9d2d5bee80f91380eab4e82cc85ce2b57e63a05fef50a2fd73d4085e48b8ed84629481785ba3596a13719c
+docfiles size=2198
RELOC/doc/latex/l3kernel/CHANGELOG.md
RELOC/doc/latex/l3kernel/README.md details="Readme"
RELOC/doc/latex/l3kernel/expl3.pdf details="The LaTeX3 Programming Language"
@@ -149455,9 +149485,9 @@ docfiles size=2196
RELOC/doc/latex/l3kernel/source3.pdf
RELOC/doc/latex/l3kernel/source3.tex
RELOC/doc/latex/l3kernel/source3body.tex
-srccontainersize 524636
-srccontainerchecksum 3682ae236165b37846d9e0605f5600117a71c31c1d282d95aa88ee5711b38708b11f6cb1de06d71d97858fe612b8ef7cedb2c479e58e0d7a0e9e29ad37b98cbb
-srcfiles size=806
+srccontainersize 525212
+srccontainerchecksum 35e4b927f936a147d0e2bda446396533e84435e90f1658dd21d19819e34c61d651e2cdc4c30f72e3085e7ed23b876bb67513e1537526e282850b7d13e54f8041
+srcfiles size=808
RELOC/source/latex/l3kernel/expl3.dtx
RELOC/source/latex/l3kernel/l3.ins
RELOC/source/latex/l3kernel/l3alloc.dtx
@@ -149513,7 +149543,7 @@ srcfiles size=806
RELOC/source/latex/l3kernel/l3tl.dtx
RELOC/source/latex/l3kernel/l3token.dtx
RELOC/source/latex/l3kernel/l3unicode.dtx
-runfiles size=300
+runfiles size=301
RELOC/tex/latex/l3kernel/expl3-code.tex
RELOC/tex/latex/l3kernel/expl3-generic.tex
RELOC/tex/latex/l3kernel/expl3.ltx
@@ -149543,7 +149573,7 @@ catalogue-contact-bugs https://github.com/latex3/latex3/issues
catalogue-contact-home http://www.latex-project.org/code.html
catalogue-contact-repository https://github.com/latex3/latex3
catalogue-ctan /macros/latex/contrib/l3kernel
-catalogue-date 2019-10-14 20:58:09 +0200
+catalogue-date 2019-10-21 22:44:42 +0200
catalogue-license lppl1.3c
catalogue-topics format latex3 pre-release
@@ -173339,7 +173369,7 @@ catalogue-topics maths luatex
name luatex
category TLCore
-revision 52434
+revision 52497
shortdesc The LuaTeX engine
longdesc LuaTeX is an extended version of pdfTeX using Lua as an
longdesc embedded scripting language. The LuaTeX project's main
@@ -173363,9 +173393,9 @@ execute AddFormat name=luatex engine=luatex options="luatex.ini" patterns=lang
execute AddFormat name=dviluatex engine=luatex options="dviluatex.ini" patterns=language.def,language.dat.lua fmttriggers=cm,etex,hyphen-base,knuth-lib,plain,tex-ini-files,unicode-data
execute AddFormat name=luajittex engine=luajittex options="luatex.ini" patterns=language.def,language.dat.lua fmttriggers=cm,etex,hyphen-base,knuth-lib,plain,tex-ini-files,unicode-data
containersize 12932
-containerchecksum 0b9bdf74c170f6cd902386cf18b96f3cb78b853eacccc3a7c75f4135be0efbab47e36a717307600509b78c9fc4f58b8e62f1cdce52007fdd5e9a47dd2f57d666
-doccontainersize 1682868
-doccontainerchecksum eb387b69cef102386bae65239835f0616cd676bb0dd6b91aac6ab0766cb106fae2e102de8682abcbf42d0937eb78173381fd12ddf3d27a34fc6d200f33e52b5a
+containerchecksum 8ec3584b7c62f8f1b1118f8d6d4001fa3f612c615a4f3aefa1d1a5e0342a9198440d2fa185d78141a0d4590621e98efb580786cc8bdf151c933411a056f7b4e0
+doccontainersize 1682732
+doccontainerchecksum 2f87359cf01d07ff66bdb44f08de07da85d90cabc9d9f190b1fc50fd2ff74bc496f7a1b8800f6a7f528aaa4d51566f51f112c090ea06acddb31c3eba9b839961
docfiles size=590
texmf-dist/doc/luatex/base/luatex-backend.tex
texmf-dist/doc/luatex/base/luatex-callbacks.tex
@@ -174010,7 +174040,7 @@ catalogue-version 0.4
name luavlna
category Package
-revision 50993
+revision 52504
shortdesc Prevent line breaks after single letter words, units, or adademic titles
relocated 1
longdesc In some languages, like Czech or Polish, there should be no
@@ -174026,11 +174056,11 @@ longdesc units. The package supports both plain LuaTeX and LuaLaTeX.
longdesc BTW: "vlna" is the Czech word for "wave" or "curl" and also
longdesc denotes the tilde which, in TeX, is used for "unbreakable
longdesc spaces".
-containersize 5512
-containerchecksum 532172433fe45c3b6a81d7b788f6202f46ba0685da373698629c11177d298ea81a30d967310b52c9055fe2dce6589e2ea67f08be9d1d3da5dc1488542feedaf9
-doccontainersize 90488
-doccontainerchecksum 6e6c7b0d9701804b557605156b391815497bc7b78d7d3aeba172ad89e3f83d4cba7462e3f045d390d4f7a458f9b344083caaa27821a774f68b8e9cde476e9bda
-docfiles size=26
+containersize 5956
+containerchecksum bffd46e21f327fb2b6e02a10ca208e2db938af3883ce62966895e92fe977c38cf1194b04eef5d6c838efe60f30c053f37c1730463cc9ddb80e171bb9beaa3e5b
+doccontainersize 92584
+doccontainerchecksum acc7c509e2213f69e6dffab8c2ab9bd8df50c7807edbac7517c41256cf1914a673d38368d3fec1dc251dd76ce589ac188f4e1a5411e213a697c251b918fc3940
+docfiles size=27
RELOC/doc/luatex/luavlna/README.md details="Readme"
RELOC/doc/luatex/luavlna/luavlna-doc.pdf details="Package documentation"
RELOC/doc/luatex/luavlna/luavlna-doc.tex
@@ -174049,10 +174079,10 @@ catalogue-also encxvlna xevlna
catalogue-contact-bugs https://github.com/michal-h21/luavlna/issues
catalogue-contact-repository https://github.com/michal-h21/luavlna
catalogue-ctan /macros/luatex/generic/luavlna
-catalogue-date 2019-04-16 17:43:34 +0200
+catalogue-date 2019-10-22 22:58:47 +0200
catalogue-license lppl1.3
catalogue-topics typesetting czech slovak polish luatex
-catalogue-version 0.1c
+catalogue-version 0.1d
name luaxml
category Package
@@ -200381,23 +200411,23 @@ catalogue-topics bibtex-sty cvt-html
name noto
category Package
-revision 52466
+revision 52498
shortdesc Support for Noto fonts
relocated 1
longdesc This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
longdesc support for the NotoSerif, NotoSans and NotoSansMono families
longdesc of fonts, designed by Steve Matteson for Google.
execute addMap noto.map
-containersize 67195680
-containerchecksum 008ffe13d1e199160973280033582c9feab3ba55778cddab9b965cbd23298f8b94e087986ececf5b0f1bdf77fd77b849b83ddd50b27922baac2818a6315f590b
+containersize 67190628
+containerchecksum 5d4df1ff9b70e1a11d19a1c41291712080617de31d36183a5bd0eeb7d1803c0c09a8c4b4cae15ace784ed2af69064672b360893a15cbe5db974ccdbd2e287162
doccontainersize 312836
-doccontainerchecksum 6ad7d13424938d3cb80ce7d9f0e6aa0d48babf9cf9a2c6873aa22563f88b24b12fdb0eb4dc9ec0bafd4e7f968cf01743b3e0decae4d52e12c348c106dedf3873
+doccontainerchecksum c78e2c024eaef56fca93316ea67f3336ce5ea42b01b6a74d708925da69e776f73539cbf78055bf0e18e6c5db1c417d33276a769692c4875dae4df34b78b0111d
docfiles size=80
RELOC/doc/fonts/noto/LICENSE_OFL.txt
RELOC/doc/fonts/noto/README details="Readme"
RELOC/doc/fonts/noto/noto-samples.pdf details="Font samples"
RELOC/doc/fonts/noto/noto-samples.tex
-runfiles size=50637
+runfiles size=50596
RELOC/fonts/enc/dvips/noto/nto_2banio.enc
RELOC/fonts/enc/dvips/noto/nto_34ragx.enc
RELOC/fonts/enc/dvips/noto/nto_35ihh3.enc
@@ -212836,7 +212866,7 @@ runfiles size=50637
RELOC/tex/latex/noto/noto.sty
catalogue-contact-home https://www.google.com/get/noto/
catalogue-ctan /fonts/noto
-catalogue-date 2019-10-18 22:10:51 +0200
+catalogue-date 2019-10-23 16:33:22 +0200
catalogue-license lpplofl
catalogue-topics font font-body font-proportional font-mono font-multilingual font-greek font-sans font-serif font-ttf font-type1 font-supp font-t1enc
@@ -255300,34 +255330,37 @@ catalogue-version 0.1
name scontents
category Package
-revision 52260
+revision 52512
shortdesc Stores LaTeX contents in memory or files
relocated 1
longdesc This package stores valid LaTeX code in memory (sequences)
longdesc using the l3seq module of expl3. The stored content (including
longdesc verbatim) can be used as many times as desired in the document,
longdesc additionally can be written to external files if desired.
-containersize 4968
-containerchecksum 87e9eca9f88ba6090728df86005f9a9fd1cd82156b9a126ddd6f4f9002ef978aaa846139106ce5df567cf69ebe69f05a104fe4b9c31619e0776510c43778e97f
-doccontainersize 250948
-doccontainerchecksum 0c1195c5a24aaa7ceb52f53ef8cad4e496a765c7328b0f70ecf8ce1caf9d28b71634f4900ef83c02bb31212704a26afa5bc247b79e4290fdb64f3d89b4b43c29
-docfiles size=67
+containersize 7964
+containerchecksum 3552dbeb3cb396f90bb859e66c16d245e49c78cd478b96332333fbecdef70438efb087320d1d502bc980b3baa4ad0223bcee7e66cf67c6c8002fbb0a909f23d2
+doccontainersize 322960
+doccontainerchecksum e0122e80e4765b5b13408c9f06fb9fe0a77705804b694921964cf4a393eb309d6b1f749e1d5eeb39f812b6d2066e91e178731e363f3e7b4d1ca40f7c23377f5b
+docfiles size=85
RELOC/doc/latex/scontents/README.md details="Readme"
RELOC/doc/latex/scontents/scontents.pdf details="Package documentation"
-srccontainersize 20912
-srccontainerchecksum 555bb82c5173ea46ecde8b4b8f58ab523cd30ff7ed8a4b37ed70f1113d2c00f6cba30d9904a384f3508ad7cfb45b32b3d6bac2c645c0f960b8f2ade65afff971
-srcfiles size=23
+srccontainersize 25596
+srccontainerchecksum 6c4dd3aa9ab308278e9af277fa752c01ef9d2fd7d6010f602e00a537fcad1e525268947421adc26161e9ebaa36350c3a5eef9bcb0877ac36ba4aadf8bc33bd5e
+srcfiles size=29
RELOC/source/latex/scontents/scontents.dtx
RELOC/source/latex/scontents/scontents.ins
-runfiles size=6
+runfiles size=14
+ RELOC/tex/context/third/scontents/t-scontents.mkvi
+ RELOC/tex/generic/scontents/scontents-code.tex
+ RELOC/tex/generic/scontents/scontents.tex
RELOC/tex/latex/scontents/scontents.sty
catalogue-contact-bugs https://github.com/pablgonz/scontents/issues
catalogue-contact-repository https://github.com/pablgonz/scontents
catalogue-ctan /macros/latex/contrib/scontents
-catalogue-date 2019-10-02 07:26:35 +0200
+catalogue-date 2019-10-23 20:30:54 +0200
catalogue-license lppl1.3c
catalogue-topics file-mgmt expl3
-catalogue-version 1.4
+catalogue-version 1.5
name scratch
category Package
@@ -267248,7 +267281,7 @@ catalogue-topics shortcut physics
name svg
category Package
-revision 52430
+revision 52500
shortdesc Include and extract SVG pictures in LaTeX documents
relocated 1
longdesc This bundle contains the two packages svg and svg-extract. The
@@ -267263,11 +267296,11 @@ longdesc of the graphicx package. In addition, the package svg-extract
longdesc allows the extraction of these graphics into independent files
longdesc in different graphic formats, exactly as it is rendered within
longdesc the LaTeX document, using either ImageMagick or Ghostscript.
-containersize 13120
-containerchecksum 10edc900be609c7fd4f21b0d4aa70e06edc6bab8ac417635ffa6d8d6b06b64e9802f8f510ad3f288d4351983f4756f013e007d309843a271f88f8f4cbde8e05b
-doccontainersize 1061072
-doccontainerchecksum 53c9d4efe37b1281a143e0f65cad3a559f9e5ad0e92a92d91da3301501a09f4e24f6a3efe6ffb919718cccf5419c66896e5bb50f8e64abf90ac0c5ced0b16df6
-docfiles size=434
+containersize 13172
+containerchecksum 19f33e2f22fa6b021843402e9925fc7770e8b2755bd587cbed20c7400ecdb9d2e56b1d2a0665459d2fc11e586f55c1f194041da1b23fc0e27ef17339cccf0e12
+doccontainersize 1065596
+doccontainerchecksum 3f55399218eb4a8108e6d2abf4e993f9d2cd5727f8ed521aa66984ecd8099de552ea9025e68e08435f162c2165c782b918437b002ec280794f73c37d89792d9e
+docfiles size=435
RELOC/doc/latex/svg/LICENSE.md
RELOC/doc/latex/svg/README.md details="Readme"
RELOC/doc/latex/svg/root.C
@@ -267275,8 +267308,8 @@ docfiles size=434
RELOC/doc/latex/svg/svg-example.svg
RELOC/doc/latex/svg/svg-preamble.tex
RELOC/doc/latex/svg/svg.pdf details="Package documentation"
-srccontainersize 42260
-srccontainerchecksum 9ebbc53e9edf019322f37e7b95f87bbdd37785c33785840dc66a706c38180a9646048a62e4a5aad9f7aaca9ea175256ee5a304062aefcf4d566a46599b61767f
+srccontainersize 42276
+srccontainerchecksum d5670ac933b681d54406968134152db90d6d2268dc5496688262c82060daef5b5eefe4eb96301ee8d8f6af53d1d54a2530df5b8b52b0db9114e41ed9306d0e8f
srcfiles size=54
RELOC/source/latex/svg/svg.dtx
runfiles size=20
@@ -267284,13 +267317,12 @@ runfiles size=20
RELOC/tex/latex/svg/svg.sty
catalogue-also svg-inkscape
catalogue-contact-bugs https://github.com/mrpiggi/svg/issues
-catalogue-contact-home https://github.com/mrpiggi/svg
catalogue-contact-repository https://github.com/mrpiggi/svg
catalogue-ctan /graphics/svg
-catalogue-date 2019-10-10 09:01:10 +0200
+catalogue-date 2019-10-23 19:16:38 +0200
catalogue-license lppl1.3c
catalogue-topics graphics-incl graphics-import
-catalogue-version 2.02c
+catalogue-version 2.02d
name svg-inkscape
category Package
@@ -282225,17 +282257,17 @@ docfiles size=503
name texlive-scripts
category TLCore
-revision 52491
+revision 52496
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 85456
-containerchecksum 5d431afa0050a75a2952d7841d0a12470bb865d13df77da41124df45d9d428abeffd3ca283a68ef2c1131d2afb6477e77ed2b2e6670ca7be09e1faae26d28ddc
+containersize 85480
+containerchecksum f08462ee22f65501c15454f17b0f6e1dad5f954941356d1ad50f0cb7f18eaabafb5ebd3d2c4bed4651b9be52b4ea8a34c823c05fe452a68f46b49b4bf24e8649
doccontainersize 51244
-doccontainerchecksum 1bfaf0c788c4e64d5d866a165b58f968208929a0318061c7c1662087dcfe852c21bad696da5c0d507c9114a307ffb9f24d2dd220721bbedeb67fe11a0f34aa9c
+doccontainerchecksum ba78556d9bed7d8e05856ca8c2a8cd917cda8bcf765f48290bf41616d5e2cc716e228a31b1dcbb18c0af3c4ebde5b5da445eeb2a3a5e2c71cfdc9651a93ff1a5
docfiles size=20
texmf-dist/doc/man/man1/install-tl.1
texmf-dist/doc/man/man1/install-tl.man1.pdf
@@ -294720,7 +294752,7 @@ catalogue-version 1.11
name tudscr
category Package
-revision 51976
+revision 52503
shortdesc Corporate Design of Technische Universitat Dresden
relocated 1
longdesc The TUD-Script bundle provides both classes and packages in
@@ -294762,11 +294794,11 @@ depend xpatch
depend trimspaces
depend environ
depend oberdiek
-containersize 159928
-containerchecksum 02e53aa101f34734dd483ae9d5d82e4b62a3ce04898db4e17e79787c1908277645f673d10793c11093a9cab8f4540671f6c0d8bd466d9a00d4f9c18922ae7ac2
-doccontainersize 3791608
-doccontainerchecksum 5ba9010fbd54a607ec7a94765c28d1ba79f99a2113628143f673e0e7b2c3c55b60828c2019d288e143bd0f97df3a2e62a31b34f000048d37115d224c97860e6f
-docfiles size=1100
+containersize 160180
+containerchecksum 4074933590cbf9149ead1be2be5a451acf8cb1caef63677eec3f6de55a55bfef42c7e807264d533119eda79b1738e3e93bc3320dbe442490e2b7161ead680086
+doccontainersize 3792244
+doccontainerchecksum 29d8acc43054bbeb642d26bdae57fe0b8f3fa79fe0003db9223cac0cd788fa358111c637203f1b3507b40c3f0e1ee016bc6230f8f9d431b5ece331329f27f570
+docfiles size=1101
RELOC/doc/latex/tudscr/LICENSE.md
RELOC/doc/latex/tudscr/README.md details="Readme"
RELOC/doc/latex/tudscr/tudscr.pdf details="User manual" language="de"
@@ -294775,8 +294807,8 @@ docfiles size=1100
RELOC/doc/latex/tudscr/tutorials/mathswap.pdf
RELOC/doc/latex/tudscr/tutorials/mathtype.pdf
RELOC/doc/latex/tudscr/tutorials/treatise.pdf
-srccontainersize 315380
-srccontainerchecksum ff791b97aa0e7d58c6abf126550b29b1ff9521dab9d4c8c845049e5622fdd189805a5a382a82a87ddf97c295a1f16480468e11e0c931c246b56ca42fcdfd1a44
+srccontainersize 315764
+srccontainerchecksum 65c58624d16483565fc142e1c0ff84b7010d6bdeeb42c4b771934d2f45c22175e26585c67ab2d4fbdf55553c0380890e80a224c4a377e4c749287a74460bbe79
srcfiles size=458
RELOC/source/latex/tudscr/doc/examples/dissertation.tex
RELOC/source/latex/tudscr/doc/examples/document.tex
@@ -294877,14 +294909,13 @@ runfiles size=495
RELOC/tex/latex/tudscr/tudscrtutorial.sty
RELOC/tex/latex/tudscr/twocolfix.sty
catalogue-contact-bugs https://github.com/tud-cd/tudscr/issues
-catalogue-contact-home https://github.com/tud-cd/tudscr
catalogue-contact-repository https://github.com/tud-cd/tudscr
catalogue-contact-support https://latex.wcms-file3.tu-dresden.de/phpBB3/index.php
catalogue-ctan /macros/latex/contrib/tudscr
-catalogue-date 2019-08-27 21:31:46 +0200
+catalogue-date 2019-10-23 17:07:58 +0200
catalogue-license lppl1.3c
catalogue-topics dissertation class
-catalogue-version 2.06d
+catalogue-version 2.06e
name tufte-latex
category Package
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index 348033b05f..4ab384d785 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-380249a0b630e72cd76efbbb5ed2302b texlive.tlpdb
+3d7112760bf64a87e0cce94a311c5286 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 2c68fbb094..606900ecbf 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-3e02c113bb3275c98ebabda9b5ca216c9045aa773209f99a343be49b8ba3f200fd0af7cc6e3563998068bd8d9e9fa30beeef934e4d4264622c021c085cfa9f59 texlive.tlpdb
+d7f9831de32a0064772ac998cd3a4fc29e5020e719209b376167ecf975ef265158c0897bc76d5a2ad03aec12ce86f1d200214cba81c949cb9e3cb25586e06d3c texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 159e7a9d9b..ed29cbd4d2 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-----
-iQEcBAEBCgAGBQJdr5apAAoJEEzhh34ZQ4xwPnkIAKMdkKDrYd5wYK1/w3uTgX4/
-5KIOVZ+6gkvkfG0JNvQ4qdB2MV+R+Mx3bY4EA+QfAWxwjUmVWuq+oo4YlE2JXYWx
-DRnM7whu4HQO4vXqIdyb0XNGQ2mdJTdAqgvBr1/KP37enOaob+FvTj6YMFe4kS3F
-OjPX2bzoZl1N/+5wdTWu2bcYRj/PRz6t1AfXO2noYFVrgXD9Ss7BQ0KmFolMHMUd
-hIWJqE/3ot3RpqigF85mT75iu0MpMeoIrVIQS19D71JGhvbBQgXQNSco2rDPEbSV
-yyoUNjxuXHHLtkSvosR7lhoq49o+XzrSLJ1TeBbIRbKK5xXcURLJkJxZexuKUJY=
-=mPQw
+iQEcBAEBCgAGBQJdsOjZAAoJEEzhh34ZQ4xw95sH/2e/N/X32maISmjkEvTKykhK
+59ggz+TWM1DCNHXxkMf9FMq8hulmc2S826r3qtcWD5VvC7tfrumxTOdw8VmoREbX
+IKAyg+Ozng9ZvIaUo7SM5sJnKsHs8bEm8B2UOsYQQ/bMduGH5/KVk80IxCqG26yu
+ohSI4uFWdPecwQc6x6Brla1ZjDBe0spYkmwCIognish46cUmQ384p+gecf/xyDgt
+CHG1vXlcC5ZMnW3jJey+VndqyvWn5KodZN8vNHcqlkPx9h7mBzCYpzMkaSj7TMUu
+0bWbgfufuA3rB11nM7Gki1eAaNFq1Z6XE581q5CqVP+RQamSXdiRNN5skhsTk0o=
+=AdAm
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 576bdce004..1670baaa1d 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 222f223df7..b1625b307a 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 5d6e3da9fa..5228629527 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 7c33c552f0..f670cd6cf0 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=1571775417
+date=1571861832
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=ea055d6074000f0f55233d8263c0257a
+lstdigest=07bc1bc366a91dc242eddd94eb4a81a3
numpkg=3760
relstate=next
-version=7234
+version=7235
diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini
index 79b7a4e4a9..f2185b10d2 100644
--- a/systems/win32/miktex/tm/packages/pr.ini
+++ b/systems/win32/miktex/tm/packages/pr.ini
@@ -2,9 +2,9 @@
[repository]
-date=1571775110
-lastupd=cabin cormorantgaramond datetime2 datetime2-bahasai datetime2-english fontools l3kernel onedown platex uplatex witharrows xkcdcolors bidi pst-eucl xsim acmart curve2e fontspec leipzig libertinus-type1
-lstdigest=504b665067aa4880a95095b716d780d0
+date=1571861502
+lastupd=bxcjkjatype crimsonpro ebgaramond fancyvrb luavlna cabin cormorantgaramond datetime2 datetime2-bahasai datetime2-english fontools l3kernel onedown platex uplatex witharrows xkcdcolors bidi pst-eucl xsim
+lstdigest=bd700fa4622646916aaba2d7d812535b
numpkg=3760
relstate=stable
-version=7234
+version=7235
diff --git a/systems/win32/w32tex/ChangeLog b/systems/win32/w32tex/ChangeLog
index 1389e1450f..d14bd9d66d 100644
--- a/systems/win32/w32tex/ChangeLog
+++ b/systems/win32/w32tex/ChangeLog
@@ -1,5 +1,13 @@
W32TeX (x86 & x64) ChangeLog
+[2019/10/23]
+(01) cjkzr.tar.xz
+ Add bxjatoucs.
+(02) ltxpkgdocs.tar.xz
+(03) ltxpkgs.tar.xz
+ Update curve2e, fancyvrb, fontspec, l3kernel, leipzig, svg,
+ and witharrows.
+
[2019/10/22]
(01) datetime2.tar.xz
Update datetime2, and datetime2-english.