Difference between revisions of "Command/startMPinclusions"

From Wiki
Jump to navigation Jump to search
({{MetaPost see also}})
m (/MetaPost)
Line 49: Line 49:
 
{{Forum|startMPinclusions}}
 
{{Forum|startMPinclusions}}
  
[[Category:Commands|startMPinclusions]]
+
[[Category:Command/MetaPost|startMPinclusions]]

Revision as of 11:41, 26 November 2012

\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: