summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/man/man1/tlmgr.1
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/man/man1/tlmgr.1')
-rw-r--r--Master/texmf/doc/man/man1/tlmgr.123
1 files changed, 10 insertions, 13 deletions
diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1
index 5652c205c3f..4992d05c79a 100644
--- a/Master/texmf/doc/man/man1/tlmgr.1
+++ b/Master/texmf/doc/man/man1/tlmgr.1
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "TLMGR 1"
-.TH TLMGR 1 "2013-03-08" "perl v5.16.2" "User Contributed Perl Documentation"
+.TH TLMGR 1 "2013-03-14" "perl v5.16.3" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -1320,18 +1320,18 @@ Check the repository list again:
.Vb 4
\& $ tlmgr repository list
\& List of repositories (with tags if set):
-\& http://tlcontrib.metatex.org/2011 (tlcontrib)
+\& http://tlcontrib.metatex.org/2012 (tlcontrib)
\& /var/www/norbert/tlnet (main)
.Ve
.PP
-Specify a pinning entry to get the package \f(CW\*(C`microtype\*(C'\fR from \f(CW\*(C`tlcontrib\*(C'\fR:
+Specify a pinning entry to get the package \f(CW\*(C`context\*(C'\fR from \f(CW\*(C`tlcontrib\*(C'\fR:
.PP
.Vb 2
\& $ tlocal=\`kpsewhich \-var\-value TEXMFLOCAL\`
-\& $ echo "tlcontrib:microtype" > $tlocal/tlpkg/pinning.txt
+\& $ echo "tlcontrib:context" > $tlocal/tlpkg/pinning.txt
.Ve
.PP
-Check that we can find \f(CW\*(C`microtype\*(C'\fR:
+Check that we can find \f(CW\*(C`context\*(C'\fR:
.PP
.Vb 7
\& $ tlmgr show microtype
@@ -1343,21 +1343,18 @@ Check that we can find \f(CW\*(C`microtype\*(C'\fR:
\& ...
.Ve
.PP
-\&\- install \f(CW\*(C`microtype\*(C'\fR:
+\&\- install \f(CW\*(C`context\*(C'\fR:
.PP
.Vb 5
-\& $ tlmgr install microtype
+\& $ tlmgr install context
\& tlmgr: using pinning file .../tlpkg/pinning.txt
\& tlmgr: package repositories:
\& ...
-\& [1/1, ??:??/??:??] install: microtype @tlcontrib [39k]
+\& [1/1, ??:??/??:??] install: context @tlcontrib [39k]
.Ve
.PP
-In the output here you can see that the \f(CW\*(C`microtype\*(C'\fR package is
-installed from the \f(CW\*(C`tlcontrib\*(C'\fR repository (\f(CW@tlcontrib\fR). (By the
-way, hopefully the new version of microtype that is in tlcontrib as of
-this writing will be released on \s-1CTAN\s0 soon, but meanwhile, it serves as
-an example.)
+In the output here you can see that the \f(CW\*(C`context\*(C'\fR package is now
+installed from the \f(CW\*(C`tlcontrib\*(C'\fR repository (\f(CW@tlcontrib\fR).
.SH "GUI FOR TLMGR"
.IX Header "GUI FOR TLMGR"
The graphical user interface for \f(CW\*(C`tlmgr\*(C'\fR needs Perl/Tk to be installed.