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