diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/mfpic/mfpguide.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/mfpic/mfpguide.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/mfpic/mfpguide.tex b/Master/texmf-dist/doc/generic/mfpic/mfpguide.tex index 1a12dbfc49b..402a2859704 100644 --- a/Master/texmf-dist/doc/generic/mfpic/mfpguide.tex +++ b/Master/texmf-dist/doc/generic/mfpic/mfpguide.tex @@ -1,5 +1,5 @@ %%% File: mfpguide.tex -%%% A part of mfpic 0.9 2006/05/26 +%%% A part of mfpic 1.00 2009/09/22 %%% % Tutorial on mfpic \documentclass[letterpaper]{article} @@ -149,7 +149,7 @@ One thing you might notice about figure~\ref{fig1} is that the ellipse is positioned quite a bit above the base line of the text. This is because \mfp{} reserves the amount of space specified in the arguments of the \env{mfpic} environment. These arguments are -\verb$[72]{-1}{1}{-1}{1}$, which means the each unit in the picture is +\verb$[72]{-1}{1}{-1}{1}$, which means that each unit in the picture is 72 times the value of \cs{mfpicunit}, that is, about one inch. The first pair of mandatory arguments, \verb${-1}{1}$, indicate the $x$-coordinates run from $-1$ to $1$. Since these differ by 2, they @@ -207,7 +207,7 @@ sit on) placed at $(0,0)$. You are no doubt thinking: ``The ellipse doesn't really match the text. What you need is some macro that measures the text and produces an -oval with similar domensions.'' For that we have the \cs{tlabeloval} +oval with similar dimensions.'' For that we have the \cs{tlabeloval} command. The \cs{tlabeljustify} command in the example below is to communicate to both the text placement and the curve generation procedures that they are to be centered at the point $(0,0)$. (We'll see @@ -324,7 +324,7 @@ all the preceding macros; therefore the text ends up on top of everything else. The \cs{tlabeloval} command also has a \mbox{`*-form'} that does everything \emph{except} place the text. Finally, ovals are not the only thing that can be used to surround text. See the manual -(\file{mfpman.pdf}) and below for others. +(\file{mfpic-doc.pdf}) and below for others. Here is a more common use of \verb$tlabel$ commands: labeling a graph and axes. In the following example we have given \cs{tlabel} the option @@ -1150,7 +1150,7 @@ Anyway, here are a few examples, illustrating the use of \cs{arrow}, and some of its optional arguments. \begin{verbatim} \begin{mfpic}{0}{4}{0}{4} - \arrow[r-5]\circle{(1,1),.5} + \arrow[r5]\circle{(1,1),.5} \arrow[b4pt]\arrow\polyline{(3,2),(3,0)} \arrow[cred]\reverse\arrow\polyline{(0,3),(2,3)} \arrow[l 5pt]\rect{(4,2),(2,4)} |