diff options
-rw-r--r-- | Master/doc.html | 14 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
2 files changed, 16 insertions, 6 deletions
diff --git a/Master/doc.html b/Master/doc.html index 6385b290cd8..25545f5b8c3 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -23606,6 +23606,12 @@ Identify (typographic) widows and orphans <a href="texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-doc.pdf">widows-and-orphans-doc.pdf</a>. </small></li> +<li id="willowtreebook"><b><a href="texmf-dist/doc/latex/willowtreebook">willowtreebook</a></b><small> +(<a href="https://ctan.org/pkg/willowtreebook">CTAN</a>): +Easy basic book class, built on memoir +<a href="texmf-dist/doc/latex/willowtreebook/willowtreebook.pdf">willowtreebook.pdf</a>. +</small></li> + <li id="windycity"><b><a href="texmf-dist/doc/latex/windycity">windycity</a></b><small> (<a href="https://ctan.org/pkg/windycity">CTAN</a>): A Chicago style for BibLaTeX @@ -23697,7 +23703,7 @@ Extend LaTeX's cross-reference system <h2 id="letter-X">X</h2> -<ol start="3122"> +<ol start="3123"> <li id="xargs"><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b><small> (<a href="https://ctan.org/pkg/xargs">CTAN</a>): @@ -24280,7 +24286,7 @@ Tree macros using XY-Pic <h2 id="letter-Y">Y</h2> -<ol start="3191"> +<ol start="3192"> <li id="yafoot"><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b><small> (<a href="https://ctan.org/pkg/yafoot">CTAN</a>): @@ -24382,7 +24388,7 @@ Many-featured Young tableaux and Young diagrams <h2 id="letter-Z">Z</h2> -<ol start="3205"> +<ol start="3206"> <li id="zebra-goodies"><b><a href="texmf-dist/doc/latex/zebra-goodies">zebra-goodies</a></b><small> (<a href="https://ctan.org/pkg/zebra-goodies">CTAN</a>): @@ -24481,5 +24487,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 Apr 22 01:53:32 CEST 2020 by tl-update-docindex.</small> +<small>Generated Thu Apr 23 01:53:41 CEST 2020 by tl-update-docindex.</small> </body></html> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 8db82a95ab3..8de1ae92406 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -7,7 +7,6 @@ $mirrors = { 'https://mirror.marwan.ma/ctan/' => 1, }, 'South Africa' => { - 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1, }, @@ -44,10 +43,14 @@ $mirrors = { }, 'Korea' => { 'http://ftp.harukasan.org/CTAN/' => 1, + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.navercorp.com/CTAN/' => 1, 'http://mirror.yongbok.net/ctan/' => 1, }, + 'Philippines' => { + 'http://mirror.pregi.net/tex-archive/' => 1, + }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, @@ -81,7 +84,6 @@ $mirrors = { 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://mirrors.ircam.fr/pub/CTAN/' => 1, 'http://mirrors.standaloneinstaller.com/ctan/' => 1, - 'https://mirrors.chevalier.io/CTAN/' => 1, }, 'Germany' => { 'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1, @@ -156,6 +158,8 @@ $mirrors = { 'http://ctan.math.ca/tex-archive/' => 1, 'http://ctan.mirror.colo-serv.net/' => 1, 'http://ctan.mirror.globo.tech/' => 1, + 'http://ctan.mirror.rafal.ca/' => 1, + 'http://mirror.its.dal.ca/ctan/' => 1, 'http://muug.ca/mirror/ctan/' => 1, }, 'USA' => { |