summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-83.mp
blob: e6cb909a97527dd6f97e17d37a03e8c239fe6716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% --- start of displayed preamble in the book ---
input metaobj
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
newBox.m4(btex Element 4 etex);
newBox.m5
  (btex D$\displaystyle\int_0^\infty
               {1\over 1+x^2}dx$ etex);
newBox.m6(btex Bb etex);
newBox.m7(btex C etex);
newBox.m8(btex D etex);
newMatrix.matc(3,2)
      (m4,nb,m5,m6,m7,m8)
      "halign(ew)", "valign(sns)";
matc.c=origin-(0,10cm);
drawObj(matc);
endfig;
end;