From e32ec6eff6e44a4dc6b1c6f79705c134c2e3b3bb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 23 May 2012 16:22:35 +0000 Subject: doc git-svn-id: svn://tug.org/texlive/trunk@26597 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgr.pl | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'Master') 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 from C: +Specify a pinning entry to get the package C from C: $ 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: +Check that we can find C: - $ tlmgr show cowfont + $ tlmgr show microtype tlmgr: using pinning file .../tlpkg/pinning.txt tlmgr: package repositories: ... - package: cowfont + package: microtype category: Package ... -- install C: +- install C: - $ 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 package is installed -from the C repository (C<@tlcontrib>). +In the output here you can see that the C package is +installed from the C 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 -- cgit v1.2.3