diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-30 00:21:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-30 00:21:16 +0000 |
commit | cde1ed48a54d66943192a68ea4275a251435e254 (patch) | |
tree | c21a3a8682c1071dec70904abe5848bd59f03773 | |
parent | e0a1d547692e84b80298c90bbcaa2bc205ee1775 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@44920 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 1 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 11 |
2 files changed, 9 insertions, 3 deletions
diff --git a/Master/doc.html b/Master/doc.html index 8d75e88e973..06a94575bb8 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -12278,6 +12278,7 @@ pLaTeX2e and miscellaneous macros for pTeX pLaTeX standard tools bundle <a href="texmf-dist/doc/latex/platex-tools/bounddvi-en.pdf">bounddvi-en.pdf</a>, <a href="texmf-dist/doc/latex/platex-tools/bounddvi.pdf">bounddvi.pdf</a>, +<a href="texmf-dist/doc/latex/platex-tools/plarray.pdf">plarray.pdf</a>, <a href="texmf-dist/doc/latex/platex-tools/plextarray.pdf">plextarray.pdf</a>, <a href="texmf-dist/doc/latex/platex-tools/plextdelarray.pdf">plextdelarray.pdf</a>, <a href="texmf-dist/doc/latex/platex-tools/pxeverysel.pdf">pxeverysel.pdf</a>, diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index eb0847905e9..8a39fd62f00 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,9 +1,11 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 + }, 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, - 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1 } }, @@ -38,6 +40,9 @@ $mirrors = { 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 + }, + 'Thailand' => { + 'http://mirror.kku.ac.th/CTAN/' => 1 } }, 'Europe' => { @@ -67,11 +72,11 @@ $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://babyname.tips/mirrors/ctan/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, - 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1, - 'http://www.bothelp.net/mirrors/ctan/' => 1 + 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, 'Greece' => { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 |