diff options
author | Karl Berry <karl@freefriends.org> | 2024-07-19 23:40:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-07-19 23:40:27 +0000 |
commit | dd8777774563c9e0d4136095966af99e2eab642f (patch) | |
tree | 7a40c4d447df79ead792a3cf42b34c84f15361f7 /Master | |
parent | f18235bae69b43f6bc50c3cfc6248dd9e4684f27 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@71850 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 14 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
2 files changed, 13 insertions, 4 deletions
diff --git a/Master/doc.html b/Master/doc.html index ba2d2e369d3..cc1a9359e92 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -29381,6 +29381,12 @@ Wrapping text around stuff. <a href="texmf-dist/doc/latex/wrapstuff/wrapstuff.pdf">wrapstuff.pdf</a> (zh) </small></li> +<li id="wrapstuff-doc-en"><b><a href="texmf-dist/doc/latex/wrapstuff-doc-en/">wrapstuff-doc-en</a></b><small> +(<a href="https://ctan.org/pkg/wrapstuff-doc-en">CTAN</a>): +English version of the wrapstuff package documentation. +<a href="texmf-dist/doc/latex/wrapstuff-doc-en/wrapstuff-doc-en.pdf">wrapstuff-doc-en.pdf</a> +</small></li> + <li id="writeongrid"><b><a href="texmf-dist/doc/latex/writeongrid/">writeongrid</a></b><small> (<a href="https://ctan.org/pkg/writeongrid">CTAN</a>): Write on grid lines. @@ -29409,7 +29415,7 @@ Extend LaTeX's cross-reference system. <h2 id="letter-X">X</h2> -<ol start="3792"> +<ol start="3793"> <li id="xargs"><b><a href="texmf-dist/doc/latex/xargs/">xargs</a></b><small> (<a href="https://ctan.org/pkg/xargs">CTAN</a>): @@ -30065,7 +30071,7 @@ Tree macros using XY-Pic. <h2 id="letter-Y">Y</h2> -<ol start="3870"> +<ol start="3871"> <li id="yafoot"><b><a href="texmf-dist/doc/latex/yafoot/">yafoot</a></b><small> (<a href="https://ctan.org/pkg/yafoot">CTAN</a>): @@ -30201,7 +30207,7 @@ Many-featured Young tableaux and Young diagrams. <h2 id="letter-Z">Z</h2> -<ol start="3889"> +<ol start="3890"> <li id="zbmath-review-template"><b><a href="texmf-dist/doc/xelatex/zbmath-review-template/">zbmath-review-template</a></b><small> (<a href="https://ctan.org/pkg/zbmath-review-template">CTAN</a>): @@ -30346,5 +30352,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 Wed Jul 17 01:40:24 CEST 2024 by tl-update-docindex.</small> +<small>Generated Sat Jul 20 01:40:25 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 de9472c06f1..5c4c53190a8 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -181,6 +181,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, |