Command/startreusableMPgraphic

From Wiki
< Command
Revision as of 13:31, 26 November 2012 by Esteis (talk | contribs) (Proper example code)
Jump to navigation Jump to search

\startreusableMPgraphic

Syntax

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

Description

Define code for a MetaPost graphic. The graphic is compiled once, and can be reused multiple times with can be placed in the document with \reuseMPgraphic.

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: