diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-24 01:24:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-24 01:24:08 +0000 |
commit | ad3f45e36d3ed596ea5f8262b36f4eb20ce335e1 (patch) | |
tree | 5b02c93bd0d615abf46b4efd0a048613806c60b2 | |
parent | 8979e04b4d1e0eab7d951dd42f90a3fa287afcbc (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49490 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 2 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Master/doc.html b/Master/doc.html index 897f40d5260..99cf5828c45 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -13030,7 +13030,7 @@ customizable windows for screen viewing of TeX documents </small></li> <li><b><a href="texmf-dist/doc/latex/pdfx">pdfx</a></b>:<small> -PDF/X and PDF/A support for pdfTeX +PDF/X and PDF/A support for pdfTeX, LuaTeX and XeTeX <a href="texmf-dist/doc/latex/pdfx/pdfx.pdf">pdfx.pdf</a>. </small></li> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 58371246649..4f94ee17c89 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -4,6 +4,7 @@ $mirrors = { 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 }, 'South Africa' => { + 'http://ctan.mirror.ac.za/' => 1, 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1 @@ -31,6 +32,7 @@ $mirrors = { 'http://repo.iut.ac.ir/tex-archive/' => 1 }, 'Japan' => { + 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 @@ -111,6 +113,7 @@ $mirrors = { 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { + 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, 'ftp://ftp.ist.utl.pt/pub/ctan/' => 1, 'http://mirrors.up.pt/pub/CTAN/' => 1 }, |