/[MITgcm]/manual/s_phys_pkgs/figs/s6t_32x32.ps
ViewVC logotype

Annotation of /manual/s_phys_pkgs/figs/s6t_32x32.ps

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


Revision 1.1 - (hide annotations) (download) (as text)
Wed Mar 17 19:49:22 2004 UTC (21 years, 4 months ago) by afe
Branch: MAIN
CVS Tags: checkpoint57l_post
File MIME type: application/postscript
o added new figure and some proofreading

1 afe 1.1 %!PS-Adobe-3.0
2     %%Creator: MATLAB, The Mathworks, Inc.
3     %%Title: /SCRATCH/s06/afe/MITgcm/utils/exch2/s6_32x32.ps
4     %%CreationDate: 03/15/2004 14:02:30
5     %%DocumentNeededFonts: Helvetica
6     %%+ Helvetica-Bold
7     %%DocumentProcessColors: Cyan Magenta Yellow Black
8     %%LanguageLevel: 2
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
142     3 index 0 eq {/ASCIIHexDecode filter}
143     {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
144     ifelse exch readstring pop
145     dup 0 3 index getinterval /rbmap xdef
146     dup 2 index dup getinterval /gbmap xdef
147     1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
148     /it {gs np dtri aload pop moveto lineto lineto cp c
149     cols rows 8 compute_transform
150     rbmap gbmap bbmap true 3 colorimage gr}bdef
151     /il {newpath moveto lineto stroke}bdef
152     currentdict end def
153     %%EndProlog
154    
155     %%BeginSetup
156     MathWorks begin
157    
158     0 cap
159    
160     end
161     %%EndSetup
162    
163     %%Page: 1 1
164     %%BeginPageSetup
165     %%PageBoundingBox: 73 213 551 589
166     MathWorks begin
167     bpage
168     %%EndPageSetup
169    
170     %%BeginObject: obj1
171     bplot
172    
173     /dpi2point 12 def
174     portraitMode 0216 7344 csm
175    
176     664 274 5740 4514 rc
177     92 dict begin %Colortable dictionary
178     /c0 { 0 0 0 sr} bdef
179     /c1 { 1 1 1 sr} bdef
180     /c2 { 1 0 0 sr} bdef
181     /c3 { 0 1 0 sr} bdef
182     /c4 { 0 0 1 sr} bdef
183     /c5 { 1 1 0 sr} bdef
184     /c6 { 1 0 1 sr} bdef
185     /c7 { 0 1 1 sr} bdef
186     c0
187     1 j
188     1 sg
189     0 0 6913 5186 rf
190     6 w
191     0 4226 5355 0 0 -4226 899 4615 4 MP
192     PP
193     -5355 0 0 4226 5355 0 0 -4226 899 4615 5 MP stroke
194     4 w
195     DO
196     SO
197     6 w
198     0 sg
199     899 4615 mt 6254 4615 L
200     899 4615 mt 899 389 L
201     899 4615 mt 899 4561 L
202     %%IncludeResource: font Helvetica
203     /Helvetica /ISOLatin1Encoding 120 FMSR
204    
205     866 4760 mt
206     (0) s
207     1664 4615 mt 1664 4561 L
208     1598 4760 mt
209     (20) s
210     2429 4615 mt 2429 4561 L
211     2363 4760 mt
212     (40) s
213     3194 4615 mt 3194 4561 L
214     3128 4760 mt
215     (60) s
216     3959 4615 mt 3959 4561 L
217     3893 4760 mt
218     (80) s
219     4724 4615 mt 4724 4561 L
220     4624 4760 mt
221     (100) s
222     5489 4615 mt 5489 4561 L
223     5389 4760 mt
224     (120) s
225     6255 4615 mt 6255 4561 L
226     6155 4760 mt
227     (140) s
228     899 4615 mt 952 4615 L
229     798 4659 mt
230     (0) s
231     899 4192 mt 952 4192 L
232     731 4236 mt
233     (10) s
234     899 3769 mt 952 3769 L
235     731 3813 mt
236     (20) s
237     899 3347 mt 952 3347 L
238     731 3391 mt
239     (30) s
240     899 2924 mt 952 2924 L
241     731 2968 mt
242     (40) s
243     899 2502 mt 952 2502 L
244     731 2546 mt
245     (50) s
246     899 2079 mt 952 2079 L
247     731 2123 mt
248     (60) s
249     899 1656 mt 952 1656 L
250     731 1700 mt
251     (70) s
252     899 1234 mt 952 1234 L
253     731 1278 mt
254     (80) s
255     899 811 mt 952 811 L
256     731 855 mt
257     (90) s
258     899 389 mt 952 389 L
259     664 433 mt
260     (100) s
261     gs 899 389 5357 4227 rc
262     24 w
263     /c8 { 0.000000 0.000000 1.000000 sr} bdef
264     c8
265     1186 0 937 4572 2 MP stroke
266     -1186 0 2123 3262 2 MP stroke
267     /c9 { 1.000000 0.000000 0.000000 sr} bdef
268     c9
269     0 -1310 2123 4572 2 MP stroke
270     0 1310 937 3262 2 MP stroke
271     gr
272    
273     24 w
274     c9
275     0 sg
276     %%IncludeResource: font Helvetica-Bold
277     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
278    
279     1530 3979 mt
280     (f1) s
281     gs 899 389 5357 4227 rc
282     DA
283     6 w
284     0 1310 -1186 0 0 -1310 1186 0 937 4572 5 MP stroke
285     gr
286    
287     6 w
288     DA
289     %%IncludeResource: font Helvetica
290     /Helvetica /ISOLatin1Encoding 96 FMSR
291    
292     1530 3951 mt
293     (t1) s
294     %%IncludeResource: font Helvetica
295     /Helvetica /ISOLatin1Encoding 120 FMSR
296    
297     937 3910 mt
298     (f5) s
299     %%IncludeResource: font Helvetica
300     /Helvetica /ISOLatin1Encoding 96 FMSR
301    
302     1037 3970 mt
303     (n) s
304     %%IncludeResource: font Helvetica
305     /Helvetica /ISOLatin1Encoding 120 FMSR
306    
307     1530 3593 mt
308     (f3) s
309     %%IncludeResource: font Helvetica
310     /Helvetica /ISOLatin1Encoding 96 FMSR
311    
312     1630 3653 mt
313     (w) s
314     %%IncludeResource: font Helvetica
315     /Helvetica /ISOLatin1Encoding 120 FMSR
316    
317     1530 4340 mt
318     (f6) s
319     %%IncludeResource: font Helvetica
320     /Helvetica /ISOLatin1Encoding 96 FMSR
321    
322     1630 4400 mt
323     (n) s
324     %%IncludeResource: font Helvetica
325     /Helvetica /ISOLatin1Encoding 120 FMSR
326    
327     1817 3910 mt
328     (f2) s
329     %%IncludeResource: font Helvetica
330     /Helvetica /ISOLatin1Encoding 96 FMSR
331    
332     1917 3970 mt
333     (w) s
334     gs 899 389 5357 4227 rc
335     SO
336     24 w
337     /c10 { 0.000000 1.000000 0.000000 sr} bdef
338     c10
339     1186 0 2161 4572 2 MP stroke
340     -1186 0 3347 3262 2 MP stroke
341     c9
342     0 -1310 3347 4572 2 MP stroke
343     0 1310 2161 3262 2 MP stroke
344     gr
345    
346     24 w
347     c9
348     SO
349     0 sg
350     %%IncludeResource: font Helvetica-Bold
351     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
352    
353     2754 3979 mt
354     (f2) s
355     gs 899 389 5357 4227 rc
356     DA
357     6 w
358     0 1310 -1186 0 0 -1310 1186 0 2161 4572 5 MP stroke
359     gr
360    
361     6 w
362     DA
363     %%IncludeResource: font Helvetica
364     /Helvetica /ISOLatin1Encoding 96 FMSR
365    
366     2754 3951 mt
367     (t2) s
368     %%IncludeResource: font Helvetica
369     /Helvetica /ISOLatin1Encoding 120 FMSR
370    
371     2161 3910 mt
372     (f1) s
373     %%IncludeResource: font Helvetica
374     /Helvetica /ISOLatin1Encoding 96 FMSR
375    
376     2261 3970 mt
377     (e) s
378     %%IncludeResource: font Helvetica
379     /Helvetica /ISOLatin1Encoding 120 FMSR
380    
381     2754 3593 mt
382     (f3) s
383     %%IncludeResource: font Helvetica
384     /Helvetica /ISOLatin1Encoding 96 FMSR
385    
386     2854 3653 mt
387     (s) s
388     %%IncludeResource: font Helvetica
389     /Helvetica /ISOLatin1Encoding 120 FMSR
390    
391     2754 4340 mt
392     (f6) s
393     %%IncludeResource: font Helvetica
394     /Helvetica /ISOLatin1Encoding 96 FMSR
395    
396     2854 4400 mt
397     (e) s
398     %%IncludeResource: font Helvetica
399     /Helvetica /ISOLatin1Encoding 120 FMSR
400    
401     3041 3910 mt
402     (f4) s
403     %%IncludeResource: font Helvetica
404     /Helvetica /ISOLatin1Encoding 96 FMSR
405    
406     3141 3970 mt
407     (s) s
408     gs 899 389 5357 4227 rc
409     SO
410     24 w
411     c10
412     1186 0 2161 3220 2 MP stroke
413     -1186 0 3347 1910 2 MP stroke
414     c8
415     0 -1310 3347 3220 2 MP stroke
416     0 1310 2161 1910 2 MP stroke
417     gr
418    
419     24 w
420     c8
421     SO
422     0 sg
423     %%IncludeResource: font Helvetica-Bold
424     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
425    
426     2754 2627 mt
427     (f3) s
428     gs 899 389 5357 4227 rc
429     DA
430     6 w
431     0 1310 -1186 0 0 -1310 1186 0 2161 3220 5 MP stroke
432     gr
433    
434     6 w
435     DA
436     %%IncludeResource: font Helvetica
437     /Helvetica /ISOLatin1Encoding 96 FMSR
438    
439     2754 2599 mt
440     (t3) s
441     %%IncludeResource: font Helvetica
442     /Helvetica /ISOLatin1Encoding 120 FMSR
443    
444     2161 2558 mt
445     (f1) s
446     %%IncludeResource: font Helvetica
447     /Helvetica /ISOLatin1Encoding 96 FMSR
448    
449     2261 2618 mt
450     (n) s
451     %%IncludeResource: font Helvetica
452     /Helvetica /ISOLatin1Encoding 120 FMSR
453    
454     2754 2241 mt
455     (f5) s
456     %%IncludeResource: font Helvetica
457     /Helvetica /ISOLatin1Encoding 96 FMSR
458    
459     2854 2301 mt
460     (w) s
461     %%IncludeResource: font Helvetica
462     /Helvetica /ISOLatin1Encoding 120 FMSR
463    
464     2754 2988 mt
465     (f2) s
466     %%IncludeResource: font Helvetica
467     /Helvetica /ISOLatin1Encoding 96 FMSR
468    
469     2854 3048 mt
470     (n) s
471     %%IncludeResource: font Helvetica
472     /Helvetica /ISOLatin1Encoding 120 FMSR
473    
474     3041 2558 mt
475     (f4) s
476     %%IncludeResource: font Helvetica
477     /Helvetica /ISOLatin1Encoding 96 FMSR
478    
479     3141 2618 mt
480     (w) s
481     gs 899 389 5357 4227 rc
482     SO
483     24 w
484     c9
485     1186 0 3385 3220 2 MP stroke
486     -1186 0 4571 1910 2 MP stroke
487     c8
488     0 -1310 4571 3220 2 MP stroke
489     0 1310 3385 1910 2 MP stroke
490     gr
491    
492     24 w
493     c8
494     SO
495     0 sg
496     %%IncludeResource: font Helvetica-Bold
497     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
498    
499     3978 2627 mt
500     (f4) s
501     gs 899 389 5357 4227 rc
502     DA
503     6 w
504     0 1310 -1186 0 0 -1310 1186 0 3385 3220 5 MP stroke
505     gr
506    
507     6 w
508     DA
509     %%IncludeResource: font Helvetica
510     /Helvetica /ISOLatin1Encoding 96 FMSR
511    
512     3978 2599 mt
513     (t4) s
514     %%IncludeResource: font Helvetica
515     /Helvetica /ISOLatin1Encoding 120 FMSR
516    
517     3385 2558 mt
518     (f3) s
519     %%IncludeResource: font Helvetica
520     /Helvetica /ISOLatin1Encoding 96 FMSR
521    
522     3485 2618 mt
523     (e) s
524     %%IncludeResource: font Helvetica
525     /Helvetica /ISOLatin1Encoding 120 FMSR
526    
527     3978 2241 mt
528     (f5) s
529     %%IncludeResource: font Helvetica
530     /Helvetica /ISOLatin1Encoding 96 FMSR
531    
532     4078 2301 mt
533     (s) s
534     %%IncludeResource: font Helvetica
535     /Helvetica /ISOLatin1Encoding 120 FMSR
536    
537     3978 2988 mt
538     (f2) s
539     %%IncludeResource: font Helvetica
540     /Helvetica /ISOLatin1Encoding 96 FMSR
541    
542     4078 3048 mt
543     (e) s
544     %%IncludeResource: font Helvetica
545     /Helvetica /ISOLatin1Encoding 120 FMSR
546    
547     4265 2558 mt
548     (f6) s
549     %%IncludeResource: font Helvetica
550     /Helvetica /ISOLatin1Encoding 96 FMSR
551    
552     4365 2618 mt
553     (s) s
554     %%IncludeResource: font Helvetica-Bold
555     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
556    
557     3978 1275 mt
558     (f5) s
559     gs 899 389 5357 4227 rc
560     SO
561     24 w
562     c9
563     1186 0 3385 1868 2 MP stroke
564     -1186 0 4571 558 2 MP stroke
565     c10
566     0 -1310 4571 1868 2 MP stroke
567     0 1310 3385 558 2 MP stroke
568     DA
569     6 w
570     0 sg
571     0 1310 -1186 0 0 -1310 1186 0 3385 1868 5 MP stroke
572     gr
573    
574     %%IncludeResource: font Helvetica
575     /Helvetica /ISOLatin1Encoding 96 FMSR
576    
577     3978 1247 mt
578     (t5) s
579     %%IncludeResource: font Helvetica
580     /Helvetica /ISOLatin1Encoding 120 FMSR
581    
582     3385 1206 mt
583     (f3) s
584     %%IncludeResource: font Helvetica
585     /Helvetica /ISOLatin1Encoding 96 FMSR
586    
587     3485 1266 mt
588     (n) s
589     %%IncludeResource: font Helvetica
590     /Helvetica /ISOLatin1Encoding 120 FMSR
591    
592     3978 889 mt
593     (f1) s
594     %%IncludeResource: font Helvetica
595     /Helvetica /ISOLatin1Encoding 96 FMSR
596    
597     4078 949 mt
598     (w) s
599     %%IncludeResource: font Helvetica
600     /Helvetica /ISOLatin1Encoding 120 FMSR
601    
602     3978 1635 mt
603     (f4) s
604     %%IncludeResource: font Helvetica
605     /Helvetica /ISOLatin1Encoding 96 FMSR
606    
607     4078 1695 mt
608     (n) s
609     %%IncludeResource: font Helvetica
610     /Helvetica /ISOLatin1Encoding 120 FMSR
611    
612     4265 1206 mt
613     (f6) s
614     %%IncludeResource: font Helvetica
615     /Helvetica /ISOLatin1Encoding 96 FMSR
616    
617     4365 1266 mt
618     (w) s
619     %%IncludeResource: font Helvetica-Bold
620     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
621    
622     5202 1275 mt
623     (f6) s
624     gs 899 389 5357 4227 rc
625     SO
626     24 w
627     c8
628     1186 0 4609 1868 2 MP stroke
629     -1186 0 5795 558 2 MP stroke
630     c10
631     0 -1310 5795 1868 2 MP stroke
632     0 1310 4609 558 2 MP stroke
633     DA
634     6 w
635     0 sg
636     0 1310 -1186 0 0 -1310 1186 0 4609 1868 5 MP stroke
637     gr
638    
639     %%IncludeResource: font Helvetica
640     /Helvetica /ISOLatin1Encoding 96 FMSR
641    
642     5202 1247 mt
643     (t6) s
644     %%IncludeResource: font Helvetica
645     /Helvetica /ISOLatin1Encoding 120 FMSR
646    
647     4609 1206 mt
648     (f5) s
649     %%IncludeResource: font Helvetica
650     /Helvetica /ISOLatin1Encoding 96 FMSR
651    
652     4709 1266 mt
653     (e) s
654     %%IncludeResource: font Helvetica
655     /Helvetica /ISOLatin1Encoding 120 FMSR
656    
657     5202 889 mt
658     (f1) s
659     %%IncludeResource: font Helvetica
660     /Helvetica /ISOLatin1Encoding 96 FMSR
661    
662     5302 949 mt
663     (s) s
664     %%IncludeResource: font Helvetica
665     /Helvetica /ISOLatin1Encoding 120 FMSR
666    
667     5202 1635 mt
668     (f4) s
669     %%IncludeResource: font Helvetica
670     /Helvetica /ISOLatin1Encoding 96 FMSR
671    
672     5302 1695 mt
673     (e) s
674     %%IncludeResource: font Helvetica
675     /Helvetica /ISOLatin1Encoding 120 FMSR
676    
677     5489 1206 mt
678     (f2) s
679     %%IncludeResource: font Helvetica
680     /Helvetica /ISOLatin1Encoding 96 FMSR
681    
682     5589 1266 mt
683     (s) s
684     SO
685    
686     end
687    
688     eplot
689     %%EndObject
690    
691     epage
692     end
693    
694     showpage
695    
696     %%Trailer
697     %%BoundingBox: 73 213 551 589
698     %%Pages: 001
699     %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22