summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-23 16:22:35 +0000
committerKarl Berry <karl@freefriends.org>2012-05-23 16:22:35 +0000
commite32ec6eff6e44a4dc6b1c6f79705c134c2e3b3bb (patch)
tree66b5cec6d0675f440e7d4a56637d0a23ea76568b /Master
parentb4e9f9f7b74fe6e4c6d131622eafc2ebf0339ca1 (diff)
doc
git-svn-id: svn://tug.org/texlive/trunk@26597 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl25
1 files changed, 14 insertions, 11 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index a8d31c8f005..30f1a41219e 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -6094,7 +6094,7 @@ written to the terminal.
=back
-=head2 repositoy
+=head2 repository
=over 4
@@ -6861,31 +6861,34 @@ Check the repository list again:
http://tlcontrib.metatex.org/2011 (tlcontrib)
/var/www/norbert/tlnet (main)
-Specify a pinning entry to get the package C<cowfont> from C<tlcontrib>:
+Specify a pinning entry to get the package C<microtype> from C<tlcontrib>:
$ tlocal=`kpsewhich -var-value TEXMFLOCAL`
- $ echo "tlcontrib:cowfont" > $tlocal/tlpkg/pinning.txt
+ $ echo "tlcontrib:microtype" > $tlocal/tlpkg/pinning.txt
-Check that we can find C<cowfont>:
+Check that we can find C<microtype>:
- $ tlmgr show cowfont
+ $ tlmgr show microtype
tlmgr: using pinning file .../tlpkg/pinning.txt
tlmgr: package repositories:
...
- package: cowfont
+ package: microtype
category: Package
...
-- install C<cowfont>:
+- install C<microtype>:
- $ tlmgr install cowfont
+ $ tlmgr install microtype
tlmgr: using pinning file .../tlpkg/pinning.txt
tlmgr: package repositories:
...
- [1/1, ??:??/??:??] install: cowfont @tlcontrib [655k]
+ [1/1, ??:??/??:??] install: microtype @tlcontrib [39k]
-In the output here you can see that the C<cowfont> package is installed
-from the C<tlcontrib> repository (C<@tlcontrib>).
+In the output here you can see that the C<microtype> package is
+installed from the C<tlcontrib> repository (C<@tlcontrib>). (By the
+way, hopefully the new version of microtype that is in tlcontrib as of
+this writing will be released on CTAN soon, but meanwhile, it serves as
+an example.)
=head1 GUI FOR TLMGR