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