]> mj.ucw.cz Git - ads1.git/blob - 11-stromy/treepic/t4.ipe
Nulta verze stromu.
[ads1.git] / 11-stromy / treepic / t4.ipe
1 %!PS-Adobe-2.0 EPSF-1.2
2 %%Creator: Ipe 5.0
3 %%BoundingBox: 181 365 419 435
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}{68}
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
31
32 /IpeDict 60 dict def
33 IpeDict begin
34 /origmatrix matrix currentmatrix def
35
36 /sg {setgray} bind def
37 /sc {setrgbcolor} bind def
38 /ss {0 setdash setlinewidth} bind def
39 /sk {stroke} bind def
40 /fi {fill} bind def
41 /sfi {gsave fill grestore} bind def
42 /mt {moveto} bind def
43 /lt {lineto} bind def
44 /np {newpath} bind def
45 /cl {closepath} bind def
46 /N {moveto} bind def
47 /L {lineto} bind def
48 /E {lineto} bind def
49 /C {lineto closepath} bind def
50 %%%%
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
59 %%%%
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
64 %%%%
65 /ci {0 360 arc} bind def
66 /el {gsave concat 0 exch 0 exch 0 360 newpath arc origmatrix
67 setmatrix} bind def
68 /gs {gsave} bind def
69 /gr {grestore} bind def
70 /gsts {gsave translate scale } bind def
71 %%
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
81
82 %% splines
83 systemdict /setpacking known {/savepacking currentpacking def false
84   setpacking} if
85 /q0 {0 0} def
86 /q1 {0 0} def
87 /q2 {0 0} def
88 /q3 {0 0} def
89 /p0 {0 0} def
90 /p1 {0 0} def
91 /p2 {0 0} def
92 /p3 {0 0} def
93 systemdict /setpacking known {savepacking setpacking} if
94
95 %% x y /qi -> defp -> [/qi [x y] def]
96 /defp {dup 4 1 roll load astore def} bind def
97
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
100 div } bind def
101
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
111
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
117
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
131
132 %% bitmaps
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
139 %%
140 end
141 %% Ipe prologue end
142
143 IpeDict begin 314 234 translate
144
145 % Preamble 1
146 %%\documentclass[a4paper]{article}
147 % Group
148
149 % Circle
150 % ss 0
151 0.4 [] ss
152 np % xy
153 -72 192 % r
154 8 ci
155 % sk
156 0 sg sk
157 % End
158
159 % Circle
160 % ss 0
161 0.4 [] ss
162 np % xy
163 -104 168 % r
164 8 ci
165 % sk
166 0 sg sk
167 % End
168
169 % Text
170 % xy -74.5509 188.811
171 % sk 0
172 % f 0 10
173 % s x
174 % End
175
176 % Text
177 % xy -106.727 164.684
178 % sk 0
179 % f 0 10
180 % s y
181 % End
182
183 % Line
184 % ss 0
185 0.4 [] ss
186 np % # 2
187 -97.6 172.8 mt
188 -78.4 187.2 lt
189 % sk
190 0 sg sk
191 % End
192
193 % Line
194 % ss 0
195 0.4 [] ss
196 np % # 4
197 -40 176 mt
198 -52 156 lt
199 -28 156 lt
200 -40 176 lt
201 % sk
202 0 sg sk
203 % End
204
205 % Text
206 % xy -43.5455 158.625
207 % sk 0
208 % f 0 10
209 % s C
210 % End
211
212 % Line
213 % ss 0
214 0.4 [] ss
215 np % # 2
216 -64.8893 188.334 mt
217 -39.7059 175.854 lt
218 % sk
219 0 sg sk
220 % End
221
222 % Line
223 % ss 0
224 0.4 [] ss
225 np % # 4
226 -88 152 mt
227 -100 132 lt
228 -76 132 lt
229 -88 152 lt
230 % sk
231 0 sg sk
232 % End
233
234 % Text
235 % xy -91.5455 134.625
236 % sk 0
237 % f 0 10
238 % s B
239 % End
240
241 % Line
242 % ss 0
243 0.4 [] ss
244 np % # 4
245 -120 152 mt
246 -132 132 lt
247 -108 132 lt
248 -120 152 lt
249 % sk
250 0 sg sk
251 % End
252
253 % Text
254 % xy -123.545 134.625
255 % sk 0
256 % f 0 10
257 % s A
258 % End
259
260 % Line
261 % ss 0
262 0.4 [] ss
263 np % # 2
264 -120 152 mt
265 -109.657 162.343 lt
266 % sk
267 0 sg sk
268 % End
269
270 % Line
271 % ss 0
272 0.4 [] ss
273 np % # 2
274 -87.8352 151.835 mt
275 -98.3431 162.343 lt
276 % sk
277 0 sg sk
278 % End
279
280 % Line
281 % ss 0
282 0.4 [] ss
283 % ar 2 7
284 0 sg np % # 2
285 -28.0596 167.647 mt
286 -1.904 167.647 7 26.1556 0 at
287 % sk
288 0 sg sk
289 % End
290
291 % Circle
292 % ss 0
293 0.4 [] ss
294 np % xy
295 44 192 % r
296 8 ci
297 % sk
298 0 sg sk
299 % End
300
301 % Circle
302 % ss 0
303 0.4 [] ss
304 np % xy
305 76 168 % r
306 8 ci
307 % sk
308 0 sg sk
309 % End
310
311 % Text
312 % xy 41.4491 188.811
313 % sk 0
314 % f 0 10
315 % s y
316 % End
317
318 % Text
319 % xy 73.273 164.684
320 % sk 0
321 % f 0 10
322 % s x
323 % End
324
325 % Line
326 % ss 0
327 0.4 [] ss
328 np % # 4
329 12 176 mt
330 0 156 lt
331 24 156 lt
332 12 176 lt
333 % sk
334 0 sg sk
335 % End
336
337 % Text
338 % xy 8.45455 158.625
339 % sk 0
340 % f 0 10
341 % s A
342 % End
343
344 % Line
345 % ss 0
346 0.4 [] ss
347 np % # 4
348 92 152 mt
349 80 132 lt
350 104 132 lt
351 92 152 lt
352 % sk
353 0 sg sk
354 % End
355
356 % Text
357 % xy 88.4545 134.625
358 % sk 0
359 % f 0 10
360 % s C
361 % End
362
363 % Line
364 % ss 0
365 0.4 [] ss
366 np % # 4
367 60 152 mt
368 48 132 lt
369 72 132 lt
370 60 152 lt
371 % sk
372 0 sg sk
373 % End
374
375 % Text
376 % xy 56.4545 134.625
377 % sk 0
378 % f 0 10
379 % s B
380 % End
381
382 % Line
383 % ss 0
384 0.4 [] ss
385 np % # 2
386 60 152 mt
387 70.3431 162.343 lt
388 % sk
389 0 sg sk
390 % End
391
392 % Line
393 % ss 0
394 0.4 [] ss
395 np % # 2
396 92.1648 151.835 mt
397 81.6569 162.343 lt
398 % sk
399 0 sg sk
400 % End
401
402 % Line
403 % ss 0
404 0.4 [] ss
405 np % # 2
406 12 176 mt
407 36.8446 188.422 lt
408 % sk
409 0 sg sk
410 % End
411
412 % Line
413 % ss 0
414 0.4 [] ss
415 np % # 2
416 69.6 172.8 mt
417 50.4 187.2 lt
418 % sk
419 0 sg sk
420 % End
421
422 % End
423
424 end %% of Ipe figure