Changes

Jump to navigation Jump to search
m
Adding {{Metapost navbox}}
< [[Graphics]]|[[Metafun]]|[[Metapost]]>
ConTeXT provides a tight integration of TeX and [[MetaPost]]. MetaPost can used behind the scenes for some graphic trickery. This integration is also helpful for drawing figures in MetaPost and use them in the document. This page is a brief overviw overview of some of the commonly used commands.
== \defineMPinstance and \setupMPinstance ==
When reusing a graphic is not important, you can simply use {{cmd|startMPcode}}.
 
<context source=yes>
\startMPcode
fill fullcircle scaled 20pt withcolor .625green;
\stopMPcode
</context>
== \startMPpage ==
[[Category:Graphics]]
[[Category:Metapost]]
 
== See also ==
{{MetaPost see also}}
* section 3.3 of the [[manual:metafun-s.pdf|MetaFun manual]].
 
{{Metapost navbox}}

Navigation menu