Changes

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..."
{{Reference
|name=startreusableMPgraphic
|attributes=
}}

== [[Help:Reference|Syntax]] ==
<table cellspacing="4" cellpadding="2" class="cmd">
<tr>
<td colspan="2" class="cmd">\startreusableMPgraphic<!--
--><span class="first">{...}</span><!--
--></td>
</tr>
<tr valign="top" class="first">
<td class="cmd">{...}</td>
<td>''name under which the graphic will be known''</td>
</tr>
</table>

== 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 {{cmd|reuseMPgraphic}}.

== Example ==
<context source=yes>
\def\mycolor{.625red}

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

red: \useMPgraphic{name}

\def\mycolor{.625blue}
blue: \useMPgraphic{name}
</context>

== See also ==
{{MetaPost see also}}

== Help from ConTeXt-Mailinglist/Forum ==
All issues with:
{{Forum|startreusableMPgraphic}}

[[Category:Command/MetaPost|startreusableMPgraphic]]

Navigation menu