1%D \module 2%D [ file=meta-fun, 3%D version=2009.06.02, 4%D title=\METAPOST\ Graphics, 5%D subtitle=Goodies, 6%D author=Hans Hagen, 7%D date=\currentdate, 8%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] 9%C 10%C This module is part of the \CONTEXT\ macro||package and is 11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for 12%C details. 13 14\writestatus{loading}{MetaPost Graphics / Goodies} 15 16\registerctxluafile{meta-fun}{} 17 18\unprotect 19 20%D Just a few handy helpers: 21 22\ifdefined\MPtoks\else \newtoks\MPtoks \fi 23\ifdefined\MPbox \else \newbox \MPbox \fi 24 25\protect \endinput 26 |