%!PS-Adobe-2.0 EPSF-1.2 %%Creator: Ipe 5.0 %%BoundingBox: 196 373 403 427 %%EndComments {\catcode37=9\def\IPEdummy{({{)}} pop %%}\makeatletter\let\@notdefinable\relax %%\def\IPEc#1[#2]#3{\newcommand{#1}[#2]{#3}\ignorespaces}\@ifundefined %%{selectfont}{\let\selectfont\relax\def\fontsize#1#2{}}{}\makeatother %%\IPEc\IPEput[4]{\put(0,0){\special{psfile=\IPEfile}}} %%\IPEc\IPEmp[2]{\minipage[t]{#1bp}#2\special{color pop}\endminipage} %%\IPEc\IPEtext[1]{\makebox(0,0)[lb]{#1\special{color pop}}} %%\IPEc\IPEfs[1]{\IPEcolfs{0 0 0}{#1}} %%\IPEc\IPEcolfs[2]{\dimen0=#2pt\fontsize{#2}{1.2\dimen0}\selectfont %%\special{color push rgb #1}} %%\IPEc\IPEsize[2]{\unitlength1bp\ignorespaces} %%\IPEsize{205.448}{52} %%\begin{picture}(205.448,52)(197.276,374) %%\IPEput{196}{373}{403}{427} %%\put(387.924,402.811){\IPEtext{\IPEfs{10}\rm x}} %%\put(398.494,407.09){\IPEtext{\IPEfs{8}$0$}} %%\put(331.924,402.811){\IPEtext{\IPEfs{10}\rm y}} %%\put(342.494,407.09){\IPEtext{\IPEfs{8}$-$}} %%\put(315.924,378.811){\IPEtext{\IPEfs{10}\rm x}} %%\put(326.494,383.09){\IPEtext{\IPEfs{8}\rm 0}} %%\put(274.725,402.811){\IPEtext{\IPEfs{10}\rm x}} %%\put(285.295,407.09){\IPEtext{\IPEfs{8}$0$}} %%\put(218.725,402.811){\IPEtext{\IPEfs{10}\rm x}} %%\put(229.295,407.09){\IPEtext{\IPEfs{8}$-$}} %%\put(202.725,378.811){\IPEtext{\IPEfs{10}\rm y}} %%\put(213.295,383.09){\IPEtext{\IPEfs{8}\rm 0}} %%\end{picture}\endinput} %% Ipe postscript prologue /IpeDict 60 dict def IpeDict begin /origmatrix matrix currentmatrix def /sg {setgray} bind def /sc {setrgbcolor} bind def /ss {0 setdash setlinewidth} bind def /sk {stroke} bind def /fi {fill} bind def /sfi {gsave fill grestore} bind def /mt {moveto} bind def /lt {lineto} bind def /np {newpath} bind def /cl {closepath} bind def /N {moveto} bind def /L {lineto} bind def /E {lineto} bind def /C {lineto closepath} bind def %%%% %% x y size dx dy -> ar -> x y [ draws arrowhead, computes new vertex ] /smallarrow {gsave exch atan 4 2 roll translate rotate dup scale newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath fill -1 0 moveto currentpoint transform grestore itransform} bind def /ar {gsave exch atan 4 2 roll translate rotate dup scale newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath gsave origmatrix setmatrix [] 0 setdash stroke grestore fill 0 0 moveto currentpoint transform grestore itransform} bind def %%%% /af {ar moveto} bind def /at {ar lineto} bind def %% x y size dx dy -> arw -> [ draws arrowhead ] /arw {ar pop pop} bind def %%%% /ci {0 360 arc} bind def /el {gsave concat 0 exch 0 exch 0 360 newpath arc origmatrix setmatrix} bind def /gs {gsave} bind def /gr {grestore} bind def /gsts {gsave translate scale } bind def %% /marker {gsave translate 0 setlinewidth [] 0 setdash newpath} bind def /m1 {marker 0 exch 0 exch 0 360 arc stroke grestore} bind def /m2 {marker 0 exch 0 exch 0 360 arc fill grestore} bind def /m3 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup neg exch lineto closepath stroke grestore} bind def /m4 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup neg exch lineto closepath fill grestore} bind def /m5 {marker dup dup moveto dup neg dup lineto dup dup neg moveto dup neg exch lineto closepath stroke grestore} bind def %% splines systemdict /setpacking known {/savepacking currentpacking def false setpacking} if /q0 {0 0} def /q1 {0 0} def /q2 {0 0} def /q3 {0 0} def /p0 {0 0} def /p1 {0 0} def /p2 {0 0} def /p3 {0 0} def systemdict /setpacking known {savepacking setpacking} if %% x y /qi -> defp -> [/qi [x y] def] /defp {dup 4 1 roll load astore def} bind def /midpoint { exch 4 3 roll add 2 div 3 1 roll add 2 div } bind def /thirdpoint { exch 4 3 roll 2 mul add 3 div 3 1 roll exch 2 mul add 3 div } bind def /prespl {/p3 defp /p2 defp /p1 defp /p0 defp p1 p2 thirdpoint /q1 defp p2 p1 thirdpoint /q2 defp p1 p0 thirdpoint q1 midpoint /q0 defp p2 p3 thirdpoint q2 midpoint /q3 defp } bind def /postspl { q1 q2 q3 curveto p1 p2 p3 } bind def /fspl { prespl q0 moveto postspl } bind def /spl { prespl postspl } bind def /xspl { pop pop pop pop pop pop } bind def /qspl { /p2 defp /p1 defp /p0 defp p1 p0 midpoint /q0 defp p1 p2 midpoint /q3 defp p1 q0 thirdpoint /q1 defp p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto } bind def /cqspl { /p2 defp /p1 defp /p0 defp p1 p0 midpoint /q0 defp p1 p2 midpoint /q3 defp p1 q0 thirdpoint /q1 defp p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto p2 p1 midpoint /q0 defp p2 p0 midpoint /q3 defp p2 q0 thirdpoint /q1 defp p2 q3 thirdpoint /q2 defp q1 q2 q3 curveto p0 p2 midpoint /q0 defp p0 p1 midpoint /q3 defp p0 q0 thirdpoint /q1 defp p0 q3 thirdpoint /q2 defp q1 q2 q3 curveto } bind def %% bitmaps /pix { /picstr exch string def } def %% wd ht -> preimg -> ..stuff for image.. /preimg { 8 [ 3 index 0 0 5 index neg 0 7 index ] {currentfile picstr readhexstring pop} } def /img { preimg image } bind def /kimg { preimg false 3 colorimage } bind def %% end %% Ipe prologue end IpeDict begin 350.532 206.329 translate % Preamble 1 %%\documentclass[a4paper]{article} % Group % Group % Circle % ss 0 0.4 [] ss np % xy 39.9434 199.671 % r 8 ci % sk 0 sg sk % End % Text % xy 37.3925 196.482 % sk 0 % f 0 10 % s x % End % Line % ss 0 0.4 [] ss np % # 2 -27.619 182.327 mt -20.4942 193.015 lt % sk 0 sg sk % End % Line % ss 0 1.2 [] ss % ar 1 7 0 sg np % # 2 39.9434 207.671 7 0 -12 af 39.9434 219.671 lt % sk 0 sg sk % End % Line % ss 0 0.4 [] ss np % # 2 -16.0566 207.671 mt -16.0566 219.671 lt % sk 0 sg sk % End % Line % ss 0 0.4 [] ss % ar 2 7 0 sg np % # 2 3.94337 199.671 mt 23.9434 199.671 7 20 0 at % sk 0 sg sk % End % Text % xy 47.9623 200.761 % sk 0 % f 3 8 % s 0 % End % Circle % ss 0 0.4 [] ss np % xy -16.0566 199.671 % r 8 ci % sk 0 sg sk % End % Text % xy -18.6075 196.482 % sk 0 % f 0 10 % s y % End % Text % xy -8.03773 200.761 % sk 0 % f 3 8 % s - % End % Circle % ss 0 0.4 [] ss np % xy -32.0566 175.671 % r 8 ci % sk 0 sg sk % End % Text % xy -34.6075 172.482 % sk 0 % f 0 10 % s x % End % Text % xy -24.0377 176.761 % sk 0 % f 0 8 % s 0 % End % End % Group % Circle % ss 0 0.4 [] ss np % xy -73.2555 199.671 % r 8 ci % sk 0 sg sk % End % Text % xy -75.8064 196.482 % sk 0 % f 0 10 % s x % End % Line % ss 0 0.4 [] ss np % # 2 -140.818 182.327 mt -133.693 193.015 lt % sk 0 sg sk % End % Line % ss 0 1.2 [] ss % ar 1 7 0 sg np % # 2 -73.2555 207.671 7 0 -12 af -73.2555 219.671 lt % sk 0 sg sk % End % Line % ss 0 0.4 [] ss np % # 2 -129.255 207.671 mt -129.255 219.671 lt % sk 0 sg sk % End % Line % ss 0 0.4 [] ss % ar 2 7 0 sg np % # 2 -109.255 199.671 mt -89.2555 199.671 7 20 0 at % sk 0 sg sk % End % Text % xy -65.2366 200.761 % sk 0 % f 3 8 % s 0 % End % Circle % ss 0 0.4 [] ss np % xy -129.255 199.671 % r 8 ci % sk 0 sg sk % End % Text % xy -131.806 196.482 % sk 0 % f 0 10 % s x % End % Text % xy -121.237 200.761 % sk 0 % f 3 8 % s - % End % Circle % ss 0 0.4 [] ss np % xy -145.255 175.671 % r 8 ci % sk 0 sg sk % End % Text % xy -147.806 172.482 % sk 0 % f 0 10 % s y % End % Text % xy -137.237 176.761 % sk 0 % f 0 8 % s 0 % End % End % End end %% of Ipe figure