diff options
author | Karl Berry <karl@freefriends.org> | 2014-01-05 02:22:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-01-05 02:22:53 +0000 |
commit | f00d346622ef303319bb6e57706bccfaff12a27a (patch) | |
tree | 4d759fffe108e6c67ae6e117d26b460f88bcbfd4 | |
parent | ea4a98c328cb5ca7bd86017233710c5f060d343c (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@32578 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 24 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
2 files changed, 15 insertions, 12 deletions
diff --git a/Master/doc.html b/Master/doc.html index b1589c6b76d..fa27c574422 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -9136,11 +9136,8 @@ Generate TeX pedigree files from CSV files. <a href="texmf-dist/doc/support/pedigree-perl/doc/pedigree.pdf">pedigree.pdf</a>. </small></li> -<li><b><a href="texmf-dist/doc/latex/lisp-on-tex/tug2013/bench/perltex">perltex</a></b>:<small> +<li><b><a href="texmf-dist/doc/latex/perltex">perltex</a></b>:<small> Define LaTeX macros in terms of Perl code -<a href="texmf-dist/doc/latex/lisp-on-tex/tug2013/bench/perltex/ast.pdf">ast.pdf</a>, -<a href="texmf-dist/doc/latex/lisp-on-tex/tug2013/bench/perltex/mandel.pdf">mandel.pdf</a>, -<a href="texmf-dist/doc/latex/lisp-on-tex/tug2013/bench/perltex/tarai.pdf">tarai.pdf</a>, <a href="texmf-dist/doc/latex/perltex/perltex.pdf">perltex.pdf</a>, <a href="texmf-dist/doc/man/man1/perltex.man1.pdf">perltex.man1.pdf</a>. </small></li> @@ -11417,6 +11414,11 @@ An Infrastructure for Semantic Preloading of LaTeX Documents. <a href="texmf-dist/doc/latex/stex/workaddress/workaddress.pdf">workaddress.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/fonts/stix">stix</a></b>:<small> +OpenType Unicode maths fonts. +<a href="texmf-dist/doc/fonts/stix/STIX_Font_License_2010.pdf">STIX_Font_License_2010.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/fonts/stmaryrd">stmaryrd</a></b>:<small> St Mary Road symbols for theoretical computer science. <a href="texmf-dist/doc/fonts/stmaryrd/stmaryrd.pdf">stmaryrd.pdf</a>. @@ -11658,7 +11660,7 @@ Format systems of equations. <h2 id="letter-T">T</h2> -<ol start="1813"> +<ol start="1814"> <li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small> Draw tangles, trees, Hopf algebra operations and other pictures. @@ -13018,7 +13020,7 @@ Print a typographic grid. <h2 id="letter-U">U</h2> -<ol start="1997"> +<ol start="1998"> <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small> University of Arizona thesis and dissertation format. @@ -13266,7 +13268,7 @@ University of Washington thesis class. <h2 id="letter-V">V</h2> -<ol start="2041"> +<ol start="2042"> <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small> Bibliographic style file for Biomedical Journals. @@ -13444,7 +13446,7 @@ Variable-width multiple text columns. <h2 id="letter-W">W</h2> -<ol start="2071"> +<ol start="2072"> <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small> Wadalab (Japanese) font packages. @@ -13537,7 +13539,7 @@ LaTeX class for Bavarian school w-seminar papers. <h2 id="letter-X">X</h2> -<ol start="2087"> +<ol start="2088"> <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small> Define commands with many optional arguments. @@ -13826,7 +13828,7 @@ Tree macros using XY-Pic. <h2 id="letter-Y">Y</h2> -<ol start="2133"> +<ol start="2134"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small> A bundle of miscellaneous footnote packages. @@ -13874,7 +13876,7 @@ Many-featured Young tableaux and Young diagrams. <h2 id="letter-Z">Z</h2> -<ol start="2141"> +<ol start="2142"> <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 d22ab1c6a4a..187a2293d62 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -38,7 +38,8 @@ $mirrors = { }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'http://ftp.ktug.org/tex-archive/' => 1 + 'http://ftp.ktug.org/tex-archive/' => 1, + 'http://ftp.neowiz.com/CTAN/' => 1 }, 'Malaysia' => { 'http://ossm.utm.my/tex-archive/' => 1 |