diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/mfpic/mfpcard.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/mfpic/mfpcard.tex | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/mfpic/mfpcard.tex b/Master/texmf-dist/doc/generic/mfpic/mfpcard.tex index 1e7504e9efc..6d79fc79df6 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 1.06 2011/03/08 +% A part of mfpic 1.10 2012/12/03 % % (Ask your driver to print so that longer dimension is horizontal.) \newdimen\paperlongside @@ -199,9 +199,9 @@ \title{MFPIC Quick Reference} -\centerline{(Copyright 2000--2011 by Daniel Luecking)} +\centerline{(Copyright 2000--2012 by Daniel Luecking)} \medskip -This information was prepared for version 1.06 of \prog{mfpic}. +This information was prepared for version 1.10 of \prog{mfpic}. \section{Preamble commands} @@ -484,6 +484,12 @@ These filling prefixes turn off automatic drawing of the curve. \describe{} {\cs{hatch} $=$ \cs{xhatch}} \describe{Shading} {\cs{shade}\oarg{\meta{space}}$\ldots$} +\describe{Gradients$^{\dag}$} + {\cs{gradient}\marg{\meta{clr},\meta{width},\meta{angle}}$\ldots$} +\describe{} + {\cs{areagradient}\marg{\meta{clr},\meta{h-wd},\meta{v-wd}}$\ldots$} +\describe{} + {\cs{radialgradient}\marg{\meta{clr},\meta{wd},\meta{center}}$\ldots$} \describe{Polkadot fill}{\cs{polkadot}\oarg{\meta{space}}$\ldots$} \describe{Fill with copies of a tile} {\cs{tess}\marg{\meta{tile}}$\ldots$} \describe{\quad Define a tile*} @@ -491,11 +497,14 @@ These filling prefixes turn off automatic drawing of the curve. \meta{drawing commands} \cs{endtile}} \smallskip +$^{\dag}$ \meta{clr} is a function that returns a color for parameter(s) +in $(0,1)$.\brk * Creates a mini-mfpic, clipped if \meta{clip}${}={}${\tt true}. \subsection{Storing and reusing a path} \describe{Store a path} {\cs{store}\marg{\meta{name}}$\ldots$} +\nobreak \describe{\quad reusing a stored path} {\cs{mfobj}\marg{\meta{name}}} \subsection{Subpaths} |