blob: 408d880f0d0fd8c0a4b7b325460728f5f1d35fb2 (
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)
newDBox.a(btex some text etex)
"fit(false)";
a.c=origin;
drawObj(a);
endfig;
end;
|