diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 9 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
2 files changed, 4 insertions, 8 deletions
diff --git a/Master/doc.html b/Master/doc.html index 34e80806fe4..aff9a6c82f3 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -1212,7 +1212,6 @@ Index citations by author names. <li id="auto-pst-pdf"><b><a href="texmf-dist/doc/latex/auto-pst-pdf/">auto-pst-pdf</a></b><small> (<a href="https://ctan.org/pkg/auto-pst-pdf">CTAN</a>): Wrapper for pst-pdf (with some psfrag features). -<a href="texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf-DE.pdf">auto-pst-pdf-DE.pdf</a> (de) <a href="texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf.pdf">auto-pst-pdf.pdf</a>. </small></li> @@ -16340,10 +16339,8 @@ LaTeX support for free fonts by ParaType. <li id="paresse"><b><a href="texmf-dist/doc/latex/paresse/">paresse</a></b><small> (<a href="https://ctan.org/pkg/paresse">CTAN</a>): Define simple macros for greek letters. -<a href="texmf-dist/doc/latex/paresse/paresse-en.pdf">paresse-en.pdf</a> -<a href="texmf-dist/doc/latex/paresse/paresse-ex-en.pdf">paresse-ex-en.pdf</a> -<a href="texmf-dist/doc/latex/paresse/paresse-ex-fr.pdf">paresse-ex-fr.pdf</a> (fr) -<a href="texmf-dist/doc/latex/paresse/paresse-fr.pdf">paresse-fr.pdf</a> (fr) +<a href="texmf-dist/doc/latex/paresse/paresse-eng.pdf">paresse-eng.pdf</a> +<a href="texmf-dist/doc/latex/paresse/paresse-fra.pdf">paresse-fra.pdf</a> (fr) <a href="texmf-dist/doc/latex/paresse/paresse.pdf">paresse.pdf</a>. </small></li> @@ -24929,5 +24926,5 @@ Standard conforming typesetting of Japanese, for XeLaTeX. <p><a href="#letter-1">1</a> - <a href="#letter-2">2</a> - <a href="#letter-A">A</a> - <a href="#letter-B">B</a> - <a href="#letter-C">C</a> - <a href="#letter-D">D</a> - <a href="#letter-E">E</a> - <a href="#letter-F">F</a> - <a href="#letter-G">G</a> - <a href="#letter-H">H</a> - <a href="#letter-I">I</a> - <a href="#letter-J">J</a> - <a href="#letter-K">K</a> - <a href="#letter-L">L</a> - <a href="#letter-M">M</a> - <a href="#letter-N">N</a> - <a href="#letter-O">O</a> - <a href="#letter-P">P</a> - <a href="#letter-Q">Q</a> - <a href="#letter-R">R</a> - <a href="#letter-S">S</a> - <a href="#letter-T">T</a> - <a href="#letter-U">U</a> - <a href="#letter-V">V</a> - <a href="#letter-W">W</a> - <a href="#letter-X">X</a> - <a href="#letter-Y">Y</a> - <a href="#letter-Z">Z</a></p> <hr> -<small>Generated Thu Oct 8 00:09:55 CEST 2020 by tl-update-docindex.</small> +<small>Generated Fri Oct 9 01:53:40 CEST 2020 by tl-update-docindex.</small> </body></html> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index fbb352be0e7..39bc45560bc 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -14,6 +14,7 @@ $mirrors = { }, 'Asia' => { 'China' => { + 'https://mirror.bjtu.edu.cn/CTAN/' => 1, 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.hit.edu.cn/CTAN/' => 1, @@ -40,7 +41,6 @@ $mirrors = { 'Japan' => { 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, - 'https://ftp.kddilabs.jp/CTAN/' => 1, 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, }, 'Korea' => { @@ -164,7 +164,6 @@ $mirrors = { 'http://ctan.mirror.colo-serv.net/' => 1, 'http://ctan.mirror.globo.tech/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, - 'https://ctan.math.ca/tex-archive/' => 1, 'https://mirror.its.dal.ca/ctan/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, |