diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-07 01:23:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-07 01:23:12 +0000 |
commit | 73a61abbeeaaadb9c4b90875e095182f844b04b3 (patch) | |
tree | d882a2efd6aa18468e5e7986df24cabb9a0abfe4 /Master | |
parent | f2dd36bd797a76be0bbe087f58916b03ab6be9c4 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49097 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, 13 insertions, 8 deletions
diff --git a/Master/doc.html b/Master/doc.html index a5af1b17714..8bcd07612b5 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -17761,6 +17761,11 @@ Move floats to the top of the page <a href="texmf-dist/doc/latex/topfloat/topfloat.pdf">topfloat.pdf</a> (it). </small></li> +<li><b><a href="texmf-dist/doc/latex/topiclongtable">topiclongtable</a></b>:<small> +Extend longtable with cells that merge hierarchically +<a href="texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.pdf">topiclongtable-doc.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/latex/topletter">topletter</a></b>:<small> Letter class for the Politecnico di Torino <a href="texmf-dist/doc/latex/topletter/EsempioLettera.pdf">EsempioLettera.pdf</a> (it), @@ -18134,7 +18139,7 @@ Print a typographic grid <h2 id="letter-U">U</h2> -<ol start="2756"> +<ol start="2757"> <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small> University of Arizona thesis and dissertation format @@ -18501,7 +18506,7 @@ University of Washington thesis class <h2 id="letter-V">V</h2> -<ol start="2817"> +<ol start="2818"> <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small> Bibliographic style file for Biomedical Journals @@ -18705,7 +18710,7 @@ Variable-width multiple text columns <h2 id="letter-W">W</h2> -<ol start="2851"> +<ol start="2852"> <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small> Wadalab (Japanese) font packages @@ -18870,7 +18875,7 @@ Extend LaTeX's cross-reference system <h2 id="letter-X">X</h2> -<ol start="2872"> +<ol start="2873"> <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small> Define commands with many optional arguments @@ -19318,7 +19323,7 @@ Tree macros using XY-Pic <h2 id="letter-Y">Y</h2> -<ol start="2934"> +<ol start="2935"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small> A bundle of miscellaneous footnote packages @@ -19387,7 +19392,7 @@ Many-featured Young tableaux and Young diagrams <h2 id="letter-Z">Z</h2> -<ol start="2945"> +<ol start="2946"> <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 99fd5485809..f643b490711 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,6 +13,7 @@ $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.tuna.tsinghua.edu.cn/CTAN/' => 1, @@ -146,8 +147,7 @@ $mirrors = { 'http://ctan.math.ca/tex-archive/' => 1, 'http://ctan.mirror.colo-serv.net/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, - 'http://mirror.its.dal.ca/ctan/' => 1, - 'http://muug.ca/mirror/ctan/' => 1 + 'http://mirror.its.dal.ca/ctan/' => 1 }, 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 |