diff options
author | Karl Berry <karl@freefriends.org> | 2024-10-17 23:40:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-10-17 23:40:21 +0000 |
commit | c88897f7d6386c6fdff2205775e1e459c52002a8 (patch) | |
tree | 8bb758af10ca36b0ba7b44cc5116283137900730 | |
parent | d94285ea379119f7e1c9d8772498f876fbbf578d (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@72577 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 8 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/Master/doc.html b/Master/doc.html index 5087dc9ec24..bd7fd6c9f87 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -2703,6 +2703,7 @@ Sophisticated Bibliographies in LaTeX. BibLaTeX style for Brazil's ABNT rules. <a href="texmf-dist/doc/latex/biblatex-abnt/NBR10520-2002_reference.pdf">NBR10520-2002_reference.pdf</a> <a href="texmf-dist/doc/latex/biblatex-abnt/NBR6023-2002_reference.pdf">NBR6023-2002_reference.pdf</a> +<a href="texmf-dist/doc/latex/biblatex-abnt/NBR6023-2018_reference.pdf">NBR6023-2018_reference.pdf</a> <a href="texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.pdf">biblatex-abnt.pdf</a> (pt-br) </small></li> @@ -25307,10 +25308,13 @@ SAS(R) user group conference proceedings document class. <li id="sunpath"><b><a href="texmf-dist/doc/latex/sunpath/">sunpath</a></b><small> (<a href="https://ctan.org/pkg/sunpath">CTAN</a>): Draw sun path charts. +<a href="texmf-dist/doc/latex/sunpath/horizontal-coordinate.pdf">horizontal-coordinate.pdf</a> <a href="texmf-dist/doc/latex/sunpath/sunpath.article.pdf">sunpath.article.pdf</a> -<a href="texmf-dist/doc/latex/sunpath/sunpath.demo.pdf">sunpath.demo.pdf</a> +<a href="texmf-dist/doc/latex/sunpath/sunpath.equidistance.pdf">sunpath.equidistance.pdf</a> <a href="texmf-dist/doc/latex/sunpath/sunpath.pdf">sunpath.pdf</a> <a href="texmf-dist/doc/latex/sunpath/sunpath.scrartcl.pdf">sunpath.scrartcl.pdf</a> +<a href="texmf-dist/doc/latex/sunpath/sunpath.spherical.pdf">sunpath.spherical.pdf</a> +<a href="texmf-dist/doc/latex/sunpath/sunpath.track.pdf">sunpath.track.pdf</a> </small></li> <li id="superiors"><b><a href="texmf-dist/doc/latex/superiors/">superiors</a></b><small> @@ -30377,5 +30381,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 Thu Oct 17 01:40:17 CEST 2024 by tl-update-docindex.</small> +<small>Generated Fri Oct 18 01:40:19 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 9d0408e87e8..59d323db8cc 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -142,11 +142,9 @@ $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, - 'https://mirrors.up.pt/pub/CTAN/' => 1, }, 'Romania' => { 'https://mirrors.nxthost.com/ctan/' => 1, @@ -185,6 +183,9 @@ $mirrors = { 'https://mirror.quantum5.ca/CTAN/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, + 'Costa Rica' => { + 'https://mirrors.ucr.ac.cr/CTAN/' => 1, + }, 'USA' => { 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'https://ctan.math.illinois.edu/' => 1, |