From 109901a7a158f32a32f423045b6981221735f55d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 29 Dec 2020 00:54:00 +0000 Subject: tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@57250 c570f23f-e606-0410-a88d-b1316a301751 --- Master/doc.html | 48 +++++++++++++++++++--------------- Master/tlpkg/installer/ctan-mirrors.pl | 7 +++-- 2 files changed, 30 insertions(+), 25 deletions(-) (limited to 'Master') diff --git a/Master/doc.html b/Master/doc.html index badbeded53b..81b3901ce6b 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -9067,6 +9067,12 @@ Create a frontispiece for Italian theses.  frontespizio.pdf (it). +
  • froufrou +(CTAN): +Fancy section separators.  +froufrou.pdf. +
  • +
  • frpseudocode (CTAN): French translation for the algorithmicx package.  @@ -9146,7 +9152,7 @@ Get first and last words of a page. 

    G

    -
      +
      1. g-brief (CTAN): @@ -10117,7 +10123,7 @@ Bundle of classes for "La Gazette des Mathematiciens". 

        H

        -
          +
          1. h2020proposal (CTAN): @@ -10672,7 +10678,7 @@ Basic support for multiple languages in Plain TeX. 

            I

            -
              +
              1. ibarra (CTAN): @@ -11201,7 +11207,7 @@ A two-element sans-serif font. 

                J

                -
                  +
                  1. jablantile (CTAN): @@ -11397,7 +11403,7 @@ A replacement for LaTeX's verbatim package. 

                    K

                    -
                      +
                      1. kalendarium (CTAN): @@ -11949,7 +11955,7 @@ Key value parser with default handler support. 

                        L

                        -
                          +
                          1. l2picfaq (CTAN): @@ -13838,7 +13844,7 @@ Commands to include lilypond scores within a (Lua)LaTeX document. 

                            M

                            -
                              +
                              1. m-tx (CTAN): @@ -15398,7 +15404,7 @@ XeLaTeX template for writing the main body of NSFC proposals. 

                                N

                                -
                                  +
                                  1. na-box (CTAN): @@ -16011,7 +16017,7 @@ Support for the journal "North-Western European Journal of Mathematics". 

                                    O

                                    -
                                      +
                                      1. oberdiek (CTAN): @@ -16349,7 +16355,7 @@ Combine LaTeX commands over included graphics. 

                                        P

                                        -
                                          +
                                          1. padcount (CTAN): @@ -18630,7 +18636,7 @@ Run Python from within a document, typesetting the results. 

                                            Q

                                            -
                                              +
                                              1. qcircuit (CTAN): @@ -18770,7 +18776,7 @@ Book Template for Qian Yuan Xue Fu. 

                                                R

                                                -
                                                  +
                                                  1. ragged2e (CTAN): @@ -19398,7 +19404,7 @@ Class for Ryerson Unversity Graduate School requirements. 

                                                    S

                                                    -
                                                      +
                                                      1. sa-tikz (CTAN): @@ -21153,7 +21159,7 @@ Format systems of equations. 

                                                        T

                                                        -
                                                          +
                                                          1. t-angles (CTAN): @@ -23370,7 +23376,7 @@ Print a typographic grid. 

                                                            U

                                                            -
                                                              +
                                                              1. uaclasses (CTAN): @@ -23874,7 +23880,7 @@ University of Washington thesis class. 

                                                                V

                                                                -
                                                                  +
                                                                  1. vancouver (CTAN): @@ -24140,7 +24146,7 @@ Variable-width multiple text columns. 

                                                                    W

                                                                    -
                                                                      +
                                                                      1. wadalab (CTAN): @@ -24347,7 +24353,7 @@ Extend LaTeX's cross-reference system. 

                                                                        X

                                                                        -
                                                                          +
                                                                          1. xargs (CTAN): @@ -24943,7 +24949,7 @@ Tree macros using XY-Pic. 

                                                                            Y

                                                                            -
                                                                              +
                                                                              1. yafoot (CTAN): @@ -25045,7 +25051,7 @@ Many-featured Young tableaux and Young diagrams. 

                                                                                Z

                                                                                -
                                                                                  +
                                                                                  1. zebra-goodies (CTAN): @@ -25144,5 +25150,5 @@ Standard conforming typesetting of Japanese, for XeLaTeX. 

                                                                                    1 - 2 - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z


                                                                                    -Generated Sun Dec 27 01:53:50 CET 2020 by tl-update-docindex. +Generated Tue Dec 29 01:53:53 CET 2020 by tl-update-docindex. diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e50d7ab34c3..e92960985b0 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,8 +1,5 @@ $mirrors = { 'Africa' => { - 'Algeria' => { - 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1, - }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1, }, @@ -52,6 +49,9 @@ $mirrors = { 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, + 'Philippines' => { + 'https://mirror.pregi.net/tex-archive/' => 1, + }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, @@ -154,7 +154,6 @@ $mirrors = { }, 'Sweden' => { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, - 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1, }, 'Switzerland' => { 'https://mirror.foobar.to/CTAN/' => 1, -- cgit v1.2.3