diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-10 01:23:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-10 01:23:11 +0000 |
commit | 85d95381d08df59e99a92fecb0210d6916be0ec6 (patch) | |
tree | 8ef7d806c359b995c8e2bde4e0c209b2da867bc9 | |
parent | 81194f228028cbb5f3c67ac33eaab48fb022ad44 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49119 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 17 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
2 files changed, 13 insertions, 11 deletions
diff --git a/Master/doc.html b/Master/doc.html index 8bcd07612b5..44b971b6811 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -17509,6 +17509,11 @@ Import TikZ images from colletions <a href="texmf-dist/doc/latex/tikzinclude/tikzinclude.pdf">tikzinclude.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/latex/tikzlings">tikzlings</a></b>:<small> +A collection of cute little animals and similar creatures +<a href="texmf-dist/doc/latex/tikzlings/tikzlings-doc.pdf">tikzlings-doc.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/latex/tikzmark">tikzmark</a></b>:<small> Use TikZ's method of remembering a position on a page <a href="texmf-dist/doc/latex/tikzmark/tikzmark.pdf">tikzmark.pdf</a>. @@ -18139,7 +18144,7 @@ Print a typographic grid <h2 id="letter-U">U</h2> -<ol start="2757"> +<ol start="2758"> <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small> University of Arizona thesis and dissertation format @@ -18506,7 +18511,7 @@ University of Washington thesis class <h2 id="letter-V">V</h2> -<ol start="2818"> +<ol start="2819"> <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small> Bibliographic style file for Biomedical Journals @@ -18710,7 +18715,7 @@ Variable-width multiple text columns <h2 id="letter-W">W</h2> -<ol start="2852"> +<ol start="2853"> <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small> Wadalab (Japanese) font packages @@ -18875,7 +18880,7 @@ Extend LaTeX's cross-reference system <h2 id="letter-X">X</h2> -<ol start="2873"> +<ol start="2874"> <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small> Define commands with many optional arguments @@ -19323,7 +19328,7 @@ Tree macros using XY-Pic <h2 id="letter-Y">Y</h2> -<ol start="2935"> +<ol start="2936"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small> A bundle of miscellaneous footnote packages @@ -19392,7 +19397,7 @@ Many-featured Young tableaux and Young diagrams <h2 id="letter-Z">Z</h2> -<ol start="2946"> +<ol start="2947"> <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 8ce952aa554..bc9050c9ade 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, @@ -54,8 +55,7 @@ $mirrors = { }, 'Europe' => { 'Austria' => { - 'http://mirror.easyname.at/ctan/' => 1, - 'http://mirror.reismil.ch/CTAN/' => 1 + 'http://mirror.easyname.at/ctan/' => 1 }, 'Belarus' => { 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 @@ -92,9 +92,6 @@ $mirrors = { 'Greece' => { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 }, - 'Italy' => { - 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 - }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, 'http://ctan.triasinformatica.nl/' => 1, |