Changes

Jump to navigation Jump to search
Created page with "{{Reference |name=startuniqueMPgraphic |attributes= }} == Syntax == <table cellspacing="4" cellpadding="2" class="cmd"> <tr> <td colspan="2" class="cmd"..."
{{Reference
|name=startuniqueMPgraphic
|attributes=
}}

== [[Help:Reference|Syntax]] ==
<table cellspacing="4" cellpadding="2" class="cmd">
<tr>
<td colspan="2" class="cmd">\startuniqueMPgraphic<!--
--><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 can be placed in the document with {{cmd|uniqueMPgraphic}}, and will be recompiled every time it it is placed.

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

\startuniqueMPgraphic{name}
fill fullcircle scaled 20pt withcolor \mycolor;
\stopuniqueMPgraphic

red: \uniqueMPgraphic{name}

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

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

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

[[Category:Command/MetaPost|startuniqueMPgraphic]]

Navigation menu