diff options
-rw-r--r-- | Master/doc.html | 2 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Master/doc.html b/Master/doc.html index 62a953240b3..a5af1b17714 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -8178,6 +8178,8 @@ Embed XMP metadata within a LaTeX document Hyphenation patterns expressed in UTF-8 <a href="texmf-dist/doc/generic/hyph-utf8/hyph-utf8.pdf">hyph-utf8.pdf</a> (en), <a href="texmf-dist/doc/generic/hyph-utf8/hyphenation-distribution.pdf">hyphenation-distribution.pdf</a>, +<a href="texmf-dist/doc/generic/hyph-utf8/languages/es/division.pdf">division.pdf</a>, +<a href="texmf-dist/doc/generic/hyph-utf8/languages/hu/huhyphn.pdf">huhyphn.pdf</a>, <a href="texmf-dist/doc/luatex/hyph-utf8/luatex-hyphen.pdf">luatex-hyphen.pdf</a>. </small></li> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index c9a2cdb9161..f64ac6b9bb0 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,7 +13,6 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, - 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.huaweicloud.com/repository/toolkit/CTAN/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, @@ -26,17 +25,15 @@ $mirrors = { 'Iran' => { 'http://ctan.asis.io/' => 1, 'http://ctan.um.ac.ir/' => 1, - 'http://ctan.yazd.ac.ir/' => 1, 'http://repo.iut.ac.ir/tex-archive/' => 1 }, 'Japan' => { - 'ftp://ftp.kddilabs.jp/CTAN/' => 1, - 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { 'http://ftp.harukasan.org/CTAN/' => 1, + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1, 'http://mirror.navercorp.com/CTAN/' => 1 |