diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-30 01:23:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-30 01:23:11 +0000 |
commit | 772c929d551eb4021224fe02e7820891c77c1a15 (patch) | |
tree | 9de4612d324d13e442510989ec33eceb67508e1a | |
parent | 71d53d53d54c6e9d14a2dbad7c80fb3050e13a3e (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49025 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 7 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Master/doc.html b/Master/doc.html index ad4edb03600..e1fbbb16c2f 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -19284,6 +19284,13 @@ Typesetting Z and CSP format specifications <a href="texmf-dist/doc/latex/zed-csp/zed2e.pdf">zed2e.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/latex/zhlineskip">zhlineskip</a></b>:<small> +Line spacing for CJK documents +<a href="texmf-dist/doc/latex/zhlineskip/CJKmetrics.pdf">CJKmetrics.pdf</a>, +<a href="texmf-dist/doc/latex/zhlineskip/Latinmetrics.pdf">Latinmetrics.pdf</a>, +<a href="texmf-dist/doc/latex/zhlineskip/zhlineskip-man.pdf">zhlineskip-man.pdf</a> (zh). +</small></li> + <li><b><a href="texmf-dist/doc/latex/zhlipsum">zhlipsum</a></b>:<small> Chinese dummy text <a href="texmf-dist/doc/latex/zhlipsum/zhlipsum-en.pdf">zhlipsum-en.pdf</a> (en), diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index ae692feca3b..fe3e82910b8 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -17,7 +17,6 @@ $mirrors = { 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.huaweicloud.com/repository/toolkit/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 }, @@ -32,6 +31,7 @@ $mirrors = { '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 |