summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-06-01 21:52:22 +0000
committerKarl Berry <karl@freefriends.org>2019-06-01 21:52:22 +0000
commit7f8f2c75a94e23c21c05f325c3c045c9a6b7971b (patch)
tree789340ae0808e25bcd420eaff2c465fd892b5747 /Master/texmf-dist/doc/metapost
parent82bc1e120855f1930130613d6d05154725cd1c51 (diff)
metapost contact info update
git-svn-id: svn://tug.org/texlive/trunk@51290 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/metapost')
-rw-r--r--Master/texmf-dist/doc/metapost/base/mpman.pdfbin915651 -> 957617 bytes
-rw-r--r--Master/texmf-dist/doc/metapost/base/source-manual/README5
-rw-r--r--Master/texmf-dist/doc/metapost/base/source-manual/mpman.tex34
3 files changed, 22 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/metapost/base/mpman.pdf b/Master/texmf-dist/doc/metapost/base/mpman.pdf
index 7ed5dd93479..16e32d2ca44 100644
--- a/Master/texmf-dist/doc/metapost/base/mpman.pdf
+++ b/Master/texmf-dist/doc/metapost/base/mpman.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/metapost/base/source-manual/README b/Master/texmf-dist/doc/metapost/base/source-manual/README
index b0f3cff158a..2f7a8f66ad3 100644
--- a/Master/texmf-dist/doc/metapost/base/source-manual/README
+++ b/Master/texmf-dist/doc/metapost/base/source-manual/README
@@ -4,8 +4,9 @@ This is the source for the documentation for MetaPost, consisting of
"A User's Manual for MetaPost", "Drawing Boxes with MetaPost",
"Drawing Graphs with MetaPost" and the introductory article "The
MetaPost System", written by John D. Hobby.
-They were converted to more modern LaTeX by Dylan Thurston and are
-currently maintained by Troy Henderson and Stephan Hennig. The manual
+They were converted to more modern LaTeX by Dylan Thurston,
+later updated Troy Henderson and Stephan Hennig, and currently
+maintained by the MetaPost developers. The manual
may be freely used and modified, but John Hobby makes these requests:
- I request that it remain clear that I am the author of
diff --git a/Master/texmf-dist/doc/metapost/base/source-manual/mpman.tex b/Master/texmf-dist/doc/metapost/base/source-manual/mpman.tex
index adea728a7c6..ec77468753f 100644
--- a/Master/texmf-dist/doc/metapost/base/source-manual/mpman.tex
+++ b/Master/texmf-dist/doc/metapost/base/source-manual/mpman.tex
@@ -12,7 +12,7 @@
\fi
\documentclass{article} % article is NOT the original style
\usepackage[nofancy]{svninfo}% Access VCS information.
-\svnInfo $Id: mpman.tex 2139 2018-02-19 14:38:47Z luigi.scarso@gmail.com $
+\svnInfo $Id: mpman.tex 2140 2019-06-01 14:38:47Z luigi.scarso@gmail.com $
%\svnInfo $Id: mpman.tex 2139 2018-02-19 14:38:47Z luigi.scarso@gmail.com $
\newcommand*{\mpversion}{2.00}
@@ -113,10 +113,12 @@
\vskip3bp
\centerline{and the MetaPost development team}
\vskip20.8bp% actually 31.8bp (-11bp)
- \centerline{\large documented version: \mpversion\ (2.0rc2)}
+ \centerline{\large documented version: \mpversion}
\vskip3bp
\tracingall \centerline{\svnInfoMaxToday} \tracingnone
- \vfil
+ \vskip\baselineskip
+ \centerline{Web page: {\tt https://tug.org/metapost}}
+ \centerline{Mailing list: {\tt https://lists.tug.org/metapost}}
\vfil
\vfil
}
@@ -169,23 +171,25 @@ master MetaPost, both are beneficial, since the MetaPost language is
based on Knuth's \MF\ to a large extent. Appendix~\ref{MPvsMF} gives a
detailed comparison of MetaPost and \MF.
-MetaPost documentation is completed by ``Drawing Boxes with MetaPost''
-and ``Drawing Graphs with MetaPost''---the manuals of the \texttt{boxes}
-and \texttt{graph} packages originally developed by John~D. Hobby.
+The basic MetaPost documentation is completed with ``Drawing Boxes with
+MetaPost'' and ``Drawing Graphs with MetaPost''---the manuals of the
+\texttt{boxes} and \texttt{graph} packages originally developed by
+John~D. Hobby.
-The MetaPost home page is \url{http://tug.org/metapost}. It has links
+The MetaPost home page is \url{https://tug.org/metapost}. It has links
to much additional information, including many articles that have been
-written about MetaPost. For general help, try the
+written about MetaPost. For general help and discussion, try the
\url{metapost@tug.org} mailing list; you can subscribe to this list at
-\url{http://tug.org/mailman/listinfo/metapost}.
+\url{https://lists.tug.org/metapost}.
-The development is currently hosted at
-\url{https://serveur-svn.lri.fr/svn/modhel/metapost}; visit this site for
-the current development team members and sources (currently no web interface, only anonymouse svn access).
+The development repository is currently hosted at
+\url{https://serveur-svn.lri.fr/svn/modhel/metapost}; web browsing and
+anonymous svn checkout are allowed with username \texttt{anonsvn} and
+password \texttt{anonsvn}.
-Please report bugs and request enhancements either on the
-\url{metapost@tug.org} list, or through the address given above.
-(Please do not send reports directly to Dr.\ Hobby any more.)
+If bug reports get no reply from \url{metapost@tug.org}, feel free to
+resend to \url{mp-implementors@tug.org}. (Please do not send reports
+directly to Dr.~Hobby in any event.)
\section{Basic Drawing Statements}