diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-13 01:23:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-13 01:23:38 +0000 |
commit | faf8aab9e75c36865692e91d8778329385893277 (patch) | |
tree | 82733c1c53ed7a68667ee5f1d8fac70d6ead0ced | |
parent | c7bd23163fe7b7f87845064b4322735c1961a7d6 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@50016 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/doc.html | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/install-tl.1 | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/install-tl.man1.pdf | bin | 48952 -> 49137 bytes | |||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
4 files changed, 14 insertions, 10 deletions
diff --git a/Master/doc.html b/Master/doc.html index 7e80ce0ba63..a83409bedd7 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -16599,7 +16599,7 @@ Typeset Subversion keywords </small></li> <li><b><a href="texmf-dist/doc/fonts/svrsymbols">svrsymbols</a></b>:<small> -'A new font with symbols for use in Physics texts.' +A font with symbols for use in physics texts <a href="texmf-dist/doc/fonts/svrsymbols/svrsymbols.pdf">svrsymbols.pdf</a>. </small></li> diff --git a/Master/texmf-dist/doc/man/man1/install-tl.1 b/Master/texmf-dist/doc/man/man1/install-tl.1 index 0830b1c994f..f70c92df99a 100644 --- a/Master/texmf-dist/doc/man/man1/install-tl.1 +++ b/Master/texmf-dist/doc/man/man1/install-tl.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "INSTALL-TL 1" -.TH INSTALL-TL 1 "2019-02-03" "perl v5.28.1" "User Contributed Perl Documentation" +.TH INSTALL-TL 1 "2019-02-12" "perl v5.28.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -393,11 +393,17 @@ A \fIprofile\fR file contains all the values needed to perform an installation. After a normal installation has finished, a profile for that exact installation is written to the file \f(CW\*(C`tlpkg/texlive.profile\*(C'\fR. In addition, from the text menu one can select \f(CW\*(C`P\*(C'\fR to save the current -setup as a profile at any time. Such a profile file can be given as the -argument to \f(CW\*(C`\-profile\*(C'\fR, for example to redo the exact same installation -on a different system. Alternatively, you can use a custom profile, -most easily created by starting from a generated one and changing -values, or an empty file, which will take all the defaults. +setup as a profile at any time. +.PP +Such a profile file can be given as the argument to \f(CW\*(C`\-profile\*(C'\fR, for +example to redo the exact same installation on a different system. +Alternatively, you can use a custom profile, most easily created by +starting from a generated one and changing values, or an empty file, +which will take all the defaults. +.PP +As mentioned above, the installer only supports selection by scheme and +collections, not individual packages, so packages cannot be specified in +profile files either. Use \f(CW\*(C`tlmgr\*(C'\fR to work at the package level. .PP Within a profile file, each line consists of .PP @@ -595,4 +601,4 @@ This script and its documentation were written for the TeX Live distribution (<https://tug.org/texlive>) and both are licensed under the \&\s-1GNU\s0 General Public License Version 2 or later. .PP -\&\f(CW$Id:\fR install-tl 49884 2019\-01\-31 19:24:19Z karl $ +\&\f(CW$Id:\fR install-tl 49944 2019\-02\-05 02:39:25Z preining $ diff --git a/Master/texmf-dist/doc/man/man1/install-tl.man1.pdf b/Master/texmf-dist/doc/man/man1/install-tl.man1.pdf Binary files differindex 62b852a2a82..964833328a8 100644 --- a/Master/texmf-dist/doc/man/man1/install-tl.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/install-tl.man1.pdf diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e50facc207a..7afc5a449f6 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -32,7 +32,6 @@ $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 @@ -113,7 +112,6 @@ $mirrors = { 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { - 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, 'ftp://ftp.ist.utl.pt/pub/ctan/' => 1, 'http://mirrors.up.pt/pub/CTAN/' => 1 }, |