% % fig2dev (version 3.2.5) -L (m)mp version 0.05 --- Preamble % % % mp output driver options: % -L mp % % +MP-ADDITIONAL-HEADER verbatimtex %&latex \documentclass{article} \begin{document} etex % -MP-ADDITIONAL-HEADER %SetFigFont macros for latex verbatimtex % \begingroup\makeatletter\ifx\SetFigFont\undefined% \gdef\SetFigFont#1#2#3#4#5{% \reset@font\fontsize{#1}{#2pt}% \fontfamily{#3}\fontseries{#4}\fontshape{#5}% \selectfont}% \fi\endgroup% \ifx\SetFigFontSize\undefined% \gdef\SetFigFontSize#1#2{% \fontsize{#1}{#2pt}% \selectfont}% \fi% etex % Now draw the figure beginfig(0) % Some reasonable defaults labeloffset:=0; truecorners:=1; bboxmargin:=0; % Begin polyline object linecap:=0; linejoin:=0; pickup pencircle scaled 0.94; path p; p = (70.87, 698.46) --(246.61, 698.46) --(246.61, 559.56) --(70.87, 559.56) --(70.87, 698.46)--cycle; path f; f = p--cycle; fill f withcolor ((0.53,0.81,1.00) + 0.00white); draw p withcolor (0.00,0.00,0.00); % End polyline object % Begin polyline object linecap:=0; linejoin:=0; pickup pencircle scaled 0.94; path p; p = (73.70, 695.62) --(243.78, 695.62) --(243.78, 562.39) --(73.70, 562.39) --(73.70, 695.62)--cycle; path f; f = p--cycle; fill f withcolor ((1.00,1.00,1.00) + 0.00white); draw p withcolor (0.00,0.00,0.00); % End polyline object % Begin ellipse object pickup pencircle scaled 3.78; path c; c = fullcircle scaled 71.94 yscaled 1.00 rotated 0.00 shifted (148.35,625.20); draw c withcolor (0.00,0.00,0.00); % End ellipse object % Begin ellipse object pickup pencircle scaled 3.78; path c; c = fullcircle scaled 111.87 yscaled 1.00 rotated 0.00 shifted (155.97,629.61); draw c withcolor (0.00,0.00,0.00); % End ellipse object % Begin text object picture q; verbatimtex \def\mpsetfnt{% \SetFigFontSize{18}{21.6}% }% etex; q = btex \mpsetfnt B etex; picture p; p = q rotated 0.00; label.urt(p,((161.57,633.26))+llcorner p) withcolor (0.00,0.00,0.00); % End text object % Begin text object picture q; verbatimtex \def\mpsetfnt{% \SetFigFontSize{18}{21.6}% }% etex; q = btex \mpsetfnt A etex; picture p; p = q rotated 0.00; label.urt(p,((99.21,573.73))+llcorner p) withcolor (0.00,0.00,0.00); % End text object endfig; end