Mercurial > emacs
annotate lispintro/drawers.eps @ 78083:4986050dd338
(cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
(cvs-mode-checkout, cvs-execute-single-file): Use new function names
strings->string and string->strings.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 08 Jul 2007 06:51:48 +0000 |
parents | 6ad2412f0362 |
children | ee787fc40e93 |
rev | line source |
---|---|
41418 | 1 %!PS-Adobe-3.0 EPSF-3.0 |
2 %%BoundingBox: 34 577 324 778 | |
3 %%Title: chest-of-drawers-diagram-new | |
4 %%CreationDate: Fri Sep 14 17:40:57 2001 | |
5 %%Creator: Tgif-4.1.35 by William Chia-Wei Cheng (william@cs.UCLA.edu) | |
6 %%ProducedBy: (unknown) | |
7 %%Pages: 1 | |
8 %%DocumentFonts: (atend) | |
9 %%EndComments | |
10 %%BeginProlog | |
11 | |
75452
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
12 % Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
13 % Free Software Foundation, Inc. |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
14 % |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
15 % This file is part of GNU Emacs. |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
16 % |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
17 % GNU Emacs is free software; you can redistribute it and/or modify |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
18 % it under the terms of the GNU General Public License as published by |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
19 % the Free Software Foundation; either version 2, or (at your option) |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
20 % any later version. |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
21 % |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
22 % GNU Emacs is distributed in the hope that it will be useful, |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
23 % but WITHOUT ANY WARRANTY; without even the implied warranty of |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
24 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
25 % GNU General Public License for more details. |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
26 % |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
27 % You should have received a copy of the GNU General Public License |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
28 % along with GNU Emacs; see the file COPYING. If not, write to |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
29 % the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
30 % Boston, MA 02110-1301, USA. |
6ad2412f0362
Add FSF Copyright and GNU GPL notice. Copyright years copied from
Glenn Morris <rgm@gnu.org>
parents:
41418
diff
changeset
|
31 |
41418 | 32 /tgifdict 53 dict def |
33 tgifdict begin | |
34 | |
35 /tgifellipsedict 6 dict def | |
36 tgifellipsedict /mtrx matrix put | |
37 | |
38 /TGEL % tgifellipse | |
39 { tgifellipsedict begin | |
40 /yrad exch def | |
41 /xrad exch def | |
42 /y exch def | |
43 /x exch def | |
44 /savematrix mtrx currentmatrix def | |
45 x y translate | |
46 xrad yrad scale | |
47 0 0 1 0 360 arc | |
48 savematrix setmatrix | |
49 end | |
50 } def | |
51 | |
52 /TGMAX | |
53 { exch dup 3 1 roll exch dup 3 1 roll gt { pop } { exch pop } ifelse | |
54 } def | |
55 /TGMIN | |
56 { exch dup 3 1 roll exch dup 3 1 roll lt { pop } { exch pop } ifelse | |
57 } def | |
58 /TGSW { stringwidth pop } def | |
59 | |
60 /bd { bind def } bind def | |
61 | |
62 /GS { gsave } bd | |
63 /GR { grestore } bd | |
64 /NP { newpath } bd | |
65 /CP { closepath } bd | |
66 /CHP { charpath } bd | |
67 /CT { curveto } bd | |
68 /L { lineto } bd | |
69 /RL { rlineto } bd | |
70 /M { moveto } bd | |
71 /RM { rmoveto } bd | |
72 /S { stroke } bd | |
73 /F { fill } bd | |
74 /TR { translate } bd | |
75 /RO { rotate } bd | |
76 /SC { scale } bd | |
77 /MU { mul } bd | |
78 /DI { div } bd | |
79 /DU { dup } bd | |
80 /NE { neg } bd | |
81 /AD { add } bd | |
82 /SU { sub } bd | |
83 /PO { pop } bd | |
84 /EX { exch } bd | |
85 /CO { concat } bd | |
86 /CL { clip } bd | |
87 /EC { eoclip } bd | |
88 /EF { eofill } bd | |
89 /IM { image } bd | |
90 /IMM { imagemask } bd | |
91 /ARY { array } bd | |
92 /SG { setgray } bd | |
93 /RG { setrgbcolor } bd | |
94 /SD { setdash } bd | |
95 /W { setlinewidth } bd | |
96 /SM { setmiterlimit } bd | |
97 /SLC { setlinecap } bd | |
98 /SLJ { setlinejoin } bd | |
99 /SH { show } bd | |
100 /FF { findfont } bd | |
101 /MS { makefont setfont } bd | |
102 /AR { arcto 4 {pop} repeat } bd | |
103 /CURP { currentpoint } bd | |
104 /FLAT { flattenpath strokepath clip newpath } bd | |
105 /TGSM { tgiforigctm setmatrix } def | |
106 /TGRM { savematrix setmatrix } def | |
107 | |
108 end | |
109 | |
110 %%EndProlog | |
111 %%Page: 1 1 | |
112 | |
113 %%PageBoundingBox: 34 577 324 778 | |
114 tgifdict begin | |
115 /tgifsavedpage save def | |
116 | |
117 1 SM | |
118 1 W | |
119 | |
120 0 SG | |
121 | |
122 72 0 MU 72 11 MU TR | |
123 72 128 DI 100.000 MU 100 DI DU NE SC | |
124 | |
125 GS | |
126 | |
127 /tgiforigctm matrix currentmatrix def | |
128 | |
129 % BOX | |
130 0 SG | |
131 GS | |
132 10 SM | |
133 GS | |
134 NP 64 104 M 255 104 L 255 360 L 64 360 L CP | |
135 S | |
136 GR | |
137 GR | |
138 | |
139 % POLY/OPEN-SPLINE | |
140 0 SG | |
141 GS | |
142 NP | |
143 65 296 M | |
144 254 296 L | |
145 TGSM | |
146 1 W | |
147 S | |
148 GR | |
149 | |
150 % POLY/OPEN-SPLINE | |
151 0 SG | |
152 GS | |
153 NP | |
154 63 233 M | |
155 255 233 L | |
156 TGSM | |
157 1 W | |
158 S | |
159 GR | |
160 | |
161 % POLY/OPEN-SPLINE | |
162 0 SG | |
163 GS | |
164 NP | |
165 63 169 M | |
166 255 169 L | |
167 TGSM | |
168 1 W | |
169 S | |
170 GR | |
171 | |
172 % POLY/OPEN-SPLINE | |
173 0 SG | |
174 GS | |
175 NP | |
176 251 362 M | |
177 251 361 L | |
178 251 379 L | |
179 244 379 L | |
180 229 361 L | |
181 TGSM | |
182 1 W | |
183 S | |
184 GR | |
185 | |
186 % OVAL | |
187 0 SG | |
188 GS | |
189 GS | |
190 NP 160 72 10 6 TGEL | |
191 S | |
192 GR | |
193 GR | |
194 | |
195 % POLY/OPEN-SPLINE | |
196 0 SG | |
197 GS | |
198 NP | |
199 63 104 M | |
200 128 64 L | |
201 138 69 L | |
202 TGSM | |
203 1 W | |
204 S | |
205 GR | |
206 | |
207 % POLY/OPEN-SPLINE | |
208 0 SG | |
209 GS | |
210 NP | |
211 255 103 M | |
212 190 63 L | |
213 180 68 L | |
214 TGSM | |
215 1 W | |
216 S | |
217 GR | |
218 | |
219 % TEXT | |
220 NP | |
221 0 SG | |
222 GS | |
223 1 W | |
224 160 152 M | |
225 GS | |
226 GS | |
227 0 | |
228 /Courier FF [17 0 0 -17 0 0] MS | |
229 (symbol name) TGSW | |
230 AD | |
231 GR | |
232 2 DI NE 0 RM | |
233 0 SG | |
234 /Courier FF [17 0 0 -17 0 0] MS | |
235 (symbol name) SH | |
236 GR | |
237 GR | |
238 | |
239 % TEXT | |
240 NP | |
241 0 SG | |
242 GS | |
243 1 W | |
244 160 41 M | |
245 GS | |
246 GS | |
247 0 | |
248 /Courier FF [17 0 0 -17 0 0] MS | |
249 (Chest of Drawers) TGSW | |
250 AD | |
251 GR | |
252 2 DI NE 0 RM | |
253 0 SG | |
254 /Courier FF [17 0 0 -17 0 0] MS | |
255 (Chest of Drawers) SH | |
256 GR | |
257 GR | |
258 | |
259 % TEXT | |
260 NP | |
261 0 SG | |
262 GS | |
263 1 W | |
264 344 41 M | |
265 GS | |
266 0 SG | |
267 /Courier FF [17 0 0 -17 0 0] MS | |
268 (Contents of Drawers) SH | |
269 GR | |
270 GR | |
271 | |
272 % TEXT | |
273 NP | |
274 0 SG | |
275 GS | |
276 1 W | |
277 344 160 M | |
278 GS | |
279 0 SG | |
280 /Courier FF [17 0 0 -17 0 0] MS | |
281 (bouquet) SH | |
282 GR | |
283 GR | |
284 | |
285 % TEXT | |
286 NP | |
287 0 SG | |
288 GS | |
289 1 W | |
290 344 220 M | |
291 GS | |
292 0 SG | |
293 /Courier FF [17 0 0 -17 0 0] MS | |
294 ([none]) SH | |
295 GR | |
296 GR | |
297 | |
298 % TEXT | |
299 NP | |
300 0 SG | |
301 GS | |
302 1 W | |
303 344 279 M | |
304 GS | |
305 0 SG | |
306 /Courier FF [17 0 0 -17 0 0] MS | |
307 (\(rose violet buttercup\)) SH | |
308 GR | |
309 GR | |
310 | |
311 % TEXT | |
312 NP | |
313 0 SG | |
314 GS | |
315 1 W | |
316 344 337 M | |
317 GS | |
318 0 SG | |
319 /Courier FF [17 0 0 -17 0 0] MS | |
320 ([not described here]) SH | |
321 GR | |
322 GR | |
323 | |
324 % POLY/OPEN-SPLINE | |
325 0 SG | |
326 GS | |
327 NP | |
328 68 362 M | |
329 68 361 L | |
330 68 379 L | |
331 75 379 L | |
332 90 361 L | |
333 TGSM | |
334 1 W | |
335 S | |
336 GR | |
337 | |
338 % TEXT | |
339 NP | |
340 0 SG | |
341 GS | |
342 1 W | |
343 158 132 M | |
344 GS | |
345 GS | |
346 0 | |
347 /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS | |
348 (directions to) TGSW | |
349 AD | |
350 GR | |
351 2 DI NE 0 RM | |
352 0 SG | |
353 /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS | |
354 (directions to) SH | |
355 GR | |
356 GR | |
357 | |
358 % TEXT | |
359 NP | |
360 0 SG | |
361 GS | |
362 1 W | |
363 345 139 M | |
364 GS | |
365 0 SG | |
366 /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS | |
367 (map to) SH | |
368 GR | |
369 GR | |
370 | |
371 % TEXT | |
372 NP | |
373 0 SG | |
374 GS | |
375 1 W | |
376 350 259 M | |
377 GS | |
378 0 SG | |
379 /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS | |
380 (map to) SH | |
381 GR | |
382 GR | |
383 | |
384 % TEXT | |
385 NP | |
386 0 SG | |
387 GS | |
388 1 W | |
389 159 213 M | |
390 GS | |
391 GS | |
392 0 | |
393 /Courier FF [17 0 0 -17 0 0] MS | |
394 (symbol definition) TGSW | |
395 AD | |
396 GR | |
397 2 DI NE 0 RM | |
398 0 SG | |
399 /Courier FF [17 0 0 -17 0 0] MS | |
400 (symbol definition) SH | |
401 GR | |
402 GR | |
403 | |
404 % TEXT | |
405 NP | |
406 0 SG | |
407 GS | |
408 1 W | |
409 159 195 M | |
410 GS | |
411 GS | |
412 0 | |
413 /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS | |
414 (directions to) TGSW | |
415 AD | |
416 GR | |
417 2 DI NE 0 RM | |
418 0 SG | |
419 /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS | |
420 (directions to) SH | |
421 GR | |
422 GR | |
423 | |
424 % TEXT | |
425 NP | |
426 0 SG | |
427 GS | |
428 1 W | |
429 160 276 M | |
430 GS | |
431 GS | |
432 0 | |
433 /Courier FF [17 0 0 -17 0 0] MS | |
434 (variable name) TGSW | |
435 AD | |
436 GR | |
437 2 DI NE 0 RM | |
438 0 SG | |
439 /Courier FF [17 0 0 -17 0 0] MS | |
440 (variable name) SH | |
441 GR | |
442 GR | |
443 | |
444 % TEXT | |
445 NP | |
446 0 SG | |
447 GS | |
448 1 W | |
449 158 260 M | |
450 GS | |
451 GS | |
452 0 | |
453 /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS | |
454 (directions to) TGSW | |
455 AD | |
456 GR | |
457 2 DI NE 0 RM | |
458 0 SG | |
459 /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS | |
460 (directions to) SH | |
461 GR | |
462 GR | |
463 | |
464 % TEXT | |
465 NP | |
466 0 SG | |
467 GS | |
468 1 W | |
469 160 339 M | |
470 GS | |
471 GS | |
472 0 | |
473 /Courier FF [17 0 0 -17 0 0] MS | |
474 (property list) TGSW | |
475 AD | |
476 GR | |
477 2 DI NE 0 RM | |
478 0 SG | |
479 /Courier FF [17 0 0 -17 0 0] MS | |
480 (property list) SH | |
481 GR | |
482 GR | |
483 | |
484 % TEXT | |
485 NP | |
486 0 SG | |
487 GS | |
488 1 W | |
489 158 323 M | |
490 GS | |
491 GS | |
492 0 | |
493 /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS | |
494 (directions to) TGSW | |
495 AD | |
496 GR | |
497 2 DI NE 0 RM | |
498 0 SG | |
499 /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS | |
500 (directions to) SH | |
501 GR | |
502 GR | |
503 | |
504 GR | |
505 tgifsavedpage restore | |
506 end | |
507 showpage | |
508 | |
509 %%Trailer | |
510 %MatchingCreationDate: Fri Sep 14 17:40:57 2001 | |
511 %%DocumentFonts: NewCenturySchlbk-Roman | |
512 %%+ Courier | |
513 %%EOF |