diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 22 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 1 |
2 files changed, 14 insertions, 9 deletions
diff --git a/Master/doc.html b/Master/doc.html index cb05eaf56ea..3c24eacae1b 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -18927,6 +18927,12 @@ A simple key/value system for TeX and LaTeX <a href="texmf-dist/doc/generic/simplekv/simplekv-fr.pdf">simplekv-fr.pdf</a> (fr). </small></li> +<li><b><a href="texmf-dist/doc/latex/simpleoptics">simpleoptics</a></b><small> +(<a href="https://ctan.org/pkg/simpleoptics">CTAN</a>): +Drawing lenses and mirrors for optical diagrams +<a href="texmf-dist/doc/latex/simpleoptics/simpleoptics.pdf">simpleoptics.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/latex/simpler-wick">simpler-wick</a></b><small> (<a href="https://ctan.org/pkg/simpler-wick">CTAN</a>): Simpler Wick contractions @@ -19813,7 +19819,7 @@ Format systems of equations <h2 id="letter-T">T</h2> -<ol start="2620"> +<ol start="2621"> <li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b><small> (<a href="https://ctan.org/pkg/t-angles">CTAN</a>): @@ -21982,7 +21988,7 @@ Print a typographic grid <h2 id="letter-U">U</h2> -<ol start="2883"> +<ol start="2884"> <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b><small> (<a href="https://ctan.org/pkg/uaclasses">CTAN</a>): @@ -22447,7 +22453,7 @@ University of Washington thesis class <h2 id="letter-V">V</h2> -<ol start="2949"> +<ol start="2950"> <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b><small> (<a href="https://ctan.org/pkg/vancouver">CTAN</a>): @@ -22691,7 +22697,7 @@ Variable-width multiple text columns <h2 id="letter-W">W</h2> -<ol start="2984"> +<ol start="2985"> <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b><small> (<a href="https://ctan.org/pkg/wadalab">CTAN</a>): @@ -22893,7 +22899,7 @@ Extend LaTeX's cross-reference system <h2 id="letter-X">X</h2> -<ol start="3007"> +<ol start="3008"> <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b><small> (<a href="https://ctan.org/pkg/xargs">CTAN</a>): @@ -23436,7 +23442,7 @@ Tree macros using XY-Pic <h2 id="letter-Y">Y</h2> -<ol start="3072"> +<ol start="3073"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b><small> (<a href="https://ctan.org/pkg/yafoot">CTAN</a>): @@ -23532,7 +23538,7 @@ Many-featured Young tableaux and Young diagrams <h2 id="letter-Z">Z</h2> -<ol start="3085"> +<ol start="3086"> <li><b><a href="texmf-dist/doc/latex/zebra-goodies">zebra-goodies</a></b><small> (<a href="https://ctan.org/pkg/zebra-goodies">CTAN</a>): @@ -23625,5 +23631,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 Fri Sep 6 01:53:35 CEST 2019 by tl-update-docindex.</small> +<small>Generated Sat Sep 7 01:53:31 CEST 2019 by tl-update-docindex.</small> </body></html> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 7e0e7f9fa4c..f7002deb3f7 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -28,7 +28,6 @@ $mirrors = { }, 'Japan' => { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, - 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 }, |