diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-20 01:24:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-20 01:24:30 +0000 |
commit | aa7274302c62c7ad97c16a1d7c214b7462bce47d (patch) | |
tree | 541d49a903609b620bb636d72ae499c78c507b45 /Master | |
parent | ff370e0f5917105c8c4a4ef9bc7b242c9e3ff386 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@33550 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 1 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 12 |
2 files changed, 10 insertions, 3 deletions
diff --git a/Master/doc.html b/Master/doc.html index f9908216bd1..9d67eb53c2f 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -5490,6 +5490,7 @@ A set of units useful in high energy physics applications. </small></li> <li><b><a href="texmf-dist/doc/fonts/heuristica">heuristica</a></b>:<small> +Fonts extending Utopia, with LaTeX support files. <a href="texmf-dist/doc/fonts/heuristica/heuristica-doc.pdf">heuristica-doc.pdf</a>. </small></li> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 10a44c6bded..a818f3d212a 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -8,7 +8,6 @@ $mirrors = { 'Asia' => { 'China' => { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, - 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.hustunique.com/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 @@ -17,7 +16,14 @@ $mirrors = { 'ftp://ftp.comp.hkbu.edu.hk/pub/TeX/CTAN/' => 1 }, 'India' => { - 'http://ctan.imsc.res.in/' => 1 + 'http://ctan.imsc.res.in/' => 1, + 'http://in.httpd.co/mirrors/ctan/' => 1 + }, + 'Indonesia' => { + 'http://kambing.ui.ac.id/ctan/' => 1 + }, + 'Iran' => { + 'http://ctan.asis.io/tex-archive/' => 1 }, 'Israel' => { 'http://mirror.isoc.org.il/pub/ctan/' => 1 @@ -83,6 +89,7 @@ $mirrors = { 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 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://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, 'Greece' => { @@ -114,7 +121,6 @@ $mirrors = { }, 'Russia' => { 'http://ctan.uni-altai.ru/' => 1, - 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1 }, 'Slovenia' => { |