summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2017-04-16 00:40:55 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2017-04-16 00:40:55 +0000
commit6e0f4c28e7f151be4edb133d318d95b49ec094d7 (patch)
tree331914ffce65bc708a466cc8b8ad49eff3845e36 /Master
parent10ba3a66c7de45f278417547d876b6427c949efe (diff)
small updates to metapost manuals
git-svn-id: svn://tug.org/texlive/trunk@43819 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/metapost/base/mplibapi.pdfbin279818 -> 280401 bytes
-rw-r--r--Master/texmf-dist/doc/metapost/base/mpman.pdfbin912549 -> 863417 bytes
-rw-r--r--Master/texmf-dist/doc/metapost/base/source-manual/Makefile2
-rw-r--r--Master/texmf-dist/doc/metapost/base/source-manual/TODO1
-rw-r--r--Master/texmf-dist/doc/metapost/base/source-manual/mplibapi.tex12
-rw-r--r--Master/texmf-dist/doc/metapost/base/source-manual/mpman.tex15
6 files changed, 20 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/metapost/base/mplibapi.pdf b/Master/texmf-dist/doc/metapost/base/mplibapi.pdf
index 9996236d078..b76a1b4ca7c 100644
--- a/Master/texmf-dist/doc/metapost/base/mplibapi.pdf
+++ b/Master/texmf-dist/doc/metapost/base/mplibapi.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/metapost/base/mpman.pdf b/Master/texmf-dist/doc/metapost/base/mpman.pdf
index 72ef1b1f92c..ac27aaea423 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/Makefile b/Master/texmf-dist/doc/metapost/base/source-manual/Makefile
index 9ababb3330f..e3e170652b4 100644
--- a/Master/texmf-dist/doc/metapost/base/source-manual/Makefile
+++ b/Master/texmf-dist/doc/metapost/base/source-manual/Makefile
@@ -86,4 +86,4 @@ clean:
$(RM) *.tui *.tuo *.tmp *-mpgraph.mp
distclean: clean
- $(RM) mp*.pdf mp*.ps
+ $(RM) mp?*.pdf mp?*.ps
diff --git a/Master/texmf-dist/doc/metapost/base/source-manual/TODO b/Master/texmf-dist/doc/metapost/base/source-manual/TODO
index 56385d582b6..720d9661c15 100644
--- a/Master/texmf-dist/doc/metapost/base/source-manual/TODO
+++ b/Master/texmf-dist/doc/metapost/base/source-manual/TODO
@@ -30,6 +30,7 @@ mp-implementors list or alternatively the metapost list.
*****************************
*** Wanted For Release ***
*****************************
+* Describe boundingpath
* Describe prescriptpart/postscriptpart.
diff --git a/Master/texmf-dist/doc/metapost/base/source-manual/mplibapi.tex b/Master/texmf-dist/doc/metapost/base/source-manual/mplibapi.tex
index 97aa825db1c..c4bbfc2b519 100644
--- a/Master/texmf-dist/doc/metapost/base/source-manual/mplibapi.tex
+++ b/Master/texmf-dist/doc/metapost/base/source-manual/mplibapi.tex
@@ -46,9 +46,9 @@
\StartTitlePage
\centerline{\definedfont[TitleFont at 50pt]{\MPLIB}}
\blank[3*line]
-\centerline{\definedfont[SubTitleFont at 24pt]{API documentation, version 1.800}}
+\centerline{\definedfont[SubTitleFont at 24pt]{API documentation, version 2.000}}
\blank[3*line]
-\centerline{Taco Hoekwater, September 2012}
+\centerline{Taco Hoekwater, September 2012 -- Luigi Scarso, April 2017}
\StopTitlePage
\section{Table of contents}
@@ -383,6 +383,14 @@ immediately after the call to this function.
Returns the current value of the interpreter error state, as a \type{mp_history_state}.
This function is useful after \type{mp_initialize}.
+\cfunction{boolean }{mp_finished}{(MP mp)}
+
+Returns the current value of \type{mp->finished}.
+This function is useful to check if \type{mp_execute} will execute the string, because
+if \type{mp->finished} is \type{true} it will return after resetting the streams.
+
+
+
\cfunction{int }{mp_run}{(MP mp)}
Runs the \MPLIB\ instance using the \type{command_line} and other items from the
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 2719015d37f..006d4700af9 100644
--- a/Master/texmf-dist/doc/metapost/base/source-manual/mpman.tex
+++ b/Master/texmf-dist/doc/metapost/base/source-manual/mpman.tex
@@ -1,4 +1,4 @@
-% $Id: mpman.tex 2059 2015-04-30 21:56:18Z karl $
+% $Id: mpman.tex 2133 2017-04-03 09:00:28 lscarso $
% MetaPost manual, by John Hobby. License at end.
\listfiles
\RequirePackage{ifpdf}
@@ -12,8 +12,9 @@
\fi
\documentclass{article} % article is NOT the original style
\usepackage[nofancy]{svninfo}% Access VCS information.
-\svnInfo $Id: mpman.tex 2059 2015-04-30 21:56:18Z karl $
-\newcommand*{\mpversion}{1.999}
+\svnInfo $Id: mpman.tex 2133 2017-04-03 09:00:28 lscarso $
+%\svnInfo $Id: mpman.tex 2059 2017-04-30 21:56:18Z karl $
+\newcommand*{\mpversion}{2.000}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
@@ -112,9 +113,9 @@
\vskip3bp
\centerline{and the MetaPost development team}
\vskip20.8bp% actually 31.8bp (-11bp)
- \centerline{\large documented version: \mpversion}
+ \centerline{\large documented version: \mpversion\ (2.0rc1)}
\vskip3bp
- \centerline{\svnInfoMaxToday}
+\tracingall \centerline{\svnInfoMaxToday} \tracingnone
\vfil
\vfil
\vfil
@@ -179,8 +180,8 @@ written about MetaPost. For general help, try the
\url{http://tug.org/mailman/listinfo/metapost}.
The development is currently hosted at
-\url{http://foundry.supelec.fr/projects/metapost/}; visit this site for
-the current development team members, sources, and much else.
+\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).
Please report bugs and request enhancements either on the
\url{metapost@tug.org} list, or through the address given above.