diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-14 01:23:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-14 01:23:45 +0000 |
commit | 23c0b114627df50541db9d3f41bcff9791d22674 (patch) | |
tree | 4b327c0d205b57e92768a412ac97ffe50419b9b9 /Master | |
parent | cb8d2845404be0bd527f3645ecb323b9b0f3384f (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@50023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 21 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
2 files changed, 15 insertions, 9 deletions
diff --git a/Master/doc.html b/Master/doc.html index a83409bedd7..11cb32bad34 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -16122,8 +16122,8 @@ Drawing sparklines: intense, simple, wordlike graphics <li><b><a href="texmf-dist/doc/latex/spath3">spath3</a></b>:<small> Manipulate "soft paths" in PGF -<a href="texmf-dist/doc/latex/spath3/calligraphy.pdf">calligraphy.pdf</a>, -<a href="texmf-dist/doc/latex/spath3/knots.pdf">knots.pdf</a>, +<a href="texmf-dist/doc/latex/spath3/calligraphy_doc.pdf">calligraphy_doc.pdf</a>, +<a href="texmf-dist/doc/latex/spath3/knots_doc.pdf">knots_doc.pdf</a>, <a href="texmf-dist/doc/latex/spath3/spath3_code.pdf">spath3_code.pdf</a>. </small></li> @@ -17835,6 +17835,11 @@ Easy generation of timing diagrams as TikZ pictures <a href="texmf-dist/doc/latex/tikz-timing/tikz-timing.pdf">tikz-timing.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/latex/tikz-truchet">tikz-truchet</a></b>:<small> +Draw Truchet tiles +<a href="texmf-dist/doc/latex/tikz-truchet/tikz-truchet.pdf">tikz-truchet.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/latex/tikzcodeblocks">tikzcodeblocks</a></b>:<small> Helps to draw codeblocks like scratch, NEPO and PXT in TikZ <a href="texmf-dist/doc/latex/tikzcodeblocks/tikzcodeblocks-documentation.pdf">tikzcodeblocks-documentation.pdf</a> (de). @@ -18484,7 +18489,7 @@ Print a typographic grid <h2 id="letter-U">U</h2> -<ol start="2803"> +<ol start="2804"> <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small> University of Arizona thesis and dissertation format @@ -18851,7 +18856,7 @@ University of Washington thesis class <h2 id="letter-V">V</h2> -<ol start="2864"> +<ol start="2865"> <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small> Bibliographic style file for Biomedical Journals @@ -19055,7 +19060,7 @@ Variable-width multiple text columns <h2 id="letter-W">W</h2> -<ol start="2898"> +<ol start="2899"> <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small> Wadalab (Japanese) font packages @@ -19225,7 +19230,7 @@ Extend LaTeX's cross-reference system <h2 id="letter-X">X</h2> -<ol start="2920"> +<ol start="2921"> <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small> Define commands with many optional arguments @@ -19687,7 +19692,7 @@ Tree macros using XY-Pic <h2 id="letter-Y">Y</h2> -<ol start="2983"> +<ol start="2984"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small> A bundle of miscellaneous footnote packages @@ -19756,7 +19761,7 @@ Many-featured Young tableaux and Young diagrams <h2 id="letter-Z">Z</h2> -<ol start="2994"> +<ol start="2995"> <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 7afc5a449f6..296e2271265 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -32,6 +32,7 @@ $mirrors = { 'http://repo.iut.ac.ir/tex-archive/' => 1 }, 'Japan' => { + 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 @@ -112,6 +113,7 @@ $mirrors = { 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { + 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, 'ftp://ftp.ist.utl.pt/pub/ctan/' => 1, 'http://mirrors.up.pt/pub/CTAN/' => 1 }, @@ -161,7 +163,6 @@ $mirrors = { 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.las.iastate.edu/tex-archive/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, - 'http://mirrors.concertpass.com/tex-archive/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1 } |