diff options
-rw-r--r-- | Master/doc.html | 8 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/Master/doc.html b/Master/doc.html index 19fc2750b3c..8f7d1dda2dd 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -15286,11 +15286,9 @@ A wide-character-set extension of TeX <a href="texmf-dist/doc/man/man1/ovp2ovf.man1.pdf">ovp2ovf.man1.pdf</a>. </small></li> -<li><b><a href="texmf-dist/doc/latex/onedown/examples">onedown</a></b><small> +<li><b><a href="texmf-dist/doc/latex/onedown">onedown</a></b><small> (<a href="https://ctan.org/pkg/onedown">CTAN</a>): Typeset Bridge Diagrams -<a href="texmf-dist/doc/latex/onedown/examples/onedown-examples.pdf">onedown-examples.pdf</a> -<a href="texmf-dist/doc/latex/onedown/examples/onedown-ref.pdf">onedown-ref.pdf</a> <a href="texmf-dist/doc/latex/onedown/onedown.pdf">onedown.pdf</a>. </small></li> @@ -22998,7 +22996,7 @@ Ephemeral macro use <li><b><a href="texmf-dist/doc/generic/witharrows">witharrows</a></b><small> (<a href="https://ctan.org/pkg/witharrows">CTAN</a>): "Aligned" math environments with arrows for comments -<a href="texmf-dist/doc/generic/witharrows/witharrows-french.pdf">witharrows-french.pdf</a> +<a href="texmf-dist/doc/generic/witharrows/witharrows-french.pdf">witharrows-french.pdf</a> (fr) <a href="texmf-dist/doc/generic/witharrows/witharrows.pdf">witharrows.pdf</a>. </small></li> @@ -23798,5 +23796,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 Mon Oct 21 01:53:47 CEST 2019 by tl-update-docindex.</small> +<small>Generated Tue Oct 22 01:55:37 CEST 2019 by tl-update-docindex.</small> </body></html> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 2aaaabc9b31..d30f3d87c59 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -43,6 +43,7 @@ $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 }, @@ -183,5 +184,10 @@ $mirrors = { 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } + }, + 'South America' => { + 'Brazil' => { + 'http://linorg.usp.br/CTAN/' => 1 + } } }; |