summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/doc.html3
-rw-r--r--Master/readme-txt.dir/README.EN16
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl12
3 files changed, 18 insertions, 13 deletions
diff --git a/Master/doc.html b/Master/doc.html
index bd96fa946df..7f47b155b4f 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -1814,7 +1814,8 @@ Customising captions in floating environments.
<a href="texmf-dist/doc/latex/caption/caption-rus.pdf">caption-rus.pdf</a> (ru),
<a href="texmf-dist/doc/latex/caption/ltcaption.pdf">ltcaption.pdf</a>,
<a href="texmf-dist/doc/latex/caption/newfloat.pdf">newfloat.pdf</a>,
-<a href="texmf-dist/doc/latex/caption/subcaption.pdf">subcaption.pdf</a>.
+<a href="texmf-dist/doc/latex/caption/subcaption.pdf">subcaption.pdf</a>,
+<a href="texmf-dist/doc/latex/caption/totalcount.pdf">totalcount.pdf</a>.
</small></li>
<li><b><a href="texmf-dist/doc/latex/carlisle">carlisle</a></b>:<small>
diff --git a/Master/readme-txt.dir/README.EN b/Master/readme-txt.dir/README.EN
index 41b392fc1a5..24f34db9e37 100644
--- a/Master/readme-txt.dir/README.EN
+++ b/Master/readme-txt.dir/README.EN
@@ -88,14 +88,14 @@ Welcome to TeX Live
References
- 1. file:../LICENSE.TL
- 2. file:../LICENSE.CTAN
- 3. file:../../texlive-doc
- 4. file:../texmf-dist/doc/texlive/texlive-en
- 5. file:../texmf-dist/doc/texlive/texlive-en/texlive-en.html
- 6. file:../texmf-dist/doc/texlive/texlive-en/texlive-en.pdf
- 7. file:../texmf-dist/doc/texlive/
- 8. file:../doc.html
+ 1. file://localhost/tmp/tlua/LICENSE.TL
+ 2. file://localhost/tmp/tlua/LICENSE.CTAN
+ 3. file://localhost/tmp/texlive-doc
+ 4. file://localhost/tmp/tlua/texmf-dist/doc/texlive/texlive-en
+ 5. file://localhost/tmp/tlua/texmf-dist/doc/texlive/texlive-en/texlive-en.html
+ 6. file://localhost/tmp/tlua/texmf-dist/doc/texlive/texlive-en/texlive-en.pdf
+ 7. file://localhost/tmp/tlua/texmf-dist/doc/texlive/
+ 8. file://localhost/tmp/tlua/doc.html
9. http://tug.org/texlive/doc.html
10. http://tug.org/texlive/doc/install-tl.html
11. http://tug.org/texlive/tlmgr.html
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index c4e7283d650..e245c3073f7 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -39,14 +39,14 @@ $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
},
'Pakistan' => {
- 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1,
- 'http://stingray.cyber.net.pk/pub/ctan/' => 1
+ 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1
},
'Singapore' => {
'http://download.nus.edu.sg/mirror/CTAN/' => 1
@@ -139,7 +139,8 @@ $mirrors = {
},
'North America' => {
'Canada' => {
- 'http://ctan.mirror.rafal.ca/' => 1
+ 'http://ctan.mirror.rafal.ca/' => 1,
+ 'http://mirror.its.dal.ca/ctan/' => 1
},
'Costa Rica' => {
'http://mirrors.ucr.ac.cr/CTAN/' => 1
@@ -172,6 +173,9 @@ $mirrors = {
'http://linorg.usp.br/CTAN/' => 1,
'http://www.las.ic.unicamp.br/pub/ctan/' => 1
},
+ 'Chile' => {
+ 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1
+ },
'Colombia' => {
'http://www.laqee.unal.edu.co/tex-archive/' => 1
}