diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/mfpic/mfpcard.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/mfpic/mfpcard.tex | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/mfpic/mfpcard.tex b/Master/texmf-dist/doc/generic/mfpic/mfpcard.tex index 3f1a16a9a39..1cbd58fb29d 100644 --- a/Master/texmf-dist/doc/generic/mfpic/mfpcard.tex +++ b/Master/texmf-dist/doc/generic/mfpic/mfpcard.tex @@ -1,5 +1,5 @@ %%% File: mfpcard.tex -%%% A part of mfpic 0.9 2006/05/26 +%%% A part of mfpic 1.00 2009/09/22 %%% % (Ask your driver to print so that longer dimension is horizontal.) \newdimen\paperlongside @@ -199,9 +199,9 @@ \title{MFPIC Quick Reference} -\centerline{(Copyright 2000--2006 by Daniel Luecking)} +\centerline{(Copyright 2000--2009 by Daniel Luecking)} \medskip -This information was prepared for version 0.9 of \prog{mfpic}. +This information was prepared for version 1.00 of \prog{mfpic}. \section{Preamble commands} @@ -408,7 +408,7 @@ followed by a number for the tension. \def\secondkeyfrac{.55} Curves are not necessarily `closed' even if the start and end are the -same. The following are closed (may be filled), as are \cs{rect}, +same. The following are closed (can be filled), as are \cs{rect}, \cs{polygon}, \cs{circle}, and \cs{ellipse}. \smallskip @@ -456,7 +456,7 @@ same. The following are closed (may be filled), as are \cs{rect}, \def\firstkeyfrac{.45} \def\secondkeyfrac{.55} -These turn any path into a `closed' path (result may be filled). +These turn any path into a `closed' path (result can then be filled). \smallskip \describe{Close with a straight line,}{\cs{lclosed}$\ldots$} @@ -468,7 +468,7 @@ These turn any path into a `closed' path (result may be filled). \def\firstkeyfrac{.4} \def\secondkeyfrac{.6} -These filling prefixes turn off drawing of the curve. +These filling prefixes turn off automatic drawing of the curve. \smallskip \describe{Solid fill} {\cs{gfill}\oarg{\meta{color}}$\ldots$} @@ -500,9 +500,9 @@ These filling prefixes turn off drawing of the curve. \subsection{Subpaths} -\describe{Subpath by fraction of length} +\describe{Subpath by fractions of length} {\cs{partpath}\marg{\meta{frac1},\meta{frac2}}$\ldots$} -\describe{Subpath by node number} {\cs{subpath}\marg{\meta{m},\meta{n}}$\ldots$} +\describe{Subpath by node numbers} {\cs{subpath}\marg{\meta{m},\meta{n}}$\ldots$} \describe{Cutting by another path} {\cs{cutoffafter}\marg{\meta{obj}}$\ldots$, \cs{cutoffbefore}\marg{\meta{obj}}$\ldots$.\brk |