diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 1 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Master/doc.html b/Master/doc.html index 75076e0208e..e519afe9cc4 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -9866,6 +9866,7 @@ Doc/docstrip for tcl. </small></li> <li><b><a href="texmf-dist/doc/latex/tcolorbox">tcolorbox</a></b>:<small> +Coloured boxes, for LaTeX examples and theorems, etc. <a href="texmf-dist/doc/latex/tcolorbox/tcolorbox-example.pdf">tcolorbox-example.pdf</a>, <a href="texmf-dist/doc/latex/tcolorbox/tcolorbox.pdf">tcolorbox.pdf</a>. </small></li> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 57044af33d0..9203d566900 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -8,7 +8,6 @@ $mirrors = { 'China' => { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.bjtu.edu.cn/CTAN/' => 1, - 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirror.osqdu.org/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'http://mirrors.xmu.edu.cn/CTAN/' => 1 @@ -44,6 +43,9 @@ $mirrors = { 'Taiwan' => { 'http://ctan.cdpa.nsysu.edu.tw/' => 1, 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 + }, + 'Thailand' => { + 'http://ctan.megagod.net/tex-archive/' => 1 } }, 'Australasia' => { @@ -142,7 +144,6 @@ $mirrors = { }, 'South America' => { 'Brazil' => { - 'http://ceres.cisc.usp.br/CTAN/' => 1, 'http://ctan.tche.br/' => 1, 'http://linorg.usp.br/CTAN/' => 1, 'http://mirror.softwarelivre.ufsc.br/pub/ctan/' => 1 |