From 5c8dc1e17a483307160f3dbfbeacffc3dace77ca Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 21 May 2010 01:54:17 +0000 Subject: /home/texlive/karl/Master/tlpkg/bin/tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@18392 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/doc/man/man1/tlmgr.1 | 56 +++++++++++++++++-------------- Master/texmf/doc/man/man1/tlmgr.man1.pdf | Bin 54822 -> 55789 bytes 2 files changed, 31 insertions(+), 25 deletions(-) (limited to 'Master/texmf') diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1 index cbd96cd7df1..a964b5d7c28 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 "2010-04-11" "perl v5.10.1" "User Contributed Perl Documentation" +.TH TLMGR 1 "2010-05-20" "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 @@ -829,6 +829,8 @@ Do not ask for confirmation, remove immediately. .IX Item "generate language.dat" .IP "\fBgenerate language.def\fR" 4 .IX Item "generate language.def" +.IP "\fBgenerate language.dat.lua\fR" 4 +.IX Item "generate language.dat.lua" .IP "\fBgenerate fmtutil\fR" 4 .IX Item "generate fmtutil" .IP "\fBgenerate updmap\fR" 4 @@ -856,34 +858,36 @@ within TeX Live, and maintain your local fonts (if any) using updmap\*(C'\fR. Indeed, we use it ourselves to generate the \f(CW\*(C`updmap.cfg\*(C'\fR file in the live source repository. .PP -In more detail: \f(CW\*(C`generate\*(C'\fR remakes any of the four config files -\&\f(CW\*(C`language.dat\*(C'\fR, \f(CW\*(C`language.def\*(C'\fR, \f(CW\*(C`fmtutil.cnf\*(C'\fR, and \f(CW\*(C`updmap.cfg\*(C'\fR from -the information present in the local \s-1TLPDB\s0, plus locally-maintained -files. +In more detail: \f(CW\*(C`generate\*(C'\fR remakes any of the five config files +\&\f(CW\*(C`language.dat\*(C'\fR, \f(CW\*(C`language.def\*(C'\fR, \f(CW\*(C`language.dat.lua\*(C'\fR, \f(CW\*(C`fmtutil.cnf\*(C'\fR, +and \f(CW\*(C`updmap.cfg\*(C'\fR from the information present in the local \s-1TLPDB\s0, plus +locally-maintained files. .PP The locally-maintained files are \f(CW\*(C`language\-local.dat\*(C'\fR, -\&\f(CW\*(C`language\-local.def\*(C'\fR, \f(CW\*(C`fmtutil\-local.cnf\*(C'\fR, or \f(CW\*(C`updmap\-local.cfg\*(C'\fR, -searched for in \f(CW\*(C`TEXMFLOCAL\*(C'\fR in the respective directories. If they -are present, the final file is made by starting with the main file, -omitting any entries that the local file specifies to be disabled, and -finally appending the local file. +\&\f(CW\*(C`language\-local.def\*(C'\fR, \f(CW\*(C`language\-local.dat.lua\*(C'\fR, \f(CW\*(C`fmtutil\-local.cnf\*(C'\fR, +or \f(CW\*(C`updmap\-local.cfg\*(C'\fR, searched for in \f(CW\*(C`TEXMFLOCAL\*(C'\fR in the respective +directories. If they are present, the final file is made by starting +with the main file, omitting any entries that the local file specifies +to be disabled, and finally appending the local file. .PP Local files specify entries to be disabled with a comment line like this: .PP -.Vb 2 +.Vb 3 \& #!NAME \& %!NAME +\& \-\-!NAME .Ve .PP -where \f(CW\*(C`fmtutil.cnf\*(C'\fR and \f(CW\*(C`updmap.cfg\*(C'\fR use \f(CW\*(C`#\*(C'\fR, and \f(CW\*(C`language.dat\*(C'\fR and -\&\f(CW\*(C`language.def\*(C'\fR use \f(CW\*(C`%\*(C'\fR. In any case, the \fIname\fR is the respective -format name, map file name (include the \f(CW\*(C`.map\*(C'\fR extension), or -hyphenation pattern identifier. Examples: +where \f(CW\*(C`fmtutil.cnf\*(C'\fR and \f(CW\*(C`updmap.cfg\*(C'\fR use \f(CW\*(C`#\*(C'\fR, \f(CW\*(C`language.dat\*(C'\fR and +\&\f(CW\*(C`language.def\*(C'\fR use \f(CW\*(C`%\*(C'\fR, and \f(CW\*(C`language.dat.lua\*(C'\fR use \f(CW\*(C`\-\-\*(C'\fR. In any +case, the \fIname\fR is the respective format name, map file name (include +the \f(CW\*(C`.map\*(C'\fR extension), or hyphenation pattern identifier. Examples: .PP -.Vb 3 +.Vb 4 \& #!pdflatex \& #!lm.map \& %!german +\& \-\-!usenglishmax .Ve .PP (Of course, you're not likely to actually want to disable those @@ -894,9 +898,9 @@ for the same item, if a different definition is desired. In general, except for the special disabling lines, the local files follow the same syntax as the master files. .PP -The form \f(CW\*(C`generate language\*(C'\fR recreates both the \f(CW\*(C`language.dat\*(C'\fR and the -\&\f(CW\*(C`language.def\*(C'\fR files, while the forms with extension recreates only -the given language file. +The form \f(CW\*(C`generate language\*(C'\fR recreates both the \f(CW\*(C`language.dat\*(C'\fR, the +\&\f(CW\*(C`language.def\*(C'\fR and the \f(CW\*(C`language.dat.lua\*(C'\fRfiles, while the forms with +extension recreates only the given language file. .PP Special consideration for updmap.cfg: in addition to font map files, this file specifies the setting of five options: \f(CW\*(C`dvipsPreferOutline\*(C'\fR, @@ -917,10 +921,11 @@ Options: specifies the output file (defaults to the respective location in \&\f(CW\*(C`TEXMFSYSVAR\*(C'\fR for \f(CW\*(C`language*\*(C'\fR and \f(CW\*(C`fmtutil\*(C'\fR, and \f(CW\*(C`TEXMFSYSCONFIG\*(C'\fR for \f(CW\*(C`updmap\*(C'\fR). If \f(CW\*(C`\-\-dest\*(C'\fR is given to \f(CW\*(C`generate language\*(C'\fR, its -value will be used for the \f(CW\*(C`language.dat\*(C'\fR output, and \f(CW\*(C`.def\*(C'\fR will be -appended to the value for the name of the \f(CW\*(C`language.def\*(C'\fR output file. -(This is just to avoid overwriting; if you want a specific name for each -output file, we recommend invoking \f(CW\*(C`tlmgr\*(C'\fR twice.) +value will be used for the \f(CW\*(C`language.dat\*(C'\fR output, \f(CW\*(C`.def\*(C'\fR will be +appended to the value for the name of the \f(CW\*(C`language.def\*(C'\fR output file, +and \f(CW\*(C`.dat.lua\*(C'\fR to the name of the \f(CW\*(C`language.dat.lua\*(C'\fR file. (This is +just to avoid overwriting; if you want a specific name for each output +file, we recommend invoking \f(CW\*(C`tlmgr\*(C'\fR twice.) .IP "\fB\-\-localcfg\fR \fIlocal conf file\fR" 4 .IX Item "--localcfg local conf file" specifies the (optional) local additions (defaults to the respective @@ -929,7 +934,7 @@ location in \f(CW\*(C`TEXMFLOCAL\*(C'\fR). .IX Item "--rebuild-sys" tells tlmgr to run necessary programs after config files have been regenerated. These are: \f(CW\*(C`updmap\-sys\*(C'\fR after \f(CW\*(C`generate updmap\*(C'\fR, -\&\f(CW\*(C`fmtutil\-sys \-\-all\*(C'\fR after \f(CW\*(C`generate fmtutil\*(C'\fR, +\&\f(CW\*(C`fmtutil\-sys \-\-all\*(C'\fR after \f(CW\*(C`generate fmtutil\*(C'\fR, \&\f(CW\*(C`fmtutil\-sys \-\-byhyphen .../language.dat\*(C'\fR after \f(CW\*(C`generate language.dat\*(C'\fR, and \&\f(CW\*(C`fmtutil\-sys \-\-byhyphen .../language.def\*(C'\fR after \f(CW\*(C`generate language.def\*(C'\fR. @@ -941,9 +946,10 @@ succession before invoking these programs. .PP The respective locations are as follows: .PP -.Vb 4 +.Vb 5 \& tex/generic/config/language.dat (and language\-local.dat); \& tex/generic/config/language.def (and language\-local.def); +\& tex/generic/config/language.dat.lua (and language\-local.dat.lua); \& web2c/fmtutil.cnf (and fmtutil\-local.cnf); \& web2c/updmap.cfg (and updmap\-local.cfg). .Ve diff --git a/Master/texmf/doc/man/man1/tlmgr.man1.pdf b/Master/texmf/doc/man/man1/tlmgr.man1.pdf index c30b6f2c45d..66a2f03a58e 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