% % fig2dev (version 3.2.4) -L (m)mp version 0.05 --- Preamble % % % mp output driver options: % -L mmp -m 1,000000 % % +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 % Make arrowheads mitered by default % NOTE: subject to change (edited from plain.mp) def forwarr(text t) expr p = _apth:=p;_finarrf(t) enddef; def backarr(text t) expr p = _apth:=p;_finarrb(t) enddef; def _finarrf(text s) text t = if (s=0):fill arrowhead _apth t withcolor white else: fill arrowhead _apth t fi; linejoin:=0; draw arrowhead _apth t enddef; def _finarrb(text s) text t = if (s=0):fill arrowhead reverse _apth t withcolor white else: fill arrowhead reverse _apth t fi; linejoin:=0; draw arrowhead reverse _apth t enddef; path allbounds; allbounds = (28.22,738.14)--(397.54,738.14)--(397.54,463.50)--(28.22,463.50)--cycle; % Some reasonable defaults ahlength:=7; ahangle:=30; labeloffset:=0; truecorners:=0; bboxmargin:=0; % Now draw objects of depth: 50 beginfig(0) % Begin polyline object linecap:=0; linejoin:=1; pickup pencircle scaled 0.94; path p; p = (291.97, 519.87) --(291.97, 480.19) --(334.49, 480.19); draw p withcolor (0.00,0.00,0.00); ahlength:=7.56; ahangle:=angle (7.56,1.89) * 2.0; forwarr(1) p withcolor (0.00,0.00,0.00); % End polyline object % Begin polyline object linecap:=0; linejoin:=1; pickup pencircle scaled 0.94; path p; p = (189.92, 650.27) --(189.92, 619.09); draw p withcolor (0.00,0.00,0.00); ahlength:=7.56; ahangle:=angle (7.56,1.89) * 2.0; forwarr(1) p withcolor (0.00,0.00,0.00); % End polyline object % Begin polyline object linecap:=0; linejoin:=1; pickup pencircle scaled 0.94; path p; p = (189.92, 585.07) --(189.92, 553.89); draw p withcolor (0.00,0.00,0.00); ahlength:=7.56; ahangle:=angle (7.56,1.89) * 2.0; forwarr(1) p withcolor (0.00,0.00,0.00); % End polyline object % Begin polyline object linecap:=0; linejoin:=1; pickup pencircle scaled 0.94; path p; p = (85.04, 723.97) --(187.09, 723.97) --(187.09, 675.78); draw p withcolor (0.00,0.00,0.00); ahlength:=7.56; ahangle:=angle (7.56,1.89) * 2.0; forwarr(1) p withcolor (0.00,0.00,0.00); % End polyline object % Begin text object picture q; verbatimtex \def\mpsetfnt{% \SetFigFontSize{30}{36.7}% }% etex; q = btex \mpsetfnt start etex; picture p; p = q rotated 0.00; label.urt(p,((59.53,718.30))+xpart (lrcorner q - llcorner q)*(-cosd 0.00,-sind 0.00)/2+llcorner p) withcolor (0.00,0.00,0.00); % End text object % Begin text object picture q; verbatimtex \def\mpsetfnt{% \SetFigFontSize{30}{36.7}% }% etex; q = btex \mpsetfnt stop etex; picture p; p = q rotated 0.00; label.urt(p,((368.50,471.69))+xpart (lrcorner q - llcorner q)*(-cosd 0.00,-sind 0.00)/2+llcorner p) withcolor (0.00,0.00,0.00); % End text object % Begin text object picture q; verbatimtex \def\mpsetfnt{% \SetFigFontSize{30}{36.7}% }% etex; q = btex \mpsetfnt Band $i$ := Band $i +1$ etex; picture p; p = q rotated 0.00; label.urt(p,((201.26,653.10))+xpart (lrcorner q - llcorner q)*(-cosd 0.00,-sind 0.00)/2+llcorner p) withcolor (0.00,0.00,0.00); % End text object % Begin text object picture q; verbatimtex \def\mpsetfnt{% \SetFigFontSize{30}{36.7}% }% etex; q = btex \mpsetfnt Band $i$ := Band $i +1$ etex; picture p; p = q rotated 0.00; label.urt(p,((201.26,593.57))+xpart (lrcorner q - llcorner q)*(-cosd 0.00,-sind 0.00)/2+llcorner p) withcolor (0.00,0.00,0.00); % End text object % Begin text object picture q; verbatimtex \def\mpsetfnt{% \SetFigFontSize{30}{36.7}% }% etex; q = btex \mpsetfnt Band $i$ := Band $i +1$ etex; picture p; p = q rotated 0.00; label.urt(p,((201.26,525.54))+xpart (lrcorner q - llcorner q)*(-cosd 0.00,-sind 0.00)/2+llcorner p) withcolor (0.00,0.00,0.00); % End text object setbounds currentpicture to allbounds; endfig; end