diff options
-rw-r--r-- | Master/doc.html | 3 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Master/doc.html b/Master/doc.html index f57a62c6443..c225884af51 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -6516,7 +6516,7 @@ Extend graphicx to improve placement of graphics </small></li> <li><b><a href="texmf-dist/doc/latex/graphics">graphics</a></b>:<small> -Standard LaTeX graphics +The LaTeX standard graphics bundle <a href="texmf-dist/doc/latex/graphics/color.pdf">color.pdf</a>, <a href="texmf-dist/doc/latex/graphics/drivers.pdf">drivers.pdf</a>, <a href="texmf-dist/doc/latex/graphics/epsfig.pdf">epsfig.pdf</a>, @@ -14916,6 +14916,7 @@ Tool macros </small></li> <li><b><a href="texmf-dist/doc/latex/tools">tools</a></b>:<small> +The LaTeX standard tools bundle <a href="texmf-dist/doc/latex/tools/afterpage.pdf">afterpage.pdf</a>, <a href="texmf-dist/doc/latex/tools/array.pdf">array.pdf</a>, <a href="texmf-dist/doc/latex/tools/bm.pdf">bm.pdf</a>, diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 38a148da792..6a0797ef643 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -12,6 +12,7 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.bjtu.edu.cn/CTAN/' => 1, + 'http://mirror.lzu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.opencas.cn/ctan/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, @@ -160,6 +161,7 @@ $mirrors = { 'http://mirror.unl.edu/ctan/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, 'http://mirrors.acm.jhu.edu/ctan/' => 1, + 'http://mirrors.concertpass.com/tex-archive/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1 } |