From 2dbf613e6b4675ec494ec71c41384b06f56147d7 Mon Sep 17 00:00:00 2001 From: Taco Hoekwater Date: Fri, 16 May 2008 07:18:29 +0000 Subject: this is metapost 1.005 git-svn-id: svn://tug.org/texlive/trunk@8166 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/metapost/base/mpman.pdf | Bin 524040 -> 789396 bytes .../texmf-dist/doc/metapost/base/source/Makefile | 2 +- .../doc/metapost/base/source/mpman-optab.tex | 2 +- .../texmf-dist/doc/metapost/base/source/mpman.tex | 22 ++++++++++----------- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/doc/metapost/base') diff --git a/Master/texmf-dist/doc/metapost/base/mpman.pdf b/Master/texmf-dist/doc/metapost/base/mpman.pdf index ea2ffee5c76..7c5741c422c 100644 Binary files a/Master/texmf-dist/doc/metapost/base/mpman.pdf and b/Master/texmf-dist/doc/metapost/base/mpman.pdf differ diff --git a/Master/texmf-dist/doc/metapost/base/source/Makefile b/Master/texmf-dist/doc/metapost/base/source/Makefile index 08a51e01c73..db5531f9aa9 100644 --- a/Master/texmf-dist/doc/metapost/base/source/Makefile +++ b/Master/texmf-dist/doc/metapost/base/source/Makefile @@ -8,9 +8,9 @@ dvips = dvips bibtex = bibtex mpost = mpost -tex=tex +all: pdf pdf: mpman.pdf mpintro.pdf mpgraph.pdf mpboxes.pdf grdemo.pdf ps: mpman.ps mpintro.ps mpgraph.ps mpboxes.ps -all: pdf mpboxes.pdf: mpboxes.tex mpboxes.bib mpboxes.mp $(mpost) mpboxes diff --git a/Master/texmf-dist/doc/metapost/base/source/mpman-optab.tex b/Master/texmf-dist/doc/metapost/base/source/mpman-optab.tex index 9d562798ac5..bd0a2868ea5 100644 --- a/Master/texmf-dist/doc/metapost/base/source/mpman-optab.tex +++ b/Master/texmf-dist/doc/metapost/base/source/mpman-optab.tex @@ -30,7 +30,7 @@ Name& \multicolumn3{c|}{Argument/result types}& \makebox[.2in][c]{Page}& Expl -\index{-?\texttt{-}}& (cmyk)color\par numeric\par pair& (cmyk)color\par numeric\par pair& (cmyk)color\par numeric\par pair& \pageref{Dadd}& Subtraction\\\hline -\index{-?\texttt{-}}& --& (cmyk)color\par numeric\par pair& (cmyk)color\par numeric\par pair& \pageref{Dneg}& Negation\\\hline /\index{/?\texttt{/}}& (cmyk)color\par numeric\par pair& numeric& (cmyk)color\par numeric\par pair& \pageref{Dmldiv}& Division\\\hline -<\index{\index{>?\texttt{>}}\par <=\index{<=?\texttt{<=}} >=\index{=>?\texttt{=>}}\par <>\index{<>?\texttt{<>}}& string\par numeric\par pair\par (cmyk)color\par transform& string\par numeric\par pair\par (cmyk)color\par transform& boolean& \pageref{Dcmpar}& Comparison operators\\\hline +<\index{\index{>?\texttt{>}}\par <=\index{<=?\texttt{<=}} >=\index{>=?\texttt{>=}}\par <>\index{<>?\texttt{<>}}& string\par numeric\par pair\par (cmyk)color\par transform& string\par numeric\par pair\par (cmyk)color\par transform& boolean& \pageref{Dcmpar}& Comparison operators\\\hline \pl abs\index{abs?\texttt{abs}}& --& numeric\par pair& numeric& \pageref{Dabs}& Absolute value\par Euclidean length $\sqrt{(\mbox{\ttfamily xpart\ } r)^2+(\mbox{\ttfamily ypart\ } r)^2}$\\\hline and\index{and?\texttt{and}}& boolean& boolean& boolean& \pageref{Dand}& Logical and\\\hline angle\index{angle?\texttt{angle}}& --& pair& numeric& \pageref{Dangle}& 2$-$argument arctangent (in degrees)\\\hline diff --git a/Master/texmf-dist/doc/metapost/base/source/mpman.tex b/Master/texmf-dist/doc/metapost/base/source/mpman.tex index a7ddc926588..d72d133cc6d 100644 --- a/Master/texmf-dist/doc/metapost/base/source/mpman.tex +++ b/Master/texmf-dist/doc/metapost/base/source/mpman.tex @@ -1,4 +1,4 @@ -% $Id: mpman.tex 513 2008-04-29 12:03:53Z stephanhennig $ +% $Id: mpman.tex 524 2008-05-13 23:01:45Z stephanhennig $ % MetaPost manual, by John Hobby. License at end. \listfiles \RequirePackage{ifpdf} @@ -12,8 +12,8 @@ \fi \documentclass{article} % article is NOT the original style \usepackage[nofancy]{svninfo}% Access VCS information. -\svnInfo $Id: mpman.tex 513 2008-04-29 12:03:53Z stephanhennig $ -\newcommand*{\mpversion}{1.004} +\svnInfo $Id: mpman.tex 524 2008-05-13 23:01:45Z stephanhennig $ +\newcommand*{\mpversion}{1.005} \usepackage[T1]{fontenc} \usepackage{lmodern} @@ -1140,11 +1140,11 @@ mentioned below by using the statement\index{show?\texttt{show}}\label{Dshow} $$ {\tt show}\, \descr{expression} $$ to ask MetaPost to print a symbolic representation of the value of each expression. For known numeric values, each is printed on a new line -preceded by ``{\tt >>} ''. Other types of result are printed similarly, +preceded by ``\verb|>> |''. Other types of result are printed similarly, except that complicated values are sometimes not printed on standard output. This produces a reference to the transcript file\index{files!transcript} that looks like this: -$$ \hbox{\tt >> picture (see the transcript file)} $$ +$$ \hbox{\verb|>> picture (see the transcript file)|} $$ If you want to the full results of {\tt show} statements to be printed on your terminal, assign a positive value to the internal\index{internal variables} variable\index{variables!internal} {\tt @@ -3278,7 +3278,7 @@ straighten the edges and/or drop some of the vertices. In particular, $$ \hbox{\verb|makepen((-.5,-.5)--(.5,-.5)--(.5,.5)--(-.5,.5)--cycle)|} $$ {\tt pensquare} and {\tt makepen} should not be used with dash -patterns. See the end of Section~\ref{sec.pens}, p.\ +patterns. See the end of Section~\ref{dashed-pens}, p.\ \pageref{dashed-pens}. The inverse of {\tt makepen} is the {\tt @@ -3636,9 +3636,9 @@ To summarize the discussion of mismatching part operators: redpart} of a clipping path, the {\tt textpart} of a stroked item, or the {\tt pathpart} of a textual item---is silently accepted and returns a null value or a black color (component). -\item Applying a color part operator of the wrong color model to a - coloured item returns a black color component. Additionally, this - triggers an error. +\item Explicitly asking for a color part of a colored item in the wrong + color model returns a black color component. This operation triggers + an error. \end{enumerate} \index{setbounds?\texttt{setbounds}|)} @@ -3785,7 +3785,7 @@ This returns an unknown numeric quantity, but it is no longer called question mark since that name was local to the group. Asking the name via {\tt show\index{show?\texttt{show}} whatever} yields\index{CAPSULE?\texttt{CAPSULE}} -$$ \hbox{\tt >> \%CAPSULE}{\it nnnn} $$ +$$ \hbox{\verb|>> %CAPSULE|}{\it nnnn} $$ where {\it nnnn} is an identification number that is chosen when {\tt save} makes the name question mark disappear. @@ -4738,7 +4738,7 @@ beginning with ``{\tt !}''; the next six lines give the context that shows exactly what input was being read when the error was found; and the ``{\tt ?}'' on last line is a prompt for your response. Since the error message talks about an undefined $x$~coordinate, this value is -printed on the first line after the ``{\tt >>}''. In this case the +printed on the first line after the ``\verb|>>|''. In this case the $x$~coordinate of {\tt z1} is just the unknown variable {\tt x1}, so the interpreter prints the variable name {\tt x1} just as it would if it were told to\index{show?\texttt{show}} ``{\tt show x1}'' at this point. -- cgit v1.2.3