diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-22 01:22:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-22 01:22:56 +0000 |
commit | 6b6c9f0f3ec270aaca246d6a72d45ad0fbe76088 (patch) | |
tree | be5dced3a5301e4bd5843502bcf643c6dbd320f9 /Master | |
parent | 101d1bf3cd660b4567595476220ebebd08ca9a89 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49217 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 17 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
2 files changed, 12 insertions, 9 deletions
diff --git a/Master/doc.html b/Master/doc.html index 84c341fe985..44c1f6978f5 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -16414,6 +16414,11 @@ Better vertical spacing in tables and arrays <a href="texmf-dist/doc/latex/tabls/tabls.pdf">tabls.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/latex/tablvar">tablvar</a></b>:<small> +Typesetting pretty tables of signs and variations according to French usage +<a href="texmf-dist/doc/latex/tablvar/tablvar.pdf">tablvar.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/latex/tabriz-thesis">tabriz-thesis</a></b>:<small> A template for the University of Tabriz <a href="texmf-dist/doc/latex/tabriz-thesis/tabriz-thesis.pdf">tabriz-thesis.pdf</a> (fa). @@ -18158,7 +18163,7 @@ Print a typographic grid <h2 id="letter-U">U</h2> -<ol start="2760"> +<ol start="2761"> <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small> University of Arizona thesis and dissertation format @@ -18525,7 +18530,7 @@ University of Washington thesis class <h2 id="letter-V">V</h2> -<ol start="2821"> +<ol start="2822"> <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small> Bibliographic style file for Biomedical Journals @@ -18729,7 +18734,7 @@ Variable-width multiple text columns <h2 id="letter-W">W</h2> -<ol start="2855"> +<ol start="2856"> <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small> Wadalab (Japanese) font packages @@ -18894,7 +18899,7 @@ Extend LaTeX's cross-reference system <h2 id="letter-X">X</h2> -<ol start="2876"> +<ol start="2877"> <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small> Define commands with many optional arguments @@ -19342,7 +19347,7 @@ Tree macros using XY-Pic <h2 id="letter-Y">Y</h2> -<ol start="2938"> +<ol start="2939"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small> A bundle of miscellaneous footnote packages @@ -19411,7 +19416,7 @@ Many-featured Young tableaux and Young diagrams <h2 id="letter-Z">Z</h2> -<ol start="2949"> +<ol start="2950"> <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 a016dfb4421..cc4366fecfc 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,7 +13,6 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, - 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.huaweicloud.com/repository/toolkit/CTAN/' => 1, 'http://mirrors.shu.edu.cn/CTAN/' => 1, @@ -87,8 +86,7 @@ $mirrors = { 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, 'http://mirror.informatik.hs-fulda.de/tex-archive/' => 1, - 'http://packages.oth-regensburg.de/ctan/' => 1, - 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 + 'http://packages.oth-regensburg.de/ctan/' => 1 }, 'Greece' => { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 |