summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-2.mp
blob: b84631c3563c6f5a11f314e2c9e7db1f739ed760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
% --- start of displayed preamble in the book ---
input metaobj
show_empty_boxes:=true;

% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
newEmptyBox.a(2cm,1cm) "framed(true)";
a.c=origin;
drawObj(a);
endfig;
end;