summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/doc.html23
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl5
2 files changed, 16 insertions, 12 deletions
diff --git a/Master/doc.html b/Master/doc.html
index 247ef641f7e..0417defc42d 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -6903,8 +6903,8 @@ Rudimentary c++-like namespaces in LaTeX.
<li><b><a href="texmf-dist/doc/latex/natbib">natbib</a></b>:<small>
Flexible bibliography support.
-<a href="texmf-dist/doc/latex/natbib/natbib.pdf">natbib.pdf</a>,
-<a href="texmf-dist/doc/latex/natbib/natnotes.pdf">natnotes.pdf</a>.
+<a href="texmf-dist/doc/latex/natbib/natbib.pdf">natbib.pdf</a> (en),
+<a href="texmf-dist/doc/latex/natbib/natnotes.pdf">natnotes.pdf</a> (en).
</small></li>
<li><b><a href="texmf-dist/doc/latex/nath">nath</a></b>:<small>
@@ -8050,7 +8050,7 @@ Shortcuts commands to symbols used in probability texts.
</small></li>
<li><b><a href="texmf-dist/doc/latex/probsoln">probsoln</a></b>:<small>
-generate problem sheets and their solution sheets.
+Generate problem sheets and their solution sheets.
<a href="texmf-dist/doc/latex/probsoln/probsoln-manual.html">probsoln-manual.html</a>,
<a href="texmf-dist/doc/latex/probsoln/probsoln.pdf">probsoln.pdf</a>,
<a href="texmf-dist/doc/latex/probsoln/samples/sample.pdf">sample.pdf</a>,
@@ -10914,6 +10914,11 @@ German version of moreverb.
<a href="texmf-dist/doc/latex/translation-moreverb-de/moreverb-de.dtx.pdf">moreverb-de.dtx.pdf</a> (de).
</small></li>
+<li><b><a href="texmf-dist/doc/latex/translation-natbib-fr">translation-natbib-fr</a></b>:<small>
+French translation of the documentation of natbib.
+<a href="texmf-dist/doc/latex/translation-natbib-fr/f-natbib.pdf">f-natbib.pdf</a>.
+</small></li>
+
<li><b><a href="texmf-dist/doc/latex/translation-tabbing-fr">translation-tabbing-fr</a></b>:<small>
French translation of the documentation of Tabbing.
<a href="texmf-dist/doc/latex/translation-tabbing-fr/f-Tabbing.pdf">f-Tabbing.pdf</a> (fr).
@@ -11060,7 +11065,7 @@ Print a typographic grid.
<h2 id="letter-U">U</h2>
-<ol start="1669">
+<ol start="1670">
<li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small>
University of Arizona thesis and dissertation format.
@@ -11236,7 +11241,7 @@ University of Washington thesis class.
<h2 id="letter-V">V</h2>
-<ol start="1700">
+<ol start="1701">
<li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small>
Bibliographic style file for Biomedical Journals.
@@ -11393,7 +11398,7 @@ Variable-width multiple text columns.
<h2 id="letter-W">W</h2>
-<ol start="1726">
+<ol start="1727">
<li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small>
Wadalab (Japanese) font packages.
@@ -11475,7 +11480,7 @@ Produces figures which text can flow around.
<h2 id="letter-X">X</h2>
-<ol start="1740">
+<ol start="1741">
<li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small>
Define commands with many optional arguments.
@@ -11712,7 +11717,7 @@ Tree macros using XY-Pic.
<h2 id="letter-Y">Y</h2>
-<ol start="1776">
+<ol start="1777">
<li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small>
A bundle of miscellaneous footnote packages.
@@ -11760,7 +11765,7 @@ Many-featured Young tableaux and Young diagrams.
<h2 id="letter-Z">Z</h2>
-<ol start="1784">
+<ol start="1785">
<li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small>
Typesetting Z and CSP format specifications.
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 79991f51fe5..4aa6548e1da 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -7,6 +7,7 @@ $mirrors = {
'Asia' => {
'China' => {
'http://ftp.ctex.org/mirrors/CTAN/' => 1,
+ 'http://mirror.bjtu.edu.cn/CTAN/' => 1,
'http://mirror.neu.edu.cn/CTAN/' => 1,
'http://mirrors.ustc.edu.cn/CTAN/' => 1,
'http://mirrors.xmu.edu.cn/CTAN/' => 1
@@ -96,9 +97,6 @@ $mirrors = {
'Poland' => {
'ftp://ftp.tpnet.pl/pub/CTAN/' => 1
},
- 'Portugal' => {
- 'http://ftp.eq.uc.pt/software/TeX/' => 1
- },
'Russia' => {
'ftp://ftp.vsu.ru/pub/CTAN/' => 1,
'http://ctan.uni-altai.ru/' => 1,
@@ -136,6 +134,7 @@ $mirrors = {
'http://mirror.unl.edu/ctan/' => 1,
'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1,
'http://mirrors.med.harvard.edu/ctan/' => 1,
+ 'http://mirrors.rit.edu/CTAN/' => 1,
'http://www.math.washington.edu/tex-archive/' => 1
}
},