texlive[43819] Master/texmf-dist/doc/metapost/base: small updates to

commits+lscarso at tug.org commits+lscarso at tug.org
Sun Apr 16 02:40:55 CEST 2017


Revision: 43819
          http://tug.org/svn/texlive?view=revision&revision=43819
Author:   lscarso
Date:     2017-04-16 02:40:55 +0200 (Sun, 16 Apr 2017)
Log Message:
-----------
small updates to metapost manuals

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/metapost/base/mplibapi.pdf
    trunk/Master/texmf-dist/doc/metapost/base/mpman.pdf
    trunk/Master/texmf-dist/doc/metapost/base/source-manual/Makefile
    trunk/Master/texmf-dist/doc/metapost/base/source-manual/TODO
    trunk/Master/texmf-dist/doc/metapost/base/source-manual/mplibapi.tex
    trunk/Master/texmf-dist/doc/metapost/base/source-manual/mpman.tex

Modified: trunk/Master/texmf-dist/doc/metapost/base/mplibapi.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/metapost/base/mpman.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/metapost/base/source-manual/Makefile
===================================================================
--- trunk/Master/texmf-dist/doc/metapost/base/source-manual/Makefile	2017-04-16 00:06:40 UTC (rev 43818)
+++ trunk/Master/texmf-dist/doc/metapost/base/source-manual/Makefile	2017-04-16 00:40:55 UTC (rev 43819)
@@ -86,4 +86,4 @@
 	$(RM) *.tui *.tuo *.tmp *-mpgraph.mp
 
 distclean: clean
-	$(RM) mp*.pdf mp*.ps
+	$(RM) mp?*.pdf mp?*.ps

Modified: trunk/Master/texmf-dist/doc/metapost/base/source-manual/TODO
===================================================================
--- trunk/Master/texmf-dist/doc/metapost/base/source-manual/TODO	2017-04-16 00:06:40 UTC (rev 43818)
+++ trunk/Master/texmf-dist/doc/metapost/base/source-manual/TODO	2017-04-16 00:40:55 UTC (rev 43819)
@@ -30,6 +30,7 @@
 *****************************
 ***   Wanted For Release  ***
 *****************************
+* Describe boundingpath
 
 * Describe prescriptpart/postscriptpart.
 

Modified: trunk/Master/texmf-dist/doc/metapost/base/source-manual/mplibapi.tex
===================================================================
--- trunk/Master/texmf-dist/doc/metapost/base/source-manual/mplibapi.tex	2017-04-16 00:06:40 UTC (rev 43818)
+++ trunk/Master/texmf-dist/doc/metapost/base/source-manual/mplibapi.tex	2017-04-16 00:40:55 UTC (rev 43819)
@@ -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 @@
 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 

Modified: trunk/Master/texmf-dist/doc/metapost/base/source-manual/mpman.tex
===================================================================
--- trunk/Master/texmf-dist/doc/metapost/base/source-manual/mpman.tex	2017-04-16 00:06:40 UTC (rev 43818)
+++ trunk/Master/texmf-dist/doc/metapost/base/source-manual/mpman.tex	2017-04-16 00:40:55 UTC (rev 43819)
@@ -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 @@
 \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 at tug.org} list, or through the address given above.



More information about the tex-live-commits mailing list