diff options
author | Karl Berry <karl@freefriends.org> | 2023-07-18 23:43:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-07-18 23:43:21 +0000 |
commit | 9a5692da92acb0514a315ad2466b05a979586977 (patch) | |
tree | 76525016244b16d6e01afd3b72c4798c51f8c8ec /Master | |
parent | de2148cd3d1d609b1a8de933359353b6c0042db7 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@67669 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 4 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Master/doc.html b/Master/doc.html index 5e2a1322620..9c651d6ac06 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -24523,7 +24523,7 @@ Typeset tensors. <li id="tensor"><b><a href="texmf-dist/doc/latex/tensor/">tensor</a></b><small> (<a href="https://ctan.org/pkg/tensor">CTAN</a>): Typeset tensors. -<a href="texmf-dist/doc/latex/tensor/tensor.pdf">tensor.pdf</a> +<a href="texmf-dist/doc/latex/tensor/tensor-doc.pdf">tensor-doc.pdf</a> </small></li> <li id="termcal"><b><a href="texmf-dist/doc/latex/termcal/">termcal</a></b><small> @@ -28831,5 +28831,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 Tue Jul 18 01:43:16 CEST 2023 by tl-update-docindex.</small> +<small>Generated Wed Jul 19 01:43:14 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 b1d7aca4ef6..dfc2a1e4571 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -28,13 +28,15 @@ $mirrors = { 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1, }, + 'India' => { + 'https://mirror.niser.ac.in/ctan/' => 1, + }, 'Indonesia' => { 'http://repo.ugm.ac.id/ctan/' => 1, 'https://mirror.unpad.ac.id/ctan/' => 1, }, 'Iran' => { 'https://ctan.asis.sh/' => 1, - 'https://ctan.yazd.ac.ir/' => 1, }, 'Japan' => { 'https://ftp.jaist.ac.jp/pub/CTAN/' => 1, @@ -168,7 +170,6 @@ $mirrors = { 'https://ctan.math.ca/tex-archive/' => 1, 'https://ctan.mirror.globo.tech/' => 1, 'https://ctan.mirror.rafal.ca/' => 1, - 'https://mirror.csclub.uwaterloo.ca/CTAN/' => 1, 'https://mirror.its.dal.ca/ctan/' => 1, 'https://mirror.quantum5.ca/CTAN/' => 1, 'https://muug.ca/mirror/ctan/' => 1, |