From cefec0f9963a1a20fba243882de5c32753c6de70 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 1 Aug 2019 23:58:09 +0000 Subject: tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@51802 c570f23f-e606-0410-a88d-b1316a301751 --- Master/doc.html | 46 +++++++++++++++++++--------------- Master/tlpkg/installer/ctan-mirrors.pl | 10 +++++--- 2 files changed, 32 insertions(+), 24 deletions(-) diff --git a/Master/doc.html b/Master/doc.html index 6c8f9f2e55a..158a46620f8 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -8832,6 +8832,12 @@ Declare global variables globalvals.pdf. +
  • glosmathtools +(CTAN): +Mathematical nomenclature tools based on glossaries package +sample_glosmathtools.pdf (fr). +
  • +
  • gloss (CTAN): Create glossaries using BibTeX @@ -9433,7 +9439,7 @@ Bundle of classes for "La Gazette des Mathematiciens"

    H

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

        I

        -
          +
          1. ibycus-babel (CTAN): @@ -10441,7 +10447,7 @@ A two-element sans-serif font

            J

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

                K

                -
                  +
                  1. kalendarium (CTAN): @@ -11110,7 +11116,7 @@ Create Karnaugh maps with LaTeX

                    L

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

                        M

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

                            N

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

                                O

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

                                    P

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

                                        Q

                                        -
                                          +
                                          1. qcircuit (CTAN): @@ -17609,7 +17615,7 @@ Urdu translations to the quran package

                                            R

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

                                                S

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

                                                    T

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

                                                        U

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

                                                            V

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

                                                                W

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

                                                                    X

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

                                                                        Y

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

                                                                            Z

                                                                            -
                                                                              +
                                                                              1. zebra-goodies (CTAN): @@ -23547,5 +23553,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 Thu Aug 1 05:18:30 CEST 2019 by tl-update-docindex. +Generated Fri Aug 2 01:58:05 CEST 2019 by tl-update-docindex. diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a4729024402..c8b0fb34e05 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,10 +13,8 @@ $mirrors = { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, 'http://mirrors.cqu.edu.cn/CTAN/' => 1, - 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, - 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, - 'http://mirrors.ustc.edu.cn/CTAN/' => 1 + 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1 }, 'India' => { 'http://ctan.imsc.res.in/' => 1, @@ -91,7 +89,6 @@ $mirrors = { }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, - 'http://ctan.triasinformatica.nl/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1, 'http://mirror.koddos.net/CTAN/' => 1 }, @@ -164,5 +161,10 @@ $mirrors = { 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } + }, + 'South America' => { + 'Brazil' => { + 'http://linorg.usp.br/CTAN/' => 1 + } } }; -- cgit v1.2.3