diff options
-rw-r--r-- | Master/doc.html | 10 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
2 files changed, 12 insertions, 4 deletions
diff --git a/Master/doc.html b/Master/doc.html index 24097b5ae92..6e6b4cbed5e 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -11449,6 +11449,12 @@ Allows selected environments to be included/excluded. <a href="texmf-dist/doc/generic/xcomment/xcomment-doc.pdf">xcomment-doc.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/latex/xcookybooky/example">xcookybooky</a></b>:<small> +<a href="texmf-dist/doc/latex/xcookybooky/example/example.pdf">example.pdf</a>, +<a href="texmf-dist/doc/latex/xcookybooky/example/pic/background.pdf">background.pdf</a>, +<a href="texmf-dist/doc/latex/xcookybooky/xcookybooky.pdf">xcookybooky.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/latex/xdoc">xdoc</a></b>:<small> Extending the LaTeX doc system. <a href="texmf-dist/doc/latex/xdoc/docindex.pdf">docindex.pdf</a>, @@ -11655,7 +11661,7 @@ Tree macros using XY-Pic. <h2 id="letter-Y">Y</h2> -<ol start="1771"> +<ol start="1772"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small> A bundle of miscellaneous footnote packages. @@ -11703,7 +11709,7 @@ Many-featured Young tableaux and Young diagrams. <h2 id="letter-Z">Z</h2> -<ol start="1779"> +<ol start="1780"> <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 9517e5c4a04..ebf7ecd14bc 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -8,7 +8,7 @@ $mirrors = { 'China' => { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.bjtu.edu.cn/CTAN/' => 1, - 'http://mirror.osqdu.org/CTAN/' => 1, + 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'http://mirrors.xmu.edu.cn/CTAN/' => 1 }, @@ -41,7 +41,8 @@ $mirrors = { 'http://raffles.nus.edu.sg/mirror/tex-archive/' => 1 }, 'Taiwan' => { - 'http://ctan.cdpa.nsysu.edu.tw/' => 1 + 'http://ctan.cdpa.nsysu.edu.tw/' => 1, + 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 @@ -67,6 +68,7 @@ $mirrors = { 'http://ctan.mines-albi.fr/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://ftp.oleane.net/pub/CTAN/' => 1, + 'http://mirror.ibcp.fr/pub/CTAN/' => 1, 'http://mirrors.ircam.fr/pub/CTAN/' => 1 }, 'Germany' => { |