[BACK]Return to math.sty CVS log [TXT][DIR] Up to [local] / OpenXM / doc / Papers

Annotation of OpenXM/doc/Papers/math.sty, Revision 1.1

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}}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>