Changes

Jump to navigation Jump to search
Created page with "Documentation for \MPcode"
<cd:commandgroup name="MPcode" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
<cd:shortdesc><!-- a short command summary goes here -->
The command <tt>\MPcode</tt> is used for Metapost inline graphics.</cd:shortdesc>
<cd:variants>
<cd:command category="graphics" file="meta-ini.mkiv" interfacedate="2020-07-14T09:24" interfacefile="i-metapost.xml" keywords="metapost" level="document" name="MPcode" variantnumber="1">
<cd:arguments>
<cd:keywords delimiters="braces" optional="yes" ordinal="1">
<cd:keywordsdoc></cd:keywordsdoc>
<cd:constant type="metafun"></cd:constant>
<cd:constant type="minifun"></cd:constant>
<cd:constant type="extrafun"></cd:constant>
<cd:constant type="lessfun"></cd:constant>
<cd:constant type="doublefun"></cd:constant>
<cd:constant type="binaryfun"></cd:constant>
<cd:constant type="decimalfun"></cd:constant>
<cd:constant type="mprun"></cd:constant>
<cd:constant type="metapost"></cd:constant>
<cd:constant type="nofun"></cd:constant>
<cd:constant type="doublepost"></cd:constant>
<cd:constant type="binarypost"></cd:constant>
<cd:constant type="decimalpost"></cd:constant>
<cd:constant type="simplefun"></cd:constant>
</cd:keywords>
<cd:content ordinal="2"></cd:content>
</cd:arguments>
</cd:command>
</cd:variants>
<cd:description><!-- the long description of the command goes here -->
Similar to the environment {{cmd|startMPcode}} but see the example.
</cd:description>
<cd:examples><cd:example title="">\setuppapersize[A6]
\setupbodyfont[12pt]
\starttext

Text before
\startMPcode
fill fullcircle scaled 1cm withcolor darkred;
\stopMPcode
and text after

Text before
\MPcode{fill fullcircle scaled 1cm withcolor darkred;}
and text after

Text before
\MPcode{fill fullcircle scaled 1cm shifted (0,0.5cm) withcolor darkred;}
and text after

Text before
\startMPcode
fill fullcircle scaled 1cm shifted (0,0.5cm) withcolor darkred;
\stopMPcode
and text after

\stoptext</cd:example></cd:examples>
<cd:notes></cd:notes>
<cd:seealso>
<cd:source file="meta-ini.mkiv" originator="system"></cd:source>
<cd:wikipage originator="system" page="Category:Graphics"></cd:wikipage>
<cd:wikipage originator="system" page="Keywords:Metapost"></cd:wikipage></cd:seealso>
</cd:commandgroup>
1,031

edits

Navigation menu