diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 2 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Master/doc.html b/Master/doc.html index 5526fb49d1a..165abad9bc4 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -8525,6 +8525,8 @@ Make letter-sized pages of labels <li><b><a href="texmf-dist/doc/latex/jlreq">jlreq</a></b>:<small> Japanese document class based on requirements for Japanese text layout <a href="texmf-dist/doc/latex/jlreq/jlreq-ja.html">jlreq-ja.html</a>, +<a href="texmf-dist/doc/latex/jlreq/jlreq-trimmarks-ja.html">jlreq-trimmarks-ja.html</a>, +<a href="texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html">jlreq-trimmarks.html</a>, <a href="texmf-dist/doc/latex/jlreq/jlreq.html">jlreq.html</a>. </small></li> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 56e4ffcacb5..909fdcb8370 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -16,11 +16,11 @@ $mirrors = { 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.shu.edu.cn/CTAN/' => 1, + 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'India' => { - 'http://ctan.imsc.res.in/' => 1, 'http://mirror.iopb.res.in/tex-archive/' => 1 }, 'Iran' => { @@ -32,6 +32,7 @@ $mirrors = { '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' => { @@ -119,6 +120,7 @@ $mirrors = { 'http://mirrors.nxthost.com/ctan/' => 1 }, 'Russia' => { + 'http://ctan.altspu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, 'http://mirrors.mi.ras.ru/CTAN/' => 1 }, |