]> mj.ucw.cz Git - ads1.git/blob - 11-stromy/treepic/t5.ipe
Uvod: Dalsi varka korektur
[ads1.git] / 11-stromy / treepic / t5.ipe
1 %!PS-Adobe-2.0 EPSF-1.2
2 %%Creator: Ipe 5.0
3 %%BoundingBox: 181 353 419 447
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{236}{92}
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
35
36 /IpeDict 60 dict def
37 IpeDict begin
38 /origmatrix matrix currentmatrix def
39
40 /sg {setgray} bind def
41 /sc {setrgbcolor} bind def
42 /ss {0 setdash setlinewidth} bind def
43 /sk {stroke} bind def
44 /fi {fill} bind def
45 /sfi {gsave fill grestore} bind def
46 /mt {moveto} bind def
47 /lt {lineto} bind def
48 /np {newpath} bind def
49 /cl {closepath} bind def
50 /N {moveto} bind def
51 /L {lineto} bind def
52 /E {lineto} bind def
53 /C {lineto closepath} bind def
54 %%%%
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
63 %%%%
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
68 %%%%
69 /ci {0 360 arc} bind def
70 /el {gsave concat 0 exch 0 exch 0 360 newpath arc origmatrix
71 setmatrix} bind def
72 /gs {gsave} bind def
73 /gr {grestore} bind def
74 /gsts {gsave translate scale } bind def
75 %%
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
85
86 %% splines
87 systemdict /setpacking known {/savepacking currentpacking def false
88   setpacking} if
89 /q0 {0 0} def
90 /q1 {0 0} def
91 /q2 {0 0} def
92 /q3 {0 0} def
93 /p0 {0 0} def
94 /p1 {0 0} def
95 /p2 {0 0} def
96 /p3 {0 0} def
97 systemdict /setpacking known {savepacking setpacking} if
98
99 %% x y /qi -> defp -> [/qi [x y] def]
100 /defp {dup 4 1 roll load astore def} bind def
101
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
104 div } bind def
105
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
115
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
121
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
135
136 %% bitmaps
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
143 %%
144 end
145 %% Ipe prologue end
146
147 IpeDict begin 314 246 translate
148
149 % Preamble 1
150 %%\documentclass[a4paper]{article}
151 % Group
152
153 % Circle
154 % ss 0
155 0.4 [] ss
156 np % xy
157 -72 192 % r
158 8 ci
159 % sk
160 0 sg sk
161 % End
162
163 % Circle
164 % ss 0
165 0.4 [] ss
166 np % xy
167 -104 168 % r
168 8 ci
169 % sk
170 0 sg sk
171 % End
172
173 % Text
174 % xy -74.5509 188.811
175 % sk 0
176 % f 0 10
177 % s x
178 % End
179
180 % Text
181 % xy -106.727 164.684
182 % sk 0
183 % f 0 10
184 % s y
185 % End
186
187 % Line
188 % ss 0
189 0.4 [] ss
190 np % # 2
191 -97.6 172.8 mt
192 -78.4 187.2 lt
193 % sk
194 0 sg sk
195 % End
196
197 % Line
198 % ss 0
199 0.4 [] ss
200 np % # 4
201 -40 176 mt
202 -52 156 lt
203 -28 156 lt
204 -40 176 lt
205 % sk
206 0 sg sk
207 % End
208
209 % Text
210 % xy -43.5455 158.625
211 % sk 0
212 % f 0 10
213 % s D
214 % End
215
216 % Line
217 % ss 0
218 0.4 [] ss
219 np % # 2
220 -64.8893 188.334 mt
221 -39.7059 175.854 lt
222 % sk
223 0 sg sk
224 % End
225
226 % Line
227 % ss 0
228 0.4 [] ss
229 np % # 4
230 -120 152 mt
231 -132 132 lt
232 -108 132 lt
233 -120 152 lt
234 % sk
235 0 sg sk
236 % End
237
238 % Text
239 % xy -123.545 134.625
240 % sk 0
241 % f 0 10
242 % s A
243 % End
244
245 % Line
246 % ss 0
247 0.4 [] ss
248 np % # 2
249 -120 152 mt
250 -109.657 162.343 lt
251 % sk
252 0 sg sk
253 % End
254
255 % Line
256 % ss 0
257 0.4 [] ss
258 np % # 2
259 -87.8352 151.835 mt
260 -98.3431 162.343 lt
261 % sk
262 0 sg sk
263 % End
264
265 % Line
266 % ss 0
267 0.4 [] ss
268 % ar 2 7
269 0 sg np % # 2
270 -28.0596 167.647 mt
271 -1.904 167.647 7 26.1556 0 at
272 % sk
273 0 sg sk
274 % End
275
276 % Circle
277 % ss 0
278 0.4 [] ss
279 np % xy
280 44 192 % r
281 8 ci
282 % sk
283 0 sg sk
284 % End
285
286 % Circle
287 % ss 0
288 0.4 [] ss
289 np % xy
290 76 168 % r
291 8 ci
292 % sk
293 0 sg sk
294 % End
295
296 % Text
297 % xy 41.4491 188.811
298 % sk 0
299 % f 0 10
300 % s z
301 % End
302
303 % Text
304 % xy 73.273 164.684
305 % sk 0
306 % f 0 10
307 % s x
308 % End
309
310 % Line
311 % ss 0
312 0.4 [] ss
313 np % # 4
314 92 152 mt
315 80 132 lt
316 104 132 lt
317 92 152 lt
318 % sk
319 0 sg sk
320 % End
321
322 % Text
323 % xy 88.4545 134.625
324 % sk 0
325 % f 0 10
326 % s D
327 % End
328
329 % Line
330 % ss 0
331 0.4 [] ss
332 np % # 4
333 60 152 mt
334 48 132 lt
335 72 132 lt
336 60 152 lt
337 % sk
338 0 sg sk
339 % End
340
341 % Text
342 % xy 56.4545 134.625
343 % sk 0
344 % f 0 10
345 % s C
346 % End
347
348 % Line
349 % ss 0
350 0.4 [] ss
351 np % # 2
352 60 152 mt
353 70.3431 162.343 lt
354 % sk
355 0 sg sk
356 % End
357
358 % Line
359 % ss 0
360 0.4 [] ss
361 np % # 2
362 92.1648 151.835 mt
363 81.6569 162.343 lt
364 % sk
365 0 sg sk
366 % End
367
368 % Line
369 % ss 0
370 0.4 [] ss
371 np % # 2
372 69.6 172.8 mt
373 50.4 187.2 lt
374 % sk
375 0 sg sk
376 % End
377
378 % Circle
379 % ss 0
380 0.4 [] ss
381 np % xy
382 12 168 % r
383 8 ci
384 % sk
385 0 sg sk
386 % End
387
388 % Text
389 % xy 9.273 164.684
390 % sk 0
391 % f 0 10
392 % s y
393 % End
394
395 % Line
396 % ss 0
397 0.4 [] ss
398 np % # 4
399 28 152 mt
400 16 132 lt
401 40 132 lt
402 28 152 lt
403 % sk
404 0 sg sk
405 % End
406
407 % Text
408 % xy 24.4545 134.625
409 % sk 0
410 % f 0 10
411 % s B
412 % End
413
414 % Line
415 % ss 0
416 0.4 [] ss
417 np % # 4
418 -4 152 mt
419 -16 132 lt
420 8 132 lt
421 -4 152 lt
422 % sk
423 0 sg sk
424 % End
425
426 % Text
427 % xy -7.5455 134.625
428 % sk 0
429 % f 0 10
430 % s A
431 % End
432
433 % Line
434 % ss 0
435 0.4 [] ss
436 np % # 2
437 -4 152 mt
438 6.3431 162.343 lt
439 % sk
440 0 sg sk
441 % End
442
443 % Line
444 % ss 0
445 0.4 [] ss
446 np % # 2
447 28.1648 151.835 mt
448 17.6569 162.343 lt
449 % sk
450 0 sg sk
451 % End
452
453 % Line
454 % ss 0
455 0.4 [] ss
456 np % # 2
457 18.4 172.8 mt
458 37.6 187.2 lt
459 % sk
460 0 sg sk
461 % End
462
463 % Circle
464 % ss 0
465 0.4 [] ss
466 np % xy
467 -88 144 % r
468 8 ci
469 % sk
470 0 sg sk
471 % End
472
473 % Text
474 % xy -90.727 140.684
475 % sk 0
476 % f 0 10
477 % s z
478 % End
479
480 % Line
481 % ss 0
482 0.4 [] ss
483 np % # 4
484 -72 128 mt
485 -84 108 lt
486 -60 108 lt
487 -72 128 lt
488 % sk
489 0 sg sk
490 % End
491
492 % Text
493 % xy -75.5455 110.625
494 % sk 0
495 % f 0 10
496 % s C
497 % End
498
499 % Line
500 % ss 0
501 0.4 [] ss
502 np % # 4
503 -104 128 mt
504 -116 108 lt
505 -92 108 lt
506 -104 128 lt
507 % sk
508 0 sg sk
509 % End
510
511 % Text
512 % xy -107.546 110.625
513 % sk 0
514 % f 0 10
515 % s B
516 % End
517
518 % Line
519 % ss 0
520 0.4 [] ss
521 np % # 2
522 -104 128 mt
523 -93.6569 138.343 lt
524 % sk
525 0 sg sk
526 % End
527
528 % Line
529 % ss 0
530 0.4 [] ss
531 np % # 2
532 -71.8352 127.835 mt
533 -82.3431 138.343 lt
534 % sk
535 0 sg sk
536 % End
537
538 % End
539
540 end %% of Ipe figure