diff options
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 |