Revision: | 1.1 |
Committed: | Sun Jun 22 23:14:53 2008 UTC (16 years, 10 months ago) by vuko |
Content type: | application/postscript |
Branch: | MAIN |
CVS Tags: | Summer08-FinalApproved, draft0, pre_release_23Jul08, HEAD |
Log Message: | lots of small edits everywhere |
# | Content |
---|---|
1 | %!PS-Adobe-3.0 EPSF-3.0 |
2 | %%Creator: Adobe Illustrator(r) 6.0 |
3 | %%For: (AS-DC) (CERN) |
4 | %%Title: (cr_header.eps) |
5 | %%CreationDate: (21/04/97) (16:55) |
6 | %%BoundingBox: -1 -1 447 90 |
7 | %%HiResBoundingBox: 0 -0.7458 446 89.9542 |
8 | %%DocumentProcessColors: Black |
9 | %%DocumentFonts: Helvetica |
10 | %%DocumentSuppliedResources: procset Adobe_level2_AI5 1.0 0 |
11 | %%+ procset Adobe_typography_AI5 1.0 0 |
12 | %%+ procset Adobe_Illustrator_AI6_vars Adobe_Illustrator_AI6 |
13 | %%+ procset Adobe_Illustrator_AI5 1.0 0 |
14 | %AI5_FileFormat 2.0 |
15 | %AI3_ColorUsage: Black&White |
16 | %%AI6_ColorSeparationSet: 1 1 (AI6 Default Color Separation Set) |
17 | %%+ Options: 1 16 0 1 0 1 1 1 0 1 1 1 1 18 0 0 0 0 0 0 0 0 -1 -1 |
18 | %%+ PPD: 1 21 0 0 60 45 2 2 1 0 0 1 0 0 0 0 0 0 0 0 0 0 () |
19 | %AI3_TemplateBox: 227.3333 52.6667 227.3333 52.6667 |
20 | %AI3_TileBox: -48.6667 -312.3333 503.3333 417.6667 |
21 | %AI3_DocumentPreview: Header |
22 | %AI5_ArtSize: 612 792 |
23 | %AI5_RulerUnits: 1 |
24 | %AI5_ArtFlags: 1 0 0 1 0 0 1 1 0 |
25 | %AI5_TargetResolution: 800 |
26 | %AI5_NumLayers: 1 |
27 | %AI5_OpenToView: -60.6667 292.6667 1.5 1062 687 58 1 1 2 40 |
28 | %AI5_OpenViewLayers: 7 |
29 | %%EndComments |
30 | %%BeginProlog |
31 | %%BeginResource: procset Adobe_level2_AI5 1.2 0 |
32 | %%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation) |
33 | %%Version: 1.2 |
34 | %%CreationDate: (04/10/93) () |
35 | %%Copyright: ((C) 1987-1993 Adobe Systems Incorporated All Rights Reserved) |
36 | userdict /Adobe_level2_AI5 23 dict dup begin |
37 | put |
38 | /packedarray where not |
39 | { |
40 | userdict begin |
41 | /packedarray |
42 | { |
43 | array astore readonly |
44 | } bind def |
45 | /setpacking /pop load def |
46 | /currentpacking false def |
47 | end |
48 | 0 |
49 | } if |
50 | pop |
51 | userdict /defaultpacking currentpacking put true setpacking |
52 | /initialize |
53 | { |
54 | Adobe_level2_AI5 begin |
55 | } bind def |
56 | /terminate |
57 | { |
58 | currentdict Adobe_level2_AI5 eq |
59 | { |
60 | end |
61 | } if |
62 | } bind def |
63 | mark |
64 | /setcustomcolor where not |
65 | { |
66 | /findcmykcustomcolor |
67 | { |
68 | 5 packedarray |
69 | } bind def |
70 | /setcustomcolor |
71 | { |
72 | exch aload pop pop |
73 | 4 |
74 | { |
75 | 4 index mul 4 1 roll |
76 | } repeat |
77 | 5 -1 roll pop |
78 | setcmykcolor |
79 | } |
80 | def |
81 | } if |
82 | |
83 | /gt38? mark {version cvr cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def |
84 | userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put |
85 | userdict /level2? |
86 | systemdict /languagelevel known dup |
87 | { |
88 | pop systemdict /languagelevel get 2 ge |
89 | } if |
90 | put |
91 | /level2ScreenFreq |
92 | { |
93 | begin |
94 | 60 |
95 | HalftoneType 1 eq |
96 | { |
97 | pop Frequency |
98 | } if |
99 | HalftoneType 2 eq |
100 | { |
101 | pop GrayFrequency |
102 | } if |
103 | HalftoneType 5 eq |
104 | { |
105 | pop Default level2ScreenFreq |
106 | } if |
107 | end |
108 | } bind def |
109 | userdict /currentScreenFreq |
110 | level2? {currenthalftone level2ScreenFreq} {currentscreen pop pop} ifelse put |
111 | level2? not |
112 | { |
113 | /setcmykcolor where not |
114 | { |
115 | /setcmykcolor |
116 | { |
117 | exch .11 mul add exch .59 mul add exch .3 mul add |
118 | 1 exch sub setgray |
119 | } def |
120 | } if |
121 | /currentcmykcolor where not |
122 | { |
123 | /currentcmykcolor |
124 | { |
125 | 0 0 0 1 currentgray sub |
126 | } def |
127 | } if |
128 | /setoverprint where not |
129 | { |
130 | /setoverprint /pop load def |
131 | } if |
132 | /selectfont where not |
133 | { |
134 | /selectfont |
135 | { |
136 | exch findfont exch |
137 | dup type /arraytype eq |
138 | { |
139 | makefont |
140 | } |
141 | { |
142 | scalefont |
143 | } ifelse |
144 | setfont |
145 | } bind def |
146 | } if |
147 | /cshow where not |
148 | { |
149 | /cshow |
150 | { |
151 | [ |
152 | 0 0 5 -1 roll aload pop |
153 | ] cvx bind forall |
154 | } bind def |
155 | } if |
156 | } if |
157 | cleartomark |
158 | /anyColor? |
159 | { |
160 | add add add 0 ne |
161 | } bind def |
162 | /testColor |
163 | { |
164 | gsave |
165 | setcmykcolor currentcmykcolor |
166 | grestore |
167 | } bind def |
168 | /testCMYKColorThrough |
169 | { |
170 | testColor anyColor? |
171 | } bind def |
172 | userdict /composite? |
173 | level2? |
174 | { |
175 | gsave 1 1 1 1 setcmykcolor currentcmykcolor grestore |
176 | add add add 4 eq |
177 | } |
178 | { |
179 | 1 0 0 0 testCMYKColorThrough |
180 | 0 1 0 0 testCMYKColorThrough |
181 | 0 0 1 0 testCMYKColorThrough |
182 | 0 0 0 1 testCMYKColorThrough |
183 | and and and |
184 | } ifelse |
185 | put |
186 | composite? not |
187 | { |
188 | userdict begin |
189 | gsave |
190 | /cyan? 1 0 0 0 testCMYKColorThrough def |
191 | /magenta? 0 1 0 0 testCMYKColorThrough def |
192 | /yellow? 0 0 1 0 testCMYKColorThrough def |
193 | /black? 0 0 0 1 testCMYKColorThrough def |
194 | grestore |
195 | /isCMYKSep? cyan? magenta? yellow? black? or or or def |
196 | /customColor? isCMYKSep? not def |
197 | end |
198 | } if |
199 | end defaultpacking setpacking |
200 | %%EndResource |
201 | %%BeginResource: procset Adobe_typography_AI5 1.0 1 |
202 | %%Title: (Typography Operators) |
203 | %%Version: 1.0 |
204 | %%CreationDate:(03/26/93) () |
205 | %%Copyright: ((C) 1987-1993 Adobe Systems Incorporated All Rights Reserved) |
206 | currentpacking true setpacking |
207 | userdict /Adobe_typography_AI5 54 dict dup begin |
208 | put |
209 | /initialize |
210 | { |
211 | begin |
212 | begin |
213 | Adobe_typography_AI5 begin |
214 | Adobe_typography_AI5 |
215 | { |
216 | dup xcheck |
217 | { |
218 | bind |
219 | } if |
220 | pop pop |
221 | } forall |
222 | end |
223 | end |
224 | end |
225 | Adobe_typography_AI5 begin |
226 | } def |
227 | /terminate |
228 | { |
229 | currentdict Adobe_typography_AI5 eq |
230 | { |
231 | end |
232 | } if |
233 | } def |
234 | /modifyEncoding |
235 | { |
236 | /_tempEncode exch ddef |
237 | /_pntr 0 ddef |
238 | { |
239 | counttomark -1 roll |
240 | dup type dup /marktype eq |
241 | { |
242 | pop pop exit |
243 | } |
244 | { |
245 | /nametype eq |
246 | { |
247 | _tempEncode /_pntr dup load dup 3 1 roll 1 add ddef 3 -1 roll |
248 | put |
249 | } |
250 | { |
251 | /_pntr exch ddef |
252 | } ifelse |
253 | } ifelse |
254 | } loop |
255 | _tempEncode |
256 | } def |
257 | /TE |
258 | { |
259 | StandardEncoding 256 array copy modifyEncoding |
260 | /_nativeEncoding exch def |
261 | } def |
262 | % |
263 | /TZ |
264 | { |
265 | dup type /arraytype eq |
266 | { |
267 | /_wv exch def |
268 | } |
269 | { |
270 | /_wv 0 def |
271 | } ifelse |
272 | /_useNativeEncoding exch def |
273 | pop pop |
274 | findfont _wv type /arraytype eq |
275 | { |
276 | _wv makeblendedfont |
277 | } if |
278 | dup length 2 add dict |
279 | begin |
280 | mark exch |
281 | { |
282 | 1 index /FID ne |
283 | { |
284 | def |
285 | } if |
286 | cleartomark mark |
287 | } forall |
288 | pop |
289 | /FontName exch def |
290 | counttomark 0 eq |
291 | { |
292 | 1 _useNativeEncoding eq |
293 | { |
294 | /Encoding _nativeEncoding def |
295 | } if |
296 | cleartomark |
297 | } |
298 | { |
299 | /Encoding load 256 array copy |
300 | modifyEncoding /Encoding exch def |
301 | } ifelse |
302 | FontName currentdict |
303 | end |
304 | definefont pop |
305 | } def |
306 | /tr |
307 | { |
308 | _ax _ay 3 2 roll |
309 | } def |
310 | /trj |
311 | { |
312 | _cx _cy _sp _ax _ay 6 5 roll |
313 | } def |
314 | /a0 |
315 | { |
316 | /Tx |
317 | { |
318 | dup |
319 | currentpoint 3 2 roll |
320 | tr _psf |
321 | newpath moveto |
322 | tr _ctm _pss |
323 | } ddef |
324 | /Tj |
325 | { |
326 | dup |
327 | currentpoint 3 2 roll |
328 | trj _pjsf |
329 | newpath moveto |
330 | trj _ctm _pjss |
331 | } ddef |
332 | } def |
333 | /a1 |
334 | { |
335 | /Tx |
336 | { |
337 | dup currentpoint 4 2 roll gsave |
338 | dup currentpoint 3 2 roll |
339 | tr _psf |
340 | newpath moveto |
341 | tr _ctm _pss |
342 | grestore 3 1 roll moveto tr sp |
343 | } ddef |
344 | /Tj |
345 | { |
346 | dup currentpoint 4 2 roll gsave |
347 | dup currentpoint 3 2 roll |
348 | trj _pjsf |
349 | newpath moveto |
350 | trj _ctm _pjss |
351 | grestore 3 1 roll moveto tr jsp |
352 | } ddef |
353 | } def |
354 | /e0 |
355 | { |
356 | /Tx |
357 | { |
358 | tr _psf |
359 | } ddef |
360 | /Tj |
361 | { |
362 | trj _pjsf |
363 | } ddef |
364 | } def |
365 | /e1 |
366 | { |
367 | /Tx |
368 | { |
369 | dup currentpoint 4 2 roll gsave |
370 | tr _psf |
371 | grestore 3 1 roll moveto tr sp |
372 | } ddef |
373 | /Tj |
374 | { |
375 | dup currentpoint 4 2 roll gsave |
376 | trj _pjsf |
377 | grestore 3 1 roll moveto tr jsp |
378 | } ddef |
379 | } def |
380 | /i0 |
381 | { |
382 | /Tx |
383 | { |
384 | tr sp |
385 | } ddef |
386 | /Tj |
387 | { |
388 | trj jsp |
389 | } ddef |
390 | } def |
391 | /i1 |
392 | { |
393 | W N |
394 | } def |
395 | /o0 |
396 | { |
397 | /Tx |
398 | { |
399 | tr sw rmoveto |
400 | } ddef |
401 | /Tj |
402 | { |
403 | trj swj rmoveto |
404 | } ddef |
405 | } def |
406 | /r0 |
407 | { |
408 | /Tx |
409 | { |
410 | tr _ctm _pss |
411 | } ddef |
412 | /Tj |
413 | { |
414 | trj _ctm _pjss |
415 | } ddef |
416 | } def |
417 | /r1 |
418 | { |
419 | /Tx |
420 | { |
421 | dup currentpoint 4 2 roll currentpoint gsave newpath moveto |
422 | tr _ctm _pss |
423 | grestore 3 1 roll moveto tr sp |
424 | } ddef |
425 | /Tj |
426 | { |
427 | dup currentpoint 4 2 roll currentpoint gsave newpath moveto |
428 | trj _ctm _pjss |
429 | grestore 3 1 roll moveto tr jsp |
430 | } ddef |
431 | } def |
432 | /To |
433 | { |
434 | pop _ctm currentmatrix pop |
435 | } def |
436 | /TO |
437 | { |
438 | iTe _ctm setmatrix newpath |
439 | } def |
440 | /Tp |
441 | { |
442 | pop _tm astore pop _ctm setmatrix |
443 | _tDict begin |
444 | /W |
445 | { |
446 | } def |
447 | /h |
448 | { |
449 | } def |
450 | } def |
451 | /TP |
452 | { |
453 | end |
454 | iTm 0 0 moveto |
455 | } def |
456 | /Tr |
457 | { |
458 | _render 3 le |
459 | { |
460 | currentpoint newpath moveto |
461 | } if |
462 | dup 8 eq |
463 | { |
464 | pop 0 |
465 | } |
466 | { |
467 | dup 9 eq |
468 | { |
469 | pop 1 |
470 | } if |
471 | } ifelse |
472 | dup /_render exch ddef |
473 | _renderStart exch get load exec |
474 | } def |
475 | /iTm |
476 | { |
477 | _ctm setmatrix _tm concat 0 _rise translate _hs 1 scale |
478 | } def |
479 | /Tm |
480 | { |
481 | _tm astore pop iTm 0 0 moveto |
482 | } def |
483 | /Td |
484 | { |
485 | _mtx translate _tm _tm concatmatrix pop iTm 0 0 moveto |
486 | } def |
487 | /iTe |
488 | { |
489 | _render -1 eq |
490 | { |
491 | } |
492 | { |
493 | _renderEnd _render get dup null ne |
494 | { |
495 | load exec |
496 | } |
497 | { |
498 | pop |
499 | } ifelse |
500 | } ifelse |
501 | /_render -1 ddef |
502 | } def |
503 | /Ta |
504 | { |
505 | pop |
506 | } def |
507 | /Tf |
508 | { |
509 | dup 1000 div /_fScl exch ddef |
510 | % |
511 | selectfont |
512 | } def |
513 | /Tl |
514 | { |
515 | pop |
516 | 0 exch _leading astore pop |
517 | } def |
518 | /Tt |
519 | { |
520 | pop |
521 | } def |
522 | /TW |
523 | { |
524 | 3 npop |
525 | } def |
526 | /Tw |
527 | { |
528 | /_cx exch ddef |
529 | } def |
530 | /TC |
531 | { |
532 | 3 npop |
533 | } def |
534 | /Tc |
535 | { |
536 | /_ax exch ddef |
537 | } def |
538 | /Ts |
539 | { |
540 | /_rise exch ddef |
541 | currentpoint |
542 | iTm |
543 | moveto |
544 | } def |
545 | /Ti |
546 | { |
547 | 3 npop |
548 | } def |
549 | /Tz |
550 | { |
551 | 100 div /_hs exch ddef |
552 | iTm |
553 | } def |
554 | /TA |
555 | { |
556 | pop |
557 | } def |
558 | /Tq |
559 | { |
560 | pop |
561 | } def |
562 | /Th |
563 | { |
564 | pop pop pop pop pop |
565 | } def |
566 | /TX |
567 | { |
568 | pop |
569 | } def |
570 | /Tk |
571 | { |
572 | exch pop _fScl mul neg 0 rmoveto |
573 | } def |
574 | /TK |
575 | { |
576 | 2 npop |
577 | } def |
578 | /T* |
579 | { |
580 | _leading aload pop neg Td |
581 | } def |
582 | /T*- |
583 | { |
584 | _leading aload pop Td |
585 | } def |
586 | /T- |
587 | { |
588 | _ax neg 0 rmoveto |
589 | _hyphen Tx |
590 | } def |
591 | /T+ |
592 | { |
593 | } def |
594 | /TR |
595 | { |
596 | _ctm currentmatrix pop |
597 | _tm astore pop |
598 | iTm 0 0 moveto |
599 | } def |
600 | /TS |
601 | { |
602 | currentfont 3 1 roll |
603 | /_Symbol_ _fScl 1000 mul selectfont |
604 | |
605 | 0 eq |
606 | { |
607 | Tx |
608 | } |
609 | { |
610 | Tj |
611 | } ifelse |
612 | setfont |
613 | } def |
614 | /Xb |
615 | { |
616 | pop pop |
617 | } def |
618 | /Tb /Xb load def |
619 | /Xe |
620 | { |
621 | pop pop pop pop |
622 | } def |
623 | /Te /Xe load def |
624 | /XB |
625 | { |
626 | } def |
627 | /TB /XB load def |
628 | currentdict readonly pop |
629 | end |
630 | setpacking |
631 | %%EndResource |
632 | %%BeginProcSet: Adobe_ColorImage_AI6 1.0 0 |
633 | userdict /Adobe_ColorImage_AI6 known not |
634 | { |
635 | userdict /Adobe_ColorImage_AI6 17 dict put |
636 | } if |
637 | userdict /Adobe_ColorImage_AI6 get begin |
638 | |
639 | /initialize |
640 | { |
641 | Adobe_ColorImage_AI6 begin |
642 | Adobe_ColorImage_AI6 |
643 | { |
644 | dup type /arraytype eq |
645 | { |
646 | dup xcheck |
647 | { |
648 | bind |
649 | } if |
650 | } if |
651 | pop pop |
652 | } forall |
653 | } def |
654 | /terminate { end } def |
655 | |
656 | currentdict /Adobe_ColorImage_AI6_Vars known not |
657 | { |
658 | /Adobe_ColorImage_AI6_Vars 14 dict def |
659 | } if |
660 | |
661 | Adobe_ColorImage_AI6_Vars begin |
662 | /channelcount 0 def |
663 | /sourcecount 0 def |
664 | /sourcearray 4 array def |
665 | /plateindex -1 def |
666 | /XIMask 0 def |
667 | /XIBinary 0 def |
668 | /XIChannelCount 0 def |
669 | /XIBitsPerPixel 0 def |
670 | /XIImageHeight 0 def |
671 | /XIImageWidth 0 def |
672 | /XIImageMatrix null def |
673 | /XIBuffer null def |
674 | /XIDataProc null def |
675 | end |
676 | |
677 | /WalkRGBString null def |
678 | /WalkCMYKString null def |
679 | |
680 | /StuffRGBIntoGrayString null def |
681 | /RGBToGrayImageProc null def |
682 | /StuffCMYKIntoGrayString null def |
683 | /CMYKToGrayImageProc null def |
684 | /ColorImageCompositeEmulator null def |
685 | |
686 | /SeparateCMYKImageProc null def |
687 | |
688 | /FourEqual null def |
689 | /TestPlateIndex null def |
690 | |
691 | currentdict /_colorimage known not |
692 | { |
693 | /colorimage where |
694 | { |
695 | /colorimage get /_colorimage exch def |
696 | } |
697 | { |
698 | /_colorimage null def |
699 | } ifelse |
700 | } if |
701 | |
702 | /_currenttransfer systemdict /currenttransfer get def |
703 | |
704 | /colorimage null def |
705 | /XI null def |
706 | |
707 | |
708 | /WalkRGBString |
709 | { |
710 | 0 3 index |
711 | |
712 | dup length 1 sub 0 3 3 -1 roll |
713 | { |
714 | 3 getinterval { } forall |
715 | |
716 | 5 index exec |
717 | |
718 | 3 index |
719 | } for |
720 | |
721 | 5 { pop } repeat |
722 | |
723 | } def |
724 | |
725 | |
726 | /WalkCMYKString |
727 | { |
728 | 0 3 index |
729 | |
730 | dup length 1 sub 0 4 3 -1 roll |
731 | { |
732 | 4 getinterval { } forall |
733 | |
734 | 6 index exec |
735 | |
736 | 3 index |
737 | |
738 | } for |
739 | |
740 | 5 { pop } repeat |
741 | |
742 | } def |
743 | |
744 | |
745 | /StuffRGBIntoGrayString |
746 | { |
747 | .11 mul exch |
748 | |
749 | .59 mul add exch |
750 | |
751 | .3 mul add |
752 | |
753 | cvi 3 copy put |
754 | |
755 | pop 1 add |
756 | } def |
757 | |
758 | |
759 | /RGBToGrayImageProc |
760 | { |
761 | Adobe_ColorImage_AI6_Vars begin |
762 | sourcearray 0 get exec |
763 | dup length 3 idiv string |
764 | dup 3 1 roll |
765 | |
766 | /StuffRGBIntoGrayString load exch |
767 | WalkRGBString |
768 | end |
769 | } def |
770 | |
771 | |
772 | /StuffCMYKIntoGrayString |
773 | { |
774 | exch .11 mul add |
775 | |
776 | exch .59 mul add |
777 | |
778 | exch .3 mul add |
779 | |
780 | dup 255 gt { pop 255 } if |
781 | |
782 | 255 exch sub cvi 3 copy put |
783 | |
784 | pop 1 add |
785 | } def |
786 | |
787 | |
788 | /CMYKToGrayImageProc |
789 | { |
790 | Adobe_ColorImage_AI6_Vars begin |
791 | sourcearray 0 get exec |
792 | dup length 4 idiv string |
793 | dup 3 1 roll |
794 | |
795 | /StuffCMYKIntoGrayString load exch |
796 | WalkCMYKString |
797 | end |
798 | } def |
799 | |
800 | |
801 | /ColorImageCompositeEmulator |
802 | { |
803 | pop true eq |
804 | { |
805 | Adobe_ColorImage_AI6_Vars /sourcecount get 5 add { pop } repeat |
806 | } |
807 | { |
808 | Adobe_ColorImage_AI6_Vars /channelcount get 1 ne |
809 | { |
810 | Adobe_ColorImage_AI6_Vars begin |
811 | sourcearray 0 3 -1 roll put |
812 | |
813 | channelcount 3 eq |
814 | { |
815 | /RGBToGrayImageProc |
816 | } |
817 | { |
818 | /CMYKToGrayImageProc |
819 | } ifelse |
820 | load |
821 | end |
822 | } if |
823 | image |
824 | } ifelse |
825 | } def |
826 | |
827 | |
828 | /SeparateCMYKImageProc |
829 | { |
830 | Adobe_ColorImage_AI6_Vars begin |
831 | |
832 | sourcecount 0 ne |
833 | { |
834 | sourcearray plateindex get exec |
835 | } |
836 | { |
837 | sourcearray 0 get exec |
838 | |
839 | dup length 4 idiv string |
840 | |
841 | 0 2 index |
842 | |
843 | plateindex 4 2 index length 1 sub |
844 | { |
845 | get 255 exch sub |
846 | |
847 | 3 copy put pop 1 add |
848 | |
849 | 2 index |
850 | } for |
851 | |
852 | pop pop exch pop |
853 | } ifelse |
854 | end |
855 | } def |
856 | |
857 | |
858 | /FourEqual |
859 | { |
860 | 4 index ne |
861 | { |
862 | pop pop pop false |
863 | } |
864 | { |
865 | 4 index ne |
866 | { |
867 | pop pop false |
868 | } |
869 | { |
870 | 4 index ne |
871 | { |
872 | pop false |
873 | } |
874 | { |
875 | 4 index eq |
876 | } ifelse |
877 | } ifelse |
878 | } ifelse |
879 | } def |
880 | |
881 | |
882 | /TestPlateIndex |
883 | { |
884 | Adobe_ColorImage_AI6_Vars begin |
885 | /plateindex -1 def |
886 | |
887 | /setcmykcolor where |
888 | { |
889 | pop |
890 | gsave |
891 | 1 0 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub |
892 | 0 1 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub |
893 | 0 0 1 0 setcmykcolor systemdict /currentgray get exec 1 exch sub |
894 | 0 0 0 1 setcmykcolor systemdict /currentgray get exec 1 exch sub |
895 | grestore |
896 | |
897 | 1 0 0 0 FourEqual |
898 | { |
899 | /plateindex 0 def |
900 | } |
901 | { |
902 | 0 1 0 0 FourEqual |
903 | { |
904 | /plateindex 1 def |
905 | } |
906 | { |
907 | 0 0 1 0 FourEqual |
908 | { |
909 | /plateindex 2 def |
910 | } |
911 | { |
912 | 0 0 0 1 FourEqual |
913 | { |
914 | /plateindex 3 def |
915 | } |
916 | { |
917 | 0 0 0 0 FourEqual |
918 | { |
919 | /plateindex 5 def |
920 | } if |
921 | } ifelse |
922 | } ifelse |
923 | } ifelse |
924 | } ifelse |
925 | pop pop pop pop |
926 | } if |
927 | plateindex |
928 | end |
929 | } def |
930 | |
931 | |
932 | /colorimage |
933 | { |
934 | Adobe_ColorImage_AI6_Vars begin |
935 | /channelcount 1 index def |
936 | /sourcecount 2 index 1 eq { channelcount 1 sub } { 0 } ifelse def |
937 | |
938 | 4 sourcecount add index dup |
939 | 8 eq exch 1 eq or not |
940 | end |
941 | |
942 | { |
943 | /_colorimage load null ne |
944 | { |
945 | _colorimage |
946 | } |
947 | { |
948 | Adobe_ColorImage_AI6_Vars /sourcecount get |
949 | 7 add { pop } repeat |
950 | } ifelse |
951 | } |
952 | { |
953 | dup 3 eq |
954 | TestPlateIndex |
955 | dup -1 eq exch 5 eq or or |
956 | { |
957 | /_colorimage load null eq |
958 | { |
959 | ColorImageCompositeEmulator |
960 | } |
961 | { |
962 | dup 1 eq |
963 | { |
964 | pop pop image |
965 | } |
966 | { |
967 | Adobe_ColorImage_AI6_Vars /plateindex get 5 eq |
968 | { |
969 | gsave |
970 | |
971 | 0 _currenttransfer exec |
972 | 1 _currenttransfer exec |
973 | eq |
974 | { 0 _currenttransfer exec 0.5 lt } |
975 | { 0 _currenttransfer exec 1 _currenttransfer exec gt } ifelse |
976 | |
977 | { { pop 0 } } { { pop 1 } } ifelse |
978 | systemdict /settransfer get exec |
979 | } if |
980 | |
981 | _colorimage |
982 | |
983 | Adobe_ColorImage_AI6_Vars /plateindex get 5 eq |
984 | { |
985 | grestore |
986 | } if |
987 | } ifelse |
988 | } ifelse |
989 | } |
990 | { |
991 | dup 1 eq |
992 | { |
993 | pop pop |
994 | image |
995 | } |
996 | { |
997 | pop pop |
998 | |
999 | Adobe_ColorImage_AI6_Vars begin |
1000 | sourcecount -1 0 |
1001 | { |
1002 | exch sourcearray 3 1 roll put |
1003 | } for |
1004 | |
1005 | /SeparateCMYKImageProc load |
1006 | end |
1007 | |
1008 | systemdict /image get exec |
1009 | } ifelse |
1010 | } ifelse |
1011 | } ifelse |
1012 | } def |
1013 | |
1014 | /XI |
1015 | { |
1016 | Adobe_ColorImage_AI6_Vars begin |
1017 | gsave |
1018 | /XIMask exch 0 ne def |
1019 | /XIBinary exch 0 ne def |
1020 | pop |
1021 | pop |
1022 | /XIChannelCount exch def |
1023 | /XIBitsPerPixel exch def |
1024 | /XIImageHeight exch def |
1025 | /XIImageWidth exch def |
1026 | pop pop pop pop |
1027 | /XIImageMatrix exch def |
1028 | |
1029 | XIBitsPerPixel 1 eq |
1030 | { |
1031 | XIImageWidth 8 div ceiling cvi |
1032 | } |
1033 | { |
1034 | XIImageWidth XIChannelCount mul |
1035 | } ifelse |
1036 | /XIBuffer exch string def |
1037 | |
1038 | XIBinary |
1039 | { |
1040 | /XIDataProc { currentfile XIBuffer readstring pop } def |
1041 | currentfile 128 string readline pop pop |
1042 | } |
1043 | { |
1044 | /XIDataProc { currentfile XIBuffer readhexstring pop } def |
1045 | } ifelse |
1046 | |
1047 | 0 0 moveto |
1048 | XIImageMatrix concat |
1049 | XIImageWidth XIImageHeight scale |
1050 | |
1051 | XIMask |
1052 | { |
1053 | XIImageWidth XIImageHeight |
1054 | false |
1055 | [ XIImageWidth 0 0 XIImageHeight neg 0 0 ] |
1056 | /XIDataProc load |
1057 | |
1058 | /_lp /null ddef |
1059 | _fc |
1060 | /_lp /imagemask ddef |
1061 | |
1062 | imagemask |
1063 | } |
1064 | { |
1065 | XIImageWidth XIImageHeight |
1066 | XIBitsPerPixel |
1067 | [ XIImageWidth 0 0 XIImageHeight neg 0 0 ] |
1068 | /XIDataProc load |
1069 | |
1070 | XIChannelCount 1 eq |
1071 | { |
1072 | |
1073 | gsave |
1074 | 0 setgray |
1075 | |
1076 | image |
1077 | |
1078 | grestore |
1079 | } |
1080 | { |
1081 | false |
1082 | XIChannelCount |
1083 | colorimage |
1084 | } ifelse |
1085 | } ifelse |
1086 | grestore |
1087 | end |
1088 | } def |
1089 | |
1090 | end |
1091 | %%EndProcSet |
1092 | %%BeginResource: procset Adobe_Illustrator_AI5 1.1 0 |
1093 | %%Title: (Adobe Illustrator (R) Version 5.0 Full Prolog) |
1094 | %%Version: 1.1 |
1095 | %%CreationDate: (3/7/1994) () |
1096 | %%Copyright: ((C) 1987-1994 Adobe Systems Incorporated All Rights Reserved) |
1097 | currentpacking true setpacking |
1098 | userdict /Adobe_Illustrator_AI5_vars 81 dict dup begin |
1099 | put |
1100 | /_eo false def |
1101 | /_lp /none def |
1102 | /_pf |
1103 | { |
1104 | } def |
1105 | /_ps |
1106 | { |
1107 | } def |
1108 | /_psf |
1109 | { |
1110 | } def |
1111 | /_pss |
1112 | { |
1113 | } def |
1114 | /_pjsf |
1115 | { |
1116 | } def |
1117 | /_pjss |
1118 | { |
1119 | } def |
1120 | /_pola 0 def |
1121 | /_doClip 0 def |
1122 | /cf currentflat def |
1123 | /_tm matrix def |
1124 | /_renderStart |
1125 | [ |
1126 | /e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0 |
1127 | ] def |
1128 | /_renderEnd |
1129 | [ |
1130 | null null null null /i1 /i1 /i1 /i1 |
1131 | ] def |
1132 | /_render -1 def |
1133 | /_rise 0 def |
1134 | /_ax 0 def |
1135 | /_ay 0 def |
1136 | /_cx 0 def |
1137 | /_cy 0 def |
1138 | /_leading |
1139 | [ |
1140 | 0 0 |
1141 | ] def |
1142 | /_ctm matrix def |
1143 | /_mtx matrix def |
1144 | /_sp 16#020 def |
1145 | /_hyphen (-) def |
1146 | /_fScl 0 def |
1147 | /_cnt 0 def |
1148 | /_hs 1 def |
1149 | /_nativeEncoding 0 def |
1150 | /_useNativeEncoding 0 def |
1151 | /_tempEncode 0 def |
1152 | /_pntr 0 def |
1153 | /_tDict 2 dict def |
1154 | /_wv 0 def |
1155 | /Tx |
1156 | { |
1157 | } def |
1158 | /Tj |
1159 | { |
1160 | } def |
1161 | /CRender |
1162 | { |
1163 | } def |
1164 | /_AI3_savepage |
1165 | { |
1166 | } def |
1167 | /_gf null def |
1168 | /_cf 4 array def |
1169 | /_if null def |
1170 | /_of false def |
1171 | /_fc |
1172 | { |
1173 | } def |
1174 | /_gs null def |
1175 | /_cs 4 array def |
1176 | /_is null def |
1177 | /_os false def |
1178 | /_sc |
1179 | { |
1180 | } def |
1181 | /_pd 1 dict def |
1182 | /_ed 15 dict def |
1183 | /_pm matrix def |
1184 | /_fm null def |
1185 | /_fd null def |
1186 | /_fdd null def |
1187 | /_sm null def |
1188 | /_sd null def |
1189 | /_sdd null def |
1190 | /_i null def |
1191 | /discardSave null def |
1192 | /buffer 256 string def |
1193 | /beginString null def |
1194 | /endString null def |
1195 | /endStringLength null def |
1196 | /layerCnt 1 def |
1197 | /layerCount 1 def |
1198 | /perCent (%) 0 get def |
1199 | /perCentSeen? false def |
1200 | /newBuff null def |
1201 | /newBuffButFirst null def |
1202 | /newBuffLast null def |
1203 | /clipForward? false def |
1204 | end |
1205 | userdict /Adobe_Illustrator_AI5 known not { |
1206 | userdict /Adobe_Illustrator_AI5 91 dict put |
1207 | } if |
1208 | userdict /Adobe_Illustrator_AI5 get begin |
1209 | /initialize |
1210 | { |
1211 | Adobe_Illustrator_AI5 dup begin |
1212 | Adobe_Illustrator_AI5_vars begin |
1213 | discardDict |
1214 | { |
1215 | bind pop pop |
1216 | } forall |
1217 | dup /nc get begin |
1218 | { |
1219 | dup xcheck 1 index type /operatortype ne and |
1220 | { |
1221 | bind |
1222 | } if |
1223 | pop pop |
1224 | } forall |
1225 | end |
1226 | newpath |
1227 | } def |
1228 | /terminate |
1229 | { |
1230 | end |
1231 | end |
1232 | } def |
1233 | /_ |
1234 | null def |
1235 | /ddef |
1236 | { |
1237 | Adobe_Illustrator_AI5_vars 3 1 roll put |
1238 | } def |
1239 | /xput |
1240 | { |
1241 | dup load dup length exch maxlength eq |
1242 | { |
1243 | dup dup load dup |
1244 | length 2 mul dict copy def |
1245 | } if |
1246 | load begin |
1247 | def |
1248 | end |
1249 | } def |
1250 | /npop |
1251 | { |
1252 | { |
1253 | pop |
1254 | } repeat |
1255 | } def |
1256 | /sw |
1257 | { |
1258 | dup length exch stringwidth |
1259 | exch 5 -1 roll 3 index mul add |
1260 | 4 1 roll 3 1 roll mul add |
1261 | } def |
1262 | /swj |
1263 | { |
1264 | dup 4 1 roll |
1265 | dup length exch stringwidth |
1266 | exch 5 -1 roll 3 index mul add |
1267 | 4 1 roll 3 1 roll mul add |
1268 | 6 2 roll /_cnt 0 ddef |
1269 | { |
1270 | 1 index eq |
1271 | { |
1272 | /_cnt _cnt 1 add ddef |
1273 | } if |
1274 | } forall |
1275 | pop |
1276 | exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop |
1277 | } def |
1278 | /ss |
1279 | { |
1280 | 4 1 roll |
1281 | { |
1282 | 2 npop |
1283 | (0) exch 2 copy 0 exch put pop |
1284 | gsave |
1285 | false charpath currentpoint |
1286 | 4 index setmatrix |
1287 | stroke |
1288 | grestore |
1289 | moveto |
1290 | 2 copy rmoveto |
1291 | } exch cshow |
1292 | 3 npop |
1293 | } def |
1294 | /jss |
1295 | { |
1296 | 4 1 roll |
1297 | { |
1298 | 2 npop |
1299 | (0) exch 2 copy 0 exch put |
1300 | gsave |
1301 | _sp eq |
1302 | { |
1303 | exch 6 index 6 index 6 index 5 -1 roll widthshow |
1304 | currentpoint |
1305 | } |
1306 | { |
1307 | false charpath currentpoint |
1308 | 4 index setmatrix stroke |
1309 | } ifelse |
1310 | grestore |
1311 | moveto |
1312 | 2 copy rmoveto |
1313 | } exch cshow |
1314 | 6 npop |
1315 | } def |
1316 | /sp |
1317 | { |
1318 | { |
1319 | 2 npop (0) exch |
1320 | 2 copy 0 exch put pop |
1321 | false charpath |
1322 | 2 copy rmoveto |
1323 | } exch cshow |
1324 | 2 npop |
1325 | } def |
1326 | /jsp |
1327 | { |
1328 | { |
1329 | 2 npop |
1330 | (0) exch 2 copy 0 exch put |
1331 | _sp eq |
1332 | { |
1333 | exch 5 index 5 index 5 index 5 -1 roll widthshow |
1334 | } |
1335 | { |
1336 | false charpath |
1337 | } ifelse |
1338 | 2 copy rmoveto |
1339 | } exch cshow |
1340 | 5 npop |
1341 | } def |
1342 | /pl |
1343 | { |
1344 | transform |
1345 | 0.25 sub round 0.25 add exch |
1346 | 0.25 sub round 0.25 add exch |
1347 | itransform |
1348 | } def |
1349 | /setstrokeadjust where |
1350 | { |
1351 | pop true setstrokeadjust |
1352 | /c |
1353 | { |
1354 | curveto |
1355 | } def |
1356 | /C |
1357 | /c load def |
1358 | /v |
1359 | { |
1360 | currentpoint 6 2 roll curveto |
1361 | } def |
1362 | /V |
1363 | /v load def |
1364 | /y |
1365 | { |
1366 | 2 copy curveto |
1367 | } def |
1368 | /Y |
1369 | /y load def |
1370 | /l |
1371 | { |
1372 | lineto |
1373 | } def |
1374 | /L |
1375 | /l load def |
1376 | /m |
1377 | { |
1378 | moveto |
1379 | } def |
1380 | } |
1381 | { |
1382 | /c |
1383 | { |
1384 | pl curveto |
1385 | } def |
1386 | /C |
1387 | /c load def |
1388 | /v |
1389 | { |
1390 | currentpoint 6 2 roll pl curveto |
1391 | } def |
1392 | /V |
1393 | /v load def |
1394 | /y |
1395 | { |
1396 | pl 2 copy curveto |
1397 | } def |
1398 | /Y |
1399 | /y load def |
1400 | /l |
1401 | { |
1402 | pl lineto |
1403 | } def |
1404 | /L |
1405 | /l load def |
1406 | /m |
1407 | { |
1408 | pl moveto |
1409 | } def |
1410 | } ifelse |
1411 | /d |
1412 | { |
1413 | setdash |
1414 | } def |
1415 | /cf |
1416 | { |
1417 | } def |
1418 | /i |
1419 | { |
1420 | dup 0 eq |
1421 | { |
1422 | pop cf |
1423 | } if |
1424 | setflat |
1425 | } def |
1426 | /j |
1427 | { |
1428 | setlinejoin |
1429 | } def |
1430 | /J |
1431 | { |
1432 | setlinecap |
1433 | } def |
1434 | /M |
1435 | { |
1436 | setmiterlimit |
1437 | } def |
1438 | /w |
1439 | { |
1440 | setlinewidth |
1441 | } def |
1442 | /XR |
1443 | { |
1444 | 0 ne |
1445 | /_eo exch ddef |
1446 | } def |
1447 | /H |
1448 | { |
1449 | } def |
1450 | /h |
1451 | { |
1452 | closepath |
1453 | } def |
1454 | /N |
1455 | { |
1456 | _pola 0 eq |
1457 | { |
1458 | _doClip 1 eq |
1459 | { |
1460 | _eo {eoclip} {clip} ifelse /_doClip 0 ddef |
1461 | } if |
1462 | newpath |
1463 | } |
1464 | { |
1465 | /CRender |
1466 | { |
1467 | N |
1468 | } ddef |
1469 | } ifelse |
1470 | } def |
1471 | /n |
1472 | { |
1473 | N |
1474 | } def |
1475 | /F |
1476 | { |
1477 | _pola 0 eq |
1478 | { |
1479 | _doClip 1 eq |
1480 | { |
1481 | gsave _pf grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _fc |
1482 | /_doClip 0 ddef |
1483 | } |
1484 | { |
1485 | _pf |
1486 | } ifelse |
1487 | } |
1488 | { |
1489 | /CRender |
1490 | { |
1491 | F |
1492 | } ddef |
1493 | } ifelse |
1494 | } def |
1495 | /f |
1496 | { |
1497 | closepath |
1498 | F |
1499 | } def |
1500 | /S |
1501 | { |
1502 | _pola 0 eq |
1503 | { |
1504 | _doClip 1 eq |
1505 | { |
1506 | gsave _ps grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc |
1507 | /_doClip 0 ddef |
1508 | } |
1509 | { |
1510 | _ps |
1511 | } ifelse |
1512 | } |
1513 | { |
1514 | /CRender |
1515 | { |
1516 | S |
1517 | } ddef |
1518 | } ifelse |
1519 | } def |
1520 | /s |
1521 | { |
1522 | closepath |
1523 | S |
1524 | } def |
1525 | /B |
1526 | { |
1527 | _pola 0 eq |
1528 | { |
1529 | _doClip 1 eq |
1530 | gsave F grestore |
1531 | { |
1532 | gsave S grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc |
1533 | /_doClip 0 ddef |
1534 | } |
1535 | { |
1536 | S |
1537 | } ifelse |
1538 | } |
1539 | { |
1540 | /CRender |
1541 | { |
1542 | B |
1543 | } ddef |
1544 | } ifelse |
1545 | } def |
1546 | /b |
1547 | { |
1548 | closepath |
1549 | B |
1550 | } def |
1551 | /W |
1552 | { |
1553 | /_doClip 1 ddef |
1554 | } def |
1555 | /* |
1556 | { |
1557 | count 0 ne |
1558 | { |
1559 | dup type /stringtype eq |
1560 | { |
1561 | pop |
1562 | } if |
1563 | } if |
1564 | newpath |
1565 | } def |
1566 | /u |
1567 | { |
1568 | } def |
1569 | /U |
1570 | { |
1571 | } def |
1572 | /q |
1573 | { |
1574 | _pola 0 eq |
1575 | { |
1576 | gsave |
1577 | } if |
1578 | } def |
1579 | /Q |
1580 | { |
1581 | _pola 0 eq |
1582 | { |
1583 | grestore |
1584 | } if |
1585 | } def |
1586 | /*u |
1587 | { |
1588 | _pola 1 add /_pola exch ddef |
1589 | } def |
1590 | /*U |
1591 | { |
1592 | _pola 1 sub /_pola exch ddef |
1593 | _pola 0 eq |
1594 | { |
1595 | CRender |
1596 | } if |
1597 | } def |
1598 | /D |
1599 | { |
1600 | pop |
1601 | } def |
1602 | /*w |
1603 | { |
1604 | } def |
1605 | /*W |
1606 | { |
1607 | } def |
1608 | /` |
1609 | { |
1610 | /_i save ddef |
1611 | clipForward? |
1612 | { |
1613 | nulldevice |
1614 | } if |
1615 | 6 1 roll 4 npop |
1616 | concat pop |
1617 | userdict begin |
1618 | /showpage |
1619 | { |
1620 | } def |
1621 | 0 setgray |
1622 | 0 setlinecap |
1623 | 1 setlinewidth |
1624 | 0 setlinejoin |
1625 | 10 setmiterlimit |
1626 | [] 0 setdash |
1627 | /setstrokeadjust where {pop false setstrokeadjust} if |
1628 | newpath |
1629 | 0 setgray |
1630 | false setoverprint |
1631 | } def |
1632 | /~ |
1633 | { |
1634 | end |
1635 | _i restore |
1636 | } def |
1637 | /O |
1638 | { |
1639 | 0 ne |
1640 | /_of exch ddef |
1641 | /_lp /none ddef |
1642 | } def |
1643 | /R |
1644 | { |
1645 | 0 ne |
1646 | /_os exch ddef |
1647 | /_lp /none ddef |
1648 | } def |
1649 | /g |
1650 | { |
1651 | /_gf exch ddef |
1652 | /_fc |
1653 | { |
1654 | _lp /fill ne |
1655 | { |
1656 | _of setoverprint |
1657 | _gf setgray |
1658 | /_lp /fill ddef |
1659 | } if |
1660 | } ddef |
1661 | /_pf |
1662 | { |
1663 | _fc |
1664 | _eo {eofill} {fill} ifelse |
1665 | } ddef |
1666 | /_psf |
1667 | { |
1668 | _fc |
1669 | ashow |
1670 | } ddef |
1671 | /_pjsf |
1672 | { |
1673 | _fc |
1674 | awidthshow |
1675 | } ddef |
1676 | /_lp /none ddef |
1677 | } def |
1678 | /G |
1679 | { |
1680 | /_gs exch ddef |
1681 | /_sc |
1682 | { |
1683 | _lp /stroke ne |
1684 | { |
1685 | _os setoverprint |
1686 | _gs setgray |
1687 | /_lp /stroke ddef |
1688 | } if |
1689 | } ddef |
1690 | /_ps |
1691 | { |
1692 | _sc |
1693 | stroke |
1694 | } ddef |
1695 | /_pss |
1696 | { |
1697 | _sc |
1698 | ss |
1699 | } ddef |
1700 | /_pjss |
1701 | { |
1702 | _sc |
1703 | jss |
1704 | } ddef |
1705 | /_lp /none ddef |
1706 | } def |
1707 | /k |
1708 | { |
1709 | _cf astore pop |
1710 | /_fc |
1711 | { |
1712 | _lp /fill ne |
1713 | { |
1714 | _of setoverprint |
1715 | _cf aload pop setcmykcolor |
1716 | /_lp /fill ddef |
1717 | } if |
1718 | } ddef |
1719 | /_pf |
1720 | { |
1721 | _fc |
1722 | _eo {eofill} {fill} ifelse |
1723 | } ddef |
1724 | /_psf |
1725 | { |
1726 | _fc |
1727 | ashow |
1728 | } ddef |
1729 | /_pjsf |
1730 | { |
1731 | _fc |
1732 | awidthshow |
1733 | } ddef |
1734 | /_lp /none ddef |
1735 | } def |
1736 | /K |
1737 | { |
1738 | _cs astore pop |
1739 | /_sc |
1740 | { |
1741 | _lp /stroke ne |
1742 | { |
1743 | _os setoverprint |
1744 | _cs aload pop setcmykcolor |
1745 | /_lp /stroke ddef |
1746 | } if |
1747 | } ddef |
1748 | /_ps |
1749 | { |
1750 | _sc |
1751 | stroke |
1752 | } ddef |
1753 | /_pss |
1754 | { |
1755 | _sc |
1756 | ss |
1757 | } ddef |
1758 | /_pjss |
1759 | { |
1760 | _sc |
1761 | jss |
1762 | } ddef |
1763 | /_lp /none ddef |
1764 | } def |
1765 | /x |
1766 | { |
1767 | /_gf exch ddef |
1768 | findcmykcustomcolor |
1769 | /_if exch ddef |
1770 | /_fc |
1771 | { |
1772 | _lp /fill ne |
1773 | { |
1774 | _of setoverprint |
1775 | _if _gf 1 exch sub setcustomcolor |
1776 | /_lp /fill ddef |
1777 | } if |
1778 | } ddef |
1779 | /_pf |
1780 | { |
1781 | _fc |
1782 | _eo {eofill} {fill} ifelse |
1783 | } ddef |
1784 | /_psf |
1785 | { |
1786 | _fc |
1787 | ashow |
1788 | } ddef |
1789 | /_pjsf |
1790 | { |
1791 | _fc |
1792 | awidthshow |
1793 | } ddef |
1794 | /_lp /none ddef |
1795 | } def |
1796 | /X |
1797 | { |
1798 | /_gs exch ddef |
1799 | findcmykcustomcolor |
1800 | /_is exch ddef |
1801 | /_sc |
1802 | { |
1803 | _lp /stroke ne |
1804 | { |
1805 | _os setoverprint |
1806 | _is _gs 1 exch sub setcustomcolor |
1807 | /_lp /stroke ddef |
1808 | } if |
1809 | } ddef |
1810 | /_ps |
1811 | { |
1812 | _sc |
1813 | stroke |
1814 | } ddef |
1815 | /_pss |
1816 | { |
1817 | _sc |
1818 | ss |
1819 | } ddef |
1820 | /_pjss |
1821 | { |
1822 | _sc |
1823 | jss |
1824 | } ddef |
1825 | /_lp /none ddef |
1826 | } def |
1827 | /A |
1828 | { |
1829 | pop |
1830 | } def |
1831 | /annotatepage |
1832 | { |
1833 | userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse |
1834 | } def |
1835 | /XT { |
1836 | pop pop |
1837 | } def |
1838 | /discard |
1839 | { |
1840 | save /discardSave exch store |
1841 | discardDict begin |
1842 | /endString exch store |
1843 | gt38? |
1844 | { |
1845 | 2 add |
1846 | } if |
1847 | load |
1848 | stopped |
1849 | pop |
1850 | end |
1851 | discardSave restore |
1852 | } bind def |
1853 | userdict /discardDict 7 dict dup begin |
1854 | put |
1855 | /pre38Initialize |
1856 | { |
1857 | /endStringLength endString length store |
1858 | /newBuff buffer 0 endStringLength getinterval store |
1859 | /newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store |
1860 | /newBuffLast newBuff endStringLength 1 sub 1 getinterval store |
1861 | } def |
1862 | /shiftBuffer |
1863 | { |
1864 | newBuff 0 newBuffButFirst putinterval |
1865 | newBuffLast 0 |
1866 | currentfile read not |
1867 | { |
1868 | stop |
1869 | } if |
1870 | put |
1871 | } def |
1872 | 0 |
1873 | { |
1874 | pre38Initialize |
1875 | mark |
1876 | currentfile newBuff readstring exch pop |
1877 | { |
1878 | { |
1879 | newBuff endString eq |
1880 | { |
1881 | cleartomark stop |
1882 | } if |
1883 | shiftBuffer |
1884 | } loop |
1885 | } |
1886 | { |
1887 | stop |
1888 | } ifelse |
1889 | } def |
1890 | 1 |
1891 | { |
1892 | pre38Initialize |
1893 | /beginString exch store |
1894 | mark |
1895 | currentfile newBuff readstring exch pop |
1896 | { |
1897 | { |
1898 | newBuff beginString eq |
1899 | { |
1900 | /layerCount dup load 1 add store |
1901 | } |
1902 | { |
1903 | newBuff endString eq |
1904 | { |
1905 | /layerCount dup load 1 sub store |
1906 | layerCount 0 eq |
1907 | { |
1908 | cleartomark stop |
1909 | } if |
1910 | } if |
1911 | } ifelse |
1912 | shiftBuffer |
1913 | } loop |
1914 | } if |
1915 | } def |
1916 | 2 |
1917 | { |
1918 | mark |
1919 | { |
1920 | currentfile buffer readline not |
1921 | { |
1922 | stop |
1923 | } if |
1924 | endString eq |
1925 | { |
1926 | cleartomark stop |
1927 | } if |
1928 | } loop |
1929 | } def |
1930 | 3 |
1931 | { |
1932 | /beginString exch store |
1933 | /layerCnt 1 store |
1934 | mark |
1935 | { |
1936 | currentfile buffer readline not |
1937 | { |
1938 | stop |
1939 | } if |
1940 | dup beginString eq |
1941 | { |
1942 | pop /layerCnt dup load 1 add store |
1943 | } |
1944 | { |
1945 | endString eq |
1946 | { |
1947 | layerCnt 1 eq |
1948 | { |
1949 | cleartomark stop |
1950 | } |
1951 | { |
1952 | /layerCnt dup load 1 sub store |
1953 | } ifelse |
1954 | } if |
1955 | } ifelse |
1956 | } loop |
1957 | } def |
1958 | end |
1959 | userdict /clipRenderOff 15 dict dup begin |
1960 | put |
1961 | { |
1962 | /n /N /s /S /f /F /b /B |
1963 | } |
1964 | { |
1965 | { |
1966 | _doClip 1 eq |
1967 | { |
1968 | /_doClip 0 ddef _eo {eoclip} {clip} ifelse |
1969 | } if |
1970 | newpath |
1971 | } def |
1972 | } forall |
1973 | /Tr /pop load def |
1974 | /Bb {} def |
1975 | /BB /pop load def |
1976 | /Bg {12 npop} def |
1977 | /Bm {6 npop} def |
1978 | /Bc /Bm load def |
1979 | /Bh {4 npop} def |
1980 | end |
1981 | /Lb |
1982 | { |
1983 | 4 npop |
1984 | 6 1 roll |
1985 | pop |
1986 | 4 1 roll |
1987 | pop pop pop |
1988 | 0 eq |
1989 | { |
1990 | 0 eq |
1991 | { |
1992 | (%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard |
1993 | } |
1994 | { |
1995 | |
1996 | /clipForward? true def |
1997 | |
1998 | /Tx /pop load def |
1999 | /Tj /pop load def |
2000 | |
2001 | currentdict end clipRenderOff begin begin |
2002 | } ifelse |
2003 | } |
2004 | { |
2005 | 0 eq |
2006 | { |
2007 | save /discardSave exch store |
2008 | } if |
2009 | } ifelse |
2010 | } bind def |
2011 | /LB |
2012 | { |
2013 | discardSave dup null ne |
2014 | { |
2015 | restore |
2016 | } |
2017 | { |
2018 | pop |
2019 | clipForward? |
2020 | { |
2021 | currentdict |
2022 | end |
2023 | end |
2024 | begin |
2025 | |
2026 | /clipForward? false ddef |
2027 | } if |
2028 | } ifelse |
2029 | } bind def |
2030 | /Pb |
2031 | { |
2032 | pop pop |
2033 | 0 (%AI5_EndPalette) discard |
2034 | } bind def |
2035 | /Np |
2036 | { |
2037 | 0 (%AI5_End_NonPrinting--) discard |
2038 | } bind def |
2039 | /Ln /pop load def |
2040 | /Ap |
2041 | /pop load def |
2042 | /Ar |
2043 | { |
2044 | 72 exch div |
2045 | 0 dtransform dup mul exch dup mul add sqrt |
2046 | dup 1 lt |
2047 | { |
2048 | pop 1 |
2049 | } if |
2050 | setflat |
2051 | } def |
2052 | /Mb |
2053 | { |
2054 | q |
2055 | } def |
2056 | /Md |
2057 | { |
2058 | } def |
2059 | /MB |
2060 | { |
2061 | Q |
2062 | } def |
2063 | /nc 3 dict def |
2064 | nc begin |
2065 | /setgray |
2066 | { |
2067 | pop |
2068 | } bind def |
2069 | /setcmykcolor |
2070 | { |
2071 | 4 npop |
2072 | } bind def |
2073 | /setcustomcolor |
2074 | { |
2075 | 2 npop |
2076 | } bind def |
2077 | currentdict readonly pop |
2078 | end |
2079 | end |
2080 | setpacking |
2081 | %%EndResource |
2082 | %%EndProlog |
2083 | %%BeginSetup |
2084 | %%IncludeFont: Helvetica |
2085 | Adobe_level2_AI5 /initialize get exec |
2086 | Adobe_Illustrator_AI5_vars Adobe_Illustrator_AI5 Adobe_typography_AI5 /initialize get exec |
2087 | Adobe_ColorImage_AI6 /initialize get exec |
2088 | Adobe_Illustrator_AI5 /initialize get exec |
2089 | [ |
2090 | 39/quotesingle 96/grave 128/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis |
2091 | /Udieresis/aacute/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute |
2092 | /egrave/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde |
2093 | /oacute/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex |
2094 | /udieresis/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls |
2095 | /registered/copyright/trademark/acute/dieresis/.notdef/AE/Oslash |
2096 | /.notdef/plusminus/.notdef/.notdef/yen/mu/.notdef/.notdef |
2097 | /.notdef/.notdef/.notdef/ordfeminine/ordmasculine/.notdef/ae/oslash |
2098 | /questiondown/exclamdown/logicalnot/.notdef/florin/.notdef/.notdef |
2099 | /guillemotleft/guillemotright/ellipsis/.notdef/Agrave/Atilde/Otilde/OE/oe |
2100 | /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide |
2101 | /.notdef/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright |
2102 | /fi/fl/daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand |
2103 | /Acircumflex/Ecircumflex/Aacute/Edieresis/Egrave/Iacute/Icircumflex |
2104 | /Idieresis/Igrave/Oacute/Ocircumflex/.notdef/Ograve/Uacute/Ucircumflex |
2105 | /Ugrave/dotlessi/circumflex/tilde/macron/breve/dotaccent/ring/cedilla |
2106 | /hungarumlaut/ogonek/caron |
2107 | TE |
2108 | %AI3_BeginEncoding: _Helvetica Helvetica |
2109 | [/_Helvetica/Helvetica 0 0 1 TZ |
2110 | %AI3_EndEncoding TrueType |
2111 | %AI5_Begin_NonPrinting |
2112 | Np |
2113 | %AI3_BeginPattern: (Yellow Stripe) |
2114 | (Yellow Stripe) 8.4499 4.6 80.4499 76.6 [ |
2115 | %AI3_Tile |
2116 | (0 O 0 R 0 0.4 1 0 k 0 0.4 1 0 K) @ |
2117 | ( |
2118 | %AI6_BeginPatternLayer |
2119 | 800 Ar |
2120 | 0 J 0 j 3.6 w 4 M []0 d |
2121 | %AI3_Note: |
2122 | 0 D |
2123 | 0 XR |
2124 | 8.1999 8.1999 m |
2125 | 80.6999 8.1999 L |
2126 | S |
2127 | 8.1999 22.6 m |
2128 | 80.6999 22.6 L |
2129 | S |
2130 | 8.1999 37.0001 m |
2131 | 80.6999 37.0001 L |
2132 | S |
2133 | 8.1999 51.3999 m |
2134 | 80.6999 51.3999 L |
2135 | S |
2136 | 8.1999 65.8 m |
2137 | 80.6999 65.8 L |
2138 | S |
2139 | 8.1999 15.3999 m |
2140 | 80.6999 15.3999 L |
2141 | S |
2142 | 8.1999 29.8 m |
2143 | 80.6999 29.8 L |
2144 | S |
2145 | 8.1999 44.1999 m |
2146 | 80.6999 44.1999 L |
2147 | S |
2148 | 8.1999 58.6 m |
2149 | 80.6999 58.6 L |
2150 | S |
2151 | 8.1999 73.0001 m |
2152 | 80.6999 73.0001 L |
2153 | S |
2154 | %AI6_EndPatternLayer |
2155 | ) & |
2156 | ] E |
2157 | %AI3_EndPattern |
2158 | %AI5_End_NonPrinting-- |
2159 | %AI5_Begin_NonPrinting |
2160 | Np |
2161 | 3 Bn |
2162 | %AI5_BeginGradient: (Black & White) |
2163 | (Black & White) 0 2 Bd |
2164 | [ |
2165 | 0 |
2166 | 0 |
2167 | 0 |
2168 | < |
2169 | 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 |
2170 | 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F |
2171 | 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 |
2172 | 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F |
2173 | A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 |
2174 | C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF |
2175 | F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF |
2176 | > |
2177 | 1 %_Br |
2178 | [ |
2179 | 0 0 50 100 %_Bs |
2180 | 0 0 0 0 1 50 0 %_Bs |
2181 | BD |
2182 | %AI5_EndGradient |
2183 | %AI5_BeginGradient: (Red & Yellow) |
2184 | (Red & Yellow) 0 2 Bd |
2185 | [ |
2186 | 0 |
2187 | < |
2188 | 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 |
2189 | 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F |
2190 | 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 |
2191 | 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F |
2192 | A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 |
2193 | C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF |
2194 | F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF |
2195 | > |
2196 | < |
2197 | FFFFFEFEFDFDFDFCFCFBFBFBFAFAF9F9F9F8F8F7F7F7F6F6F5F5F5F4F4F3F3F3F2F2F1F1F1F0F0EF |
2198 | EFEFEEEEEDEDEDECECEBEBEBEAEAE9E9E9E8E8E7E7E7E6E6E5E5E5E4E4E3E3E3E2E2E1E1E1E0E0DF |
2199 | DFDFDEDEDDDDDDDCDCDBDBDBDADAD9D9D9D8D8D7D7D7D6D6D5D5D5D4D4D3D3D3D2D2D1D1D1D0D0CF |
2200 | CFCFCECECDCDCDCCCCCBCBCBCACAC9C9C9C8C8C7C7C7C6C6C5C5C5C4C4C3C3C3C2C2C1C1C1C0C0BF |
2201 | BFBFBEBEBDBDBDBCBCBBBBBBBABAB9B9B9B8B8B7B7B7B6B6B5B5B5B4B4B3B3B3B2B2B1B1B1B0B0AF |
2202 | AFAFAEAEADADADACACABABABAAAAA9A9A9A8A8A7A7A7A6A6A5A5A5A4A4A3A3A3A2A2A1A1A1A0A09F |
2203 | 9F9F9E9E9D9D9D9C9C9B9B9B9A9A9999 |
2204 | > |
2205 | 0 |
2206 | 1 %_Br |
2207 | [ |
2208 | 0 1 0.6 0 1 50 100 %_Bs |
2209 | 0 0 1 0 1 50 0 %_Bs |
2210 | BD |
2211 | %AI5_EndGradient |
2212 | %AI5_BeginGradient: (Yellow & Blue Radial) |
2213 | (Yellow & Blue Radial) 1 2 Bd |
2214 | [ |
2215 | < |
2216 | 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 |
2217 | 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F |
2218 | 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 |
2219 | 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F |
2220 | A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 |
2221 | C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF |
2222 | F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF |
2223 | > |
2224 | < |
2225 | 1415161718191A1B1C1D1E1F1F202122232425262728292A2A2B2C2D2E2F30313233343536363738 |
2226 | 393A3B3C3D3E3F40414142434445464748494A4B4C4D4D4E4F50515253545556575858595A5B5C5D |
2227 | 5E5F60616263646465666768696A6B6C6D6E6F6F707172737475767778797A7B7B7C7D7E7F808182 |
2228 | 83848586868788898A8B8C8D8E8F90919292939495969798999A9B9C9D9D9E9FA0A1A2A3A4A5A6A7 |
2229 | A8A9A9AAABACADAEAFB0B1B2B3B4B4B5B6B7B8B9BABBBCBDBEBFC0C0C1C2C3C4C5C6C7C8C9CACBCB |
2230 | CCCDCECFD0D1D2D3D4D5D6D7D7D8D9DADBDCDDDEDFE0E1E2E2E3E4E5E6E7E8E9EAEBECEDEEEEEFF0 |
2231 | F1F2F3F4F5F6F7F8F9F9FAFBFCFDFEFF |
2232 | > |
2233 | < |
2234 | ABAAAAA9A8A7A7A6A5A5A4A3A3A2A1A1A09F9F9E9D9D9C9B9B9A9999989797969595949393929191 |
2235 | 908F8F8E8D8D8C8B8B8A8989888787868585848383828181807F7F7E7D7D7C7B7B7A797978777776 |
2236 | 7575747373727171706F6F6E6D6D6C6B6B6A6969686767666565646362626160605F5E5E5D5C5C5B |
2237 | 5A5A5958585756565554545352525150504F4E4E4D4C4C4B4A4A4948484746464544444342424140 |
2238 | 403F3E3E3D3C3C3B3A3A3938383736363534343332323130302F2E2E2D2C2C2B2A2A292828272626 |
2239 | 25242423222121201F1F1E1D1D1C1B1B1A1919181717161515141313121111100F0F0E0D0D0C0B0B |
2240 | 0A090908070706050504030302010100 |
2241 | > |
2242 | 0 |
2243 | 1 %_Br |
2244 | [ |
2245 | 0 0.08 0.67 0 1 50 14 %_Bs |
2246 | 1 1 0 0 1 50 100 %_Bs |
2247 | BD |
2248 | %AI5_EndGradient |
2249 | %AI5_End_NonPrinting-- |
2250 | %AI5_BeginPalette |
2251 | 27 3 Pb |
2252 | Pn |
2253 | Pc |
2254 | 1 g |
2255 | Pc |
2256 | 0 g |
2257 | Pc |
2258 | 0 0 0 0 k |
2259 | Pc |
2260 | 0.75 g |
2261 | Pc |
2262 | 0 g |
2263 | Pc |
2264 | 0.25 g |
2265 | Pc |
2266 | 0 g |
2267 | Pc |
2268 | Bb |
2269 | 2 (Black & White) -4092.6667 4372.6667 0 0 1 0 0 1 0 0 Bg |
2270 | 0 BB |
2271 | Pc |
2272 | 0.25 0 0 0 k |
2273 | Pc |
2274 | 0.5 0 0 0 k |
2275 | Pc |
2276 | 0.75 0 0 0 k |
2277 | Pc |
2278 | 1 0 0 0 k |
2279 | Pc |
2280 | 0.25 0.25 0 0 k |
2281 | Pc |
2282 | 0.5 0.5 0 0 k |
2283 | Pc |
2284 | 0.75 0.75 0 0 k |
2285 | Pc |
2286 | 1 1 0 0 k |
2287 | Pc |
2288 | Bb |
2289 | 2 (Red & Yellow) -4092.6667 4372.6667 0 0 1 0 0 1 0 0 Bg |
2290 | 0 BB |
2291 | Pc |
2292 | 0 0.25 0 0 k |
2293 | Pc |
2294 | 0 0.5 0 0 k |
2295 | Pc |
2296 | 0 0.75 0 0 k |
2297 | Pc |
2298 | 0 1 0 0 k |
2299 | Pc |
2300 | 0 0.25 0.25 0 k |
2301 | Pc |
2302 | 0 0.5 0.5 0 k |
2303 | Pc |
2304 | 0 0.75 0.75 0 k |
2305 | Pc |
2306 | 0 1 1 0 k |
2307 | Pc |
2308 | Bb |
2309 | 0 0 0 0 Bh |
2310 | 2 (Yellow & Blue Radial) -4092.6667 4372.6667 0 0 1 0 0 1 0 0 Bg |
2311 | 0 BB |
2312 | Pc |
2313 | 0 0 0.25 0 k |
2314 | Pc |
2315 | 0 0 0.5 0 k |
2316 | Pc |
2317 | 0 0 0.75 0 k |
2318 | Pc |
2319 | 0 0 1 0 k |
2320 | Pc |
2321 | 0.25 0 0.25 0 k |
2322 | Pc |
2323 | 0.5 0 0.5 0 k |
2324 | Pc |
2325 | 0.75 0 0.75 0 k |
2326 | Pc |
2327 | 1 0 1 0 k |
2328 | Pc |
2329 | (Yellow Stripe) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p |
2330 | Pc |
2331 | 0.25 0.125 0 0 k |
2332 | Pc |
2333 | 0.5 0.25 0 0 k |
2334 | Pc |
2335 | 0.75 0.375 0 0 k |
2336 | Pc |
2337 | 1 0.5 0 0 k |
2338 | Pc |
2339 | 0.125 0.25 0 0 k |
2340 | Pc |
2341 | 0.25 0.5 0 0 k |
2342 | Pc |
2343 | 0.375 0.75 0 0 k |
2344 | Pc |
2345 | 0.5 1 0 0 k |
2346 | Pc |
2347 | 0 0 0 0 k |
2348 | Pc |
2349 | 0 0.25 0.125 0 k |
2350 | Pc |
2351 | 0 0.5 0.25 0 k |
2352 | Pc |
2353 | 0 0.75 0.375 0 k |
2354 | Pc |
2355 | 0 1 0.5 0 k |
2356 | Pc |
2357 | 0 0.125 0.25 0 k |
2358 | Pc |
2359 | 0 0.25 0.5 0 k |
2360 | Pc |
2361 | 0 0.375 0.75 0 k |
2362 | Pc |
2363 | 0 0.5 1 0 k |
2364 | Pc |
2365 | 0 0 0 0 k |
2366 | Pc |
2367 | 0.125 0 0.25 0 k |
2368 | Pc |
2369 | 0.25 0 0.5 0 k |
2370 | Pc |
2371 | 0.375 0 0.75 0 k |
2372 | Pc |
2373 | 0.5 0 1 0 k |
2374 | Pc |
2375 | 0.25 0 0.125 0 k |
2376 | Pc |
2377 | 0.5 0 0.25 0 k |
2378 | Pc |
2379 | 0.75 0 0.375 0 k |
2380 | Pc |
2381 | 1 0 0.5 0 k |
2382 | Pc |
2383 | 0 0 0 0 k |
2384 | Pc |
2385 | 0.25 0.125 0.125 0 k |
2386 | Pc |
2387 | 0.5 0.25 0.25 0 k |
2388 | Pc |
2389 | 0.75 0.375 0.375 0 k |
2390 | Pc |
2391 | 1 0.5 0.5 0 k |
2392 | Pc |
2393 | 0.25 0.25 0.125 0 k |
2394 | Pc |
2395 | 0.5 0.5 0.25 0 k |
2396 | Pc |
2397 | 0.75 0.75 0.375 0 k |
2398 | Pc |
2399 | 1 1 0.5 0 k |
2400 | Pc |
2401 | 0 0 0 0 k |
2402 | Pc |
2403 | 0.125 0.25 0.125 0 k |
2404 | Pc |
2405 | 0.25 0.5 0.25 0 k |
2406 | Pc |
2407 | 0.375 0.75 0.375 0 k |
2408 | Pc |
2409 | 0.5 1 0.5 0 k |
2410 | Pc |
2411 | 0.125 0.25 0.25 0 k |
2412 | Pc |
2413 | 0.25 0.5 0.5 0 k |
2414 | Pc |
2415 | 0.375 0.75 0.75 0 k |
2416 | Pc |
2417 | 0.5 1 1 0 k |
2418 | Pc |
2419 | 0 0 0 0 k |
2420 | Pc |
2421 | 0.125 0.125 0.25 0 k |
2422 | Pc |
2423 | 0.25 0.25 0.5 0 k |
2424 | Pc |
2425 | 0.375 0.375 0.75 0 k |
2426 | Pc |
2427 | 0.5 0.5 1 0 k |
2428 | Pc |
2429 | 0.25 0.125 0.25 0 k |
2430 | Pc |
2431 | 0.5 0.25 0.5 0 k |
2432 | Pc |
2433 | 0.75 0.375 0.75 0 k |
2434 | Pc |
2435 | 1 0.5 1 0 k |
2436 | Pc |
2437 | PB |
2438 | %AI5_EndPalette |
2439 | %%EndSetup |
2440 | %AI5_BeginLayer |
2441 | 1 1 1 1 0 0 0 79 128 255 Lb |
2442 | (Layer 1) Ln |
2443 | 0 A |
2444 | 800 Ar |
2445 | 0 J 0 j 1 w 4 M []0 d |
2446 | %AI3_Note: |
2447 | 0 D |
2448 | 0 XR |
2449 | -4092.6667 78 m |
2450 | 4547.3333 78 L |
2451 | (N) * |
2452 | -4092.6667 11.3334 m |
2453 | 4547.3333 11.3334 L |
2454 | (N) * |
2455 | 0 R |
2456 | 0 0 0 1 K |
2457 | 0.7 w |
2458 | 0 89.6042 m |
2459 | 446 89.6042 l |
2460 | S |
2461 | 0 -0.3958 m |
2462 | 446 -0.3958 l |
2463 | S |
2464 | 0 To |
2465 | 1 0 0 1 221.6666 39.3333 0 Tp |
2466 | TP |
2467 | -131.3467 0 Td |
2468 | 0 Tr |
2469 | 0 O |
2470 | 0 g |
2471 | 1 w |
2472 | /_Helvetica 24 Tf |
2473 | 0 Ts |
2474 | 100 Tz |
2475 | 0 Tt |
2476 | 1 TA |
2477 | %_ 0 XL |
2478 | 36 0 Xb |
2479 | XB |
2480 | 0 0 5 TC |
2481 | 100 100 200 TW |
2482 | 0 0 0 Ti |
2483 | 1 Ta |
2484 | 0 0 2 2 3 Th |
2485 | 0 Tq |
2486 | 0 0 Tl |
2487 | 0 Tc |
2488 | 0 Tw |
2489 | (CMS Conference Report) Tx |
2490 | (\r) TX |
2491 | TO |
2492 | 0.3333 4372.6667 m |
2493 | 0.3333 -4267.3333 L |
2494 | (N) * |
2495 | 445.3333 4372.6667 m |
2496 | 445.3333 -4267.3333 L |
2497 | (N) * |
2498 | 222 4372.6667 m |
2499 | 222 -4267.3333 L |
2500 | (N) * |
2501 | LB |
2502 | %AI5_EndLayer-- |
2503 | %%PageTrailer |
2504 | gsave annotatepage grestore showpage |
2505 | %%Trailer |
2506 | Adobe_Illustrator_AI5 /terminate get exec |
2507 | Adobe_ColorImage_AI6 /terminate get exec |
2508 | Adobe_typography_AI5 /terminate get exec |
2509 | Adobe_level2_AI5 /terminate get exec |
2510 | %%EOF |