Difference between revisions of "Command/useMPgraphic"

From Wiki
Jump to navigation Jump to search
(Created page with "{{Reference |name={{subst:SUBPAGENAME}} |attributes= }} == Syntax == <table cellspacing="4" cellpadding="2" class="cmd"> <tr> <td colspan="2" class="cmd...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>useMPgraphic</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
Line 18: Line 21:
  
 
== Description ==  
 
== Description ==  
 
+
Place a new instance of a graphic defined with {{cmd|startuseMPgraphic}}. The graphic will be recompiled; for static images, see {{cmd|startreusableMPgraphic}} instead.
  
 
== Example ==
 
== Example ==
<!-- something like this:
 
 
<context source=yes>
 
<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>
 
</context>
Or use <texcode> tags if the example doesn't compile on this wiki
 
-->
 
  
 
== See also ==
 
== See also ==
* {{cmd|defineMPgraphic}}
 
 
* {{cmd|startuseMPgraphic}}
 
* {{cmd|startuseMPgraphic}}
  
Line 36: Line 44:
 
{{Forum|useMPgraphic}}
 
{{Forum|useMPgraphic}}
  
[[Category:Commands|useMPgraphic]]
+
[[Category:Command/MetaPost|useMPgraphic]]

Latest revision as of 14:37, 15 November 2019

\useMPgraphic

Syntax (autogenerated)

\useMPgraphic{...}{...=...,...}
{...}name
keyvalue


Syntax

\useMPgraphic{...}
{...} name of an MPgraphic previously defined with \startuseMPgraphic

Description

Place a new instance of a graphic defined with \startuseMPgraphic. The graphic will be recompiled; for static images, see \startreusableMPgraphic instead.

Example

\def\mycolor{.625red}

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

red: \useMPgraphic{name}

\def\mycolor{.625blue}
blue: \useMPgraphic{name}

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: