diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-05 01:39:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-05 01:39:51 +0000 |
commit | 53593d7514f6c1279c3d16dee28f99ae85eab425 (patch) | |
tree | 92ec6be08842440ca37c8513d50c03844183db48 | |
parent | 9e7d8d8bea37d1550e28559c71fbb08b2406354b (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@30233 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 15 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 17 |
2 files changed, 17 insertions, 15 deletions
diff --git a/Master/doc.html b/Master/doc.html index b5bf6b8fad6..74d8a20aeef 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -12452,11 +12452,6 @@ A LaTeX class for writing exercise sheets. <a href="texmf-dist/doc/latex/uebungsblatt/uebungsblatt-doc.pdf">uebungsblatt-doc.pdf</a>. </small></li> -<li><b><a href="texmf-dist/doc/latex/uestcthesis/doc">uestcthesis</a></b>:<small> -Thesis class for UESTC -<a href="texmf-dist/doc/latex/uestcthesis/doc/uestcthesis-doc.pdf">uestcthesis-doc.pdf</a> (zh). -</small></li> - <li><b><a href="texmf-dist/doc/latex/uiucredborder">uiucredborder</a></b>:<small> Class for UIUC thesis red-bordered forms. <a href="texmf-dist/doc/latex/uiucredborder/uiucredborder.pdf">uiucredborder.pdf</a>. @@ -12645,7 +12640,7 @@ University of Washington thesis class. <h2 id="letter-V">V</h2> -<ol start="1917"> +<ol start="1916"> <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small> Bibliographic style file for Biomedical Journals. @@ -12818,7 +12813,7 @@ Variable-width multiple text columns. <h2 id="letter-W">W</h2> -<ol start="1946"> +<ol start="1945"> <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small> Wadalab (Japanese) font packages. @@ -12900,7 +12895,7 @@ Produces figures which text can flow around. <h2 id="letter-X">X</h2> -<ol start="1960"> +<ol start="1959"> <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small> Define commands with many optional arguments. @@ -13177,7 +13172,7 @@ Tree macros using XY-Pic. <h2 id="letter-Y">Y</h2> -<ol start="2004"> +<ol start="2003"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small> A bundle of miscellaneous footnote packages. @@ -13225,7 +13220,7 @@ Many-featured Young tableaux and Young diagrams. <h2 id="letter-Z">Z</h2> -<ol start="2012"> +<ol start="2011"> <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 f5a38def402..c4e7283d650 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -26,17 +26,24 @@ $mirrors = { 'http://ctan.yazd.ac.ir/' => 1, 'http://ctan.yazduni.ac.ir/' => 1 }, + 'Israel' => { + 'http://mirror.isoc.org.il/pub/ctan/' => 1 + }, 'Japan' => { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.riken.go.jp/pub/tex-archive/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, - 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 + 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, + 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, + 'Malaysia' => { + 'http://ossm.utm.my/tex-archive/' => 1 + }, 'Pakistan' => { 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1, 'http://stingray.cyber.net.pk/pub/ctan/' => 1 @@ -141,9 +148,11 @@ $mirrors = { 'http://tezcatl.fciencias.unam.mx/tex-archive/' => 1 }, 'USA' => { + 'http://bay.uchicago.edu/tex-archive/' => 1, 'http://ctan.mackichan.com/' => 1, 'http://ctan.mirrorcatalogs.com/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, + 'http://ctan.sharelatex.com/tex-archive/' => 1, 'http://ctan.unixbrain.com/' => 1, 'http://get-software.net/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, @@ -160,10 +169,8 @@ $mirrors = { 'South America' => { 'Brazil' => { 'http://ctan.tche.br/' => 1, - 'http://linorg.usp.br/CTAN/' => 1 - }, - 'Chile' => { - 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 + 'http://linorg.usp.br/CTAN/' => 1, + 'http://www.las.ic.unicamp.br/pub/ctan/' => 1 }, 'Colombia' => { 'http://www.laqee.unal.edu.co/tex-archive/' => 1 |