Changes

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

== [[Help:Reference|Syntax]] ==
<table cellspacing="4" cellpadding="2" class="cmd">
<tr>
<td colspan="2" class="cmd">\usestaticMPfigure<!--
--><span class="first">[...]</span><!--
--><span class="second">[...]</span><!--
--></td>
</tr>
<tr valign="top" class="first">
<td class="cmd">[...]</td>
<td>''figure name''</td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[...]</td>
<td>''see {{cmd|useexternalfigure}}''</td>
</tr>
</table>

== Description ==

Include a figure previously created with {{cmd|

== Example ==

<texcode>
\startstaticMPfigure{center}
draw fullcircle scaled 2cm ;
dotlabel.bot(textext("(0,0)"),origin) ;
\stopstaticMPfigure

\startstaticMPfigure{radius}
draw fullcircle scaled 2cm ;
drawarrow (0,0)--(1cm,0) ;
label.bot(textext("$r$"),(5mm,0)) ;
\stopstaticMPfigure

\starttext

Circle centered \usestaticMPfigure[center][width=1cm] at origin with radius
\usestaticMPfigure[radius][width=1cm] $r=1\,\text{cm}$.

\stoptext
</texcode>

== See also ==

* {{cmd|startstaticMPfigure}}

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

[[Category:Commands|usestaticMPfigure]]

Navigation menu