diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/texinfo/texinfo.tex | 7 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
3 files changed, 6 insertions, 11 deletions
diff --git a/Master/doc.html b/Master/doc.html index e362e45a282..5a93235f6df 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -8289,7 +8289,7 @@ Letters to multiple recipients (<a href="https://ctan.org/pkg/forms16be">CTAN</a>): Initialize form properties using big-endian encoding <a href="texmf-dist/doc/latex/forms16be/doc/forms16be-man.pdf">forms16be-man.pdf</a> -<a href="texmf-dist/doc/latex/forms16be/examples/forms16b3-ef.pdf">forms16b3-ef.pdf</a>. +<a href="texmf-dist/doc/latex/forms16be/examples/forms16be-ef.pdf">forms16be-ef.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/latex/formular">formular</a></b><small> @@ -23274,5 +23274,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 Sun Jun 2 01:43:51 CEST 2019 by tl-update-docindex.</small> +<small>Generated Tue Jun 4 01:38:52 CEST 2019 by tl-update-docindex.</small> </body></html> diff --git a/Master/texmf-dist/tex/texinfo/texinfo.tex b/Master/texmf-dist/tex/texinfo/texinfo.tex index 53f2fc4835b..ed3f0ee98f4 100644 --- a/Master/texmf-dist/tex/texinfo/texinfo.tex +++ b/Master/texmf-dist/tex/texinfo/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{2019-05-18.15} +\def\texinfoversion{2019-06-01.23} % % Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc. % @@ -5317,7 +5317,7 @@ end % the current value of \escapechar. \def\escapeisbackslash{\escapechar=`\\} -% Use \ in index files by default. texi2dvi didn't support @ as as the escape +% Use \ in index files by default. texi2dvi didn't support @ as the escape % character (as it checked for "\entry" in the files, and not "@entry"). When % the new version of texi2dvi has had a chance to become more prevalent, then % the escape character can change back to @ again. This should be an easy @@ -5546,7 +5546,6 @@ might help (with 'rm \jobname.?? \jobname.??s')% \enddoublecolumns \fi \else - \message{trying to print index \indexname}% \begindoublecolumns \catcode`\\=0\relax \catcode`\@=12\relax @@ -5867,7 +5866,7 @@ might help (with 'rm \jobname.?? \jobname.??s')% } -% Finished with with double columns. +% Finished with double columns. \def\enddoublecolumns{% % The following penalty ensures that the page builder is exercised % _before_ we change the output routine. This is necessary in the diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 43bf29bea58..1bf8c258f92 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -11,6 +11,7 @@ $mirrors = { }, 'Asia' => { 'China' => { + 'http://mirror.lzu.edu.cn/CTAN/' => 1, 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.huaweicloud.com/repository/toolkit/CTAN/' => 1, 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, @@ -163,10 +164,5 @@ $mirrors = { 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } - }, - 'South America' => { - 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1 - } } }; |