diff options
author | Karl Berry <karl@freefriends.org> | 2023-09-03 23:42:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-09-03 23:42:59 +0000 |
commit | 11211da1077021b75f7c090ce6e7507a3a8501c5 (patch) | |
tree | e22acdee8fb3c752211f7c7bfb63a49a522076c9 | |
parent | cf7ef73b52f6a172de4c4c4baabdebc739f94dc6 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@68167 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 18 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
2 files changed, 12 insertions, 8 deletions
diff --git a/Master/doc.html b/Master/doc.html index 7a36199820a..cb0a4f41519 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -27360,6 +27360,12 @@ Title page for dissertations at the University of Wollongong. <a href="texmf-dist/doc/latex/uowthesistitlepage/uowthesistitlepage_doc.pdf">uowthesistitlepage_doc.pdf</a> </small></li> +<li id="updatemarks"><b><a href="texmf-dist/doc/latex/updatemarks/">updatemarks</a></b><small> +(<a href="https://ctan.org/pkg/updatemarks">CTAN</a>): +Extract and update marks from boxes. +<a href="texmf-dist/doc/latex/updatemarks/updatemarks.pdf">updatemarks.pdf</a> +</small></li> + <li id="uplatex"><b><a href="texmf-dist/doc/uplatex/base/">uplatex</a></b><small> (<a href="https://ctan.org/pkg/uplatex">CTAN</a>): pLaTeX2e and miscellaneous macros for upTeX. @@ -27537,7 +27543,7 @@ University of Washington thesis class. <h2 id="letter-V">V</h2> -<ol start="3594"> +<ol start="3595"> <li id="vancouver"><b><a href="texmf-dist/doc/bibtex/vancouver/">vancouver</a></b><small> (<a href="https://ctan.org/pkg/vancouver">CTAN</a>): @@ -27810,7 +27816,7 @@ Variable-width multiple text columns. <h2 id="letter-W">W</h2> -<ol start="3633"> +<ol start="3634"> <li id="wadalab"><b><a href="texmf-dist/doc/fonts/wadalab/">wadalab</a></b><small> (<a href="https://ctan.org/pkg/wadalab">CTAN</a>): @@ -28069,7 +28075,7 @@ Extend LaTeX's cross-reference system. <h2 id="letter-X">X</h2> -<ol start="3665"> +<ol start="3666"> <li id="xargs"><b><a href="texmf-dist/doc/latex/xargs/">xargs</a></b><small> (<a href="https://ctan.org/pkg/xargs">CTAN</a>): @@ -28700,7 +28706,7 @@ Tree macros using XY-Pic. <h2 id="letter-Y">Y</h2> -<ol start="3739"> +<ol start="3740"> <li id="yafoot"><b><a href="texmf-dist/doc/latex/yafoot/">yafoot</a></b><small> (<a href="https://ctan.org/pkg/yafoot">CTAN</a>): @@ -28830,7 +28836,7 @@ Many-featured Young tableaux and Young diagrams. <h2 id="letter-Z">Z</h2> -<ol start="3757"> +<ol start="3758"> <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>): @@ -28975,5 +28981,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 Sun Sep 3 01:46:45 CEST 2023 by tl-update-docindex.</small> +<small>Generated Mon Sep 4 01:42:58 CEST 2023 by tl-update-docindex.</small> </body></html> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 44978db406d..740f1f09606 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -30,7 +30,6 @@ $mirrors = { 'https://mirror-hk.koddos.net/CTAN/' => 1, }, 'Indonesia' => { - 'http://repo.ugm.ac.id/ctan/' => 1, 'https://mirror.unpad.ac.id/ctan/' => 1, }, 'Iran' => { @@ -132,7 +131,6 @@ $mirrors = { 'Poland' => { 'https://ctan.gust.org.pl/tex-archive/' => 1, 'https://polish-mirror.evolution-host.com/ctan/' => 1, - 'https://repo.skni.umcs.pl/ctan/' => 1, }, 'Portugal' => { 'https://ftp.eq.uc.pt/software/TeX/' => 1, |