diff options
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 25 |
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 |