Difference between revisions of "Command/startMPinclusions"

From Wiki
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...")
 
({{MetaPost see also}})
Line 43: Line 43:
  
 
== See also ==
 
== See also ==
 +
{{MetaPost see also}}
  
 
== Help from ConTeXt-Mailinglist/Forum ==
 
== Help from ConTeXt-Mailinglist/Forum ==

Revision as of 11:36, 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: