diff options
author | Karl Berry <karl@freefriends.org> | 2022-01-27 00:49:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-01-27 00:49:30 +0000 |
commit | 0b8ba8bf3360ce4d41c887d2f46509e1f151daa6 (patch) | |
tree | f385ea9c25d288a38fe5b33fc76c5c5423df2944 /Master | |
parent | becbbe4a191f33202ff7dc1a9c1e37fde739d745 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@61757 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 4 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/Master/doc.html b/Master/doc.html index 3cc9b557943..aa964b66d7b 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -24072,7 +24072,7 @@ Tools for drawing Euclidean geometry. <li id="tkz-fct"><b><a href="texmf-dist/doc/latex/tkz-fct/">tkz-fct</a></b><small> (<a href="https://ctan.org/pkg/tkz-fct">CTAN</a>): Tools for drawing graphs of functions. -<a href="texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-main.pdf">TKZdoc-fct-main.pdf</a> (fr) +<a href="texmf-dist/doc/latex/tkz-fct/tkz-fct.pdf">tkz-fct.pdf</a> (fr) </small></li> <li id="tkz-graph"><b><a href="texmf-dist/doc/latex/tkz-graph/">tkz-graph</a></b><small> @@ -26616,5 +26616,5 @@ Standard conforming typesetting of Japanese, for XeLaTeX. <p><a href="#letter-1">1</a> - <a href="#letter-2">2</a> - <a href="#letter-A">A</a> - <a href="#letter-B">B</a> - <a href="#letter-C">C</a> - <a href="#letter-D">D</a> - <a href="#letter-E">E</a> - <a href="#letter-F">F</a> - <a href="#letter-G">G</a> - <a href="#letter-H">H</a> - <a href="#letter-I">I</a> - <a href="#letter-J">J</a> - <a href="#letter-K">K</a> - <a href="#letter-L">L</a> - <a href="#letter-M">M</a> - <a href="#letter-N">N</a> - <a href="#letter-O">O</a> - <a href="#letter-P">P</a> - <a href="#letter-Q">Q</a> - <a href="#letter-R">R</a> - <a href="#letter-S">S</a> - <a href="#letter-T">T</a> - <a href="#letter-U">U</a> - <a href="#letter-V">V</a> - <a href="#letter-W">W</a> - <a href="#letter-X">X</a> - <a href="#letter-Y">Y</a> - <a href="#letter-Z">Z</a></p> <hr> -<small>Generated Tue Jan 25 01:48:44 CET 2022 by tl-update-docindex.</small> +<small>Generated Thu Jan 27 01:49:28 CET 2022 by tl-update-docindex.</small> </body></html> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index c470ef4c935..16a571c18db 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -26,6 +26,9 @@ $mirrors = { 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'https://mirrors.ustc.edu.cn/CTAN/' => 1, }, + 'Hong Kong' => { + 'https://mirror-hk.koddos.net/CTAN/' => 1, + }, 'India' => { 'http://ctan.imsc.res.in/' => 1, }, @@ -47,7 +50,6 @@ $mirrors = { }, 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, - 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'https://mirror.kakao.com/CTAN/' => 1, @@ -129,6 +131,9 @@ $mirrors = { 'Hungary' => { 'https://mirror.szerverem.hu/ctan/' => 1, }, + 'Italy' => { + 'https://ctan.mirror.garr.it/mirrors/ctan/' => 1, + }, 'Netherlands' => { 'https://ftp.snt.utwente.nl/pub/software/tex/' => 1, 'https://mirror.koddos.net/CTAN/' => 1, @@ -140,7 +145,6 @@ $mirrors = { 'Poland' => { 'https://ctan.gust.org.pl/tex-archive/' => 1, 'https://repo.skni.umcs.pl/ctan/' => 1, - 'https://sunsite.icm.edu.pl/pub/CTAN/' => 1, }, 'Portugal' => { 'https://ftp.eq.uc.pt/software/TeX/' => 1, @@ -182,7 +186,6 @@ $mirrors = { 'https://ctan.math.ca/tex-archive/' => 1, 'https://ctan.mirror.globo.tech/' => 1, 'https://ctan.mirror.rafal.ca/' => 1, - 'https://mirror.csclub.uwaterloo.ca/CTAN/' => 1, 'https://mirror.its.dal.ca/ctan/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, |