diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-22 02:32:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-22 02:32:00 +0000 |
commit | babc737ed647d32566c91211382310f3a08d073e (patch) | |
tree | d106280cd2be5cf460f8fb212541cf9b6a13cf73 /Master | |
parent | 544990c031beed6b506620a743dc9a3663477964 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@26089 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 2 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Master/doc.html b/Master/doc.html index 1a4ee3a1fdf..9fd4a93bebc 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -11302,7 +11302,7 @@ A thesis/dissertation class for University of California Davis. </small></li> <li><b><a href="texmf-dist/doc/latex/ucs">ucs</a></b>:<small> -Extended UTF-8 input encoding for LaTeX. +Extended UTF-8 input encoding support for LaTeX. <a href="texmf-dist/doc/latex/ucs/ucs.pdf">ucs.pdf</a>. </small></li> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 154f406d306..96aec91e04f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -27,6 +27,9 @@ $mirrors = { 'Japan' => { 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, + 'Korea' => { + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1 + }, 'Malaysia' => { 'ftp://mirror.upm.edu.my/ctan/' => 1 }, @@ -38,8 +41,7 @@ $mirrors = { 'http://raffles.nus.edu.sg/mirror/tex-archive/' => 1 }, 'Taiwan' => { - 'http://ctan.cdpa.nsysu.edu.tw/' => 1, - 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 + 'http://ctan.cdpa.nsysu.edu.tw/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 |