From 5558724445b57714be4a14261844ff248b5621ec Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 19 Dec 2009 02:23:04 +0000 Subject: /home/texlive/karl/Master/tlpkg/bin/tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@16448 c570f23f-e606-0410-a88d-b1316a301751 --- Master/doc.html | 13 ++++--- Master/texmf/doc/man/man1/install-tl.1 | 50 +++++++++++++------------- Master/texmf/doc/man/man1/install-tl.man1.pdf | Bin 15641 -> 15676 bytes Master/texmf/doc/man/man1/tlmgr.1 | 22 ++++++------ Master/texmf/doc/man/man1/tlmgr.man1.pdf | Bin 45610 -> 45672 bytes 5 files changed, 45 insertions(+), 40 deletions(-) (limited to 'Master') diff --git a/Master/doc.html b/Master/doc.html index 883e45df56b..9d13889957e 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -944,6 +944,7 @@ Ensure minimal spacing of table cells.
  • censor: +Facilities for controlling restricted text in a document. censor.pdf.
  • @@ -3668,12 +3669,16 @@ A LaTeX cheat sheet, in Brazilian Portuguese.
  • latexdiff: Determine and mark up significant differences between latex files. -latexdiff-man.pdf. +latexdiff-man.pdf, +latexdiff-vc.man1.pdf, +latexdiff.man1.pdf, +latexrevise.man1.pdf.
  • latexmk: Fully automated LaTeX document generation routine. -latexmk.pdf. +latexmk.pdf, +latexmk.man1.pdf.
  • latexmp: @@ -3713,7 +3718,7 @@ Generate random integers.
  • lcyw: -This package makes available Classic Cyrillic CM fonts for LaTeX. +Make Classic Cyrillic CM fonts accessible in LaTeX. lcyw.pdf.
  • @@ -6456,7 +6461,7 @@ Spot colours for pdfLaTeX. Spreadsheet features for LaTeX tabular environments. spreadtab_doc_en.pdf (en), spreadtab_doc_fr.pdf (fr), -spreadtab_doc_vn.pdf (vn). +spreadtab_doc_vn.pdf (vi).
  • spverbatim: diff --git a/Master/texmf/doc/man/man1/install-tl.1 b/Master/texmf/doc/man/man1/install-tl.1 index 0da280c8fb9..b7069fd3bb2 100644 --- a/Master/texmf/doc/man/man1/install-tl.1 +++ b/Master/texmf/doc/man/man1/install-tl.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "INSTALL-TL 1" -.TH INSTALL-TL 1 "2009-12-16" "perl v5.10.1" "User Contributed Perl Documentation" +.TH INSTALL-TL 1 "2009-12-18" "perl v5.10.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 @@ -219,15 +219,11 @@ installation, either a local directory via \f(CW\*(C`/path/to/directory\*(C'\fR \&\f(CW\*(C`file:/\*(C'\fR url, or a network location via a \f(CW\*(C`http://\*(C'\fR or \f(CW\*(C`ftp://\*(C'\fR url. (No other protocols are supported.) .Sp -If the repository is local, the installation type (compressed or live) is -automatically determined, by checking for the presence of a -\&\f(CW\*(C`archive\*(C'\fR directory relative to the root. Compressed is -preferred if both are available, since it is faster. Here's an example -of using a local directory: -.Sp -.Vb 1 -\& \-repository /local/TL/repository -.Ve +The default is to pick a mirror automatically, using +; the chosen mirror is +used for the entire download. You can use the special argument \f(CW\*(C`ctan\*(C'\fR +as an abbreviation for this. See for more about \s-1CTAN\s0 +and its mirrors. .Sp If the repository is on the network, trailing \f(CW\*(C`/\*(C'\fR characters and/or trailing \f(CW\*(C`/tlpkg\*(C'\fR and \f(CW\*(C`/archive\*(C'\fR components are ignored. For example, @@ -241,11 +237,15 @@ Of course a real hostname and its particular top-level \s-1CTAN\s0 path have to be specified. The list of \s-1CTAN\s0 mirrors is available at . .Sp -The default is to pick a mirror automatically, using -; the chosen mirror is -used for the entire download. You can use the special repository name -\&\f(CW\*(C`ctan\*(C'\fR as an abbreviation for this. See for more -about \s-1CTAN\s0 and its mirrors. +If the repository is local, the installation type (compressed or live) is +automatically determined, by checking for the presence of a +\&\f(CW\*(C`archive\*(C'\fR directory relative to the root. Compressed is +preferred if both are available, since it is faster. Here's an example +of using a local directory: +.Sp +.Vb 1 +\& \-repository /local/TL/repository +.Ve .Sp After installation is complete, you can use that installation as the repository for another installation. If you chose to install less than @@ -254,14 +254,6 @@ will be adjusted accordingly. .Sp For backward compatibility and convenience, \f(CW\*(C`\-\-location\*(C'\fR and \f(CW\*(C`\-\-repo\*(C'\fR are accepted as aliases for this option. -.IP "\fB\-persistent\-downloads\fR" 4 -.IX Item "-persistent-downloads" -Try to set up a persistent connection using Net::LWP if -you are installing from the network. This will keep the connection -between your computer and the server open for the whole session and -reuse this connection. -.Sp -This option should reduce the probability to have connection problems. .IP "\fB\-no\-cls\fR" 4 .IX Item "-no-cls" (only for text mode installer) do not clear the screen when entering @@ -325,10 +317,18 @@ system are present. The installation will continue as normally, but at the end all files from \fIpath\fR are copied over to \f(CW\*(C`bin/custom\*(C'\fR in your installation folder and this directory will be added to the path for the postinstall actions. +.IP "\fB\-\-persistent\-downloads\fR" 4 +.IX Item "--persistent-downloads" +For net installs, try to set up a persistent connection using the +Net::LWP Perl module. This reuses a connection between your computer +and the server for the session, instead of initiating a new download for +each package. We hope this option will reduce the probability of +connection problems. .IP "\fB\-debug\-translation\fR" 4 .IX Item "-debug-translation" -This switch will make install-tl report any missing or probably -untranslated messages in the \s-1GUI\s0 installers to \s-1STDERR\s0. +In \s-1GUI\s0 mode, this switch makes \f(CW\*(C`tlmgr\*(C'\fR report any missing, or more +likely untranslated, messages to standard error. Helpful for +translators to see what remains to be done. .IP "\fB\-q\fR" 4 .IX Item "-q" Omit normal informational messages. diff --git a/Master/texmf/doc/man/man1/install-tl.man1.pdf b/Master/texmf/doc/man/man1/install-tl.man1.pdf index f5092bab247..a3c0452e95a 100644 Binary files a/Master/texmf/doc/man/man1/install-tl.man1.pdf and b/Master/texmf/doc/man/man1/install-tl.man1.pdf differ diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1 index fbfa6de646b..8ba0dfdb631 100644 --- a/Master/texmf/doc/man/man1/tlmgr.1 +++ b/Master/texmf/doc/man/man1/tlmgr.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "TLMGR 1" -.TH TLMGR 1 "2009-12-16" "perl v5.10.1" "User Contributed Perl Documentation" +.TH TLMGR 1 "2009-12-18" "perl v5.10.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 @@ -140,7 +140,8 @@ tlmgr [\fIoption\fR]... \fIaction\fR [\fIoption\fR]... [\fIoperand\fR]... configuration options. For information on initially downloading and installing TeX Live, see . .PP -The most up-to-date version of this documentation is available at +The most up-to-date version of this documentation (updated nightly from +the development sources) is available at , along with procedures for updating \&\f(CW\*(C`tlmgr\*(C'\fR itself and information about test versions. .PP @@ -194,14 +195,6 @@ option action). .Sp For backward compatibility and convenience, \f(CW\*(C`\-\-location\*(C'\fR and \f(CW\*(C`\-\-repo\*(C'\fR are accepted as aliases for this option. -.IP "\fB\-persistent\-downloads\fR" 4 -.IX Item "-persistent-downloads" -Try to set up a persistent connection using Net::LWP if -you are installing from the network. This will keep the connection -between your computer and the server open for the whole session and -reuse this connection. -.Sp -This option should reduce the probability to have connection problems. .IP "\fB\-\-gui\fR [\fIaction\fR]" 4 .IX Item "--gui [action]" You can give this option together with an action to be brought directly @@ -240,9 +233,16 @@ that, see the option \f(CW\*(C`\-v\*(C'\fR below, and TeXLive::TLUtils. .IX Item "--pause" This option makes \fBtlmgr\fR wait for user input before exiting. Useful on Windows to avoid command windows disappearing. +.IP "\fB\-\-persistent\-downloads\fR" 4 +.IX Item "--persistent-downloads" +For net installs, try to set up a persistent connection using the +Net::LWP Perl module. This reuses a connection between your computer +and the server for the session, instead of initiating a new download for +each package. We hope this option will reduce the probability of +connection problems. .IP "\fB\-\-debug\-translation\fR" 4 .IX Item "--debug-translation" -This switch makes \f(CW\*(C`tlmgr\*(C'\fR report, in \s-1GUI\s0 mode, any missing, or more +In \s-1GUI\s0 mode, this switch makes \f(CW\*(C`tlmgr\*(C'\fR report any missing, or more likely untranslated, messages to standard error. Helpful for translators to see what remains to be done. .PP diff --git a/Master/texmf/doc/man/man1/tlmgr.man1.pdf b/Master/texmf/doc/man/man1/tlmgr.man1.pdf index 14ecfabdb5c..f4d32aa01af 100644 Binary files a/Master/texmf/doc/man/man1/tlmgr.man1.pdf and b/Master/texmf/doc/man/man1/tlmgr.man1.pdf differ -- cgit v1.2.3