diff options
-rw-r--r-- | Master/doc.html | 20 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
2 files changed, 15 insertions, 9 deletions
diff --git a/Master/doc.html b/Master/doc.html index b199eeb3c5f..921b9c22b55 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -12937,6 +12937,7 @@ An alternative to babel for XeLaTeX and LuaLaTeX <a href="texmf-dist/doc/latex/polyglossia/example-korean.pdf">example-korean.pdf</a>, <a href="texmf-dist/doc/latex/polyglossia/example-thai.pdf">example-thai.pdf</a>, <a href="texmf-dist/doc/latex/polyglossia/examples.pdf">examples.pdf</a>, +<a href="texmf-dist/doc/latex/polyglossia/gloss-latin.pdf">gloss-latin.pdf</a>, <a href="texmf-dist/doc/latex/polyglossia/polyglossia.pdf">polyglossia.pdf</a>, <a href="texmf-dist/doc/latex/polyglossia/test-welsh.pdf">test-welsh.pdf</a>. </small></li> @@ -15516,6 +15517,11 @@ String manipulation for cosmetic and programming application <a href="texmf-dist/doc/latex/stringstrings/stringstrings.pdf">stringstrings.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/latex/structmech/doc">structmech</a></b>:<small> +A TikZ command set for structural mechanics drawings +<a href="texmf-dist/doc/latex/structmech/doc/structmech.pdf">structmech.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/latex/struktex">struktex</a></b>:<small> Draw Nassi-Shneiderman charts <a href="texmf-dist/doc/latex/struktex/struktex.de.pdf">struktex.de.pdf</a>, @@ -15740,7 +15746,7 @@ Format systems of equations <h2 id="letter-T">T</h2> -<ol start="2433"> +<ol start="2434"> <li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small> Draw tangles, trees, Hopf algebra operations and other pictures @@ -17473,7 +17479,7 @@ Print a typographic grid <h2 id="letter-U">U</h2> -<ol start="2668"> +<ol start="2669"> <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small> University of Arizona thesis and dissertation format @@ -17826,7 +17832,7 @@ University of Washington thesis class <h2 id="letter-V">V</h2> -<ol start="2727"> +<ol start="2728"> <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small> Bibliographic style file for Biomedical Journals @@ -18030,7 +18036,7 @@ Variable-width multiple text columns <h2 id="letter-W">W</h2> -<ol start="2761"> +<ol start="2762"> <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small> Wadalab (Japanese) font packages @@ -18184,7 +18190,7 @@ Extend LaTeX's cross-reference system <h2 id="letter-X">X</h2> -<ol start="2780"> +<ol start="2781"> <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small> Define commands with many optional arguments @@ -18624,7 +18630,7 @@ Tree macros using XY-Pic <h2 id="letter-Y">Y</h2> -<ol start="2841"> +<ol start="2842"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small> A bundle of miscellaneous footnote packages @@ -18693,7 +18699,7 @@ Many-featured Young tableaux and Young diagrams <h2 id="letter-Z">Z</h2> -<ol start="2852"> +<ol start="2853"> <li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small> Typesetting Z and CSP format specifications diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a7120c87c68..c5f84203890 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -23,6 +23,7 @@ $mirrors = { 'http://ctan.imsc.res.in/' => 1 }, 'Iran' => { + 'http://ctan.asis.io/' => 1, 'http://ctan.um.ac.ir/' => 1, 'http://ctan.yazd.ac.ir/' => 1, 'http://repo.iut.ac.ir/tex-archive/' => 1 @@ -175,8 +176,7 @@ $mirrors = { }, 'South America' => { 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1, - 'http://repositorios.cpai.unb.br/ctan/' => 1 + 'http://linorg.usp.br/CTAN/' => 1 }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |