summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-06-06 03:02:31 +0000
committerNorbert Preining <norbert@preining.info>2020-06-06 03:02:31 +0000
commit527cbc8280407d055d185ad11f79b81b032eec7e (patch)
treeded40afa49ba9d7d482919c81250692def244b71 /systems
parentf51a463b880756f6a989cac367c3d99fb1373719 (diff)
CTAN sync 202006060302
Diffstat (limited to 'systems')
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl3
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb128
-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.xzbin2207800 -> 2206264 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/pr.ini8
-rw-r--r--systems/win32/miktex/tm/packages/pr.ini8
-rw-r--r--systems/win32/w32tex/ChangeLog10
-rw-r--r--systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL12
10 files changed, 101 insertions, 86 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index 6d344ae474..3a7dce18cd 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -15,7 +15,6 @@ $mirrors = {
'Asia' => {
'China' => {
'http://mirror.lzu.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,
'https://mirror.bjtu.edu.cn/CTAN/' => 1,
@@ -42,6 +41,7 @@ $mirrors = {
'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1,
},
'Korea' => {
+ 'http://ftp.harukasan.org/CTAN/' => 1,
'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1,
'http://ftp.ktug.org/tex-archive/' => 1,
'http://mirror.kakao.com/CTAN/' => 1,
@@ -177,7 +177,6 @@ $mirrors = {
'http://mirror.utexas.edu/ctan/' => 1,
'http://mirrors.concertpass.com/tex-archive/' => 1,
'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1,
- 'http://mirrors.rit.edu/CTAN/' => 1,
},
},
'Oceania' => {
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index a481355a78..7cc80bf903 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/55418
+depend revision/55427
name 00texlive.image
category TLCore
@@ -4219,7 +4219,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 55396
+revision 55420
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
@@ -48651,41 +48651,43 @@ catalogue-topics logo
name ccool
category Package
-revision 54753
-shortdesc Encoding notational conventions
-relocated 1
-longdesc The name of this package stands for "Custom COntent Oriented
-longdesc for LaTeX", a concept pioneered by the 2005 cool package. This
-longdesc is done using a minimalist interface built upon xparse.
-longdesc Specifically, \Ccool<name> begins a series of instructions
-longdesc alternating between 'text' and macro definitions, that
-longdesc themselves optionally expand using predefined or inline rules.
-longdesc In conjunction with lamba expressions, this tool allows for
-longdesc encoding the way certain mathematical objects, such as
-longdesc functions, should be formatted. Optionally, the macros can be
-longdesc written to a file, and read, which can be useful for
-longdesc typesetting documents sharing the same notation.
-containersize 3536
-containerchecksum 10699f6bfaef4afda84b203563e5a4a9e3e1544a87aa3e910b9fb351deffb849f1f99a30693b51b9cad264ab5e73d10eae3bbd2b64acd84cc2eb70ba3beeefca
-doccontainersize 720100
-doccontainerchecksum f2fbe9f375f153259da12a71fcb12d6937b8251e42e20fe28723ad3cb6a373ff329d43a1e2bc5deff238deaa876de2b81ee82fcae71574d7911a1133831a2685
-docfiles size=179
+revision 55425
+shortdesc A key-value document command parser
+relocated 1
+longdesc This package provides a key-value interface, \Ccool, on top of
+longdesc xparse's document command parser. Global options control input
+longdesc processing and its expansion. By default, they are set to meet
+longdesc likely requirements, depending on context: the selected
+longdesc language, and which of text and math mode is active. These
+longdesc options can be overridden inline. This versality could find its
+longdesc use, for example, to encode notational conventions (such as
+longdesc \Real - \mathbb{R}) at the point where they are introduced in
+longdesc the document ("Let R denote real numbers"). Polymorphic
+longdesc commands can be generated by parameterizing the keys (for
+longdesc instance, one parameter value for style, another for a
+longdesc property). User input to \Ccool can optionally be serialized.
+longdesc This can useful for typesetting documents sharing the same
+longdesc notation.
+containersize 3760
+containerchecksum 1e583f234c550f6479d51ed1607323beda8b580072a47c9833ce07427d60cf77fe23639b2d6eebaecd06b502dcfcef96157e6ada03fa64b82de03c1054389a77
+doccontainersize 811152
+doccontainerchecksum 28f7a031cd4268f7c153ec9217d2dcac4979b738b7d5de9e78a561b71ca6a38ca08b2072c8291296dd7df2694319a7966cc87d2aa5f0ee6259479123d0fd87a0
+docfiles size=202
RELOC/doc/latex/ccool/README.md details="Readme"
- RELOC/doc/latex/ccool/ccool--1343bdf--91e.tex
+ RELOC/doc/latex/ccool/ccool-1343c9d-92c.tex
RELOC/doc/latex/ccool/ccool.pdf details="Package documentation"
-srccontainersize 11964
-srccontainerchecksum 926cdfb3bbef3732938999775846f848922b023a1a4e8d43bbcd1f2765c2748d2baf86a5fdeddc184cd644a0782ee31ab96eb90eab801491ff4b4ee093ee744c
-srcfiles size=15
+srccontainersize 15848
+srccontainerchecksum 14e36b0b3c86c750c049b313b01b1036a9ed3e2352aea5ffb1707e5cfa628c23c6144de6b22ecd68bbc1c120c06b76343ebab327609bc2b5cb6853695486ad27
+srcfiles size=19
RELOC/source/latex/ccool/ccool.dtx
- RELOC/source/latex/ccool/ccool.ins
runfiles size=3
RELOC/tex/latex/ccool/ccool.sty
catalogue-also cool
catalogue-contact-repository https://github.com/rogard/ccool
catalogue-ctan /macros/latex/contrib/ccool
catalogue-license lppl1.3c
-catalogue-topics maths
-catalogue-version 2.0
+catalogue-topics macro-def
+catalogue-version 3.0
name cd
category Package
@@ -77920,7 +77922,7 @@ catalogue-topics font font-serif font-t1enc font-proportional font-ttf font-type
name crop
category Package
-revision 55385
+revision 55424
shortdesc Support for cropmarks
relocated 1
longdesc A package providing corner marks for camera alignment as well
@@ -77935,13 +77937,14 @@ longdesc page. A configuration command is provided for the info line
longdesc font. Options for better collaboration with dvips, pdfTeX and
longdesc vtex are provided.
containersize 4680
-containerchecksum 069e999aa9298d317d58e915c5e1fcd1911958911a4a7fe8440a1a54ea0461e0e211768fe2269e13436cb5ed77ae6485d37918afe9196b9b37b6a72b4fd30c7c
-doccontainersize 1076
-doccontainerchecksum d60eff57ae25b58e3b20fcc5acaa20c2ff6c84802dba454744baf2b708e20a49fca0ae731a43fa452268c0e3381e0385a3e4bb82350a2bf92daa90d05031fea4
-docfiles size=1
- RELOC/doc/latex/crop/crop.txt
-srccontainersize 17728
-srccontainerchecksum 5e89dbed2c26bb72dd54c65f9601c050dcf5524f31cff71be9aa3531663283d1fbce6513e43dc2bb022b909c5380bc01a714a1d5dba48e605e5c5f4a50ee2a7e
+containerchecksum f6161e7688d8853d2d9041cfe26360b71a920028df673d04ba38f258c810021752bb7282757ceb98b2e62f7ae52a5f4abcdc61333081d77b205d5431ca62a569
+doccontainersize 326624
+doccontainerchecksum 770ab2977a4ddfdfdbac5f1107e01b8bd5858a31747d44bf0186565dc79becbefde2f34a9514dcf214b8eb781390e98d5f5383f2e70e393ddc22043d4a0eacfc
+docfiles size=81
+ RELOC/doc/latex/crop/README details="Readme"
+ RELOC/doc/latex/crop/crop.pdf details="Package documentation"
+srccontainersize 17840
+srccontainerchecksum 1b1f0e6a309d1657a12f9760ce2a01ab370de1d34bd628bc066768eded3d7126cbd1f8c38d315fc120c58d73cee48fbf2515492c218a6510306766dd83861b15
srcfiles size=19
RELOC/source/latex/crop/Makefile
RELOC/source/latex/crop/crop.dtx
@@ -77953,7 +77956,7 @@ catalogue-contact-repository https://github.com/rrthomas/crop
catalogue-ctan /macros/latex/contrib/crop
catalogue-license lppl
catalogue-topics layout-page
-catalogue-version 1.10
+catalogue-version 1.10.2
name crossreference
category Package
@@ -155929,7 +155932,7 @@ catalogue-topics latex3 expl3 macro-supp pre-release
name l3build
category Package
-revision 55064
+revision 55426
shortdesc A testing and building system for (La)TeX
longdesc The build system supports testing and building LaTeX3 code, on
longdesc Linux, Mac OS X and Windows systems. The package offers: A unit
@@ -155941,10 +155944,10 @@ longdesc material released by the LaTeX3 team, and may be updated on a
longdesc different schedule.
depend l3build.ARCH
depend luatex
-containersize 32280
-containerchecksum ae5ad75fa2ea33efa68ec4b59ff13d81d723cf99211ad0436d4c3b14e5bc7ac0a9bb42a54871998864cdb227406a5bb77929b82aa04e85aaf60885de47b580b3
-doccontainersize 723680
-doccontainerchecksum 924c69190797dc8600793b36e8f3f52690e28d17b5f5ce8b2a124162766e93a3fa493fe5b6f0d0f1535e71de4e262581301e158f7cff6c456e11f89e747efcec
+containersize 32392
+containerchecksum 1311812fbdba6a8c8d2ff565916ce3da9081229f9129fe8323239eda53ba544686d9bba184112bfda4304c5bdd51c944bdb51e3d6b70c2b2a90ad4ffdf0a6254
+doccontainersize 723940
+doccontainerchecksum 33bf3c01ec1bc38122686b55bea0c6c096bc2332ca1e04b23e582b9c1754a4c76537e180fb636952cafe63639a883592b06ca4245d3e3f38b944e03dc38fedfe
docfiles size=184
texmf-dist/doc/latex/l3build/CHANGELOG.md
texmf-dist/doc/latex/l3build/CONTRIBUTING.md
@@ -155952,9 +155955,9 @@ docfiles size=184
texmf-dist/doc/latex/l3build/l3build.pdf details="Package documentation"
texmf-dist/doc/man/man1/l3build.1
texmf-dist/doc/man/man1/l3build.man1.pdf
-srccontainersize 29404
-srccontainerchecksum 1e692115e39842c8ffb49b695f9c852d12154f6f7249105bfb9c7cdd69d36d530e805584ddccf4fe95815917409e8d599365906634b233246c6ef1b57c94955b
-srcfiles size=27
+srccontainersize 29424
+srccontainerchecksum ba5051894ce861a2f833d592156976aa5ab3a1ce9d6c87e8b8eda33f32820c4d1bb0884f193536d8ce9362eddcaf11b113b9cf9ef2ce8b551f739951afe7c4f8
+srcfiles size=28
texmf-dist/source/latex/l3build/l3build.dtx
texmf-dist/source/latex/l3build/l3build.ins
runfiles size=42
@@ -253636,7 +253639,7 @@ catalogue-version 0.3d
name rec-thy
category Package
-revision 55390
+revision 55427
shortdesc Commands to typeset recursion theory papers
relocated 1
longdesc This package is designed to help mathematicians publishing
@@ -253644,10 +253647,10 @@ longdesc papers in the area of recursion theory (aka Computability
longdesc Theory) easily use standard notation. This includes easy
longdesc commands to denote Turing reductions, Turing functionals, c.e.
longdesc sets, stagewise computations, forcing and syntactic classes.
-containersize 13136
-containerchecksum fc2d41a0172d9f2330be51d74da38309262ae08282dd1e085cab76883b3b0b305a8b573cde1da3058fa4b6256e6d2bbd53e4350b967cd7e38846ed7e7e6221b0
-doccontainersize 112772
-doccontainerchecksum 3ff39b3d1e2fc26762b9960e6ac6cdad3a8fc039188304ce51e0a6bbb847e24b518ab2c8d58171aff90a497f4d882d97c80a77a553bd8ac56aef4bba4bf3205e
+containersize 13376
+containerchecksum 4b0310e35f9c4b24d9669d1db52a68d3406d34dbae9b491052cec66bdd39c9affb3a6179dffbf12b368fa1bfaead0560e84e4eb62f575345151032f01b9fba6e
+doccontainersize 112924
+doccontainerchecksum a17f5163ec2826b2c84b08eb24ba97064fb9415f471c6c1ae1fd170f33bd4f841f0241c49fb265e5f25626513a0cb9e9771edef02eb4884327db115bf28cf30f
docfiles size=44
RELOC/doc/latex/rec-thy/README details="Readme"
RELOC/doc/latex/rec-thy/rec-thy.pdf details="Package documentation"
@@ -253658,7 +253661,7 @@ catalogue-contact-repository https://github.com/TruePath/Recursion-Theory-Latex-
catalogue-ctan /macros/latex/contrib/rec-thy
catalogue-license pd
catalogue-topics maths
-catalogue-version 3.3.1
+catalogue-version 3.4
name recipe
category Package
@@ -290300,7 +290303,7 @@ docfiles size=368
name texlive-scripts
category TLCore
-revision 55396
+revision 55420
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.
@@ -290308,10 +290311,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 131812
-containerchecksum 41f1188d42fa165703678b19ede62425b82a013903642747f0843c6557370a207f60a8f0b47a0ac7119edd3c955d21b7e56eefaf72b475de6fa42208e8dfe7d4
+containersize 131800
+containerchecksum 125981f33289d69d50f756660de4c5345747c5b031cfae4f8fb450693ebed2c814a52f076311aa9d002a9e873e0c6ac1eafdd8ae1213e195ed5b457f67bd543e
doccontainersize 218656
-doccontainerchecksum 61660851f5d8752e5ad502a001f597b54c9c670230aae9b935e14314f81501e604bb78adeb16fb486c7caf675a9ca3b64b3ab0c35b9da5961980267844d066d3
+doccontainerchecksum fa6bc08591d158757af1d122bb57a3b662e99a6f4285f8a37cd9b0a9be2e37a84e25dd153ef0b595782ef81dda0bd9755cd2f460ecd07621c7601a82e176c27a
docfiles size=141
texmf-dist/doc/man/man1/fmtutil-sys.1
texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf
@@ -314289,7 +314292,7 @@ catalogue-topics dissertation
name vancouver
category Package
-revision 34470
+revision 55423
shortdesc Bibliographic style file for Biomedical Journals
relocated 1
longdesc This BibTeX style file is generated with the docstrip utility
@@ -314298,21 +314301,24 @@ longdesc Manuscripts Submitted to Biomedical Journals as published in N
longdesc Engl J Med 1997;336:309-315 (also known as the Vancouver
longdesc style). The complete set of requirements may be viewed on the
longdesc ICMJE web site.
-containersize 8384
-containerchecksum 8fc852e2137af0b1e0664ecdaf115a6c4c631faf840b5564b9dca2f8c457f8fe33bd7edd92ff4590c05ab13c23a9b1771b7e688ee6f6d700a9feb01f9a921170
-doccontainersize 88720
-doccontainerchecksum 50ec342e62a14f417b8a0d4085ca46aa701a9e2ae5630daa2159ddd6532a0c3d5769a0cd351c932bc54395f159d560a259e3996f4f157e42d0dfa41aeca6dc80
-docfiles size=32
+containersize 8328
+containerchecksum 2dd41dd96607ecbb4c4bde1f6ff3c63a3e79efe7d025fce510e1b0dfc5b8d5bb19826042c04819f1d84178fce7d077e8f7b25fa9beccc4ed88db2683e716444e
+doccontainersize 136436
+doccontainerchecksum 18069bd05809a9c8dc6a5e45af304dc74f40b5304c34064c7de67a961804d540a4cd892b4de380cb6c59a334b09cc165c2aa81749be1d4b2fe56e7fc7528e0f9
+docfiles size=45
RELOC/doc/bibtex/vancouver/FAQ
+ RELOC/doc/bibtex/vancouver/LICENSE
RELOC/doc/bibtex/vancouver/README details="Readme"
RELOC/doc/bibtex/vancouver/vancouver.bib
RELOC/doc/bibtex/vancouver/vancouver.pdf details="Package documentation"
RELOC/doc/bibtex/vancouver/vancouver.tex
runfiles size=10
RELOC/bibtex/bst/vancouver/vancouver.bst
+catalogue-contact-repository https://gitlab.com/fvdbeek/vancouver.bst
catalogue-ctan /biblio/bibtex/contrib/vancouver
catalogue-license lppl1.3
catalogue-topics biomedical journalpub bibtex-sty
+catalogue-version 0.8
name variablelm
category Package
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index 31abaa8f00..2a1038dfda 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-6b993f7540d352236febd32ab9877f8f texlive.tlpdb
+e96bef63352ed494251d67e48d417d8d texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 232d4867a4..04c50ba8e3 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-38a544afe29d6e1f96a353a72f40fd4f2f32d904f8ea2a26c27ff72f6c10a6ed2f72150ba5f77abcf0f1df36ff40eadf38d40a7d93f75562204ae144d62d2451 texlive.tlpdb
+d2253c4be47dc1a46722b4b14626f994d5d481be81e1ec28c308e549531ff3b66909fd2a4c5ede7d390193f4fdb4c98ffff597b6d1879fd6a112e0fc0dcd798f texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index cf916a086e..c9381ed4cc 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-----
-iQEcBAEBCgAGBQJe2YoOAAoJEEzhh34ZQ4xwgtMIAKJOdAH259C/mcMSQPrFYT2H
-plyu6TO67YhAwW62jpn/ZkafO7EU0zHM8jgiXTupSi4e87or4kDGQry69BMUXqya
-cS9OD3t4LbbwXaWO1QKc2IIPIqTdbJVxLrVgQXFNWrmGiAw7E2fkLWMBduVuUbkw
-kzUAyWlHhhWiq6Zwm/vJXy+QwnBjE21gM475qazeVnQdyWTgLnwxvlQf8x8KDR8z
-h9CvbYF0tRkW5lsCdMJ1HAFSi5IO4fhQFW5xvXT3POjoC2zYHdW3snPFHHOGVTlm
-9MssssaAeRjr/3lc5XjZ3QAGJo4zFik0BgisDsoToOEtHA+h8+R03rfSGRj0G84=
-=Tnb8
+iQEcBAEBCgAGBQJe2twxAAoJEEzhh34ZQ4xwAvEH/j+M2OmtHf3L5FE0iXUSu9yo
+7YKhlHgmkAW3pRkNiUMgu0LCPM+s5tmzyLAqrhRwwL14jTKff2DlVS5ko14mbVTi
+Hp0Z4hYaFAE/93JX+HnFdpAO33ilMBtDOs1EO1dHhz/LfmmZBTnDg8TFc0ZCRa/p
+EfNGxjVsTLtkkwBuZr0/9JvosYhiVm5fWf4GP2zUhVtN8OOd+H7f8IM+Ng9fpWJM
+eHCSlSEbGqjmMXjDHq+EMxN0A3AHr69f90gnhNsGRklE9nKZVOR9GaxLYP5Sju1M
+xEGHHhca65h9D3lZjfZYN4rKgj1VGgRhu7LW7s2OIfpDvQFp513KLMy6qV0l4oI=
+=XQqY
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 02662810c8..547f10e6ac 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/next/pr.ini b/systems/win32/miktex/tm/packages/next/pr.ini
index d48ead3689..80730575ec 100644
--- a/systems/win32/miktex/tm/packages/next/pr.ini
+++ b/systems/win32/miktex/tm/packages/next/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1591301842
+date=1591388180
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=7194fea10e6ecdad49cbaa0b36cab382
+lstdigest=82264c17fb59eed8f0c0aef132fb2885
numpkg=3925
relstate=next
-version=7460
+version=7461
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: HgC2ilIl08fgHTnG0nS6aUx0cP3jPFzug4Uwd8jJ3Dzr4vyxvmdyFPhbc2+z5XgucDaOMV1PNiglJlpwoRG9kwpGHnXIBFsiRi1rmlPcwyZgdeGv69YEi2AIINuOyLurUJbnCz3UlDP0xLMo+BlIPDDZeIByk0+V6WDZfXnomuPvNxOPmuVEF0ot1qfJwpVmrirvhqteGvb8wVDhbvT+fiOyPfbNJnNb064ZVCNuXwZ1OKKNeDywVVoK68zAzUUYeDH30a9rd+/74eO/Yb0I7kyBsmgl/l/MDgIfkmVzHgtjmdTsZg46rWUhG3fCvyl8Oyml7TaSDH6NrSWrrsnbOQ==
+;;;; signature/miktex: qh4PxfD0Motcq6iM7g9iq0I37oyNxT+uXlOkx0rHtwZagevDMyNmvVFXh22dA4miG4FBjcayisEF72Bhk1kL6SQBOJjSDQX5X+4CWKGp7B3TkgVVtvUK9NL66KYgDvDsyXXEB0Z5YSAqVRulsaAHJ6ExriAYe55voLdSeoym42kDAlXKRpw/4TtfhwYZMc4hNyiJUrMy4Epg+zatZbhwg9toiQvPsY3+srkQBVpKaDI83nol+HTBQ3zpL+ru0l1Bmz4Cgr21ef0kdMNn1rF33q8DI64jp9sxLyYBbNTIJExBLaaSWiOBBuUOZ2NwoFmJwc8Dnnl1xs0/5/J9R7pK9Q==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini
index 7547c8d3d9..3e6bd832e4 100644
--- a/systems/win32/miktex/tm/packages/pr.ini
+++ b/systems/win32/miktex/tm/packages/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1591301508
+date=1591387901
lastupd=amiri conditext kpfonts-otf l3backend l3experimental l3kernel lion-msc luavlna lwarp memoir newpx poemscol rec-thy scholax xindex amscls beamertheme-pure-minimalistic bib2gls biblatex-apa biblatex-software
-lstdigest=7290c4410e7bba32c2659c377bbe56a6
+lstdigest=c5b12690031e67951d6f51c460a04832
numpkg=3923
relstate=stable
-version=7460
+version=7461
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: VKBWzELKNgrF4yEIXDfpkeqMC42pfS9Emk7xLcOb9LasMF91Ig74kHpwjvcJZH0wFMQTliahg4pvDKgLDoFbjv/VRxLtjGP94i71KLda4jnftPnqu4SvvTCgy6klnqczFvUoqUXzWaQ32hV95dd80E0tuPdmQ2ebmQZqf2VAqLNy0ImD4GUmnjO19raKyp41igvP/gbhFr7izgub4dLueH5WoCiixo14h7okZnkHAB+ZPt+uj3XHPvYzWzZQdPkq+te1DldxcGftJAWbS4/cuqEYawNzGKXlo8iIRLvCSwNKUEz5KDqu65wpg8YGXKHRVq/KDRj6Kl3u/GRlFrfZkA==
+;;;; signature/miktex: CUlAhtuyG+MhtfXYd2y54n7BICBYb6H/4KIwAo6EV9mLCDrwacOXn0CjbnytMPi/1AULmYkalfBC8PrjzvgcOHS9IrfM2Flawyv3PG+PF2F8z3rTgw8YfYopfHx133fSCREUljKmE6PTAqWzBKFLpds8Kbw7O03B6y6KTRwju20lkKpMeyou1e4URe05WYjIn+k6KzU9btIVZqo+lsP/ruhp1yOuYsI5Hi6nCfbYFZIaYa2Ze7LxjSA8PHDGNKN9gTjH44jPR+kUyMyHU3+2fL7p5NalCAN5aRyhE2JRUmeCckxGP3xZHocReDKoybRbHmEqZXmQqK81Gex6dqERCA==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/w32tex/ChangeLog b/systems/win32/w32tex/ChangeLog
index 74d0e7e31e..a6ba7c6939 100644
--- a/systems/win32/w32tex/ChangeLog
+++ b/systems/win32/w32tex/ChangeLog
@@ -1,5 +1,15 @@
W32TeX (x86 & x64) ChangeLog
+[2020/06/05]
+(01) ltxpkgdocs.tar.xz
+ Update documents for packages.
+(02) ltxpkgs.tar.xz
+ Update crop, and pdftexcmds.
+(03) ptex-ng-w32.tar.xz
+ Update mruby (2.1.1).
+(04) win64/ptex-ng-w64.tar.xz
+ Update mruby (2.1.1).
+
[2020/06/04]
(01) aleph-w32.tar.xz
Update format files.
diff --git a/systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL b/systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL
index 82e3b12b91..b463ec3b17 100644
--- a/systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL
+++ b/systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL
@@ -9,7 +9,7 @@ directory $INSTALLDIR is shown by a command:
(1) Expand the file tl-texinfo.zip in $INSTALLDIR.
- Then you can typeset basic Texinfo files:
+ Then you can typeset Texinfo files:
texi2pdf --verbose filename.texi
texi2dvi --verbose filename.texi
dvips filename.dvi
@@ -19,8 +19,7 @@ directory $INSTALLDIR is shown by a command:
(2) If you define an environment variable TEXINPUTS as
set TEXINPUTS=$INSTALLDIR/texmf-texinfo/tex/texinfo;
- The latest Texinfo becomes available. For example, Japanese
- extension by M. Hosoda becomes available:
+ Japanese extension by M. Hosoda becomes available:
set TEX=xetex& texi2dvi --verbose yatex-lx.texi
in cmd.exe command line creates yatex-lx.pdf.
An example file yatex-lx.texi is in texmf-texinfo/doc/texinfo.
@@ -39,9 +38,10 @@ directory $INSTALLDIR is shown by a command:
cd C:\texlive\2020
uninstalltexinfo.bat
- Finally remove the batch file itself:
-
- DEL uninstalltexinfo.bat
+ uninstalltexinfo.bat finally removes itself. You will see a
+ message:
+ "Batch file is not found"
+ Ignore this message.
--
Akira Kakuto