diff options
author | Karl Berry <karl@freefriends.org> | 2023-10-07 23:44:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-10-07 23:44:00 +0000 |
commit | bf10604805864636dd088db64be5120a146ca04a (patch) | |
tree | c807568d0b33bf962cd0ae65e0f8107c437b65cb /Master | |
parent | 29d3743b7dc10c341d7f1676b073ea7142114d26 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@68478 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 8 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/Master/doc.html b/Master/doc.html index a043a88a02e..b3502fc2e03 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -12874,6 +12874,7 @@ Expandable arithmetic operations with integers. <li id="inter"><b><a href="texmf-dist/doc/fonts/inter/">inter</a></b><small> (<a href="https://ctan.org/pkg/inter">CTAN</a>): The inter font face with support for LaTeX, XeLaTeX, and LuaLaTeX. +<a href="texmf-dist/doc/fonts/inter/inter-samples-math.pdf">inter-samples-math.pdf</a> <a href="texmf-dist/doc/fonts/inter/inter-samples.pdf">inter-samples.pdf</a> </small></li> @@ -25997,8 +25998,9 @@ A library for drawing optical setups with TikZ. <li id="tikz-osci"><b><a href="texmf-dist/doc/latex/tikz-osci/">tikz-osci</a></b><small> (<a href="https://ctan.org/pkg/tikz-osci">CTAN</a>): -Draw oscilloscope screen captures from math functions. -<a href="texmf-dist/doc/latex/tikz-osci/doc.pdf">doc.pdf</a> +Produce oscilloscope "screen shots". +<a href="texmf-dist/doc/latex/tikz-osci/tikz-osci-doc.pdf">tikz-osci-doc.pdf</a> +<a href="texmf-dist/doc/latex/tikz-osci/tikz-osci-example.pdf">tikz-osci-example.pdf</a> </small></li> <li id="tikz-page"><b><a href="texmf-dist/doc/latex/tikz-page/">tikz-page</a></b><small> @@ -29111,5 +29113,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 Sat Oct 7 01:42:50 CEST 2023 by tl-update-docindex.</small> +<small>Generated Sun Oct 8 01:43:57 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 29dc3ff6b17..e2a0a0ecc0d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -47,6 +47,7 @@ $mirrors = { 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, 'https://cran.asia/tex/' => 1, + 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'https://lab.uklee.pe.kr/tex-archive/' => 1, 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, @@ -137,6 +138,7 @@ $mirrors = { }, 'Portugal' => { 'https://ftp.eq.uc.pt/software/TeX/' => 1, + 'https://mirrors.up.pt/pub/CTAN/' => 1, }, 'Romania' => { 'https://mirrors.nxthost.com/ctan/' => 1, @@ -173,6 +175,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, |