Command/processMPbuffer

From Wiki
Jump to navigation Jump to search


\processMPbuffer

Summary

The command \processMPbuffer processes metapost buffers

Settings

\processMPbuffer[...,...]
[...,...]name

Description

Process one or more buffers containing MetaPost and MetaFun code as though the buffers were joined (if more than one) and wrapped in \startMPcode...\stopMPcode.

Examples

Example 1

  • \startbuffer[figure1]
      fill fullcircle scaled 1cm withcolor black;
    \stopbuffer
    
    \startbuffer[frame]
      draw (bbox currentpicture) withcolor blue;
    \stopbuffer
    
    \processMPbuffer[figure1]
    \processMPbuffer[frame]
    \processMPbuffer[figure1, frame]
    

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: