diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-26 21:54:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-26 21:54:58 +0000 |
commit | 4e7aecfaa824e9adf48a382c539f0a7d0e3b57bb (patch) | |
tree | f73f83308a2ad2b0c322889559b626004e28bfd5 | |
parent | 357db233f1891e32a7d61b376aadd5335523b9a6 (diff) |
doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@27169 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/install-tl | 2 | ||||
-rw-r--r-- | Master/texmf/scripts/texlive/NEWS | 8 | ||||
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/Master/install-tl b/Master/install-tl index d48785d9fea..5666bfa7da2 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -2140,7 +2140,7 @@ you can select a different language by giving this option with a language code (based on ISO 639-1). Currently supported (but not necessarily completely translated) are: English (en, default), Czech (cs), German (de), French (fr), Italian (it), Japanese (ja), Dutch (nl), -Polish (pl), Brazilian Portuguese (pt_br), Russian (ru), Slovak (sk), +Polish (pl), Brazilian Portuguese (pt-br), Russian (ru), Slovak (sk), Slovenian (sl), Serbian (sr), Vietnamese (vi), simplified Chinese (zh-cn), and traditional Chinese (zh-tw). diff --git a/Master/texmf/scripts/texlive/NEWS b/Master/texmf/scripts/texlive/NEWS index c179e7f02c7..02a00264e16 100644 --- a/Master/texmf/scripts/texlive/NEWS +++ b/Master/texmf/scripts/texlive/NEWS @@ -1,9 +1,9 @@ (This file public domain. Originally written by Norbert Preining and -Karl Berry, 2010-2012.) +Karl Berry, 2010.) -<p><b>texlive.infra (tlmgr) revision 27095 (released 12jul25): </b><br> -<li>fix .po file naming -<li>make sure that an outdated updmap.cfg file is backup-ed and removed +<p><b>tlmgr revision 27169 (released 12jul26):</b><br> +<li>consistently use - in .po file naming, per other programs +<li>make sure that an outdated updmap.cfg file is backed up and removed <p><b>texlive.infra (tlmgr) revision 26923 (released 12jul07):</b><br> <li>version with TeX Live 2012 diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 1b2f9549a14..548ff6f4365 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -5596,11 +5596,11 @@ L<http://tug.org/texlive/tlmgr.html>, along with procedures for updating C<tlmgr> itself and information about test versions. TeX Live is organized into a few top-level I<schemes>, each of which is -defined as a different set of I<collections> and I<packages>, where a +specified as a different set of I<collections> and I<packages>, where a collection is a set of packages, and a package is what contains actual files. Schemes typically contain a mix of collections and packages, but each package is included in exactly one collection, no more and no less. -Installation can be customized and managed at any level. +A TeX Live installation can be customized and managed at any level. See L<http://tug.org/texlive/doc> for all the TeX Live documentation available. @@ -5686,7 +5686,7 @@ you can select a different language by giving this option with a language code (based on ISO 639-1). Currently supported (but not necessarily completely translated) are: English (en, default), Czech (cs), German (de), French (fr), Italian (it), Japanese (ja), Dutch (nl), -Polish (pl), Brazilian Portuguese (pt_br), Russian (ru), Slovak (sk), +Polish (pl), Brazilian Portuguese (pt-br), Russian (ru), Slovak (sk), Slovenian (sl), Serbian (sr), Vietnamese (vi), simplified Chinese (zh-cn), and traditional Chinese (zh-tw). |