diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-10 01:16:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-10 01:16:25 +0000 |
commit | bc7dd379c19120aa57fd683547ceff90be4427e7 (patch) | |
tree | 9e68a0a90f8b345af9922e0548bc4bfaaac10650 | |
parent | 6f3724fcd527aa31592baeac2d34d3a63fc6b431 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@41672 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 4 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Master/doc.html b/Master/doc.html index 2b3e0a0f4c1..c622f75a611 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -1780,7 +1780,9 @@ Manage classical manuscripts with BibLaTeX MLA style files for BibLaTeX <a href="texmf-dist/doc/latex/biblatex-mla/doc/biblatex-mla-old.pdf">biblatex-mla-old.pdf</a>, <a href="texmf-dist/doc/latex/biblatex-mla/doc/biblatex-mla.pdf">biblatex-mla.pdf</a>, -<a href="texmf-dist/doc/latex/biblatex-mla/doc/citation-examples.pdf">citation-examples.pdf</a>. +<a href="texmf-dist/doc/latex/biblatex-mla/doc/citation-examples.pdf">citation-examples.pdf</a>, +<a href="texmf-dist/doc/latex/biblatex-mla/doc/example-book.pdf">example-book.pdf</a>, +<a href="texmf-dist/doc/latex/biblatex-mla/doc/handbooksamplebib.pdf">handbooksamplebib.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/latex/biblatex-morenames/documentation">biblatex-morenames</a></b>:<small> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index deb25025d4c..b61378394ab 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.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 @@ -73,6 +74,7 @@ $mirrors = { 'ftp://ftp.funet.fi/pub/TeX/CTAN/' => 1 }, 'France' => { + 'http://ctan.mines-albi.fr/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://ftp.oleane.net/pub/CTAN/' => 1, 'http://mirror.ibcp.fr/pub/CTAN/' => 1, |