diff options
author | Karl Berry <karl@freefriends.org> | 2024-08-27 23:40:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-08-27 23:40:16 +0000 |
commit | 199787d8f70d954ed05355bca6b67beadb93225b (patch) | |
tree | 85b08747440d2a3eee6a79e4b918fdeee66f0a5e /Master | |
parent | 54695f092f5a34499c0c36801c1257b5cdbb2dc6 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@72121 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 7 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/Master/doc.html b/Master/doc.html index b03dd466561..4233de970bd 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -207,6 +207,7 @@ Class for typesetting publications of ACM. <a href="texmf-dist/doc/latex/acmart/samples/sample-acmsmall-biblatex.pdf">sample-acmsmall-biblatex.pdf</a> <a href="texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf">sample-acmsmall-conf.pdf</a> <a href="texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.pdf">sample-acmsmall-submission.pdf</a> +<a href="texmf-dist/doc/latex/acmart/samples/sample-acmsmall-tagged.pdf">sample-acmsmall-tagged.pdf</a> <a href="texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf">sample-acmsmall.pdf</a> <a href="texmf-dist/doc/latex/acmart/samples/sample-acmtog-conf.pdf">sample-acmtog-conf.pdf</a> <a href="texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf">sample-acmtog.pdf</a> @@ -7439,8 +7440,8 @@ Special commands for use in bibliographies. <li id="domaincoloring"><b><a href="texmf-dist/doc/lualatex/domaincoloring/">domaincoloring</a></b><small> (<a href="https://ctan.org/pkg/domaincoloring">CTAN</a>): Draw colored represenations of complex functions. -<a href="texmf-dist/doc/lualatex/domaincoloring/doc/domaincoloring-doc.pdf">domaincoloring-doc.pdf</a> (de) -<a href="texmf-dist/doc/lualatex/domaincoloring/doc/titleImg.pdf">titleImg.pdf</a> +<a href="texmf-dist/doc/lualatex/domaincoloring/domaincoloring-doc.pdf">domaincoloring-doc.pdf</a> (de) +<a href="texmf-dist/doc/lualatex/domaincoloring/titleImg.pdf">titleImg.pdf</a> </small></li> <li id="domitian"><b><a href="texmf-dist/doc/fonts/domitian/">domitian</a></b><small> @@ -30120,5 +30121,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 Mon Aug 26 01:40:14 CEST 2024 by tl-update-docindex.</small> +<small>Generated Wed Aug 28 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 6e4dd34abc0..1dbe7e43a15 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -62,7 +62,6 @@ $mirrors = { }, 'Taiwan' => { 'https://ctan.mirror.twds.com.tw/tex-archive/' => 1, - 'https://ctan.simanglam.com/' => 1, 'https://tw.mirrors.cicku.me/ctan/' => 1, }, 'Thailand' => { @@ -77,6 +76,10 @@ $mirrors = { 'Belarus' => { 'https://mirror.datacenter.by/pub/mirrors/CTAN/' => 1, }, + 'Bulgaria' => { + 'https://mirrors.neterra.net/CTAN/' => 1, + 'https://mirrors.netix.net/CTAN/' => 1, + }, 'Czech Republic' => { 'http://ftp.cvut.cz/tex-archive/' => 1, 'https://mirrors.nic.cz/tex-archive/' => 1, @@ -143,7 +146,6 @@ $mirrors = { 'Poland' => { 'https://ctan.gust.org.pl/tex-archive/' => 1, 'https://polish-mirror.evolution-host.com/ctan/' => 1, - 'https://sunsite.icm.edu.pl/pub/CTAN/' => 1, }, 'Portugal' => { 'https://ftp.eq.uc.pt/software/TeX/' => 1, @@ -153,6 +155,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, }, |