Command/reuseMPgraphic

From Wiki
< Command
Revision as of 13:33, 26 November 2012 by Esteis (talk | contribs) (Created page with "{{Reference |name=reuseMPgraphic |attributes= }} == Syntax == <table cellspacing="4" cellpadding="2" class="cmd"> <tr> <td colspan="2" class="cmd">\reus...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

\reuseMPgraphic

Syntax

\reuseMPgraphic{...}
{...} name under which the graphic will be known

Description

Reuse a MetaPost graphic that was defined with \startreusableMPgraphic.

Example

\def\mycolor{.625red}

\startreusableMPgraphic{name}
  fill fullcircle scaled 20pt withcolor \mycolor;
\stopreusableMPgraphic

red: \reuseMPgraphic{name}

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

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: