Changes

Jump to navigation Jump to search
m
no edit summary
\stoptext
</texcode>
 
== Multiple Inclusions ==
 
To use multiple {{cmd|startMPinclusions}} that should be combined, use ''[+]''. For example, the following code will fail because the second inclusion overwrites the first:
 
<pre>
\startMPinclusions
path a ;
\stopMPinclusions
 
\startMPinclusions
a := (0,0) -- (1cm,0) ;
\stopMPinclusions
</pre>
 
Use ''[+]'' to appended the second inclusion after the first:
 
<pre>
\startMPinclusions
path a ;
\stopMPinclusions
 
\startMPinclusions[+]
a := (0,0) -- (1cm,0) ;
\stopMPinclusions
</pre>
 
== See also ==
419

edits

Navigation menu