]> mj.ucw.cz Git - ads1.git/blob - 11-stromy/treepic/t7.ipe
1b80c35744ed09ad5de62389a7655de3b402cb68
[ads1.git] / 11-stromy / treepic / t7.ipe
1 %!PS-Adobe-2.0 EPSF-1.2
2 %%Creator: Ipe 5.0
3 %%BoundingBox: 213 380 386 419
4 %%EndComments
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}
16 %%\IPEsize{171.744}{37.344}
17 %%\begin{picture}(171.744,37.344)(214.128,381.328)
18 %%\IPEput{213}{380}{386}{419}
19 %%\put(323.072,395.483){\IPEtext{\IPEfs{10}\rm x}}
20 %%\put(333.642,399.762){\IPEtext{\IPEfs{8}$+$}}
21 %%\put(371.072,395.483){\IPEtext{\IPEfs{10}\rm x}}
22 %%\put(381.642,399.762){\IPEtext{\IPEfs{8}$0$}}
23 %%\put(223.14,395.483){\IPEtext{\IPEfs{10}\rm x}}
24 %%\put(233.709,399.762){\IPEtext{\IPEfs{8}$0$}}
25 %%\put(271.14,395.483){\IPEtext{\IPEfs{10}\rm x}}
26 %%\put(281.709,399.762){\IPEtext{\IPEfs{8}$-$}}
27 %%\end{picture}\endinput}
28 %% Ipe postscript prologue
29
30 /IpeDict 60 dict def
31 IpeDict begin
32 /origmatrix matrix currentmatrix def
33
34 /sg {setgray} bind def
35 /sc {setrgbcolor} bind def
36 /ss {0 setdash setlinewidth} bind def
37 /sk {stroke} bind def
38 /fi {fill} bind def
39 /sfi {gsave fill grestore} bind def
40 /mt {moveto} bind def
41 /lt {lineto} bind def
42 /np {newpath} bind def
43 /cl {closepath} bind def
44 /N {moveto} bind def
45 /L {lineto} bind def
46 /E {lineto} bind def
47 /C {lineto closepath} bind def
48 %%%%
49 %% x y size dx dy -> ar -> x y [ draws arrowhead, computes new vertex ]
50 /smallarrow {gsave exch atan 4 2 roll translate rotate dup scale
51 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath fill
52 -1 0 moveto currentpoint transform grestore itransform} bind def
53 /ar {gsave exch atan 4 2 roll translate rotate dup scale
54 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath
55 gsave origmatrix setmatrix [] 0 setdash stroke grestore fill
56 0 0 moveto currentpoint transform grestore itransform} bind def
57 %%%%
58 /af {ar moveto} bind def
59 /at {ar lineto} bind def
60 %% x y size dx dy -> arw -> [ draws arrowhead ]
61 /arw {ar pop pop} bind def
62 %%%%
63 /ci {0 360 arc} bind def
64 /el {gsave concat 0 exch 0 exch 0 360 newpath arc origmatrix
65 setmatrix} bind def
66 /gs {gsave} bind def
67 /gr {grestore} bind def
68 /gsts {gsave translate scale } bind def
69 %%
70 /marker {gsave translate 0 setlinewidth [] 0 setdash newpath} bind def
71 /m1 {marker 0 exch 0 exch 0 360 arc stroke grestore} bind def
72 /m2 {marker 0 exch 0 exch 0 360 arc fill grestore} bind def
73 /m3 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
74 neg exch lineto closepath stroke grestore} bind def 
75 /m4 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
76 neg exch lineto closepath fill grestore} bind def
77 /m5 {marker dup dup moveto dup neg dup lineto dup dup neg moveto dup
78 neg exch lineto closepath stroke grestore} bind def
79
80 %% splines
81 systemdict /setpacking known {/savepacking currentpacking def false
82   setpacking} if
83 /q0 {0 0} def
84 /q1 {0 0} def
85 /q2 {0 0} def
86 /q3 {0 0} def
87 /p0 {0 0} def
88 /p1 {0 0} def
89 /p2 {0 0} def
90 /p3 {0 0} def
91 systemdict /setpacking known {savepacking setpacking} if
92
93 %% x y /qi -> defp -> [/qi [x y] def]
94 /defp {dup 4 1 roll load astore def} bind def
95
96 /midpoint { exch 4 3 roll add 2 div 3 1 roll add 2 div } bind def
97 /thirdpoint { exch 4 3 roll 2 mul add 3 div 3 1 roll exch 2 mul add 3
98 div } bind def
99
100 /prespl {/p3 defp /p2 defp /p1 defp /p0 defp
101 p1 p2 thirdpoint /q1 defp
102 p2 p1 thirdpoint /q2 defp
103 p1 p0 thirdpoint q1 midpoint /q0 defp
104 p2 p3 thirdpoint q2 midpoint /q3 defp } bind def
105 /postspl { q1 q2 q3 curveto p1 p2 p3 } bind def
106 /fspl { prespl q0 moveto postspl } bind def
107 /spl { prespl postspl } bind def
108 /xspl { pop pop pop pop pop pop } bind def
109
110 /qspl { /p2 defp /p1 defp /p0 defp
111 p1 p0 midpoint /q0 defp
112 p1 p2 midpoint /q3 defp
113 p1 q0 thirdpoint /q1 defp
114 p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto } bind def
115
116 /cqspl { /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
121 p2 p1 midpoint /q0 defp
122 p2 p0 midpoint /q3 defp
123 p2 q0 thirdpoint /q1 defp
124 p2 q3 thirdpoint /q2 defp q1 q2 q3 curveto
125 p0 p2 midpoint /q0 defp
126 p0 p1 midpoint /q3 defp
127 p0 q0 thirdpoint /q1 defp
128 p0 q3 thirdpoint /q2 defp q1 q2 q3 curveto } bind def
129
130 %% bitmaps
131 /pix { /picstr exch string def } def
132 %% wd ht -> preimg -> ..stuff for image..
133 /preimg { 8 [ 3 index 0 0 5 index neg 0 7 index ]
134  {currentfile picstr readhexstring pop} } def
135 /img { preimg image } bind def
136 /kimg { preimg false 3 colorimage } bind def
137 %%
138 end
139 %% Ipe prologue end
140
141 IpeDict begin 295.909 258.424 translate
142
143 % Preamble 1
144 %%\documentclass[a4paper]{article}
145 % Group
146
147 % Group
148
149 % Line
150 % ss 0
151 1.2 [] ss
152 % ar 2 7
153 0 sg np % # 2
154 18.1514 122.904 mt
155 25.2762 133.592 7 7.1248 10.688 at
156 % sk
157 0 sg sk
158 % End
159
160 % Line
161 % ss 0
162 0.4 [] ss
163 np % # 2
164 41.2762 122.904 mt
165 34.1514 133.592 lt
166 % sk
167 0 sg sk
168 % End
169
170 % Line
171 % ss 0
172 0.4 [] ss
173 np % # 2
174 29.7138 148.248 mt
175 29.7138 160.248 lt
176 % sk
177 0 sg sk
178 % End
179
180 % Circle
181 % ss 0
182 0.4 [] ss
183 np % xy
184 29.7138 140.248 % r
185 8 ci
186 % sk
187 0 sg sk
188 % End
189
190 % Text
191 % xy 27.1629 137.059
192 % sk 0
193 % f 0 10
194 % s x
195 % End
196
197 % Text
198 % xy 37.7328 141.338
199 % sk 0
200 % f 3 8
201 % s +
202 % End
203
204 % Line
205 % ss 0
206 0.4 [] ss
207 np % # 2
208 66.1514 122.904 mt
209 73.2762 133.592 lt
210 % sk
211 0 sg sk
212 % End
213
214 % Line
215 % ss 0
216 0.4 [] ss
217 np % # 2
218 89.2762 122.904 mt
219 82.1514 133.592 lt
220 % sk
221 0 sg sk
222 % End
223
224 % Line
225 % ss 0
226 0.4 [] ss
227 np % # 2
228 77.7138 148.248 mt
229 77.7138 160.248 lt
230 % sk
231 0 sg sk
232 % End
233
234 % Circle
235 % ss 0
236 0.4 [] ss
237 np % xy
238 77.7138 140.248 % r
239 8 ci
240 % sk
241 0 sg sk
242 % End
243
244 % Text
245 % xy 75.1629 137.059
246 % sk 0
247 % f 0 10
248 % s x
249 % End
250
251 % Text
252 % xy 85.7327 141.338
253 % sk 0
254 % f 3 8
255 % s 0
256 % End
257
258 % Line
259 % ss 0
260 0.4 [] ss
261 % ar 2 7
262 0 sg np % # 2
263 45.7138 140.248 mt
264 65.7138 140.248 7 20 0 at
265 % sk
266 0 sg sk
267 % End
268
269 % End
270
271 % Group
272
273 % Line
274 % ss 0
275 1.2 [] ss
276 % ar 2 7
277 0 sg np % # 2
278 -81.7811 122.904 mt
279 -74.6563 133.592 7 7.1248 10.688 at
280 % sk
281 0 sg sk
282 % End
283
284 % Line
285 % ss 0
286 0.4 [] ss
287 np % # 2
288 -58.6563 122.904 mt
289 -65.7811 133.592 lt
290 % sk
291 0 sg sk
292 % End
293
294 % Line
295 % ss 0
296 0.4 [] ss
297 np % # 2
298 -70.2188 148.248 mt
299 -70.2188 160.248 lt
300 % sk
301 0 sg sk
302 % End
303
304 % Circle
305 % ss 0
306 0.4 [] ss
307 np % xy
308 -70.2188 140.248 % r
309 8 ci
310 % sk
311 0 sg sk
312 % End
313
314 % Text
315 % xy -72.7696 137.059
316 % sk 0
317 % f 0 10
318 % s x
319 % End
320
321 % Text
322 % xy -62.1998 141.338
323 % sk 0
324 % f 3 8
325 % s 0
326 % End
327
328 % Line
329 % ss 0
330 0.4 [] ss
331 np % # 2
332 -33.7812 122.904 mt
333 -26.6563 133.592 lt
334 % sk
335 0 sg sk
336 % End
337
338 % Line
339 % ss 0
340 0.4 [] ss
341 np % # 2
342 -10.6564 122.904 mt
343 -17.7812 133.592 lt
344 % sk
345 0 sg sk
346 % End
347
348 % Line
349 % ss 0
350 1.2 [] ss
351 % ar 2 7
352 0 sg np % # 2
353 -22.2188 148.248 mt
354 -22.2188 160.248 7 0 12 at
355 % sk
356 0 sg sk
357 % End
358
359 % Circle
360 % ss 0
361 0.4 [] ss
362 np % xy
363 -22.2188 140.248 % r
364 8 ci
365 % sk
366 0 sg sk
367 % End
368
369 % Text
370 % xy -24.7696 137.059
371 % sk 0
372 % f 0 10
373 % s x
374 % End
375
376 % Text
377 % xy -14.1999 141.338
378 % sk 0
379 % f 3 8
380 % s -
381 % End
382
383 % Line
384 % ss 0
385 0.4 [] ss
386 % ar 2 7
387 0 sg np % # 2
388 -54.2188 140.248 mt
389 -34.2188 140.248 7 20 0 at
390 % sk
391 0 sg sk
392 % End
393
394 % End
395
396 % End
397
398 end %% of Ipe figure