Changes

Jump to navigation Jump to search
1,046 bytes added ,  14:15, 26 November 2012
create entire page
{{Reference
|name=uniqueMPgraphic
|attributes=
}}

== [[Help:Reference|Syntax]] ==
<table cellspacing="4" cellpadding="2" class="cmd">
<tr>
<td colspan="2" class="cmd">\uniqueMPgraphic<!--
--><span class="first">{...}</span><!--
--></td>
</tr>
<tr valign="top" class="first">
<td class="cmd">{...}</td>
<td>''name of an MPgraphic previously defined with {{cmd|startuniqueMPgraphic}}''</td>
</tr>
</table>

== Description ==
Place a new instance of a graphic defined with {{cmd|startuniqueMPgraphic}}. The graphic will be recompiled; for static images, see {{cmd|startreusableMPgraphic}} instead.

== 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 ==
* {{cmd|startuniqueMPgraphic}}

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

[[Category:Commands|uniqueMPgraphic]]

Navigation menu