/[MITgcm]/MITgcm_contrib/high_res_cube/code-mods/s54t_170x170/s54t_170x170.ps
ViewVC logotype

Contents of /MITgcm_contrib/high_res_cube/code-mods/s54t_170x170/s54t_170x170.ps

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Fri Mar 26 22:22:52 2004 UTC (21 years, 4 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
File MIME type: application/postscript
Added Files: high_res_cube/code-mods/s54t_170x170/s54t_170x170.ps

1 %!PS-Adobe-2.0
2 %%Creator: MATLAB, The Mathworks, Inc.
3 %%Title: s54t_170x170.ps
4 %%CreationDate: 03/26/2004 14:20:29
5 %%DocumentNeededFonts: Helvetica
6 %%+ Helvetica-Bold
7 %%DocumentProcessColors: Cyan Magenta Yellow Black
8 %%Extensions: CMYK
9 %%Pages: (atend)
10 %%BoundingBox: (atend)
11 %%EndComments
12
13 %%BeginProlog
14 % MathWorks dictionary
15 /MathWorks 160 dict begin
16 % definition operators
17 /bdef {bind def} bind def
18 /ldef {load def} bind def
19 /xdef {exch def} bdef
20 /xstore {exch store} bdef
21 % operator abbreviations
22 /c /clip ldef
23 /cc /concat ldef
24 /cp /closepath ldef
25 /gr /grestore ldef
26 /gs /gsave ldef
27 /mt /moveto ldef
28 /np /newpath ldef
29 /cm /currentmatrix ldef
30 /sm /setmatrix ldef
31 /rm /rmoveto ldef
32 /rl /rlineto ldef
33 /s {show newpath} bdef
34 /sc {setcmykcolor} bdef
35 /sr /setrgbcolor ldef
36 /sg /setgray ldef
37 /w /setlinewidth ldef
38 /j /setlinejoin ldef
39 /cap /setlinecap ldef
40 /rc {rectclip} bdef
41 /rf {rectfill} bdef
42 % page state control
43 /pgsv () def
44 /bpage {/pgsv save def} bdef
45 /epage {pgsv restore} bdef
46 /bplot /gsave ldef
47 /eplot {stroke grestore} bdef
48 % orientation switch
49 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
50 % coordinate system mappings
51 /dpi2point 0 def
52 % font control
53 /FontSize 0 def
54 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
55 makefont setfont} bdef
56 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
57 exch dup 3 1 roll findfont dup length dict begin
58 { 1 index /FID ne {def}{pop pop} ifelse } forall
59 /Encoding exch def currentdict end definefont pop} bdef
60 /isroman {findfont /CharStrings get /Agrave known} bdef
61 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
62 exch FMS} bdef
63 /csm {1 dpi2point div -1 dpi2point div scale neg translate
64 dup landscapeMode eq {pop -90 rotate}
65 {rotateMode eq {90 rotate} if} ifelse} bdef
66 % line types: solid, dotted, dashed, dotdash
67 /SO { [] 0 setdash } bdef
68 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
69 /DA { [6 dpi2point mul] 0 setdash } bdef
70 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
71 dpi2point mul] 0 setdash } bdef
72 % macros for lines and objects
73 /L {lineto stroke} bdef
74 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
75 /AP {{rlineto} repeat} bdef
76 /PDlw -1 def
77 /W {/PDlw currentlinewidth def setlinewidth} def
78 /PP {closepath eofill} bdef
79 /DP {closepath stroke} bdef
80 /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
81 neg 0 exch rlineto closepath} bdef
82 /FR {MR stroke} bdef
83 /PR {MR fill} bdef
84 /L1i {{currentfile picstr readhexstring pop} image} bdef
85 /tMatrix matrix def
86 /MakeOval {newpath tMatrix currentmatrix pop translate scale
87 0 0 1 0 360 arc tMatrix setmatrix} bdef
88 /FO {MakeOval stroke} bdef
89 /PO {MakeOval fill} bdef
90 /PD {currentlinewidth 2 div 0 360 arc fill
91 PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
92 /FA {newpath tMatrix currentmatrix pop translate scale
93 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
94 /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
95 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
96 /FAn {newpath tMatrix currentmatrix pop translate scale
97 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
98 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
99 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
100 /vradius 0 def /hradius 0 def /lry 0 def
101 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
102 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
103 /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
104 vradius add translate hradius vradius scale 0 0 1 180 270 arc
105 tMatrix setmatrix lrx hradius sub uly vradius add translate
106 hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
107 lrx hradius sub lry vradius sub translate hradius vradius scale
108 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
109 translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
110 closepath} bdef
111 /FRR {MRR stroke } bdef
112 /PRR {MRR fill } bdef
113 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
114 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
115 rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
116 sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
117 closepath} bdef
118 /FlrRR {MlrRR stroke } bdef
119 /PlrRR {MlrRR fill } bdef
120 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
121 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
122 rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
123 sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
124 closepath} bdef
125 /FtbRR {MtbRR stroke } bdef
126 /PtbRR {MtbRR fill } bdef
127 /stri 6 array def /dtri 6 array def
128 /smat 6 array def /dmat 6 array def
129 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
130 /asub {/ind2 exch def /ind1 exch def dup dup
131 ind1 get exch ind2 get sub exch } bdef
132 /tri_to_matrix {
133 2 0 asub 3 1 asub 4 0 asub 5 1 asub
134 dup 0 get exch 1 get 7 -1 roll astore } bdef
135 /compute_transform {
136 dmat dtri tri_to_matrix tmat1 invertmatrix
137 smat stri tri_to_matrix tmat2 concatmatrix } bdef
138 /ds {stri astore pop} bdef
139 /dt {dtri astore pop} bdef
140 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
141 currentfile exch readhexstring pop
142 dup 0 3 index getinterval /rbmap xdef
143 dup 2 index dup getinterval /gbmap xdef
144 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
145 /it {gs np dtri aload pop moveto lineto lineto cp c
146 cols rows 8 compute_transform
147 rbmap gbmap bbmap true 3 colorimage gr}bdef
148 /il {newpath moveto lineto stroke}bdef
149 currentdict end def
150 %%EndProlog
151
152 %%BeginSetup
153 MathWorks begin
154
155 0 cap
156
157 end
158 %%EndSetup
159
160 %%Page: 1 1
161 %%BeginPageSetup
162 %%PageBoundingBox: 51 149 545 659
163 MathWorks begin
164 bpage
165 %%EndPageSetup
166
167 %%BeginObject: obj1
168 bplot
169
170 /dpi2point 12 def
171 landscapeMode 0216 0216 csm
172
173 1576 402 6117 5923 MR c np
174 92 dict begin %Colortable dictionary
175 /c0 { 0 0 0 sr} bdef
176 /c1 { 1 1 1 sr} bdef
177 /c2 { 1 0 0 sr} bdef
178 /c3 { 0 1 0 sr} bdef
179 /c4 { 0 0 1 sr} bdef
180 /c5 { 1 1 0 sr} bdef
181 /c6 { 1 0 1 sr} bdef
182 /c7 { 0 1 1 sr} bdef
183 c0
184 1 j
185 1 sg
186 0 0 9073 6913 PR
187 6 w
188 0 5635 5634 0 0 -5635 1877 6152 4 MP
189 PP
190 -5634 0 0 5635 5634 0 0 -5635 1877 6152 5 MP stroke
191 4 w
192 DO
193 SO
194 6 w
195 0 sg
196 1877 6152 mt 7511 6152 L
197 1877 6152 mt 1877 517 L
198 1877 6152 mt 1877 6095 L
199 %%IncludeResource: font Helvetica
200 /Helvetica /ISOLatin1Encoding 120 FMSR
201
202 1844 6297 mt
203 (0) s
204 3004 6152 mt 3004 6095 L
205 2904 6297 mt
206 (500) s
207 4131 6152 mt 4131 6095 L
208 3998 6297 mt
209 (1000) s
210 5257 6152 mt 5257 6095 L
211 5124 6297 mt
212 (1500) s
213 6384 6152 mt 6384 6095 L
214 6251 6297 mt
215 (2000) s
216 7511 6152 mt 7511 6095 L
217 7378 6297 mt
218 (2500) s
219 1877 6152 mt 1933 6152 L
220 1776 6196 mt
221 (0) s
222 1877 5025 mt 1933 5025 L
223 1642 5069 mt
224 (500) s
225 1877 3898 mt 1933 3898 L
226 1576 3942 mt
227 (1000) s
228 1877 2771 mt 1933 2771 L
229 1576 2815 mt
230 (1500) s
231 1877 1644 mt 1933 1644 L
232 1576 1688 mt
233 (2000) s
234 1877 517 mt 1933 517 L
235 1576 561 mt
236 (2500) s
237 gs 1877 517 5635 5636 MR c np
238 24 w
239 /c8 { 0.000000 0.000000 1.000000 sr} bdef
240 c8
241 1147 0 1879 6149 2 MP stroke
242 -1147 0 3026 5002 2 MP stroke
243 /c9 { 1.000000 0.000000 0.000000 sr} bdef
244 c9
245 0 -1147 3026 6149 2 MP stroke
246 0 1147 1879 5002 2 MP stroke
247 gr
248
249 24 w
250 c9
251 0 sg
252 %%IncludeResource: font Helvetica-Bold
253 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
254
255 2453 5638 mt
256 (f1) s
257 gs 1877 517 5635 5636 MR c np
258 DA
259 6 w
260 0 381 -381 0 0 -381 381 0 1879 6149 5 MP stroke
261 gr
262
263 6 w
264 DA
265 %%IncludeResource: font Helvetica
266 /Helvetica /ISOLatin1Encoding 96 FMSR
267
268 2070 5993 mt
269 (t1) s
270 %%IncludeResource: font Helvetica
271 /Helvetica /ISOLatin1Encoding 120 FMSR
272
273 1879 5952 mt
274 (f5) s
275 %%IncludeResource: font Helvetica
276 /Helvetica /ISOLatin1Encoding 96 FMSR
277
278 1979 6012 mt
279 (n) s
280 %%IncludeResource: font Helvetica
281 /Helvetica /ISOLatin1Encoding 120 FMSR
282
283 2070 6078 mt
284 (f6) s
285 %%IncludeResource: font Helvetica
286 /Helvetica /ISOLatin1Encoding 96 FMSR
287
288 2170 6138 mt
289 (n) s
290 gs 1877 517 5635 5636 MR c np
291 0 381 -381 0 0 -381 381 0 2262 6149 5 MP stroke
292 gr
293
294 2453 5993 mt
295 (t2) s
296 %%IncludeResource: font Helvetica
297 /Helvetica /ISOLatin1Encoding 120 FMSR
298
299 2453 6078 mt
300 (f6) s
301 %%IncludeResource: font Helvetica
302 /Helvetica /ISOLatin1Encoding 96 FMSR
303
304 2553 6138 mt
305 (n) s
306 gs 1877 517 5635 5636 MR c np
307 0 381 -381 0 0 -381 381 0 2645 6149 5 MP stroke
308 gr
309
310 2836 5993 mt
311 (t3) s
312 %%IncludeResource: font Helvetica
313 /Helvetica /ISOLatin1Encoding 120 FMSR
314
315 2836 6078 mt
316 (f6) s
317 %%IncludeResource: font Helvetica
318 /Helvetica /ISOLatin1Encoding 96 FMSR
319
320 2936 6138 mt
321 (n) s
322 %%IncludeResource: font Helvetica
323 /Helvetica /ISOLatin1Encoding 120 FMSR
324
325 2931 5952 mt
326 (f2) s
327 %%IncludeResource: font Helvetica
328 /Helvetica /ISOLatin1Encoding 96 FMSR
329
330 3031 6012 mt
331 (w) s
332 gs 1877 517 5635 5636 MR c np
333 0 381 -381 0 0 -381 381 0 1879 5766 5 MP stroke
334 gr
335
336 2070 5610 mt
337 (t4) s
338 %%IncludeResource: font Helvetica
339 /Helvetica /ISOLatin1Encoding 120 FMSR
340
341 1879 5569 mt
342 (f5) s
343 %%IncludeResource: font Helvetica
344 /Helvetica /ISOLatin1Encoding 96 FMSR
345
346 1979 5629 mt
347 (n) s
348 gs 1877 517 5635 5636 MR c np
349 0 381 -381 0 0 -381 381 0 2262 5766 5 MP stroke
350 gr
351
352 2453 5610 mt
353 (t5) s
354 gs 1877 517 5635 5636 MR c np
355 0 381 -381 0 0 -381 381 0 2645 5766 5 MP stroke
356 gr
357
358 2836 5610 mt
359 (t6) s
360 %%IncludeResource: font Helvetica
361 /Helvetica /ISOLatin1Encoding 120 FMSR
362
363 2931 5569 mt
364 (f2) s
365 %%IncludeResource: font Helvetica
366 /Helvetica /ISOLatin1Encoding 96 FMSR
367
368 3031 5629 mt
369 (w) s
370 gs 1877 517 5635 5636 MR c np
371 0 381 -381 0 0 -381 381 0 1879 5383 5 MP stroke
372 gr
373
374 2070 5227 mt
375 (t7) s
376 %%IncludeResource: font Helvetica
377 /Helvetica /ISOLatin1Encoding 120 FMSR
378
379 1879 5186 mt
380 (f5) s
381 %%IncludeResource: font Helvetica
382 /Helvetica /ISOLatin1Encoding 96 FMSR
383
384 1979 5246 mt
385 (n) s
386 %%IncludeResource: font Helvetica
387 /Helvetica /ISOLatin1Encoding 120 FMSR
388
389 2070 5091 mt
390 (f3) s
391 %%IncludeResource: font Helvetica
392 /Helvetica /ISOLatin1Encoding 96 FMSR
393
394 2170 5151 mt
395 (w) s
396 gs 1877 517 5635 5636 MR c np
397 0 381 -381 0 0 -381 381 0 2262 5383 5 MP stroke
398 gr
399
400 2453 5227 mt
401 (t8) s
402 %%IncludeResource: font Helvetica
403 /Helvetica /ISOLatin1Encoding 120 FMSR
404
405 2453 5091 mt
406 (f3) s
407 %%IncludeResource: font Helvetica
408 /Helvetica /ISOLatin1Encoding 96 FMSR
409
410 2553 5151 mt
411 (w) s
412 gs 1877 517 5635 5636 MR c np
413 0 381 -381 0 0 -381 381 0 2645 5383 5 MP stroke
414 gr
415
416 2836 5227 mt
417 (t9) s
418 %%IncludeResource: font Helvetica
419 /Helvetica /ISOLatin1Encoding 120 FMSR
420
421 2836 5091 mt
422 (f3) s
423 %%IncludeResource: font Helvetica
424 /Helvetica /ISOLatin1Encoding 96 FMSR
425
426 2936 5151 mt
427 (w) s
428 %%IncludeResource: font Helvetica
429 /Helvetica /ISOLatin1Encoding 120 FMSR
430
431 2931 5186 mt
432 (f2) s
433 %%IncludeResource: font Helvetica
434 /Helvetica /ISOLatin1Encoding 96 FMSR
435
436 3031 5246 mt
437 (w) s
438 gs 1877 517 5635 5636 MR c np
439 SO
440 24 w
441 /c10 { 0.000000 1.000000 0.000000 sr} bdef
442 c10
443 1147 0 3029 6149 2 MP stroke
444 -1147 0 4176 5002 2 MP stroke
445 c9
446 0 -1147 4176 6149 2 MP stroke
447 0 1147 3029 5002 2 MP stroke
448 gr
449
450 24 w
451 c9
452 SO
453 0 sg
454 %%IncludeResource: font Helvetica-Bold
455 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
456
457 3602 5638 mt
458 (f2) s
459 gs 1877 517 5635 5636 MR c np
460 DA
461 6 w
462 0 381 -380 0 0 -381 380 0 3029 6149 5 MP stroke
463 gr
464
465 6 w
466 DA
467 %%IncludeResource: font Helvetica
468 /Helvetica /ISOLatin1Encoding 96 FMSR
469
470 3219 5993 mt
471 (t10) s
472 %%IncludeResource: font Helvetica
473 /Helvetica /ISOLatin1Encoding 120 FMSR
474
475 3029 5952 mt
476 (f1) s
477 %%IncludeResource: font Helvetica
478 /Helvetica /ISOLatin1Encoding 96 FMSR
479
480 3129 6012 mt
481 (e) s
482 %%IncludeResource: font Helvetica
483 /Helvetica /ISOLatin1Encoding 120 FMSR
484
485 3219 6078 mt
486 (f6) s
487 %%IncludeResource: font Helvetica
488 /Helvetica /ISOLatin1Encoding 96 FMSR
489
490 3319 6138 mt
491 (e) s
492 gs 1877 517 5635 5636 MR c np
493 0 381 -381 0 0 -381 381 0 3412 6149 5 MP stroke
494 gr
495
496 3602 5993 mt
497 (t11) s
498 %%IncludeResource: font Helvetica
499 /Helvetica /ISOLatin1Encoding 120 FMSR
500
501 3602 6078 mt
502 (f6) s
503 %%IncludeResource: font Helvetica
504 /Helvetica /ISOLatin1Encoding 96 FMSR
505
506 3702 6138 mt
507 (e) s
508 gs 1877 517 5635 5636 MR c np
509 0 381 -381 0 0 -381 381 0 3795 6149 5 MP stroke
510 gr
511
512 3985 5993 mt
513 (t12) s
514 %%IncludeResource: font Helvetica
515 /Helvetica /ISOLatin1Encoding 120 FMSR
516
517 3985 6078 mt
518 (f6) s
519 %%IncludeResource: font Helvetica
520 /Helvetica /ISOLatin1Encoding 96 FMSR
521
522 4085 6138 mt
523 (e) s
524 %%IncludeResource: font Helvetica
525 /Helvetica /ISOLatin1Encoding 120 FMSR
526
527 4080 5952 mt
528 (f4) s
529 %%IncludeResource: font Helvetica
530 /Helvetica /ISOLatin1Encoding 96 FMSR
531
532 4180 6012 mt
533 (s) s
534 gs 1877 517 5635 5636 MR c np
535 0 381 -380 0 0 -381 380 0 3029 5766 5 MP stroke
536 gr
537
538 3219 5610 mt
539 (t13) s
540 %%IncludeResource: font Helvetica
541 /Helvetica /ISOLatin1Encoding 120 FMSR
542
543 3029 5569 mt
544 (f1) s
545 %%IncludeResource: font Helvetica
546 /Helvetica /ISOLatin1Encoding 96 FMSR
547
548 3129 5629 mt
549 (e) s
550 gs 1877 517 5635 5636 MR c np
551 0 381 -381 0 0 -381 381 0 3412 5766 5 MP stroke
552 gr
553
554 3602 5610 mt
555 (t14) s
556 gs 1877 517 5635 5636 MR c np
557 0 381 -381 0 0 -381 381 0 3795 5766 5 MP stroke
558 gr
559
560 3985 5610 mt
561 (t15) s
562 %%IncludeResource: font Helvetica
563 /Helvetica /ISOLatin1Encoding 120 FMSR
564
565 4080 5569 mt
566 (f4) s
567 %%IncludeResource: font Helvetica
568 /Helvetica /ISOLatin1Encoding 96 FMSR
569
570 4180 5629 mt
571 (s) s
572 gs 1877 517 5635 5636 MR c np
573 0 381 -380 0 0 -381 380 0 3029 5383 5 MP stroke
574 gr
575
576 3219 5227 mt
577 (t16) s
578 %%IncludeResource: font Helvetica
579 /Helvetica /ISOLatin1Encoding 120 FMSR
580
581 3029 5186 mt
582 (f1) s
583 %%IncludeResource: font Helvetica
584 /Helvetica /ISOLatin1Encoding 96 FMSR
585
586 3129 5246 mt
587 (e) s
588 %%IncludeResource: font Helvetica
589 /Helvetica /ISOLatin1Encoding 120 FMSR
590
591 3219 5091 mt
592 (f3) s
593 %%IncludeResource: font Helvetica
594 /Helvetica /ISOLatin1Encoding 96 FMSR
595
596 3319 5151 mt
597 (s) s
598 gs 1877 517 5635 5636 MR c np
599 0 381 -381 0 0 -381 381 0 3412 5383 5 MP stroke
600 gr
601
602 3602 5227 mt
603 (t17) s
604 %%IncludeResource: font Helvetica
605 /Helvetica /ISOLatin1Encoding 120 FMSR
606
607 3602 5091 mt
608 (f3) s
609 %%IncludeResource: font Helvetica
610 /Helvetica /ISOLatin1Encoding 96 FMSR
611
612 3702 5151 mt
613 (s) s
614 gs 1877 517 5635 5636 MR c np
615 0 381 -381 0 0 -381 381 0 3795 5383 5 MP stroke
616 gr
617
618 3985 5227 mt
619 (t18) s
620 %%IncludeResource: font Helvetica
621 /Helvetica /ISOLatin1Encoding 120 FMSR
622
623 3985 5091 mt
624 (f3) s
625 %%IncludeResource: font Helvetica
626 /Helvetica /ISOLatin1Encoding 96 FMSR
627
628 4085 5151 mt
629 (s) s
630 %%IncludeResource: font Helvetica
631 /Helvetica /ISOLatin1Encoding 120 FMSR
632
633 4080 5186 mt
634 (f4) s
635 %%IncludeResource: font Helvetica
636 /Helvetica /ISOLatin1Encoding 96 FMSR
637
638 4180 5246 mt
639 (s) s
640 gs 1877 517 5635 5636 MR c np
641 SO
642 24 w
643 c10
644 1147 0 3029 5000 2 MP stroke
645 -1147 0 4176 3853 2 MP stroke
646 c8
647 0 -1147 4176 5000 2 MP stroke
648 0 1147 3029 3853 2 MP stroke
649 gr
650
651 24 w
652 c8
653 SO
654 0 sg
655 %%IncludeResource: font Helvetica-Bold
656 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
657
658 3602 4488 mt
659 (f3) s
660 gs 1877 517 5635 5636 MR c np
661 DA
662 6 w
663 0 381 -380 0 0 -381 380 0 3029 5000 5 MP stroke
664 gr
665
666 6 w
667 DA
668 %%IncludeResource: font Helvetica
669 /Helvetica /ISOLatin1Encoding 96 FMSR
670
671 3219 4843 mt
672 (t19) s
673 %%IncludeResource: font Helvetica
674 /Helvetica /ISOLatin1Encoding 120 FMSR
675
676 3029 4802 mt
677 (f1) s
678 %%IncludeResource: font Helvetica
679 /Helvetica /ISOLatin1Encoding 96 FMSR
680
681 3129 4862 mt
682 (n) s
683 %%IncludeResource: font Helvetica
684 /Helvetica /ISOLatin1Encoding 120 FMSR
685
686 3219 4929 mt
687 (f2) s
688 %%IncludeResource: font Helvetica
689 /Helvetica /ISOLatin1Encoding 96 FMSR
690
691 3319 4989 mt
692 (n) s
693 gs 1877 517 5635 5636 MR c np
694 0 381 -381 0 0 -381 381 0 3412 5000 5 MP stroke
695 gr
696
697 3602 4843 mt
698 (t20) s
699 %%IncludeResource: font Helvetica
700 /Helvetica /ISOLatin1Encoding 120 FMSR
701
702 3602 4929 mt
703 (f2) s
704 %%IncludeResource: font Helvetica
705 /Helvetica /ISOLatin1Encoding 96 FMSR
706
707 3702 4989 mt
708 (n) s
709 gs 1877 517 5635 5636 MR c np
710 0 381 -381 0 0 -381 381 0 3795 5000 5 MP stroke
711 gr
712
713 3985 4843 mt
714 (t21) s
715 %%IncludeResource: font Helvetica
716 /Helvetica /ISOLatin1Encoding 120 FMSR
717
718 3985 4929 mt
719 (f2) s
720 %%IncludeResource: font Helvetica
721 /Helvetica /ISOLatin1Encoding 96 FMSR
722
723 4085 4989 mt
724 (n) s
725 %%IncludeResource: font Helvetica
726 /Helvetica /ISOLatin1Encoding 120 FMSR
727
728 4080 4802 mt
729 (f4) s
730 %%IncludeResource: font Helvetica
731 /Helvetica /ISOLatin1Encoding 96 FMSR
732
733 4180 4862 mt
734 (w) s
735 gs 1877 517 5635 5636 MR c np
736 0 381 -380 0 0 -381 380 0 3029 4617 5 MP stroke
737 gr
738
739 3219 4460 mt
740 (t22) s
741 %%IncludeResource: font Helvetica
742 /Helvetica /ISOLatin1Encoding 120 FMSR
743
744 3029 4419 mt
745 (f1) s
746 %%IncludeResource: font Helvetica
747 /Helvetica /ISOLatin1Encoding 96 FMSR
748
749 3129 4479 mt
750 (n) s
751 gs 1877 517 5635 5636 MR c np
752 0 381 -381 0 0 -381 381 0 3412 4617 5 MP stroke
753 gr
754
755 3602 4460 mt
756 (t23) s
757 gs 1877 517 5635 5636 MR c np
758 0 381 -381 0 0 -381 381 0 3795 4617 5 MP stroke
759 gr
760
761 3985 4460 mt
762 (t24) s
763 %%IncludeResource: font Helvetica
764 /Helvetica /ISOLatin1Encoding 120 FMSR
765
766 4080 4419 mt
767 (f4) s
768 %%IncludeResource: font Helvetica
769 /Helvetica /ISOLatin1Encoding 96 FMSR
770
771 4180 4479 mt
772 (w) s
773 gs 1877 517 5635 5636 MR c np
774 0 381 -380 0 0 -381 380 0 3029 4234 5 MP stroke
775 gr
776
777 3219 4077 mt
778 (t25) s
779 %%IncludeResource: font Helvetica
780 /Helvetica /ISOLatin1Encoding 120 FMSR
781
782 3029 4036 mt
783 (f1) s
784 %%IncludeResource: font Helvetica
785 /Helvetica /ISOLatin1Encoding 96 FMSR
786
787 3129 4096 mt
788 (n) s
789 %%IncludeResource: font Helvetica
790 /Helvetica /ISOLatin1Encoding 120 FMSR
791
792 3219 3942 mt
793 (f5) s
794 %%IncludeResource: font Helvetica
795 /Helvetica /ISOLatin1Encoding 96 FMSR
796
797 3319 4002 mt
798 (w) s
799 gs 1877 517 5635 5636 MR c np
800 0 381 -381 0 0 -381 381 0 3412 4234 5 MP stroke
801 gr
802
803 3602 4077 mt
804 (t26) s
805 %%IncludeResource: font Helvetica
806 /Helvetica /ISOLatin1Encoding 120 FMSR
807
808 3602 3942 mt
809 (f5) s
810 %%IncludeResource: font Helvetica
811 /Helvetica /ISOLatin1Encoding 96 FMSR
812
813 3702 4002 mt
814 (w) s
815 gs 1877 517 5635 5636 MR c np
816 0 381 -381 0 0 -381 381 0 3795 4234 5 MP stroke
817 gr
818
819 3985 4077 mt
820 (t27) s
821 %%IncludeResource: font Helvetica
822 /Helvetica /ISOLatin1Encoding 120 FMSR
823
824 3985 3942 mt
825 (f5) s
826 %%IncludeResource: font Helvetica
827 /Helvetica /ISOLatin1Encoding 96 FMSR
828
829 4085 4002 mt
830 (w) s
831 %%IncludeResource: font Helvetica
832 /Helvetica /ISOLatin1Encoding 120 FMSR
833
834 4080 4036 mt
835 (f4) s
836 %%IncludeResource: font Helvetica
837 /Helvetica /ISOLatin1Encoding 96 FMSR
838
839 4180 4096 mt
840 (w) s
841 gs 1877 517 5635 5636 MR c np
842 SO
843 24 w
844 c9
845 1147 0 4178 5000 2 MP stroke
846 -1147 0 5325 3853 2 MP stroke
847 c8
848 0 -1147 5325 5000 2 MP stroke
849 0 1147 4178 3853 2 MP stroke
850 gr
851
852 24 w
853 c8
854 SO
855 0 sg
856 %%IncludeResource: font Helvetica-Bold
857 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
858
859 4751 4488 mt
860 (f4) s
861 gs 1877 517 5635 5636 MR c np
862 DA
863 6 w
864 0 381 -381 0 0 -381 381 0 4178 5000 5 MP stroke
865 gr
866
867 6 w
868 DA
869 %%IncludeResource: font Helvetica
870 /Helvetica /ISOLatin1Encoding 96 FMSR
871
872 4368 4843 mt
873 (t28) s
874 %%IncludeResource: font Helvetica
875 /Helvetica /ISOLatin1Encoding 120 FMSR
876
877 4178 4802 mt
878 (f3) s
879 %%IncludeResource: font Helvetica
880 /Helvetica /ISOLatin1Encoding 96 FMSR
881
882 4278 4862 mt
883 (e) s
884 %%IncludeResource: font Helvetica
885 /Helvetica /ISOLatin1Encoding 120 FMSR
886
887 4368 4929 mt
888 (f2) s
889 %%IncludeResource: font Helvetica
890 /Helvetica /ISOLatin1Encoding 96 FMSR
891
892 4468 4989 mt
893 (e) s
894 gs 1877 517 5635 5636 MR c np
895 0 381 -381 0 0 -381 381 0 4561 5000 5 MP stroke
896 gr
897
898 4751 4843 mt
899 (t29) s
900 %%IncludeResource: font Helvetica
901 /Helvetica /ISOLatin1Encoding 120 FMSR
902
903 4751 4929 mt
904 (f2) s
905 %%IncludeResource: font Helvetica
906 /Helvetica /ISOLatin1Encoding 96 FMSR
907
908 4851 4989 mt
909 (e) s
910 gs 1877 517 5635 5636 MR c np
911 0 381 -381 0 0 -381 381 0 4944 5000 5 MP stroke
912 gr
913
914 5135 4843 mt
915 (t30) s
916 %%IncludeResource: font Helvetica
917 /Helvetica /ISOLatin1Encoding 120 FMSR
918
919 5135 4929 mt
920 (f2) s
921 %%IncludeResource: font Helvetica
922 /Helvetica /ISOLatin1Encoding 96 FMSR
923
924 5235 4989 mt
925 (e) s
926 %%IncludeResource: font Helvetica
927 /Helvetica /ISOLatin1Encoding 120 FMSR
928
929 5229 4802 mt
930 (f6) s
931 %%IncludeResource: font Helvetica
932 /Helvetica /ISOLatin1Encoding 96 FMSR
933
934 5329 4862 mt
935 (s) s
936 gs 1877 517 5635 5636 MR c np
937 0 381 -381 0 0 -381 381 0 4178 4617 5 MP stroke
938 gr
939
940 4368 4460 mt
941 (t31) s
942 %%IncludeResource: font Helvetica
943 /Helvetica /ISOLatin1Encoding 120 FMSR
944
945 4178 4419 mt
946 (f3) s
947 %%IncludeResource: font Helvetica
948 /Helvetica /ISOLatin1Encoding 96 FMSR
949
950 4278 4479 mt
951 (e) s
952 gs 1877 517 5635 5636 MR c np
953 0 381 -381 0 0 -381 381 0 4561 4617 5 MP stroke
954 gr
955
956 4751 4460 mt
957 (t32) s
958 gs 1877 517 5635 5636 MR c np
959 0 381 -381 0 0 -381 381 0 4944 4617 5 MP stroke
960 gr
961
962 5135 4460 mt
963 (t33) s
964 %%IncludeResource: font Helvetica
965 /Helvetica /ISOLatin1Encoding 120 FMSR
966
967 5229 4419 mt
968 (f6) s
969 %%IncludeResource: font Helvetica
970 /Helvetica /ISOLatin1Encoding 96 FMSR
971
972 5329 4479 mt
973 (s) s
974 gs 1877 517 5635 5636 MR c np
975 0 381 -381 0 0 -381 381 0 4178 4234 5 MP stroke
976 gr
977
978 4368 4077 mt
979 (t34) s
980 %%IncludeResource: font Helvetica
981 /Helvetica /ISOLatin1Encoding 120 FMSR
982
983 4178 4036 mt
984 (f3) s
985 %%IncludeResource: font Helvetica
986 /Helvetica /ISOLatin1Encoding 96 FMSR
987
988 4278 4096 mt
989 (e) s
990 %%IncludeResource: font Helvetica
991 /Helvetica /ISOLatin1Encoding 120 FMSR
992
993 4368 3942 mt
994 (f5) s
995 %%IncludeResource: font Helvetica
996 /Helvetica /ISOLatin1Encoding 96 FMSR
997
998 4468 4002 mt
999 (s) s
1000 gs 1877 517 5635 5636 MR c np
1001 0 381 -381 0 0 -381 381 0 4561 4234 5 MP stroke
1002 gr
1003
1004 4751 4077 mt
1005 (t35) s
1006 %%IncludeResource: font Helvetica
1007 /Helvetica /ISOLatin1Encoding 120 FMSR
1008
1009 4751 3942 mt
1010 (f5) s
1011 %%IncludeResource: font Helvetica
1012 /Helvetica /ISOLatin1Encoding 96 FMSR
1013
1014 4851 4002 mt
1015 (s) s
1016 gs 1877 517 5635 5636 MR c np
1017 0 381 -381 0 0 -381 381 0 4944 4234 5 MP stroke
1018 gr
1019
1020 5135 4077 mt
1021 (t36) s
1022 %%IncludeResource: font Helvetica
1023 /Helvetica /ISOLatin1Encoding 120 FMSR
1024
1025 5135 3942 mt
1026 (f5) s
1027 %%IncludeResource: font Helvetica
1028 /Helvetica /ISOLatin1Encoding 96 FMSR
1029
1030 5235 4002 mt
1031 (s) s
1032 %%IncludeResource: font Helvetica
1033 /Helvetica /ISOLatin1Encoding 120 FMSR
1034
1035 5229 4036 mt
1036 (f6) s
1037 %%IncludeResource: font Helvetica
1038 /Helvetica /ISOLatin1Encoding 96 FMSR
1039
1040 5329 4096 mt
1041 (s) s
1042 %%IncludeResource: font Helvetica-Bold
1043 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
1044
1045 4751 3339 mt
1046 (f5) s
1047 gs 1877 517 5635 5636 MR c np
1048 SO
1049 24 w
1050 c9
1051 1147 0 4178 3851 2 MP stroke
1052 -1147 0 5325 2703 2 MP stroke
1053 c10
1054 0 -1148 5325 3851 2 MP stroke
1055 0 1148 4178 2703 2 MP stroke
1056 DA
1057 6 w
1058 0 sg
1059 0 381 -381 0 0 -381 381 0 4178 3851 5 MP stroke
1060 gr
1061
1062 %%IncludeResource: font Helvetica
1063 /Helvetica /ISOLatin1Encoding 96 FMSR
1064
1065 4368 3694 mt
1066 (t37) s
1067 %%IncludeResource: font Helvetica
1068 /Helvetica /ISOLatin1Encoding 120 FMSR
1069
1070 4178 3653 mt
1071 (f3) s
1072 %%IncludeResource: font Helvetica
1073 /Helvetica /ISOLatin1Encoding 96 FMSR
1074
1075 4278 3713 mt
1076 (n) s
1077 %%IncludeResource: font Helvetica
1078 /Helvetica /ISOLatin1Encoding 120 FMSR
1079
1080 4368 3780 mt
1081 (f4) s
1082 %%IncludeResource: font Helvetica
1083 /Helvetica /ISOLatin1Encoding 96 FMSR
1084
1085 4468 3840 mt
1086 (n) s
1087 gs 1877 517 5635 5636 MR c np
1088 0 381 -381 0 0 -381 381 0 4561 3851 5 MP stroke
1089 gr
1090
1091 4751 3694 mt
1092 (t38) s
1093 %%IncludeResource: font Helvetica
1094 /Helvetica /ISOLatin1Encoding 120 FMSR
1095
1096 4751 3780 mt
1097 (f4) s
1098 %%IncludeResource: font Helvetica
1099 /Helvetica /ISOLatin1Encoding 96 FMSR
1100
1101 4851 3840 mt
1102 (n) s
1103 gs 1877 517 5635 5636 MR c np
1104 0 381 -381 0 0 -381 381 0 4944 3851 5 MP stroke
1105 gr
1106
1107 5135 3694 mt
1108 (t39) s
1109 %%IncludeResource: font Helvetica
1110 /Helvetica /ISOLatin1Encoding 120 FMSR
1111
1112 5135 3780 mt
1113 (f4) s
1114 %%IncludeResource: font Helvetica
1115 /Helvetica /ISOLatin1Encoding 96 FMSR
1116
1117 5235 3840 mt
1118 (n) s
1119 %%IncludeResource: font Helvetica
1120 /Helvetica /ISOLatin1Encoding 120 FMSR
1121
1122 5229 3653 mt
1123 (f6) s
1124 %%IncludeResource: font Helvetica
1125 /Helvetica /ISOLatin1Encoding 96 FMSR
1126
1127 5329 3713 mt
1128 (w) s
1129 gs 1877 517 5635 5636 MR c np
1130 0 380 -381 0 0 -380 381 0 4178 3467 5 MP stroke
1131 gr
1132
1133 4368 3311 mt
1134 (t40) s
1135 %%IncludeResource: font Helvetica
1136 /Helvetica /ISOLatin1Encoding 120 FMSR
1137
1138 4178 3270 mt
1139 (f3) s
1140 %%IncludeResource: font Helvetica
1141 /Helvetica /ISOLatin1Encoding 96 FMSR
1142
1143 4278 3330 mt
1144 (n) s
1145 gs 1877 517 5635 5636 MR c np
1146 0 380 -381 0 0 -380 381 0 4561 3467 5 MP stroke
1147 gr
1148
1149 4751 3311 mt
1150 (t41) s
1151 gs 1877 517 5635 5636 MR c np
1152 0 380 -381 0 0 -380 381 0 4944 3467 5 MP stroke
1153 gr
1154
1155 5135 3311 mt
1156 (t42) s
1157 %%IncludeResource: font Helvetica
1158 /Helvetica /ISOLatin1Encoding 120 FMSR
1159
1160 5229 3270 mt
1161 (f6) s
1162 %%IncludeResource: font Helvetica
1163 /Helvetica /ISOLatin1Encoding 96 FMSR
1164
1165 5329 3330 mt
1166 (w) s
1167 gs 1877 517 5635 5636 MR c np
1168 0 381 -381 0 0 -381 381 0 4178 3084 5 MP stroke
1169 gr
1170
1171 4368 2928 mt
1172 (t43) s
1173 %%IncludeResource: font Helvetica
1174 /Helvetica /ISOLatin1Encoding 120 FMSR
1175
1176 4178 2887 mt
1177 (f3) s
1178 %%IncludeResource: font Helvetica
1179 /Helvetica /ISOLatin1Encoding 96 FMSR
1180
1181 4278 2947 mt
1182 (n) s
1183 %%IncludeResource: font Helvetica
1184 /Helvetica /ISOLatin1Encoding 120 FMSR
1185
1186 4368 2792 mt
1187 (f1) s
1188 %%IncludeResource: font Helvetica
1189 /Helvetica /ISOLatin1Encoding 96 FMSR
1190
1191 4468 2852 mt
1192 (w) s
1193 gs 1877 517 5635 5636 MR c np
1194 0 381 -381 0 0 -381 381 0 4561 3084 5 MP stroke
1195 gr
1196
1197 4751 2928 mt
1198 (t44) s
1199 %%IncludeResource: font Helvetica
1200 /Helvetica /ISOLatin1Encoding 120 FMSR
1201
1202 4751 2792 mt
1203 (f1) s
1204 %%IncludeResource: font Helvetica
1205 /Helvetica /ISOLatin1Encoding 96 FMSR
1206
1207 4851 2852 mt
1208 (w) s
1209 gs 1877 517 5635 5636 MR c np
1210 0 381 -381 0 0 -381 381 0 4944 3084 5 MP stroke
1211 gr
1212
1213 5135 2928 mt
1214 (t45) s
1215 %%IncludeResource: font Helvetica
1216 /Helvetica /ISOLatin1Encoding 120 FMSR
1217
1218 5135 2792 mt
1219 (f1) s
1220 %%IncludeResource: font Helvetica
1221 /Helvetica /ISOLatin1Encoding 96 FMSR
1222
1223 5235 2852 mt
1224 (w) s
1225 %%IncludeResource: font Helvetica
1226 /Helvetica /ISOLatin1Encoding 120 FMSR
1227
1228 5229 2887 mt
1229 (f6) s
1230 %%IncludeResource: font Helvetica
1231 /Helvetica /ISOLatin1Encoding 96 FMSR
1232
1233 5329 2947 mt
1234 (w) s
1235 %%IncludeResource: font Helvetica-Bold
1236 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
1237
1238 5901 3339 mt
1239 (f6) s
1240 gs 1877 517 5635 5636 MR c np
1241 SO
1242 24 w
1243 c8
1244 1147 0 5327 3851 2 MP stroke
1245 -1147 0 6474 2703 2 MP stroke
1246 c10
1247 0 -1148 6474 3851 2 MP stroke
1248 0 1148 5327 2703 2 MP stroke
1249 DA
1250 6 w
1251 0 sg
1252 0 381 -381 0 0 -381 381 0 5327 3851 5 MP stroke
1253 gr
1254
1255 %%IncludeResource: font Helvetica
1256 /Helvetica /ISOLatin1Encoding 96 FMSR
1257
1258 5518 3694 mt
1259 (t46) s
1260 %%IncludeResource: font Helvetica
1261 /Helvetica /ISOLatin1Encoding 120 FMSR
1262
1263 5327 3653 mt
1264 (f5) s
1265 %%IncludeResource: font Helvetica
1266 /Helvetica /ISOLatin1Encoding 96 FMSR
1267
1268 5427 3713 mt
1269 (e) s
1270 %%IncludeResource: font Helvetica
1271 /Helvetica /ISOLatin1Encoding 120 FMSR
1272
1273 5518 3780 mt
1274 (f4) s
1275 %%IncludeResource: font Helvetica
1276 /Helvetica /ISOLatin1Encoding 96 FMSR
1277
1278 5618 3840 mt
1279 (e) s
1280 gs 1877 517 5635 5636 MR c np
1281 0 381 -381 0 0 -381 381 0 5710 3851 5 MP stroke
1282 gr
1283
1284 5901 3694 mt
1285 (t47) s
1286 %%IncludeResource: font Helvetica
1287 /Helvetica /ISOLatin1Encoding 120 FMSR
1288
1289 5901 3780 mt
1290 (f4) s
1291 %%IncludeResource: font Helvetica
1292 /Helvetica /ISOLatin1Encoding 96 FMSR
1293
1294 6001 3840 mt
1295 (e) s
1296 gs 1877 517 5635 5636 MR c np
1297 0 381 -381 0 0 -381 381 0 6093 3851 5 MP stroke
1298 gr
1299
1300 6284 3694 mt
1301 (t48) s
1302 %%IncludeResource: font Helvetica
1303 /Helvetica /ISOLatin1Encoding 120 FMSR
1304
1305 6284 3780 mt
1306 (f4) s
1307 %%IncludeResource: font Helvetica
1308 /Helvetica /ISOLatin1Encoding 96 FMSR
1309
1310 6384 3840 mt
1311 (e) s
1312 %%IncludeResource: font Helvetica
1313 /Helvetica /ISOLatin1Encoding 120 FMSR
1314
1315 6379 3653 mt
1316 (f2) s
1317 %%IncludeResource: font Helvetica
1318 /Helvetica /ISOLatin1Encoding 96 FMSR
1319
1320 6479 3713 mt
1321 (s) s
1322 gs 1877 517 5635 5636 MR c np
1323 0 380 -381 0 0 -380 381 0 5327 3467 5 MP stroke
1324 gr
1325
1326 5518 3311 mt
1327 (t49) s
1328 %%IncludeResource: font Helvetica
1329 /Helvetica /ISOLatin1Encoding 120 FMSR
1330
1331 5327 3270 mt
1332 (f5) s
1333 %%IncludeResource: font Helvetica
1334 /Helvetica /ISOLatin1Encoding 96 FMSR
1335
1336 5427 3330 mt
1337 (e) s
1338 gs 1877 517 5635 5636 MR c np
1339 0 380 -381 0 0 -380 381 0 5710 3467 5 MP stroke
1340 gr
1341
1342 5901 3311 mt
1343 (t50) s
1344 gs 1877 517 5635 5636 MR c np
1345 0 380 -381 0 0 -380 381 0 6093 3467 5 MP stroke
1346 gr
1347
1348 6284 3311 mt
1349 (t51) s
1350 %%IncludeResource: font Helvetica
1351 /Helvetica /ISOLatin1Encoding 120 FMSR
1352
1353 6379 3270 mt
1354 (f2) s
1355 %%IncludeResource: font Helvetica
1356 /Helvetica /ISOLatin1Encoding 96 FMSR
1357
1358 6479 3330 mt
1359 (s) s
1360 gs 1877 517 5635 5636 MR c np
1361 0 381 -381 0 0 -381 381 0 5327 3084 5 MP stroke
1362 gr
1363
1364 5518 2928 mt
1365 (t52) s
1366 %%IncludeResource: font Helvetica
1367 /Helvetica /ISOLatin1Encoding 120 FMSR
1368
1369 5327 2887 mt
1370 (f5) s
1371 %%IncludeResource: font Helvetica
1372 /Helvetica /ISOLatin1Encoding 96 FMSR
1373
1374 5427 2947 mt
1375 (e) s
1376 %%IncludeResource: font Helvetica
1377 /Helvetica /ISOLatin1Encoding 120 FMSR
1378
1379 5518 2792 mt
1380 (f1) s
1381 %%IncludeResource: font Helvetica
1382 /Helvetica /ISOLatin1Encoding 96 FMSR
1383
1384 5618 2852 mt
1385 (s) s
1386 gs 1877 517 5635 5636 MR c np
1387 0 381 -381 0 0 -381 381 0 5710 3084 5 MP stroke
1388 gr
1389
1390 5901 2928 mt
1391 (t53) s
1392 %%IncludeResource: font Helvetica
1393 /Helvetica /ISOLatin1Encoding 120 FMSR
1394
1395 5901 2792 mt
1396 (f1) s
1397 %%IncludeResource: font Helvetica
1398 /Helvetica /ISOLatin1Encoding 96 FMSR
1399
1400 6001 2852 mt
1401 (s) s
1402 gs 1877 517 5635 5636 MR c np
1403 0 381 -381 0 0 -381 381 0 6093 3084 5 MP stroke
1404 gr
1405
1406 6284 2928 mt
1407 (t54) s
1408 %%IncludeResource: font Helvetica
1409 /Helvetica /ISOLatin1Encoding 120 FMSR
1410
1411 6284 2792 mt
1412 (f1) s
1413 %%IncludeResource: font Helvetica
1414 /Helvetica /ISOLatin1Encoding 96 FMSR
1415
1416 6384 2852 mt
1417 (s) s
1418 %%IncludeResource: font Helvetica
1419 /Helvetica /ISOLatin1Encoding 120 FMSR
1420
1421 6379 2887 mt
1422 (f2) s
1423 %%IncludeResource: font Helvetica
1424 /Helvetica /ISOLatin1Encoding 96 FMSR
1425
1426 6479 2947 mt
1427 (s) s
1428 SO
1429
1430 end
1431
1432 eplot
1433 %%EndObject
1434
1435 epage
1436 end
1437
1438 showpage
1439
1440 %%Trailer
1441 %%BoundingBox: 51 149 545 659
1442 %%Pages: 001
1443 %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22