Command/startMPinclusions

From Wiki
< Command
Revision as of 11:41, 26 November 2012 by Esteis (talk | contribs) (/MetaPost)
Jump to navigation Jump to search

\startMPinclusions

Syntax

\startMPinclusions[...][...][...]
[...] text
[...] text
[...] text

Description

Inside \startMPinclusions one can specify MetaFun code that you would like to be present in your MetaPost instance. It is generally used to define MetaPost functions, or to input files that contain them.

Example

\startMPinclusions
 input boxes ;
 
 vardef my_metapost_fun(expr var)=
 ...
 enddef ;
\stopMPinclusions

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: