diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-22 01:21:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-22 01:21:49 +0000 |
commit | 3662387976a7baa65e5f81a83e8da7072d813ddb (patch) | |
tree | 3c477e7a319c1fc0b97936dcfce64bcd239baee6 /Master | |
parent | 286a4cccb3c7b8be571e207469bec275d8c50319 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@31725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 19 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
2 files changed, 11 insertions, 12 deletions
diff --git a/Master/doc.html b/Master/doc.html index 50b8f388fd1..f06b965fd2d 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -1486,9 +1486,8 @@ Multiple bibliographies in one document. <li><b><a href="texmf-dist/doc/xelatex/bidi">bidi</a></b>:<small> Bidirectional typesetting in plain TeX and LaTeX, using XeTeX engine. -<a href="texmf-dist/doc/xelatex/bidi/bibitem.pdf">bibitem.pdf</a>, <a href="texmf-dist/doc/xelatex/bidi/bidi-logo.pdf">bidi-logo.pdf</a>, -<a href="texmf-dist/doc/xelatex/bidi/bidi-manual.pdf">bidi-manual.pdf</a>. +<a href="texmf-dist/doc/xelatex/bidi/bidi.pdf">bidi.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/latex/bigfoot">bigfoot</a></b>:<small> @@ -9766,12 +9765,12 @@ Platonic solids in PSTricks. <a href="texmf-dist/doc/generic/pst-platon/pst-platon-doc.pdf">pst-platon-doc.pdf</a>. </small></li> -<li><b><a href="texmf-dist/doc/generic/pst-plot/doc">pst-plot</a></b>:<small> +<li><b><a href="texmf-dist/doc/generic/pst-plot">pst-plot</a></b>:<small> Plot data using PSTricks. -<a href="texmf-dist/doc/generic/pst-plot/doc/dtk02-1.pdf">dtk02-1.pdf</a>, -<a href="texmf-dist/doc/generic/pst-plot/doc/dtk02-2.pdf">dtk02-2.pdf</a>, -<a href="texmf-dist/doc/generic/pst-plot/doc/pst-plot-doc.pdf">pst-plot-doc.pdf</a>, -<a href="texmf-dist/doc/generic/pst-plot/doc/tugboat01-4.pdf">tugboat01-4.pdf</a>. +<a href="texmf-dist/doc/generic/pst-plot/dtk02-1.pdf">dtk02-1.pdf</a>, +<a href="texmf-dist/doc/generic/pst-plot/dtk02-2.pdf">dtk02-2.pdf</a>, +<a href="texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf">pst-plot-doc.pdf</a>, +<a href="texmf-dist/doc/generic/pst-plot/tugboat01-4.pdf">tugboat01-4.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/generic/pst-poly">pst-poly</a></b>:<small> @@ -11327,9 +11326,7 @@ A set of sudoku-related packages. <li><b><a href="texmf-dist/doc/latex/suftesi">suftesi</a></b>:<small> A document class for typesetting theses, books and articles. -<a href="texmf-dist/doc/latex/suftesi/suftesi.pdf">suftesi.pdf</a>, -<a href="texmf-dist/doc/latex/suftesi/templates/tesi-magistrale/cognome-tesi.pdf">cognome-tesi.pdf</a>, -<a href="texmf-dist/doc/latex/suftesi/templates/tesi-triennale/cognome-tesi.pdf">cognome-tesi.pdf</a>. +<a href="texmf-dist/doc/latex/suftesi/suftesi.pdf">suftesi.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/latex/sugconf">sugconf</a></b>:<small> @@ -13392,7 +13389,7 @@ Automatic index generation for XeLaTeX. <li><b><a href="texmf-dist/doc/xelatex/xepersian">xepersian</a></b>:<small> Persian for LaTeX, using XeTeX. <a href="texmf-dist/doc/xelatex/xepersian/xepersian-logo.pdf">xepersian-logo.pdf</a>, -<a href="texmf-dist/doc/xelatex/xepersian/xepersian-manual.pdf">xepersian-manual.pdf</a>. +<a href="texmf-dist/doc/xelatex/xepersian/xepersian.pdf">xepersian.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/xetex/xesearch">xesearch</a></b>:<small> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a90790fb093..7a586868beb 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -23,7 +23,9 @@ $mirrors = { 'http://s2.mirrors.gudangteknologi.com/tex-archive/' => 1 }, 'Iran' => { - 'http://ctan.um.ac.ir/' => 1 + 'http://ctan.um.ac.ir/' => 1, + 'http://ctan.yazd.ac.ir/' => 1, + 'http://ctan.yazduni.ac.ir/' => 1 }, 'Israel' => { 'http://mirror.isoc.org.il/pub/ctan/' => 1 |