1 %!PS-Adobe-2.0 EPSF-1.2
3 %%BoundingBox: 181 353 419 447
5 {\catcode37=9\def\IPEdummy{({{)}} pop
6 %%}\makeatletter\let\@notdefinable\relax
7 %%\def\IPEc#1[#2]#3{\newcommand{#1}[#2]{#3}\ignorespaces}\@ifundefined
8 %%{selectfont}{\let\selectfont\relax\def\fontsize#1#2{}}{}\makeatother
9 %%\IPEc\IPEput[4]{\put(0,0){\special{psfile=\IPEfile}}}
10 %%\IPEc\IPEmp[2]{\minipage[t]{#1bp}#2\special{color pop}\endminipage}
11 %%\IPEc\IPEtext[1]{\makebox(0,0)[lb]{#1\special{color pop}}}
12 %%\IPEc\IPEfs[1]{\IPEcolfs{0 0 0}{#1}}
13 %%\IPEc\IPEcolfs[2]{\dimen0=#2pt\fontsize{#2}{1.2\dimen0}\selectfont
14 %%\special{color push rgb #1}}
15 %%\IPEc\IPEsize[2]{\unitlength1bp\ignorespaces}
17 %%\begin{picture}(236,92)(182,354)
18 %%\IPEput{181}{353}{419}{447}
19 %%\put(239.449,434.811){\IPEtext{\IPEfs{10}\rm x}}
20 %%\put(207.273,410.684){\IPEtext{\IPEfs{10}\rm y}}
21 %%\put(270.454,404.625){\IPEtext{\IPEfs{10}\rm D}}
22 %%\put(190.455,380.625){\IPEtext{\IPEfs{10}\rm A}}
23 %%\put(355.449,434.811){\IPEtext{\IPEfs{10}\rm z}}
24 %%\put(387.273,410.684){\IPEtext{\IPEfs{10}\rm x}}
25 %%\put(402.454,380.625){\IPEtext{\IPEfs{10}\rm D}}
26 %%\put(370.454,380.625){\IPEtext{\IPEfs{10}\rm C}}
27 %%\put(323.273,410.684){\IPEtext{\IPEfs{10}\rm y}}
28 %%\put(338.454,380.625){\IPEtext{\IPEfs{10}\rm B}}
29 %%\put(306.454,380.625){\IPEtext{\IPEfs{10}\rm A}}
30 %%\put(223.273,386.684){\IPEtext{\IPEfs{10}\rm z}}
31 %%\put(238.454,356.625){\IPEtext{\IPEfs{10}\rm C}}
32 %%\put(206.454,356.625){\IPEtext{\IPEfs{10}\rm B}}
33 %%\end{picture}\endinput}
34 %% Ipe postscript prologue
38 /origmatrix matrix currentmatrix def
40 /sg {setgray} bind def
41 /sc {setrgbcolor} bind def
42 /ss {0 setdash setlinewidth} bind def
45 /sfi {gsave fill grestore} bind def
48 /np {newpath} bind def
49 /cl {closepath} bind def
53 /C {lineto closepath} bind def
55 %% x y size dx dy -> ar -> x y [ draws arrowhead, computes new vertex ]
56 /smallarrow {gsave exch atan 4 2 roll translate rotate dup scale
57 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath fill
58 -1 0 moveto currentpoint transform grestore itransform} bind def
59 /ar {gsave exch atan 4 2 roll translate rotate dup scale
60 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath
61 gsave origmatrix setmatrix [] 0 setdash stroke grestore fill
62 0 0 moveto currentpoint transform grestore itransform} bind def
64 /af {ar moveto} bind def
65 /at {ar lineto} bind def
66 %% x y size dx dy -> arw -> [ draws arrowhead ]
67 /arw {ar pop pop} bind def
69 /ci {0 360 arc} bind def
70 /el {gsave concat 0 exch 0 exch 0 360 newpath arc origmatrix
73 /gr {grestore} bind def
74 /gsts {gsave translate scale } bind def
76 /marker {gsave translate 0 setlinewidth [] 0 setdash newpath} bind def
77 /m1 {marker 0 exch 0 exch 0 360 arc stroke grestore} bind def
78 /m2 {marker 0 exch 0 exch 0 360 arc fill grestore} bind def
79 /m3 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
80 neg exch lineto closepath stroke grestore} bind def
81 /m4 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
82 neg exch lineto closepath fill grestore} bind def
83 /m5 {marker dup dup moveto dup neg dup lineto dup dup neg moveto dup
84 neg exch lineto closepath stroke grestore} bind def
87 systemdict /setpacking known {/savepacking currentpacking def false
97 systemdict /setpacking known {savepacking setpacking} if
99 %% x y /qi -> defp -> [/qi [x y] def]
100 /defp {dup 4 1 roll load astore def} bind def
102 /midpoint { exch 4 3 roll add 2 div 3 1 roll add 2 div } bind def
103 /thirdpoint { exch 4 3 roll 2 mul add 3 div 3 1 roll exch 2 mul add 3
106 /prespl {/p3 defp /p2 defp /p1 defp /p0 defp
107 p1 p2 thirdpoint /q1 defp
108 p2 p1 thirdpoint /q2 defp
109 p1 p0 thirdpoint q1 midpoint /q0 defp
110 p2 p3 thirdpoint q2 midpoint /q3 defp } bind def
111 /postspl { q1 q2 q3 curveto p1 p2 p3 } bind def
112 /fspl { prespl q0 moveto postspl } bind def
113 /spl { prespl postspl } bind def
114 /xspl { pop pop pop pop pop pop } bind def
116 /qspl { /p2 defp /p1 defp /p0 defp
117 p1 p0 midpoint /q0 defp
118 p1 p2 midpoint /q3 defp
119 p1 q0 thirdpoint /q1 defp
120 p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto } bind def
122 /cqspl { /p2 defp /p1 defp /p0 defp
123 p1 p0 midpoint /q0 defp
124 p1 p2 midpoint /q3 defp
125 p1 q0 thirdpoint /q1 defp
126 p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto
127 p2 p1 midpoint /q0 defp
128 p2 p0 midpoint /q3 defp
129 p2 q0 thirdpoint /q1 defp
130 p2 q3 thirdpoint /q2 defp q1 q2 q3 curveto
131 p0 p2 midpoint /q0 defp
132 p0 p1 midpoint /q3 defp
133 p0 q0 thirdpoint /q1 defp
134 p0 q3 thirdpoint /q2 defp q1 q2 q3 curveto } bind def
137 /pix { /picstr exch string def } def
138 %% wd ht -> preimg -> ..stuff for image..
139 /preimg { 8 [ 3 index 0 0 5 index neg 0 7 index ]
140 {currentfile picstr readhexstring pop} } def
141 /img { preimg image } bind def
142 /kimg { preimg false 3 colorimage } bind def
147 IpeDict begin 314 246 translate
150 %%\documentclass[a4paper]{article}
174 % xy -74.5509 188.811
181 % xy -106.727 164.684
210 % xy -43.5455 158.625
239 % xy -123.545 134.625
271 -1.904 167.647 7 26.1556 0 at
493 % xy -75.5455 110.625
512 % xy -107.546 110.625