diff options
-rw-r--r-- | Master/doc.html | 6 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Master/doc.html b/Master/doc.html index 99cf5828c45..0f3d0b162fa 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -8888,12 +8888,14 @@ Print tables and generate control files to adjust kernings <a href="texmf-dist/doc/latex/kerntest/kerntest.pdf">kerntest.pdf</a>. </small></li> -<li><b><a href="texmf-dist/doc/support/ketcindy/ketmanual">ketcindy</a></b>:<small> +<li><b><a href="texmf-dist/doc/support/ketcindy">ketcindy</a></b>:<small> macros for graphic generation and Cinderella plugin +<a href="texmf-dist/doc/support/ketcindy/HowToInstallE.pdf">HowToInstallE.pdf</a>, +<a href="texmf-dist/doc/support/ketcindy/HowToInstallJ.pdf">HowToInstallJ.pdf</a>, <a href="texmf-dist/doc/support/ketcindy/ketmanual/KeTCindyReferenceE.pdf">KeTCindyReferenceE.pdf</a>, <a href="texmf-dist/doc/support/ketcindy/ketmanual/KeTCindyReferenceJ.pdf">KeTCindyReferenceJ.pdf</a> (ja), <a href="texmf-dist/doc/support/ketcindy/ketmanual/KeTCindyguideE.pdf">KeTCindyguideE.pdf</a>, -<a href="texmf-dist/doc/support/ketcindy/ketmanual/KeTCindyguideJ.pdf">KeTCindyguideJ.pdf</a>, +<a href="texmf-dist/doc/support/ketcindy/ketmanual/KeTCindyguideJ.pdf">KeTCindyguideJ.pdf</a> (ja), <a href="texmf-dist/doc/support/ketcindy/ketmanual/KeTPicStyleE.pdf">KeTPicStyleE.pdf</a>, <a href="texmf-dist/doc/support/ketcindy/ketmanual/KeTpicStyleJ.pdf">KeTpicStyleJ.pdf</a>, <a href="texmf-dist/doc/support/ketcindy/samples/s07slides/s0704thinE.pdf">s0704thinE.pdf</a>, diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 8d3daa24cb9..4f94ee17c89 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -32,6 +32,7 @@ $mirrors = { 'http://repo.iut.ac.ir/tex-archive/' => 1 }, '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 |