diff options
-rw-r--r-- | Master/doc.html | 20 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 1 |
2 files changed, 14 insertions, 7 deletions
diff --git a/Master/doc.html b/Master/doc.html index 6b5ff1df083..6c5f761e246 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -21340,6 +21340,12 @@ Cross-platform Java application to query OS information <a href="texmf-dist/doc/support/texosquery/texosquery.pdf">texosquery.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/support/texplate">texplate</a></b><small> +(<a href="https://ctan.org/pkg/texplate">CTAN</a>): +A tool for creating document structures based on templates +<a href="texmf-dist/doc/support/texplate/texplate-manual.pdf">texplate-manual.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/latex/texpower">texpower</a></b><small> (<a href="https://ctan.org/pkg/texpower">CTAN</a>): Create dynamic online presentations with LaTeX @@ -22576,7 +22582,7 @@ Print a typographic grid <h2 id="letter-U">U</h2> -<ol start="2963"> +<ol start="2964"> <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b><small> (<a href="https://ctan.org/pkg/uaclasses">CTAN</a>): @@ -23050,7 +23056,7 @@ University of Washington thesis class <h2 id="letter-V">V</h2> -<ol start="3030"> +<ol start="3031"> <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b><small> (<a href="https://ctan.org/pkg/vancouver">CTAN</a>): @@ -23305,7 +23311,7 @@ Variable-width multiple text columns <h2 id="letter-W">W</h2> -<ol start="3066"> +<ol start="3067"> <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b><small> (<a href="https://ctan.org/pkg/wadalab">CTAN</a>): @@ -23507,7 +23513,7 @@ Extend LaTeX's cross-reference system <h2 id="letter-X">X</h2> -<ol start="3089"> +<ol start="3090"> <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b><small> (<a href="https://ctan.org/pkg/xargs">CTAN</a>): @@ -24086,7 +24092,7 @@ Tree macros using XY-Pic <h2 id="letter-Y">Y</h2> -<ol start="3157"> +<ol start="3158"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b><small> (<a href="https://ctan.org/pkg/yafoot">CTAN</a>): @@ -24182,7 +24188,7 @@ Many-featured Young tableaux and Young diagrams <h2 id="letter-Z">Z</h2> -<ol start="3170"> +<ol start="3171"> <li><b><a href="texmf-dist/doc/latex/zebra-goodies">zebra-goodies</a></b><small> (<a href="https://ctan.org/pkg/zebra-goodies">CTAN</a>): @@ -24281,5 +24287,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 Fri Jan 17 01:54:28 CET 2020 by tl-update-docindex.</small> +<small>Generated Sat Jan 18 01:54:08 CET 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 e9672159be1..e587a0f5773 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -7,6 +7,7 @@ $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 } |