diff options
author | Norbert Preining <preining@logic.at> | 2008-04-23 08:05:04 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-04-23 08:05:04 +0000 |
commit | c3ef7a87a83db859c93ada83e670cec25239ad6e (patch) | |
tree | 9e5371bc800d08c325e7f0ea96a34807f01034bf /Master/texmf | |
parent | ff82f9927d769fb056727173831e17ec166747ca (diff) |
pod usage for tlmgr paper
git-svn-id: svn://tug.org/texlive/trunk@7614 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tl-package-manager.pl | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/Master/texmf/scripts/texlive/tl-package-manager.pl b/Master/texmf/scripts/texlive/tl-package-manager.pl index 19e38285cb7..5839641c518 100755 --- a/Master/texmf/scripts/texlive/tl-package-manager.pl +++ b/Master/texmf/scripts/texlive/tl-package-manager.pl @@ -577,7 +577,7 @@ tlmgr - the TeX Live Manager =head1 SYNOPSIS -tlmgr ACTION [OPTION] ... [PACKAGE] ... +tlmgr ACTION [OPTIONS] ... =head1 ACTION @@ -587,7 +587,7 @@ tlmgr ACTION [OPTION] ... [PACKAGE] ... Gives this help page. -=item B<install> +=item B<install pkg1 [pkg2 [pkg3 ...]]> Install all packages given on the cmdline. By default this installs all dependencies, too. See below for the option B<-no-depends>. @@ -596,7 +596,7 @@ dependencies, too. See below for the option B<-no-depends>. Update all packages if newer ones are available -=item B<remove> +=item B<remove pkg1 [pkg2 [pkg3 ...]]> Remove all packages given on the cmdline. Removing a collection will remove all dependencies, too, unless with option B<-no-depends>. @@ -609,6 +609,15 @@ collection or scheme will not succeed unless the B<-force> option is given. This command allows to set the defaults as saved in the local texlive.tlpdb. Possible values for C<key> are: C<location>. (Will be extended). +=item B<paper a4> + +=item B<paper letter> + +=item B<paper [xdvi|dvips|pdftex|dvipdfm|dvipdfmx] [help|papersize]> + +Configures the system wide paper settings, either for all programs in +one go, or for the given program on the command line. + =item B<arch list> Prints the list of arch-os available at the default install location. @@ -617,12 +626,12 @@ Prints the list of arch-os available at the default install location. Adds binaries for the given architectures to the installtion. -=item B<search> +=item B<search what> Search the names and short descriptions of all locally installed packages for the given argument (interpreted as regexp). -=item B<globalsearch> +=item B<globalsearch what> Search the names and short descriptions of all packages available on the install media. |