diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-26 01:23:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-26 01:23:50 +0000 |
commit | feaa0906fc851cffb7d9b16f80202ce6e7a8b06e (patch) | |
tree | e9983dfffe07b42da327513d597b0c520bf989d3 | |
parent | 5acca09b0c963b569327de636b734f00f90be7f7 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49822 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 4 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/Master/doc.html b/Master/doc.html index 33448725adf..a22b9bb730a 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -10770,6 +10770,9 @@ Commands to include lilypond scores within a (Lua)LaTeX document <li><b><a href="texmf-dist/doc/generic/m-tx">m-tx</a></b>:<small> A preprocessor for pmx +<a href="texmf-dist/doc/generic/m-tx/borup.pdf">borup.pdf</a>, +<a href="texmf-dist/doc/generic/m-tx/halleluja.pdf">halleluja.pdf</a>, +<a href="texmf-dist/doc/generic/m-tx/kanons.pdf">kanons.pdf</a>, <a href="texmf-dist/doc/generic/m-tx/mtx-install.pdf">mtx-install.pdf</a>, <a href="texmf-dist/doc/generic/m-tx/mtxdoc.pdf">mtxdoc.pdf</a>, <a href="texmf-dist/doc/generic/m-tx/prepmx.pdf">prepmx.pdf</a>, @@ -11128,7 +11131,6 @@ Enhanced multiple citations <li><b><a href="texmf-dist/doc/latex/mcmthesis/figures">mcmthesis</a></b>:<small> Template designed for MCM/ICM -<a href="texmf-dist/doc/latex/mcmthesis/figures/mcmthesis-aaa-eps-converted-to.pdf">mcmthesis-aaa-eps-converted-to.pdf</a>, <a href="texmf-dist/doc/latex/mcmthesis/figures/mcmthesis-logo.pdf">mcmthesis-logo.pdf</a>, <a href="texmf-dist/doc/latex/mcmthesis/mcmthesis-demo.pdf">mcmthesis-demo.pdf</a>, <a href="texmf-dist/doc/latex/mcmthesis/mcmthesis.pdf">mcmthesis.pdf</a>. diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 8e2bf351348..b4aab0f22df 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,5 +1,8 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + '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, @@ -45,7 +48,8 @@ $mirrors = { 'http://mirror.pregi.net/tex-archive/' => 1 }, 'Taiwan' => { - 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1 + 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, + 'http://ftp.yzu.edu.tw/CTAN/' => 1 }, 'Thailand' => { 'http://mirror.kku.ac.th/CTAN/' => 1 @@ -110,7 +114,6 @@ $mirrors = { }, 'Portugal' => { 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, - 'ftp://ftp.ist.utl.pt/pub/ctan/' => 1, 'http://mirrors.up.pt/pub/CTAN/' => 1 }, 'Romania' => { |