[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / includes / closure.ps
1 %!PS-Adobe-2.0 EPSF-1.2
2 %%DocumentFonts: Times-Roman
3 %%Pages: 1
4 %%BoundingBox: 156 420 403 620
5 %%EndComments
6
7 50 dict begin
8
9 /arrowHeight 8 def
10 /arrowWidth 4 def
11 /none null def
12 /numGraphicParameters 17 def
13 /stringLimit 65535 def
14
15 /Begin {
16 save
17 numGraphicParameters dict begin
18 } def
19
20 /End {
21 end
22 restore
23 } def
24
25 /SetB {
26 dup type /nulltype eq {
27 pop
28 false /brushRightArrow idef
29 false /brushLeftArrow idef
30 true /brushNone idef
31 } {
32 /brushDashOffset idef
33 /brushDashArray idef
34 0 ne /brushRightArrow idef
35 0 ne /brushLeftArrow idef
36 /brushWidth idef
37 false /brushNone idef
38 } ifelse
39 } def
40
41 /SetCFg {
42 /fgblue idef
43 /fggreen idef
44 /fgred idef
45 } def
46
47 /SetCBg {
48 /bgblue idef
49 /bggreen idef
50 /bgred idef
51 } def
52
53 /SetF {
54 /printSize idef
55 /printFont idef
56 } def
57
58 /SetP {
59 dup type /nulltype eq {
60 pop true /patternNone idef
61 } {
62 dup -1 eq {
63 /patternGrayLevel idef
64 /patternString idef
65 } {
66 /patternGrayLevel idef
67 } ifelse
68 false /patternNone idef
69 } ifelse
70 } def
71
72 /BSpl {
73 0 begin
74 storexyn
75 newpath
76 n 1 gt {
77 0 0 0 0 0 0 1 1 true subspline
78 n 2 gt {
79 0 0 0 0 1 1 2 2 false subspline
80 1 1 n 3 sub {
81 /i exch def
82 i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
83 } for
84 n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
85 } if
86 n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
87 patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
88 brushNone not { istroke } if
89 0 0 1 1 leftarrow
90 n 2 sub dup n 1 sub dup rightarrow
91 } if
92 end
93 } dup 0 4 dict put def
94
95 /Circ {
96 newpath
97 0 360 arc
98 patternNone not { ifill } if
99 brushNone not { istroke } if
100 } def
101
102 /CBSpl {
103 0 begin
104 dup 2 gt {
105 storexyn
106 newpath
107 n 1 sub dup 0 0 1 1 2 2 true subspline
108 1 1 n 3 sub {
109 /i exch def
110 i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
111 } for
112 n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
113 n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
114 patternNone not { ifill } if
115 brushNone not { istroke } if
116 } {
117 Poly
118 } ifelse
119 end
120 } dup 0 4 dict put def
121
122 /Elli {
123 0 begin
124 newpath
125 4 2 roll
126 translate
127 scale
128 0 0 1 0 360 arc
129 patternNone not { ifill } if
130 brushNone not { istroke } if
131 end
132 } dup 0 1 dict put def
133
134 /Line {
135 0 begin
136 2 storexyn
137 newpath
138 x 0 get y 0 get moveto
139 x 1 get y 1 get lineto
140 brushNone not { istroke } if
141 0 0 1 1 leftarrow
142 0 0 1 1 rightarrow
143 end
144 } dup 0 4 dict put def
145
146 /MLine {
147 0 begin
148 storexyn
149 newpath
150 n 1 gt {
151 x 0 get y 0 get moveto
152 1 1 n 1 sub {
153 /i exch def
154 x i get y i get lineto
155 } for
156 patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
157 brushNone not { istroke } if
158 0 0 1 1 leftarrow
159 n 2 sub dup n 1 sub dup rightarrow
160 } if
161 end
162 } dup 0 4 dict put def
163
164 /Poly {
165 3 1 roll
166 newpath
167 moveto
168 -1 add
169 { lineto } repeat
170 closepath
171 patternNone not { ifill } if
172 brushNone not { istroke } if
173 } def
174
175 /Rect {
176 0 begin
177 /t exch def
178 /r exch def
179 /b exch def
180 /l exch def
181 newpath
182 l b moveto
183 l t lineto
184 r t lineto
185 r b lineto
186 closepath
187 patternNone not { ifill } if
188 brushNone not { istroke } if
189 end
190 } dup 0 4 dict put def
191
192 /Text {
193 ishow
194 } def
195
196 /idef {
197 dup where { pop pop pop } { exch def } ifelse
198 } def
199
200 /ifill {
201 0 begin
202 gsave
203 patternGrayLevel -1 ne {
204 fgred bgred fgred sub patternGrayLevel mul add
205 fggreen bggreen fggreen sub patternGrayLevel mul add
206 fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
207 eofill
208 } {
209 eoclip
210 originalCTM setmatrix
211 pathbbox /t exch def /r exch def /b exch def /l exch def
212 /w r l sub ceiling cvi def
213 /h t b sub ceiling cvi def
214 /imageByteWidth w 8 div ceiling cvi def
215 /imageHeight h def
216 bgred bggreen bgblue setrgbcolor
217 eofill
218 fgred fggreen fgblue setrgbcolor
219 w 0 gt h 0 gt and {
220 l b translate w h scale
221 w h true [w 0 0 h neg 0 h] { patternproc } imagemask
222 } if
223 } ifelse
224 grestore
225 end
226 } dup 0 8 dict put def
227
228 /istroke {
229 gsave
230 brushDashOffset -1 eq {
231 [] 0 setdash
232 1 setgray
233 } {
234 brushDashArray brushDashOffset setdash
235 fgred fggreen fgblue setrgbcolor
236 } ifelse
237 brushWidth setlinewidth
238 originalCTM setmatrix
239 stroke
240 grestore
241 } def
242
243 /ishow {
244 0 begin
245 gsave
246 fgred fggreen fgblue setrgbcolor
247 /fontDict printFont findfont printSize scalefont dup setfont def
248 /descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
249 transform exch pop def
250 /vertoffset 0 descender sub printSize sub printFont /Courier ne
251 printFont /Courier-Bold ne and { 1 add } if def {
252 0 vertoffset moveto show
253 /vertoffset vertoffset printSize sub def
254 } forall
255 grestore
256 end
257 } dup 0 3 dict put def
258
259 /patternproc {
260 0 begin
261 /patternByteLength patternString length def
262 /patternHeight patternByteLength 8 mul sqrt cvi def
263 /patternWidth patternHeight def
264 /patternByteWidth patternWidth 8 idiv def
265 /imageByteMaxLength imageByteWidth imageHeight mul
266 stringLimit patternByteWidth sub min def
267 /imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
268 patternHeight mul patternHeight max def
269 /imageHeight imageHeight imageMaxHeight sub store
270 /imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
271 0 1 imageMaxHeight 1 sub {
272 /y exch def
273 /patternRow y patternByteWidth mul patternByteLength mod def
274 /patternRowString patternString patternRow patternByteWidth getinterval def
275 /imageRow y imageByteWidth mul def
276 0 patternByteWidth imageByteWidth 1 sub {
277 /x exch def
278 imageString imageRow x add patternRowString putinterval
279 } for
280 } for
281 imageString
282 end
283 } dup 0 12 dict put def
284
285 /min {
286 dup 3 2 roll dup 4 3 roll lt { exch } if pop
287 } def
288
289 /max {
290 dup 3 2 roll dup 4 3 roll gt { exch } if pop
291 } def
292
293 /arrowhead {
294 0 begin
295 transform originalCTM itransform
296 /taily exch def
297 /tailx exch def
298 transform originalCTM itransform
299 /tipy exch def
300 /tipx exch def
301 /dy tipy taily sub def
302 /dx tipx tailx sub def
303 /angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
304 gsave
305 originalCTM setmatrix
306 tipx tipy translate
307 angle rotate
308 newpath
309 0 0 moveto
310 arrowHeight neg arrowWidth 2 div lineto
311 arrowHeight neg arrowWidth 2 div neg lineto
312 closepath
313 patternNone not {
314 originalCTM setmatrix
315 /padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
316 arrowWidth div def
317 /padtail brushWidth 2 div def
318 tipx tipy translate
319 angle rotate
320 padtip 0 translate
321 arrowHeight padtip add padtail add arrowHeight div dup scale
322 arrowheadpath
323 ifill
324 } if
325 brushNone not {
326 originalCTM setmatrix
327 tipx tipy translate
328 angle rotate
329 arrowheadpath
330 istroke
331 } if
332 grestore
333 end
334 } dup 0 9 dict put def
335
336 /arrowheadpath {
337 newpath
338 0 0 moveto
339 arrowHeight neg arrowWidth 2 div lineto
340 arrowHeight neg arrowWidth 2 div neg lineto
341 closepath
342 } def
343
344 /leftarrow {
345 0 begin
346 y exch get /taily exch def
347 x exch get /tailx exch def
348 y exch get /tipy exch def
349 x exch get /tipx exch def
350 brushLeftArrow { tipx tipy tailx taily arrowhead } if
351 end
352 } dup 0 4 dict put def
353
354 /rightarrow {
355 0 begin
356 y exch get /tipy exch def
357 x exch get /tipx exch def
358 y exch get /taily exch def
359 x exch get /tailx exch def
360 brushRightArrow { tipx tipy tailx taily arrowhead } if
361 end
362 } dup 0 4 dict put def
363
364 /midpoint {
365 0 begin
366 /y1 exch def
367 /x1 exch def
368 /y0 exch def
369 /x0 exch def
370 x0 x1 add 2 div
371 y0 y1 add 2 div
372 end
373 } dup 0 4 dict put def
374
375 /thirdpoint {
376 0 begin
377 /y1 exch def
378 /x1 exch def
379 /y0 exch def
380 /x0 exch def
381 x0 2 mul x1 add 3 div
382 y0 2 mul y1 add 3 div
383 end
384 } dup 0 4 dict put def
385
386 /subspline {
387 0 begin
388 /movetoNeeded exch def
389 y exch get /y3 exch def
390 x exch get /x3 exch def
391 y exch get /y2 exch def
392 x exch get /x2 exch def
393 y exch get /y1 exch def
394 x exch get /x1 exch def
395 y exch get /y0 exch def
396 x exch get /x0 exch def
397 x1 y1 x2 y2 thirdpoint
398 /p1y exch def
399 /p1x exch def
400 x2 y2 x1 y1 thirdpoint
401 /p2y exch def
402 /p2x exch def
403 x1 y1 x0 y0 thirdpoint
404 p1x p1y midpoint
405 /p0y exch def
406 /p0x exch def
407 x2 y2 x3 y3 thirdpoint
408 p2x p2y midpoint
409 /p3y exch def
410 /p3x exch def
411 movetoNeeded { p0x p0y moveto } if
412 p1x p1y p2x p2y p3x p3y curveto
413 end
414 } dup 0 17 dict put def
415
416 /storexyn {
417 /n exch def
418 /y n array def
419 /x n array def
420 n 1 sub -1 0 {
421 /i exch def
422 y i 3 2 roll put
423 x i 3 2 roll put
424 } for
425 } def
426
427 %%EndProlog
428
429 %I Idraw 7 Grid 5 
430
431 %%Page: 1 1
432
433 Begin
434 %I b u
435 %I cfg u
436 %I cbg u
437 %I f u
438 %I p u
439 %I t
440 [ 0.8 0 0 0.8 0 0 ] concat
441 /originalCTM matrix currentmatrix def
442
443 Begin %I MLine
444 %I b 65535
445 1 0 0 [] 0 SetB
446 %I cfg Black
447 0 0 0 SetCFg
448 %I cbg White
449 1 1 1 SetCBg
450 %I p
451 1 SetP
452 %I t
453 [ 1 0 0 1 134 274 ] concat
454 %I 4
455 145 413
456 145 388
457 219 388
458 219 413
459 4 MLine
460 End
461
462 Begin %I Rect
463 none SetB %I b n
464 %I cfg Black
465 0 0 0 SetCFg
466 %I cbg White
467 1 1 1 SetCBg
468 %I p
469 1 SetP
470 %I t
471 [ 1 0 0 1 108 196 ] concat
472 %I
473 176 538 213 575 Rect
474 End
475
476 Begin %I Rect
477 %I b 65535
478 1 0 1 [] 0 SetB
479 %I cfg Black
480 0 0 0 SetCFg
481 %I cbg White
482 1 1 1 SetCBg
483 %I p
484 1 SetP
485 %I t
486 [ 0.902778 0 0 1 90.7851 197 ] concat
487 %I
488 120 544 263 569 Rect
489 End
490
491 Begin %I Rect
492 %I b 65535
493 1 0 1 [] 0 SetB
494 %I cfg Black
495 0 0 0 SetCFg
496 %I cbg White
497 1 1 1 SetCBg
498 %I p
499 1 SetP
500 %I t
501 [ 0.590278 0 0 1 255.973 197 ] concat
502 %I
503 120 544 263 569 Rect
504 End
505
506 Begin %I Rect
507 none SetB %I b n
508 %I cfg Black
509 0 0 0 SetCFg
510 %I cbg White
511 1 1 1 SetCBg
512 %I p
513 1 SetP
514 %I t
515 [ 1 0 0 1 173 197 ] concat
516 %I
517 176 538 213 575 Rect
518 End
519
520 Begin %I Rect
521 %I b 65535
522 1 0 1 [] 0 SetB
523 %I cfg Black
524 0 0 0 SetCFg
525 %I cbg White
526 1 1 1 SetCBg
527 %I p
528 1 SetP
529 %I t
530 [ 0.590278 0 0 1 337.973 197 ] concat
531 %I
532 120 544 263 569 Rect
533 End
534
535 Begin %I Rect
536 none SetB %I b n
537 %I cfg Black
538 0 0 0 SetCFg
539 %I cbg White
540 1 1 1 SetCBg
541 %I p
542 1 SetP
543 %I t
544 [ 1 0 0 1 255 197 ] concat
545 %I
546 176 538 213 575 Rect
547 End
548
549 Begin %I MLine
550 %I b 65535
551 1 0 0 [] 0 SetB
552 %I cfg Black
553 0 0 0 SetCFg
554 %I cbg White
555 1 1 1 SetCBg
556 %I p
557 1 SetP
558 %I t
559 [ 1 0 0 1 134 173 ] concat
560 %I 4
561 145 413
562 145 388
563 219 388
564 219 413
565 4 MLine
566 End
567
568 Begin %I Text
569 %I cfg Black
570 0 0 0 SetCFg
571 %I f *-times-medium-r-*-120-*
572 /Times-Roman 12 SetF
573 %I t
574 [ 1 0 0 1 286 546 ] concat
575 %I
576 [
577 (Other Info ...)
578 ] Text
579 End
580
581 Begin %I MLine
582 %I b 65535
583 1 0 0 [] 0 SetB
584 %I cfg Black
585 0 0 0 SetCFg
586 %I cbg White
587 1 1 1 SetCBg
588 %I p
589 1 SetP
590 %I t
591 [ 1 0 0 1 134 197 ] concat
592 %I 4
593 145 413
594 145 388
595 219 388
596 219 413
597 4 MLine
598 End
599
600 Begin %I MLine
601 %I b 65535
602 1 0 0 [] 0 SetB
603 %I cfg Black
604 0 0 0 SetCFg
605 %I cbg White
606 1 1 1 SetCBg
607 %I p
608 1 SetP
609 %I t
610 [ 1 0 0 1 134 300 ] concat
611 %I 4
612 145 413
613 145 388
614 219 388
615 219 413
616 4 MLine
617 End
618
619 Begin %I Text
620 %I cfg Black
621 0 0 0 SetCFg
622 %I f *-times-medium-r-*-120-*
623 /Times-Roman 12 SetF
624 %I t
625 [ 1 0 0 1 413 758 ] concat
626 %I
627 [
628 (Non Ptr Words)
629 ] Text
630 End
631
632 Begin %I Text
633 %I cfg Black
634 0 0 0 SetCFg
635 %I f *-times-medium-r-*-120-*
636 /Times-Roman 12 SetF
637 %I t
638 [ 1 0 0 1 343 758 ] concat
639 %I
640 [
641 (Ptr Words)
642 ] Text
643 End
644
645 Begin %I Line
646 %I b 65535
647 1 0 0 [] 0 SetB
648 %I cfg Black
649 0 0 0 SetCFg
650 %I cbg White
651 1 1 1 SetCBg
652 %I p
653 1 SetP
654 %I t
655 [ 1 0 0 0.88 118 255.84 ] concat
656 %I
657 89 556 89 507 Line
658 End
659
660 Begin %I Line
661 %I b 65535
662 1 0 1 [] 0 SetB
663 %I cfg Black
664 0 0 0 SetCFg
665 %I cbg White
666 1 1 1 SetCBg
667 %I p
668 0 SetP
669 %I t
670 [ 1.2963 0 0 1 92.3731 195 ] concat
671 %I
672 89 507 138 507 Line
673 End
674
675 Begin %I Line
676 %I b 65535
677 1 0 1 [] 0 SetB
678 %I cfg Black
679 0 0 0 SetCFg
680 %I cbg White
681 1 1 1 SetCBg
682 %I p
683 0 SetP
684 %I t
685 [ 1 0 0 1 134 196 ] concat
686 %I
687 182 507 269 507 Line
688 End
689
690 Begin %I Line
691 %I b 65535
692 1 0 1 [] 0 SetB
693 %I cfg Black
694 0 0 0 SetCFg
695 %I cbg White
696 1 1 1 SetCBg
697 %I p
698 0 SetP
699 %I t
700 [ 1 0 0 1 134 91 ] concat
701 %I
702 182 507 269 507 Line
703 End
704
705 Begin %I Line
706 %I b 65535
707 1 0 1 [] 0 SetB
708 %I cfg Black
709 0 0 0 SetCFg
710 %I cbg White
711 1 1 1 SetCBg
712 %I p
713 0 SetP
714 %I t
715 [ 1 0 0 1 134 67 ] concat
716 %I
717 182 507 269 507 Line
718 End
719
720 Begin %I Text
721 %I cfg Black
722 0 0 0 SetCFg
723 %I f *-times-medium-r-*-120-*
724 /Times-Roman 12 SetF
725 %I t
726 [ 1 0 0 1 416 709 ] concat
727 %I
728 [
729 (Entry Code)
730 ] Text
731 End
732
733 Begin %I Text
734 %I cfg Black
735 0 0 0 SetCFg
736 %I f *-times-medium-r-*-120-*
737 /Times-Roman 12 SetF
738 %I t
739 [ 1 0 0 1 416 604 ] concat
740 %I
741 [
742 (Evacuation Code)
743 ] Text
744 End
745
746 Begin %I Text
747 %I cfg Black
748 0 0 0 SetCFg
749 %I f *-times-medium-r-*-120-*
750 /Times-Roman 12 SetF
751 %I t
752 [ 1 0 0 1 416 580 ] concat
753 %I
754 [
755 (Scavenge Code)
756 ] Text
757 End
758
759 Begin %I Line
760 %I b 65535
761 1 0 0 [] 0 SetB
762 %I cfg Black
763 0 0 0 SetCFg
764 %I cbg White
765 1 1 1 SetCBg
766 %I p
767 1 SetP
768 %I t
769 [ 1 0 0 1 134.5 194 ] concat
770 %I
771 145 519 219 519 Line
772 End
773
774 Begin %I Line
775 %I b 13107
776 1 0 0 [2 2 2 2 2 2 2 2] 15 SetB
777 %I cfg Black
778 0 0 0 SetCFg
779 %I cbg White
780 1 1 1 SetCBg
781 %I p
782 1 SetP
783 %I t
784 [ 1 0 0 1 254 197 ] concat
785 %I
786 176 544 213 544 Line
787 End
788
789 Begin %I Line
790 %I b 13107
791 1 0 0 [2 2 2 2 2 2 2 2] 15 SetB
792 %I cfg Black
793 0 0 0 SetCFg
794 %I cbg White
795 1 1 1 SetCBg
796 %I p
797 1 SetP
798 %I t
799 [ 1 0 0 1 256 222 ] concat
800 %I
801 176 544 213 544 Line
802 End
803
804 Begin %I Line
805 %I b 13107
806 1 0 0 [2 2 2 2 2 2 2 2] 15 SetB
807 %I cfg Black
808 0 0 0 SetCFg
809 %I cbg White
810 1 1 1 SetCBg
811 %I p
812 1 SetP
813 %I t
814 [ 1 0 0 1 172 197 ] concat
815 %I
816 176 544 213 544 Line
817 End
818
819 Begin %I Line
820 %I b 13107
821 1 0 0 [2 2 2 2 2 2 2 2] 15 SetB
822 %I cfg Black
823 0 0 0 SetCFg
824 %I cbg White
825 1 1 1 SetCBg
826 %I p
827 1 SetP
828 %I t
829 [ 1 0 0 1 174 222 ] concat
830 %I
831 176 544 213 544 Line
832 End
833
834 Begin %I Text
835 %I cfg Black
836 0 0 0 SetCFg
837 %I f *-times-medium-r-*-120-*
838 /Times-Roman 12 SetF
839 %I t
840 [ 1 0 0 1 204 757 ] concat
841 %I
842 [
843 (Fixed Hdr)
844 ] Text
845 End
846
847 Begin %I Line
848 %I b 13107
849 1 0 0 [2 2 2 2 2 2 2 2] 15 SetB
850 %I cfg Black
851 0 0 0 SetCFg
852 %I cbg White
853 1 1 1 SetCBg
854 %I p
855 1 SetP
856 %I t
857 [ 1 0 0 1 109 197 ] concat
858 %I
859 176 544 213 544 Line
860 End
861
862 Begin %I Line
863 %I b 13107
864 1 0 0 [2 2 2 2 2 2 2 2] 15 SetB
865 %I cfg Black
866 0 0 0 SetCFg
867 %I cbg White
868 1 1 1 SetCBg
869 %I p
870 1 SetP
871 %I t
872 [ 1 0 0 1 109 222 ] concat
873 %I
874 176 544 213 544 Line
875 End
876
877 Begin %I Text
878 %I cfg Black
879 0 0 0 SetCFg
880 %I f *-times-medium-r-*-120-*
881 /Times-Roman 12 SetF
882 %I t
883 [ 1 0 0 1 284 680 ] concat
884 %I
885 [
886 (Closure Type)
887 ] Text
888 End
889
890 Begin %I MLine
891 %I b 65535
892 1 0 0 [] 0 SetB
893 %I cfg Black
894 0 0 0 SetCFg
895 %I cbg White
896 1 1 1 SetCBg
897 %I p
898 1 SetP
899 %I t
900 [ 1 0 0 1 134 248 ] concat
901 %I 4
902 145 413
903 145 388
904 219 388
905 219 413
906 4 MLine
907 End
908
909 Begin %I Text
910 %I cfg Black
911 0 0 0 SetCFg
912 %I f *-times-medium-r-*-120-*
913 /Times-Roman 12 SetF
914 %I t
915 [ 1 0 0 1 305 653 ] concat
916 %I
917 [
918 (Size)
919 ] Text
920 End
921
922 Begin %I MLine
923 %I b 65535
924 1 0 0 [] 0 SetB
925 %I cfg Black
926 0 0 0 SetCFg
927 %I cbg White
928 1 1 1 SetCBg
929 %I p
930 1 SetP
931 %I t
932 [ 1 0 0 1 134 222 ] concat
933 %I 4
934 145 413
935 145 388
936 219 388
937 219 413
938 4 MLine
939 End
940
941 Begin %I Text
942 %I cfg Black
943 0 0 0 SetCFg
944 %I f *-times-medium-r-*-120-*
945 /Times-Roman 12 SetF
946 %I t
947 [ 1 0 0 1 289 627 ] concat
948 %I
949 [
950 (No of Ptrs)
951 ] Text
952 End
953
954 Begin %I Line
955 %I b 65535
956 1 0 0 [] 0 SetB
957 %I cfg Black
958 0 0 0 SetCFg
959 %I cbg White
960 1 1 1 SetCBg
961 %I p
962 0 SetP
963 %I t
964 [ 1 0 0 1.13333 148 148.333 ] concat
965 %I
966 205 365 205 336 Line
967 End
968
969 Begin %I Line
970 %I b 65535
971 1 0 0 [] 0 SetB
972 %I cfg Black
973 0 0 0 SetCFg
974 %I cbg White
975 1 1 1 SetCBg
976 %I p
977 0 SetP
978 %I t
979 [ 1 0 0 1.17241 148 134.069 ] concat
980 %I
981 131 365 131 337 Line
982 End
983
984 Begin %I Line
985 %I b 65535
986 1 0 0 [] 0 SetB
987 %I cfg Black
988 0 0 0 SetCFg
989 %I cbg White
990 1 1 1 SetCBg
991 %I p
992 0 SetP
993 %I t
994 [ 1 0 0 0.925926 148 239.148 ] concat
995 %I
996 114 569 114 543 Line
997 End
998
999 Begin %I Text
1000 %I cfg Black
1001 0 0 0 SetCFg
1002 %I f *-times-medium-r-*-120-*
1003 /Times-Roman 12 SetF
1004 %I t
1005 [ 1 0 0 1 275 757 ] concat
1006 %I
1007 [
1008 (Var Hdr)
1009 ] Text
1010 End
1011
1012 Begin %I Text
1013 %I cfg Black
1014 0 0 0 SetCFg
1015 %I f *-times-medium-r-*-120-*
1016 /Times-Roman 12 SetF
1017 %I t
1018 [ 1 0 0 1 211 727 ] concat
1019 %I
1020 [
1021 (   Info)
1022 (Pointer)
1023 ] Text
1024 End
1025
1026 End %I eop
1027
1028 showpage
1029
1030 %%Trailer
1031
1032 end