1 %!PS-Adobe-2.0 EPSF-1.2
3 %%BoundingBox: 181 365 419 435
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,68)(182,366)
18 %%\IPEput{181}{365}{419}{435}
19 %%\put(239.449,422.811){\IPEtext{\IPEfs{10}\rm x}}
20 %%\put(207.273,398.684){\IPEtext{\IPEfs{10}\rm y}}
21 %%\put(270.455,392.625){\IPEtext{\IPEfs{10}\rm C}}
22 %%\put(222.455,368.625){\IPEtext{\IPEfs{10}\rm B}}
23 %%\put(190.455,368.625){\IPEtext{\IPEfs{10}\rm A}}
24 %%\put(355.449,422.811){\IPEtext{\IPEfs{10}\rm y}}
25 %%\put(387.273,398.684){\IPEtext{\IPEfs{10}\rm x}}
26 %%\put(322.455,392.625){\IPEtext{\IPEfs{10}\rm A}}
27 %%\put(402.455,368.625){\IPEtext{\IPEfs{10}\rm C}}
28 %%\put(370.455,368.625){\IPEtext{\IPEfs{10}\rm B}}
29 %%\end{picture}\endinput}
30 %% Ipe postscript prologue
34 /origmatrix matrix currentmatrix def
36 /sg {setgray} bind def
37 /sc {setrgbcolor} bind def
38 /ss {0 setdash setlinewidth} bind def
41 /sfi {gsave fill grestore} bind def
44 /np {newpath} bind def
45 /cl {closepath} bind def
49 /C {lineto closepath} bind def
51 %% x y size dx dy -> ar -> x y [ draws arrowhead, computes new vertex ]
52 /smallarrow {gsave exch atan 4 2 roll translate rotate dup scale
53 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath fill
54 -1 0 moveto currentpoint transform grestore itransform} bind def
55 /ar {gsave exch atan 4 2 roll translate rotate dup scale
56 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath
57 gsave origmatrix setmatrix [] 0 setdash stroke grestore fill
58 0 0 moveto currentpoint transform grestore itransform} bind def
60 /af {ar moveto} bind def
61 /at {ar lineto} bind def
62 %% x y size dx dy -> arw -> [ draws arrowhead ]
63 /arw {ar pop pop} bind def
65 /ci {0 360 arc} bind def
66 /el {gsave concat 0 exch 0 exch 0 360 newpath arc origmatrix
69 /gr {grestore} bind def
70 /gsts {gsave translate scale } bind def
72 /marker {gsave translate 0 setlinewidth [] 0 setdash newpath} bind def
73 /m1 {marker 0 exch 0 exch 0 360 arc stroke grestore} bind def
74 /m2 {marker 0 exch 0 exch 0 360 arc fill grestore} bind def
75 /m3 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
76 neg exch lineto closepath stroke grestore} bind def
77 /m4 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
78 neg exch lineto closepath fill grestore} bind def
79 /m5 {marker dup dup moveto dup neg dup lineto dup dup neg moveto dup
80 neg exch lineto closepath stroke grestore} bind def
83 systemdict /setpacking known {/savepacking currentpacking def false
93 systemdict /setpacking known {savepacking setpacking} if
95 %% x y /qi -> defp -> [/qi [x y] def]
96 /defp {dup 4 1 roll load astore def} bind def
98 /midpoint { exch 4 3 roll add 2 div 3 1 roll add 2 div } bind def
99 /thirdpoint { exch 4 3 roll 2 mul add 3 div 3 1 roll exch 2 mul add 3
102 /prespl {/p3 defp /p2 defp /p1 defp /p0 defp
103 p1 p2 thirdpoint /q1 defp
104 p2 p1 thirdpoint /q2 defp
105 p1 p0 thirdpoint q1 midpoint /q0 defp
106 p2 p3 thirdpoint q2 midpoint /q3 defp } bind def
107 /postspl { q1 q2 q3 curveto p1 p2 p3 } bind def
108 /fspl { prespl q0 moveto postspl } bind def
109 /spl { prespl postspl } bind def
110 /xspl { pop pop pop pop pop pop } bind def
112 /qspl { /p2 defp /p1 defp /p0 defp
113 p1 p0 midpoint /q0 defp
114 p1 p2 midpoint /q3 defp
115 p1 q0 thirdpoint /q1 defp
116 p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto } bind def
118 /cqspl { /p2 defp /p1 defp /p0 defp
119 p1 p0 midpoint /q0 defp
120 p1 p2 midpoint /q3 defp
121 p1 q0 thirdpoint /q1 defp
122 p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto
123 p2 p1 midpoint /q0 defp
124 p2 p0 midpoint /q3 defp
125 p2 q0 thirdpoint /q1 defp
126 p2 q3 thirdpoint /q2 defp q1 q2 q3 curveto
127 p0 p2 midpoint /q0 defp
128 p0 p1 midpoint /q3 defp
129 p0 q0 thirdpoint /q1 defp
130 p0 q3 thirdpoint /q2 defp q1 q2 q3 curveto } bind def
133 /pix { /picstr exch string def } def
134 %% wd ht -> preimg -> ..stuff for image..
135 /preimg { 8 [ 3 index 0 0 5 index neg 0 7 index ]
136 {currentfile picstr readhexstring pop} } def
137 /img { preimg image } bind def
138 /kimg { preimg false 3 colorimage } bind def
143 IpeDict begin 314 234 translate
146 %%\documentclass[a4paper]{article}
170 % xy -74.5509 188.811
177 % xy -106.727 164.684
206 % xy -43.5455 158.625
235 % xy -91.5455 134.625
254 % xy -123.545 134.625
286 -1.904 167.647 7 26.1556 0 at