summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-81.mp
blob: ce5795fa5921674c2ee4854b19cbb3ab805208ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% --- start of displayed preamble in the book ---
input metaobj
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
newBox.m1(btex A etex);
newMatrix.mat(1,1)(m1);
mat.c=origin;
drawObj(mat);
endfig;
end;