diff options
-rw-r--r-- | Master/doc.html | 2 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/Master/doc.html b/Master/doc.html index e0523431120..8ac69dc79f0 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -9842,8 +9842,10 @@ Draw perspective views of three dimensional objects. <li><b><a href="texmf-dist/doc/latex/pst2pdf">pst2pdf</a></b>:<small> A script to compile pstricks documents via pdftex. <a href="texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.pdf">pst2pdf-doc.pdf</a>, +<a href="texmf-dist/doc/latex/pst2pdf/test.pdf">test.pdf</a>, <a href="texmf-dist/doc/latex/pst2pdf/test1-pdf.pdf">test1-pdf.pdf</a>, <a href="texmf-dist/doc/latex/pst2pdf/test2-pdf.pdf">test2-pdf.pdf</a>, +<a href="texmf-dist/doc/latex/pst2pdf/test2.pdf">test2.pdf</a>, <a href="texmf-dist/doc/latex/pst2pdf/test3-pdf.pdf">test3-pdf.pdf</a>. </small></li> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 6e63fefb295..198f0602441 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -8,6 +8,7 @@ $mirrors = { 'Asia' => { 'China' => { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, + 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, @@ -22,7 +23,8 @@ $mirrors = { }, 'Iran' => { 'http://ctan.um.ac.ir/' => 1, - 'http://ctan.yazd.ac.ir/' => 1 + 'http://ctan.yazd.ac.ir/' => 1, + 'http://ctan.yazduni.ac.ir/' => 1 }, 'Israel' => { 'http://mirror.isoc.org.il/pub/ctan/' => 1 @@ -37,7 +39,8 @@ $mirrors = { 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, - 'http://ftp.neowiz.com/CTAN/' => 1 + 'http://ftp.neowiz.com/CTAN/' => 1, + 'http://mirror.yongbok.net/tex-archive/' => 1 }, 'Malaysia' => { 'http://ossm.utm.my/tex-archive/' => 1 @@ -46,9 +49,6 @@ $mirrors = { 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1, 'http://stingray.cyber.net.pk/pub/ctan/' => 1 }, - 'Singapore' => { - 'http://download.nus.edu.sg/mirror/CTAN/' => 1 - }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ctan.cdpa.nsysu.edu.tw/' => 1, @@ -121,7 +121,6 @@ $mirrors = { 'http://mirrors.fe.up.pt/pub/CTAN/' => 1 }, 'Russia' => { - 'http://ctan.uni-altai.ru/' => 1, 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, 'http://mirrors.nlab.su/ctan/' => 1 @@ -165,8 +164,7 @@ $mirrors = { 'http://mirror.utexas.edu/ctan/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.med.harvard.edu/ctan/' => 1, - 'http://mirrors.rit.edu/CTAN/' => 1, - 'http://www.math.washington.edu/tex-archive/' => 1 + 'http://mirrors.rit.edu/CTAN/' => 1 } }, 'South America' => { |