%!PS-Adobe-2.0 EPSF-1.2 %%Creator: Ipe 5.0 %%BoundingBox: 202 373 397 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{193.181}{52} %%\begin{picture}(193.181,52)(203.409,374) %%\IPEput{202}{373}{397}{427} %%\put(208.858,402.811){\IPEtext{\IPEfs{10}\rm x}} %%\put(219.428,407.09){\IPEtext{\IPEfs{8}$0$}} %%\put(264.858,402.811){\IPEtext{\IPEfs{10}\rm x}} %%\put(275.428,407.09){\IPEtext{\IPEfs{8}$-$}} %%\put(248.858,378.811){\IPEtext{\IPEfs{10}\rm y}} %%\put(259.428,383.09){\IPEtext{\IPEfs{8}\rm 0}} %%\put(309.791,402.811){\IPEtext{\IPEfs{10}\rm x}} %%\put(320.361,407.09){\IPEtext{\IPEfs{8}$+$}} %%\put(325.791,378.811){\IPEtext{\IPEfs{10}\rm z}} %%\put(336.361,383.09){\IPEtext{\IPEfs{8}$0$}} %%\put(349.791,378.811){\IPEtext{\IPEfs{10}\rm y}} %%\put(360.361,383.09){\IPEtext{\IPEfs{8}$0$}} %%\put(365.791,402.811){\IPEtext{\IPEfs{10}\rm x}} %%\put(376.361,407.09){\IPEtext{\IPEfs{8}$0$}} %%\put(381.791,378.811){\IPEtext{\IPEfs{10}\rm z}} %%\put(392.361,383.09){\IPEtext{\IPEfs{8}$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 330.922 210.921 translate % Preamble 1 %%\documentclass[a4paper]{article} % Group % Group % Circle % ss 0 0.4 [] ss np % xy -119.513 195.079 % r 8 ci % sk 0 sg sk % End % Text % xy -122.064 191.89 % sk 0 % f 0 10 % s x % End % Line % ss 0 0.4 [] ss np % # 2 -75.0751 177.735 mt -67.9503 188.423 lt % sk 0 sg sk % End % Line % ss 0 0.4 [] ss np % # 2 -119.513 203.079 mt -119.513 215.079 lt % sk 0 sg sk % End % Line % ss 0 1.2 [] ss % ar 2 7 0 sg np % # 2 -63.5127 203.079 mt -63.5127 215.079 7 0 12 at % sk 0 sg sk % End % Line % ss 0 0.4 [] ss % ar 2 7 0 sg np % # 2 -103.513 195.079 mt -83.5127 195.079 7 20 0 at % sk 0 sg sk % End % Text % xy -111.494 196.169 % sk 0 % f 3 8 % s 0 % End % Circle % ss 0 0.4 [] ss np % xy -63.5127 195.079 % r 8 ci % sk 0 sg sk % End % Text % xy -66.0636 191.89 % sk 0 % f 0 10 % s x % End % Text % xy -55.4938 196.169 % sk 0 % f 3 8 % s - % End % Circle % ss 0 0.4 [] ss np % xy -79.5127 171.079 % r 8 ci % sk 0 sg sk % End % Text % xy -82.0636 167.89 % sk 0 % f 0 10 % s y % End % Text % xy -71.4938 172.169 % sk 0 % f 0 8 % s 0 % End % End % Group % Line % ss 0 0.4 [] ss np % # 2 -7.01786 177.735 mt -14.1427 188.423 lt % sk 0 sg sk % End % Line % ss 0 0.4 [] ss np % # 2 25.8573 177.735 mt 32.9821 188.423 lt % sk 0 sg sk % End % Line % ss 0 0.4 [] ss np % # 2 48.9821 177.735 mt 41.8573 188.423 lt % sk 0 sg sk % End % Line % ss 0 0.4 [] ss np % # 2 -18.5803 203.079 mt -18.5803 215.079 lt % sk 0 sg sk % End % Line % ss 0 0.4 [] ss np % # 2 37.4197 203.079 mt 37.4197 215.079 lt % sk 0 sg sk % End % Line % ss 0 0.4 [] ss % ar 2 7 0 sg np % # 2 -2.58026 195.079 mt 17.4197 195.079 7 20 0 at % sk 0 sg sk % End % Circle % ss 0 0.4 [] ss np % xy -18.5803 195.079 % r 8 ci % sk 0 sg sk % End % Text % xy -21.1312 191.89 % sk 0 % f 0 10 % s x % End % Text % xy -10.5614 196.169 % sk 0 % f 3 8 % s + % End % Circle % ss 0 0.4 [] ss np % xy -2.58026 171.079 % r 8 ci % sk 0 sg sk % End % Text % xy -5.13116 167.89 % sk 0 % f 0 10 % s z % End % Text % xy 5.43864 172.169 % sk 0 % f 3 8 % s 0 % End % Circle % ss 0 0.4 [] ss np % xy 21.4197 171.079 % r 8 ci % sk 0 sg sk % End % Text % xy 18.8688 167.89 % sk 0 % f 0 10 % s y % End % Text % xy 29.4386 172.169 % sk 0 % f 3 8 % s 0 % End % Circle % ss 0 0.4 [] ss np % xy 37.4197 195.079 % r 8 ci % sk 0 sg sk % End % Text % xy 34.8688 191.89 % sk 0 % f 0 10 % s x % End % Text % xy 45.4387 196.169 % sk 0 % f 3 8 % s 0 % End % Circle % ss 0 0.4 [] ss np % xy 53.4197 171.079 % r 8 ci % sk 0 sg sk % End % Text % xy 50.8688 167.89 % sk 0 % f 0 10 % s z % End % Text % xy 61.4387 172.169 % sk 0 % f 3 8 % s 0 % End % End % End end %% of Ipe figure