Difference between revisions of "Command/useMPgraphic"

From Wiki
Jump to navigation Jump to search
m (Categorize page.)
Line 41: Line 41:
 
{{Forum|useMPgraphic}}
 
{{Forum|useMPgraphic}}
  
[[Category:Commands|useMPgraphic]]
+
[[Category:Command/MetaPost|useMPgraphic]]

Revision as of 17:07, 14 January 2017

\useMPgraphic

Syntax

\useMPgraphic{...}
{...} name of an MPgraphic previously defined with \startuseMPgraphic

Description

Place a new instance of a graphic defined with \startuseMPgraphic. The graphic will be recompiled; for static images, see \startreusableMPgraphic instead.

Example

\def\mycolor{.625red}

\startuseMPgraphic{name}
  fill fullcircle scaled 20pt withcolor \mycolor;
\stopuseMPgraphic

red: \useMPgraphic{name}

\def\mycolor{.625blue}
blue: \useMPgraphic{name}

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: