diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-10 23:42:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-10 23:42:25 +0000 |
commit | 22d2dd3a9e8cc227f8d51b2fe8cf1734c2844959 (patch) | |
tree | be8f25dd9129716e659982a1b1827bb7d73e4a3d | |
parent | d0877a918f55402aa46eec91b3309e26a909b67f (diff) |
briefly describe scheme/collection/package
git-svn-id: svn://tug.org/texlive/trunk@17796 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 407281504bd..ddac353aebe 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -4490,6 +4490,13 @@ the development sources) is available at 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 +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. + For the full documentation of TeX Live, see L<http://tug.org/texlive/doc>. |