diff options
-rw-r--r-- | Master/doc.html | 8 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/doc.html b/Master/doc.html index d3faadcfc8d..363dde978ff 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -27428,8 +27428,10 @@ Draw graph-theory graphs. <li id="tkz-grapheur"><b><a href="texmf-dist/doc/latex/tkz-grapheur/">tkz-grapheur</a></b><small> (<a href="https://ctan.org/pkg/tkz-grapheur">CTAN</a>): A LaTeX package with tools for graph plotting (and TikZ). -<a href="texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-doc-fr.pdf">tkz-grapheur-doc-fr.pdf</a> -<a href="texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-exemples-integrales.pdf">tkz-grapheur-exemples-integrales.pdf</a> +<a href="texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-doc-en.pdf">tkz-grapheur-doc-en.pdf</a> +<a href="texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-doc-fr.pdf">tkz-grapheur-doc-fr.pdf</a> (fr) +<a href="texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-examples-integrals.pdf">tkz-grapheur-examples-integrals.pdf</a> +<a href="texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-exemples-integrales.pdf">tkz-grapheur-exemples-integrales.pdf</a> (fr) </small></li> <li id="tkz-orm"><b><a href="texmf-dist/doc/latex/tkz-orm/">tkz-orm</a></b><small> @@ -30306,5 +30308,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 Fri Jun 21 01:41:36 CEST 2024 by tl-update-docindex.</small> +<small>Generated Mon Jun 24 01:40:14 CEST 2024 by tl-update-docindex.</small> </body></html> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 5fb3051e09d..8abbae727ec 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,7 +9,6 @@ $mirrors = { }, 'Asia' => { 'China' => { - 'https://mirror.bjtu.edu.cn/CTAN/' => 1, 'https://mirror.nyist.edu.cn/CTAN/' => 1, 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, @@ -38,13 +37,13 @@ $mirrors = { 'http://ctan.asis.ai/' => 1, }, 'Japan' => { + 'https://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'https://ftp.kddilabs.jp/CTAN/' => 1, 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, 'https://jp.mirrors.cicku.me/ctan/' => 1, }, 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, - 'https://ftp.kaist.ac.kr/tex-archive/' => 1, 'https://kr.mirrors.cicku.me/ctan/' => 1, 'https://lab.uklee.pe.kr/tex-archive/' => 1, 'https://mirror.kakao.com/CTAN/' => 1, @@ -102,7 +101,6 @@ $mirrors = { 'https://ctan.mc1.root.project-creative.net/' => 1, 'https://ctan.mirror.norbert-ruehl.de/' => 1, 'https://ctan.net/' => 1, - 'https://ctan.space-pro.be/tex-archive/' => 1, 'https://de.mirrors.cicku.me/ctan/' => 1, 'https://ftp.agdsn.de/pub/mirrors/latex/dante/' => 1, 'https://ftp.fau.de/ctan/' => 1, @@ -130,7 +128,6 @@ $mirrors = { 'Netherlands' => { 'https://ftp.snt.utwente.nl/pub/software/tex/' => 1, 'https://mirror.koddos.net/CTAN/' => 1, - 'https://mirror.lyrahosting.com/CTAN/' => 1, }, 'Norway' => { 'https://ctan.uib.no/' => 1, @@ -148,6 +145,7 @@ $mirrors = { 'https://mirrors.nxthost.com/ctan/' => 1, }, 'Russia' => { + 'https://ctan.altspu.ru/' => 1, 'https://mirror.macomnet.net/pub/CTAN/' => 1, 'https://mirror.truenetwork.ru/CTAN/' => 1, }, |