summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/4-3-22.mp
blob: 914b84c5ecc5eb22a2884f6a4c9477469b34dde4 (plain)
1
2
3
4
5
6
7
8
9
10
11
% --- start of displayed preamble in the book ---
input metauml
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
Activity.A("Learn MetaUML -",
           "the MetaPost UML library");
drawObject(A);
endfig;
end;