diff options
-rw-r--r-- | Master/doc.html | 19 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 1 |
2 files changed, 14 insertions, 6 deletions
diff --git a/Master/doc.html b/Master/doc.html index 77e52bc6744..2f776c92c0e 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -26081,6 +26081,13 @@ UIUC thesis class. <a href="texmf-dist/doc/latex/uiucthesis/uiucthesis.pdf">uiucthesis.pdf</a> </small></li> +<li id="ukbill"><b><a href="texmf-dist/doc/latex/ukbill/">ukbill</a></b><small> +(<a href="https://ctan.org/pkg/ukbill">CTAN</a>): +A class for typesetting UK legislation. +<a href="texmf-dist/doc/latex/ukbill/immigration-bill.pdf">immigration-bill.pdf</a> +<a href="texmf-dist/doc/latex/ukbill/ukbill-documentation.pdf">ukbill-documentation.pdf</a> +</small></li> + <li id="ukrhyph"><b><a href="texmf-dist/doc/generic/ukrhyph/">ukrhyph</a></b><small> (<a href="https://ctan.org/pkg/ukrhyph">CTAN</a>): Hyphenation Patterns for Ukrainian. @@ -26554,7 +26561,7 @@ University of Washington thesis class. <h2 id="letter-V">V</h2> -<ol start="3498"> +<ol start="3499"> <li id="vancouver"><b><a href="texmf-dist/doc/bibtex/vancouver/">vancouver</a></b><small> (<a href="https://ctan.org/pkg/vancouver">CTAN</a>): @@ -26827,7 +26834,7 @@ Variable-width multiple text columns. <h2 id="letter-W">W</h2> -<ol start="3537"> +<ol start="3538"> <li id="wadalab"><b><a href="texmf-dist/doc/fonts/wadalab/">wadalab</a></b><small> (<a href="https://ctan.org/pkg/wadalab">CTAN</a>): @@ -27064,7 +27071,7 @@ Extend LaTeX's cross-reference system. <h2 id="letter-X">X</h2> -<ol start="3566"> +<ol start="3567"> <li id="xargs"><b><a href="texmf-dist/doc/latex/xargs/">xargs</a></b><small> (<a href="https://ctan.org/pkg/xargs">CTAN</a>): @@ -27695,7 +27702,7 @@ Tree macros using XY-Pic. <h2 id="letter-Y">Y</h2> -<ol start="3640"> +<ol start="3641"> <li id="yafoot"><b><a href="texmf-dist/doc/latex/yafoot/">yafoot</a></b><small> (<a href="https://ctan.org/pkg/yafoot">CTAN</a>): @@ -27825,7 +27832,7 @@ Many-featured Young tableaux and Young diagrams. <h2 id="letter-Z">Z</h2> -<ol start="3658"> +<ol start="3659"> <li id="zbmath-review-template"><b><a href="texmf-dist/doc/xelatex/zbmath-review-template/">zbmath-review-template</a></b><small> (<a href="https://ctan.org/pkg/zbmath-review-template">CTAN</a>): @@ -27964,5 +27971,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 Dec 1 01:51:48 CET 2022 by tl-update-docindex.</small> +<small>Generated Fri Dec 2 01:50:29 CET 2022 by tl-update-docindex.</small> </body></html> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e5cd049177e..18ac3138697 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -36,6 +36,7 @@ $mirrors = { }, 'Iran' => { 'https://ctan.asis.sh/' => 1, + 'https://mirror.bardia.tech/ctan/' => 1, }, 'Japan' => { 'http://ring.airnet.ne.jp/archives/text/CTAN/' => 1, |