diff options
-rw-r--r-- | Master/doc.html | 5 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Master/doc.html b/Master/doc.html index d38409206f8..d408e195ba0 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -9688,7 +9688,7 @@ Macros for functional analysis and PDE theory. <li id="functional"><b><a href="texmf-dist/doc/latex/functional/">functional</a></b><small> (<a href="https://ctan.org/pkg/functional">CTAN</a>): -Provide an intuitive LaTeX2 interface for expl3. +Provide an intuitive functional programming interface for LaTeX2. <a href="texmf-dist/doc/latex/functional/functional.pdf">functional.pdf</a> </small></li> @@ -11397,6 +11397,7 @@ Extensive support for hypertext in LaTeX. <a href="texmf-dist/doc/latex/hyperref/hyperref-doc6.html">hyperref-doc6.html</a> <a href="texmf-dist/doc/latex/hyperref/hyperref-doc7.html">hyperref-doc7.html</a> <a href="texmf-dist/doc/latex/hyperref/hyperref-doc8.html">hyperref-doc8.html</a> +<a href="texmf-dist/doc/latex/hyperref/hyperref-linktarget.pdf">hyperref-linktarget.pdf</a> <a href="texmf-dist/doc/latex/hyperref/hyperref.pdf">hyperref.pdf</a> <a href="texmf-dist/doc/latex/hyperref/nameref.pdf">nameref.pdf</a> <a href="texmf-dist/doc/latex/hyperref/paper.pdf">paper.pdf</a> @@ -26908,5 +26909,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 May 14 01:49:18 CEST 2022 by tl-update-docindex.</small> +<small>Generated Sun May 15 01:49:15 CEST 2022 by tl-update-docindex.</small> </body></html> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 548680ea003..dde956a9c54 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -42,15 +42,14 @@ $mirrors = { }, 'Japan' => { 'http://ring.airnet.ne.jp/archives/text/CTAN/' => 1, + 'https://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'https://ftp.kddilabs.jp/CTAN/' => 1, 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, }, 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, - 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, |