Difference between revisions of "Command/startreusableMPgraphic"

From Wiki
Jump to navigation Jump to search
(Created page with "{{Reference |name=startreusableMPgraphic |attributes= }} == Syntax == <table cellspacing="4" cellpadding="2" class="cmd"> <tr> <td colspan="2" class="cm...")
 
(Proper example code)
Line 24: Line 24:
 
\def\mycolor{.625red}
 
\def\mycolor{.625red}
  
\startuseMPgraphic{name}
+
\startreusableMPgraphic{name}
 
   fill fullcircle scaled 20pt withcolor \mycolor;
 
   fill fullcircle scaled 20pt withcolor \mycolor;
\stopuseMPgraphic
+
\stopreusableMPgraphic
  
red: \useMPgraphic{name}
+
red: \reuseMPgraphic{name}
  
 
\def\mycolor{.625blue}
 
\def\mycolor{.625blue}
blue: \useMPgraphic{name}
+
blue: \reuseMPgraphic{name}
 
</context>
 
</context>
  

Revision as of 13:31, 26 November 2012

\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: