blob: 3b3e3014f8cef47aa292ec8ab8d86f3ab4829eca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
|
%!
%%Pages: (atend)
%%DocumentFonts: (atend)
%%EndComments
%
% Frame Maker PostScript Prolog 1.10, for use with Maker 1.10
% Copyright (c) 1986,87 by Frame Technology, Inc. All rights reserved.
%
% Known Problems:
% Due to bugs in Transcript the 'PS-Adobe-' is omitted from line 1
% "Bites" out of patterns on LaserWriter
% Filled areas (w/setpattern) come out different on typesetter
/FrameDict 30 dict def
% The readline in 23.0 doesn't recognize cr's as nl's on AppleTalk
FrameDict /tmprangecheck errordict /rangecheck get put
errordict /rangecheck {FrameDict /bug true put} put
FrameDict /bug false put
mark
% Some PS machines read past the CR, so keep the following 3 lines together!
currentfile 5 string readline
00
0000000000
cleartomark
errordict /rangecheck FrameDict /tmprangecheck get put
FrameDict /bug get {
/readline {
/gstring exch def
/gfile exch def
/gindex 0 def
{
gfile read pop
dup 10 eq {exit} if
dup 13 eq {exit} if
gstring exch gindex exch put
/gindex gindex 1 add def
} loop
pop
gstring 0 gindex getinterval true
} def
} if
/savematrix {
orgmatrix currentmatrix pop
} bind def
/restorematrix {
orgmatrix setmatrix
} bind def
/dmatrix matrix def
/dpi 72 0 dmatrix defaultmatrix dtransform
dup mul exch dup mul add sqrt
def
/max {2 copy lt {exch} if pop} bind def
/min {2 copy gt {exch} if pop} bind def
/fonts 95 array def
/DiacriticEncoding [
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl
/numbersign /dollar /percent /ampersand /quotesingle /parenleft
/parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
/two /three /four /five /six /seven /eight /nine /colon /semicolon
/less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K
/L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash
/bracketright /asciicircum /underscore /grave /a /b /c /d /e /f /g /h
/i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar
/braceright /asciitilde /.notdef /Adieresis /Aring /Ccedilla /Eacute
/Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis
/atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis
/iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve
/ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex
/udieresis /dagger /.notdef /cent /sterling /section /bullet
/paragraph /germandbls /registered /copyright /trademark /acute
/dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef
/yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown
/exclamdown /logicalnot /.notdef /florin /.notdef /.notdef
/guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde
/Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright
/quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis
/fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl
/periodcentered /quotesinglbase /quotedblbase /perthousand
/Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute
/Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve
/Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron
/breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron
] def
/DiacriticEncode {
/basefontdict exch def
/newfontdict basefontdict maxlength dict def
basefontdict
{exch dup /FID ne
{dup /Encoding eq
{exch pop DiacriticEncoding}
{exch}
ifelse
newfontdict 3 1 roll put
}
{pop pop}
ifelse
} forall
newfontdict
} bind def
/NonDiacriticEncode {
/basefontdict exch def
/newfontdict basefontdict maxlength dict def
basefontdict
{exch dup /FID ne
{exch newfontdict 3 1 roll put}
{pop pop}
ifelse
} forall
newfontdict
} bind def
/setpattern {
/$freq exch def
/$bwidth exch def
/$bpside exch def
/$bstring exch def
/$onbits 0 def /$offbits 0 def
$freq 0 {/$y exch def
/$x exch def
/$xindex $x 1 add 2 div $bpside mul cvi def
/$yindex $y 1 add 2 div $bpside mul cvi def
$bstring $yindex $bwidth mul $xindex 8 idiv add get
1 7 $xindex 8 mod sub bitshift and 0 ne
{/$onbits $onbits 1 add def 1}
{/$offbits $offbits 1 add def 0}
ifelse
}
setscreen
{} settransfer
$offbits $offbits $onbits add div setgray
} bind def
/grayness {
setgray
orgxfer cvx settransfer
orgfreq organgle orgproc cvx setscreen
} bind def
/normalize {
transform cvi exch cvi exch itransform
} bind def
/dnormalize {
dtransform cvi exch cvi exch idtransform
} bind def
/lnormalize {
0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop
} def
/linewidths [
0.5 lnormalize
1.0 lnormalize
3.0 lnormalize
4.0 lnormalize
] def
/fillprocs
[{0.00 grayness}
{0.10 grayness}
{0.30 grayness}
{0.50 grayness}
{0.70 grayness}
{0.90 grayness}
{0.97 grayness}
{1.00 grayness}
{<0F1E3C78F0E1C387> 8 1 dpi 16 div setpattern}
{<0F87C3E1F0783C1E> 8 1 dpi 16 div setpattern}
{<CCCCCCCCCCCCCCCC> 8 1 dpi 16 div setpattern}
{<FFFF0000FFFF0000> 8 1 dpi 16 div setpattern}
{<8142241818244281> 8 1 dpi 16 div setpattern}
{<03060C183060C081> 8 1 dpi 16 div setpattern}
{<8040201008040201> 8 1 dpi 16 div setpattern}
{}
{1.00 grayness}
{0.90 grayness}
{0.70 grayness}
{0.50 grayness}
{0.30 grayness}
{0.10 grayness}
{0.03 grayness}
{0.00 grayness}
{<F0E1C3870F1E3C78> 8 1 dpi 16 div setpattern}
{<F0783C1E0F87C3E1> 8 1 dpi 16 div setpattern}
{<3333333333333333> 8 1 dpi 16 div setpattern}
{<0000FFFF0000FFFF> 8 1 dpi 16 div setpattern}
{<7EBDDBE7E7DBBD7E> 8 1 dpi 16 div setpattern}
{<FCF9F3E7CF9F3F7E> 8 1 dpi 16 div setpattern}
{<7FBFDFEFF7FBFDFE> 8 1 dpi 16 div setpattern}
{}
] def
/DOCUMENT {
/#copies exch def
0 ne /landscape exch def
/docheight exch def
/docwidth exch def
scale
landscape {
90 rotate
0 docheight neg translate
} if
2 setlinecap
currenttransfer cvlit /orgxfer exch def
currentscreen cvlit /orgproc exch def
/organgle exch def /orgfreq exch def
/orgmatrix matrix def
} bind def
/H {
linewidths exch get setlinewidth
} bind def
/X {
fillprocs exch get exec
} bind def
/V {
gsave eofill grestore
} bind def
/N {
gsave stroke grestore
} bind def
/L {
/n exch def
newpath
normalize
moveto
2 1 n {pop normalize lineto} for
} bind def
/Y {
L
closepath
} bind def
/K {
/n exch def
newpath
moveto
3 1 n {pop curveto} for
} bind def
/J {
/n exch def
newpath
moveto
1 1 n {pop curveto} for
} bind def
/R {
/y2 exch def
/x2 exch def
/y1 exch def
/x1 exch def
x1 y1
x2 y1
x2 y2
x1 y2
4 Y
} bind def
/BEGINPAGE {
/pagesave save def
gsave
} bind def
/ENDPAGE {
grestore
showpage
pagesave restore
} bind def
/C {
grestore
gsave
R
clip
} bind def
/U {
grestore
gsave
} bind def
/DEFINEFONT {
/fontname exch def
/fontscale exch def
/fontnum exch def
/fontdict fontname findfont fontscale scalefont def
fontdict /Encoding get StandardEncoding eq
{
fontdict DiacriticEncode
/fontdict exch def
} {
fontdict NonDiacriticEncode
/fontdict exch def
} ifelse
fonts fontnum
fontnum fontdict definefont
put
} bind def
/F {
fonts exch get
setfont
} bind def
/T {
moveto show
} bind def
/P {
moveto
0 32 3 2 roll widthshow
} bind def
/S {
moveto
0 exch ashow
} bind def
/B {
moveto
0 32 4 2 roll 0 exch awidthshow
} bind def
/Q {
moveto
gsave show grestore
} bind def
/W {
dnormalize
/$dy exch def
/$dx exch def
normalize
/$y exch def
/$x exch def
/$t currentlinewidth def
savematrix
/$dl $dx $dx mul $dy $dy mul add sqrt def
$dl 0.0 le {/$dl 1.0 def} if
/$cos $dx $dl div def
/$sin $dy $dl div def
/$r [$cos $sin $sin neg $cos 0.0 0.0] def
/$t2 $t 2.5 mul 3.5 max def
newpath
$x $y translate
$r concat
0.0 0.0 moveto
$dl $t 2.7 mul sub 0.0 rlineto
stroke
restorematrix
$x $dx add $y $dy add translate
$r concat
$t 0.67 mul setlinewidth
$t 1.61 mul neg 0.0 translate
0.0 0.0 moveto
$t2 1.7 mul neg $t2 2.0 div moveto
0.0 0.0 lineto
$t2 1.7 mul neg $t2 2.0 div neg lineto
stroke
$t setlinewidth
restorematrix
} bind def
/G {
gsave
newpath
normalize translate 0.0 0.0 moveto
dnormalize scale
0.0 0.0 1.0 5 3 roll arc
closepath eofill
grestore
} bind def
/A {
/y exch def
/x exch def
/h exch def
/w exch def
x y normalize /yy exch def /xx exch def
w h dnormalize /hh exch def /ww exch def
ww abs hh abs xx ww add yy hh sub
gsave
savematrix
newpath
translate
scale
0.0 0.0 1.0 5 3 roll arc
0 setlinecap
restorematrix
stroke
grestore
} bind def
/BEGINPRINTCODE {
/print_saveobject save def
/showpage {} def
newpath
translate
0.0 0.0 moveto
} bind def
/ENDPRINTCODE {
clear
print_saveobject restore
} bind def
FrameDict begin
/gn {
0
{ 46 mul
cf read pop
32 sub
dup 46 lt {exit} if
46 sub add
} loop
add
} bind def
/cfs {
/str sl string def
0 1 sl 1 sub {str exch val put} for
str def
} bind def
/ic [
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223
0
{0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx}
{10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx}
{19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12}
{13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh}
{4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh}
{13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl}
{7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl}
{0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl}
{10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl}
] def
/ms {
/sl exch def
/val 255 def
/ws cfs
/im cfs
/val 0 def
/bs cfs
/cs cfs
} bind def
400 ms
/ip {
is
0
cf cs readline pop
{ ic exch get exec
add
} forall
pop
} bind def
/wh {
/len exch def
/pos exch def
ws 0 len getinterval im pos len getinterval copy pop
pos len
} bind def
/bl {
/len exch def
/pos exch def
bs 0 len getinterval im pos len getinterval copy pop
pos len
} bind def
/s1 1 string def
/fl {
/len exch def
/pos exch def
/val cf s1 readhexstring pop 0 get def
pos 1 pos len add 1 sub {im exch val put} for
pos len
} bind def
/hx {
3 copy getinterval
cf exch readhexstring pop pop
} bind def
end
/BEGINBITMAP {
gsave
FrameDict begin
translate scale /h exch def /w exch def
/lb w 7 add 8 idiv def
sl lb lt {lb ms} if
/is im 0 lb getinterval def
ws 0 lb getinterval is copy pop
/cf currentfile def
w h 1 [w 0 0 h neg 0 h]
{ip} image
end
grestore
} bind def
/ENDBITMAP {
} bind def
%%EndProlog
%%BeginSetup
1. 1. 612. 792. 0 1 DOCUMENT
0 12. /Helvetica DEFINEFONT
%%EndSetup
%%BoundingBox: 9 414 603 756
%%Page: "1" 1
BEGINPAGE
9. 414. 603. 756. C
9. 414. 603. 756. R
6 X
V
91. 648. 136. 684. R
7 X
V
0 H
0 X
N
7 X
90. 450. 22.5 18. 50.5 720. G
0 X
90. 90.1 -22.5 18. 73. 738. A
90. 180.1 22.5 18. 28. 738. A
180. 270.1 22.5 -18. 28. 702. A
270. 0.1 -22.5 -18. 73. 702. A
0. 90. -22.5 18. 73. 738. A
7 X
90. 450. 22.5 18. 59.5 549. G
0 X
90. 90.1 -22.5 18. 82. 567. A
90. 180.1 22.5 18. 37. 567. A
180. 270.1 22.5 -18. 37. 531. A
270. 0.1 -22.5 -18. 82. 531. A
0. 90. -22.5 18. 82. 567. A
7 X
90. 450. 22.5 18. 50.5 558. G
0 X
90. 90.1 -22.5 18. 73. 576. A
90. 180.1 22.5 18. 28. 576. A
180. 270.1 22.5 -18. 28. 540. A
270. 0.1 -22.5 -18. 73. 540. A
0. 90. -22.5 18. 73. 576. A
7 X
90. 450. 22.5 18. 176.5 666. G
1 H
0 X
90. 90.1 -22.5 18. 199. 684. A
90. 180.1 22.5 18. 154. 684. A
180. 270.1 22.5 -18. 154. 648. A
270. 0.1 -22.5 -18. 199. 648. A
0. 90. -22.5 18. 199. 684. A
217. 594. 262. 630. R
7 X
V
0 X
N
7 X
% 90. 450. 22.5 18. 311.5 603. G
% 0 X
% 90. 90.1 -22.5 18. 334. 621. A
% 90. 180.1 22.5 18. 289. 621. A
% 180. 270.1 22.5 -18. 289. 585. A
% 270. 0.1 -22.5 -18. 334. 585. A
% 0. 90. -22.5 18. 334. 621. A
7 X
90. 450. 22.5 18. 302.5 612. G
0 X
90. 90.1 -22.5 18. 325. 630. A
90. 180.1 22.5 18. 280. 630. A
180. 270.1 22.5 -18. 280. 594. A
270. 0.1 -22.5 -18. 325. 594. A
0. 90. -22.5 18. 325. 630. A
0 F
(LaTeX) 95. 663. T
(pstex) 225. 609. T
(file.tex) 33. 717. T
(files.ps) 31. 555. T
(file.aux) 157. 663. T
(file.psz) 283. 609. T
343. 648. 388. 684. R
7 X
V
0 X
N
(LaTeX) 347. 663. T
469. 567. 514. 603. R
7 X
V
0 H
0 X
N
7 X
90. 450. 22.5 18. 428.5 612. G
0 X
90. 90.1 -22.5 18. 451. 630. A
90. 180.1 22.5 18. 406. 630. A
180. 270.1 22.5 -18. 406. 594. A
270. 0.1 -22.5 -18. 451. 594. A
0. 90. -22.5 18. 451. 630. A
(file.dvi) 410. 609. T
(dvips) 476. 582. T
523. 567. 568. 567. 586. 603. 541. 603. 4 Y
7 X
V
0 X
N
(output) 537. 582. T
82. 675. 9. 0. W
1 H
145. 666. 9. 0. W
208. 621. 9. 0. W
262. 612. 18. 0. W
334. 675. 9. 0. W
0 H
397. 612. 9. 0. W
460. 576. 9. 0. W
514. 585. 18. 0. W
73. 720. 334. 720. 2 L
N
82. 675. 82. 720. 2 L
N
145. 738. 396. 738. 2 L
1 H
N
397. 657. 397. 612. 2 L
0 H
N
208. 666. 208. 621. 2 L
1 H
N
325. 612. 334. 612. 2 L
N
334. 612. 334. 657. 2 L
N
396. 738. 396. 675. 2 L
N
73. 558. 460. 558. 2 L
0 H
N
208. 603. 208. 558. 2 L
N
208. 603. 9. 0. W
451. 612. 460. 612. 2 L
N
460. 612. 460. 594. 2 L
N
460. 594. 9. 0. W
460. 576. 460. 558. 2 L
N
1 H
144. 738. 0. -72. W
136. 666. 145. 666. 2 L
0 H
N
199. 666. 208. 666. 2 L
1 H
N
208. 666. 334. 666. 2 L
0 H
N
1 H
334. 666. 9. 0. W
334. 675. 334. 720. 2 L
0 H
N
1 H
334. 657. 9. 0. W
396. 675. 388. 675. 2 L
N
397. 657. 388. 657. 2 L
0 H
N
7 X
90. 450. 22.5 18. 346.5 513. G
0 X
90. 90.1 -22.5 18. 369. 531. A
90. 180.1 22.5 18. 324. 531. A
180. 270.1 22.5 -18. 324. 495. A
270. 0.1 -22.5 -18. 369. 495. A
0. 90. -22.5 18. 369. 531. A
324. 435. 369. 471. R
7 X
V
0 X
N
(Program) 376. 450. T
(File) 376. 510. T
477. 513. 18. 0. W
1 H
477. 453. 18. 0. W
1.99 (Data Flow) 502. 510. P
(Principal) 502. 456. T
(Iteration) 502. 444. T
(Text) 18. 668. T
(Source) 18. 656. T
(File) 18. 644. T
0 H
36. 679. 9. 18. W
36. 597. 9. -16. W
0.66 (DVI Format) 452. 648. P
(Output) 540. 648. T
(Figure) 360. 582. T
0.98 (Size Data) 360. 570. P
358. 583. -21. 9. W
450. 648. -16. -11. W
(Document) 540. 636. T
530. 645. 28. -33. W
(Figure) 18. 623. T
(Source) 18. 611. T
(Files) 18. 599. T
(LaTeX) 204. 700. T
1.64 (Intermediate File) 204. 688. P
201. 700. -16. -8. W
(File) 452. 636. T
530. 645. 536. 647. 2 L
N
9. 414. 603. 756. R
N
U
ENDPAGE
%%Trailer
%%Pages: 1 -1
%%DocumentFonts:
%%+ Helvetica
|