Return to math.sty CVS log | Up to [local] / OpenXM / doc / Papers |
1.1 ! noro 1: % $OpenXM$ ! 2: % Frame for paste-in figures or tables ! 3: \def\mpicplace#1#2{%#1 = width #2 = height ! 4: \vbox{\@tempdima=#2\advance\@tempdima by-2\fboxrule ! 5: \hrule\@height \fboxrule\@width #1 ! 6: \hbox to #1{\vrule\@width \fboxrule\@height\@tempdima\hfil ! 7: \vrule\@width \fboxrule\@height\@tempdima}\hrule\@height ! 8: \fboxrule\@width #1}}