Command/processMPbuffer

From Wiki
< Command
Revision as of 14:00, 26 November 2021 by Taco (talk | contribs) (Created page with "Documentation for \processMPbuffer")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 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: