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
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
%!PS-Adobe-3.0
%%BoundingBox: 0 0 612 792
%%HiResBoundingBox: 0 0 612 792
%%Title: GMT v5.0.1b_r10618 [64-bit] [C4] Document from psxy
%%Creator: GMT
%%For: pwessel
%%DocumentNeededResources: font Helvetica
%%CreationDate: Fri Nov 16 15:40:06 2012
%%LanguageLevel: 2
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%Pages: 1
%%EndComments
%%BeginProlog
250 dict begin
/! {bind def} bind def
/# {load def}!
/A /setgray #
/B /setdash #
/C /setrgbcolor #
/D /rlineto #
/E {dup stringwidth pop}!
/F /fill #
/G /rmoveto #
/H /sethsbcolor #
/I /setpattern #
/K /setcmykcolor #
/L /lineto #
/M /moveto #
/N /newpath #
/P /closepath #
/R /rotate #
/S /stroke #
/T /translate #
/U /grestore #
/V /gsave #
/W /setlinewidth #
/Y {findfont exch scalefont setfont}!
/Z /show #
/FP {true charpath flattenpath}!
/MU {matrix setmatrix}!
/MS {/SMat matrix currentmatrix def}!
/MR {SMat setmatrix}!
/edef {exch def}!
/FS {/fc edef /fs {V fc F U} def}!
/FQ {/fs {} def}!
/O0 {/os {N} def}!
/O1 {/os {P S} def}!
/FO {fs os}!
/Sa {M MS dup 0 exch G 0.726542528 mul -72 R dup 0 D 4 {72 R dup 0 D -144 R dup 0 D} repeat pop MR FO}!
/Sb {M dup 0 D exch 0 exch D neg 0 D FO}!
/SB {MS T /BoxR edef /BoxW edef /BoxH edef BoxR 0 M
BoxW 0 BoxW BoxH BoxR arct BoxW BoxH 0 BoxH BoxR arct 0 BoxH 0 0 BoxR arct 0 0 BoxW 0 BoxR arct MR FO}!
/Sc {N 3 -1 roll 0 360 arc FO}!
/Sd {M 4 {dup} repeat 0 G neg dup dup D exch D D FO}!
/Se {N MS T R scale 0 0 1 0 360 arc MR FO}!
/Sg {M MS 22.5 R dup 0 exch G -22.5 R 0.765366865 mul dup 0 D 6 {-45 R dup 0 D} repeat pop MR FO}!
/Sh {M MS dup 0 G -120 R dup 0 D 4 {-60 R dup 0 D} repeat pop MR FO}!
/Si {M MS dup neg 0 exch G 60 R 1.732050808 mul dup 0 D 120 R 0 D MR FO}!
/Sj {M MS R dup -2 div 2 index -2 div G dup 0 D exch 0 exch D neg 0 D MR FO}!
/Sn {M MS dup 0 exch G -36 R 1.175570505 mul dup 0 D 3 {-72 R dup 0 D} repeat pop MR FO}!
/Sp {N 3 -1 roll 0 360 arc fs N}!
/SP {M {D} repeat FO}!
/Sr {M dup -2 div 2 index -2 div G dup 0 D exch 0 exch D neg 0 D FO}!
/SR {MS T /BoxR edef /BoxW edef /BoxH edef BoxR BoxW -2 div BoxH -2 div T BoxR 0 M
BoxW 0 BoxW BoxH BoxR arct BoxW BoxH 0 BoxH BoxR arct 0 BoxH 0 0 BoxR arct 0 0 BoxW 0 BoxR arct MR FO}!
/Ss {M 1.414213562 mul dup dup dup -2 div dup G 0 D 0 exch D neg 0 D FO}!
/St {M MS dup 0 exch G -60 R 1.732050808 mul dup 0 D -120 R 0 D MR FO}!
/SV {0 exch M 0 D D D D D 0 D FO}!
/Sv {0 0 M D D 0 D D D D D 0 D D FO}!
/Sw {2 copy M 5 2 roll arc FO}!
/Sx {M 1.414213562 mul 5 {dup} repeat -2 div dup G D neg 0 G neg D S}!
/Sy {M dup 0 exch G dup -2 mul dup 0 exch D S}!
/S+ {M dup 0 G dup -2 mul dup 0 D exch dup G 0 exch D S}!
/S- {M dup 0 G dup -2 mul dup 0 D S}!
/sw {stringwidth pop}!
/sh {V MU 0 0 M FP pathbbox N 4 1 roll pop pop pop U}!
/sd {V MU 0 0 M FP pathbbox N pop pop exch pop U}!
/sH {V MU 0 0 M FP pathbbox N exch pop exch sub exch pop U}!
/sb {E exch sh}!
/bl {}!
/bc {E -2 div 0 G}!
/br {E neg 0 G}!
/ml {dup 0 exch sh -2 div G}!
/mc {dup E -2 div exch sh -2 div G}!
/mr {dup E neg exch sh -2 div G}!
/tl {dup 0 exch sh neg G}!
/tc {dup E -2 div exch sh neg G}!
/tr {dup E neg exch sh neg G}!
/mx {2 copy lt {exch} if pop}!
/PSL_xorig 0 def /PSL_yorig 0 def
/TM {2 copy T PSL_yorig add /PSL_yorig edef PSL_xorig add /PSL_xorig edef}!
/PSL_reencode {findfont dup length dict begin
{1 index /FID ne {def}{pop pop} ifelse} forall
exch /Encoding edef currentdict end definefont pop
}!
/PSL_eps_begin {
/PSL_eps_state save def
/PSL_dict_count countdictstack def
/PSL_op_count count 1 sub def
userdict begin
/showpage {} def
0 setgray 0 setlinecap 1 setlinewidth
0 setlinejoin 10 setmiterlimit [] 0 setdash newpath
/languagelevel where
{pop languagelevel 1 ne {false setstrokeadjust false setoverprint} if} if
}!
/PSL_eps_end {
count PSL_op_count sub {pop} repeat
countdictstack PSL_dict_count sub {end} repeat
PSL_eps_state restore
}!
/PSL_transp {
/.setopacityalpha where {pop .setblendmode .setopacityalpha}{
/pdfmark where {pop [ /BM exch /CA exch dup /ca exch /SetTransparency pdfmark}
{pop pop} ifelse} ifelse
}!
/Standard+_Encoding [
/.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 /threequarters /threesuperior /trademark /twosuperior /yacute /ydieresis /zcaron
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/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
/quoteleft /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 /florin
/Atilde /Ccedilla /Eth /Lslash /Ntilde /Otilde /Scaron /Thorn
/Yacute /Ydieresis /Zcaron /atilde /brokenbar /ccedilla /copyright /degree
/divide /eth /logicalnot /lslash /minus /mu /multiply /ntilde
/onehalf /onequarter /onesuperior /otilde /plusminus /registered /scaron /thorn
/.notdef /exclamdown /cent /sterling /fraction /yen /florin /section
/currency /quotesingle /quotedblleft /guillemotleft /guilsinglleft /guilsinglright /fi /fl
/Aacute /endash /dagger /daggerdbl /periodcentered /Acircumflex /paragraph /bullet
/quotesinglbase /quotedblbase /quotedblright /guillemotright /ellipsis /perthousand /Adieresis /questiondown
/Agrave /grave /acute /circumflex /tilde /macron /breve /dotaccent
/dieresis /Eacute /ring /cedilla /Ecircumflex /hungarumlaut /ogonek /caron
/emdash /Edieresis /Egrave /Iacute /Icircumflex /Idieresis /Igrave /Oacute
/Ocircumflex /Odieresis /Ograve /Uacute /Ucircumflex /Udieresis /Ugrave /aacute
/acircumflex /AE /adieresis /ordfeminine /agrave /eacute /ecircumflex /edieresis
/egrave /Oslash /OE /ordmasculine /iacute /icircumflex /idieresis /igrave
/oacute /ae /ocircumflex /odieresis /ograve /dotlessi /uacute /ucircumflex
/udieresis /oslash /oe /germandbls /ugrave /Aring /aring /ydieresis
] def
/PSL_font_encode 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 39 array astore def
/F0 {/Helvetica Y}!
/F1 {/Helvetica-Bold Y}!
/F2 {/Helvetica-Oblique Y}!
/F3 {/Helvetica-BoldOblique Y}!
/F4 {/Times-Roman Y}!
/F5 {/Times-Bold Y}!
/F6 {/Times-Italic Y}!
/F7 {/Times-BoldItalic Y}!
/F8 {/Courier Y}!
/F9 {/Courier-Bold Y}!
/F10 {/Courier-Oblique Y}!
/F11 {/Courier-BoldOblique Y}!
/F12 {/Symbol Y}!
/F13 {/AvantGarde-Book Y}!
/F14 {/AvantGarde-BookOblique Y}!
/F15 {/AvantGarde-Demi Y}!
/F16 {/AvantGarde-DemiOblique Y}!
/F17 {/Bookman-Demi Y}!
/F18 {/Bookman-DemiItalic Y}!
/F19 {/Bookman-Light Y}!
/F20 {/Bookman-LightItalic Y}!
/F21 {/Helvetica-Narrow Y}!
/F22 {/Helvetica-Narrow-Bold Y}!
/F23 {/Helvetica-Narrow-Oblique Y}!
/F24 {/Helvetica-Narrow-BoldOblique Y}!
/F25 {/NewCenturySchlbk-Roman Y}!
/F26 {/NewCenturySchlbk-Italic Y}!
/F27 {/NewCenturySchlbk-Bold Y}!
/F28 {/NewCenturySchlbk-BoldItalic Y}!
/F29 {/Palatino-Roman Y}!
/F30 {/Palatino-Italic Y}!
/F31 {/Palatino-Bold Y}!
/F32 {/Palatino-BoldItalic Y}!
/F33 {/ZapfChancery-MediumItalic Y}!
/F34 {/ZapfDingbats Y}!
/F35 {/Ryumin-Light-EUC-H Y}!
/F36 {/Ryumin-Light-EUC-V Y}!
/F37 {/GothicBBB-Medium-EUC-H Y}!
/F38 {/GothicBBB-Medium-EUC-V Y}!
/PSL_pathtextdict 26 dict def
/PSL_pathtext
{PSL_pathtextdict begin
/textheight exch def
/just exch def
/offset exch def
/str exch def
/pathdist 0 def
/setdist offset def
/charcount 0 def
/justy just 4 idiv textheight mul 2 div neg def
V flattenpath
{movetoproc} {linetoproc}
{curvetoproc} {closepathproc}
pathforall
U N
end
} def
PSL_pathtextdict begin
/movetoproc
{ /newy exch def /newx exch def
/firstx newx def /firsty newy def
/ovr 0 def
newx newy transform
/cpy exch def /cpx exch def
} def
/linetoproc
{ /oldx newx def /oldy newy def
/newy exch def /newx exch def
/dx newx oldx sub def
/dy newy oldy sub def
/dist dx dup mul dy dup mul add sqrt def
dist 0 ne
{ /dsx dx dist div ovr mul def
/dsy dy dist div ovr mul def
oldx dsx add oldy dsy add transform
/cpy exch def /cpx exch def
/pathdist pathdist dist add def
{setdist pathdist le
{charcount str length lt
{setchar} {exit} ifelse}
{ /ovr setdist pathdist sub def
exit}
ifelse
} loop
} if
} def
/curvetoproc
{ (ERROR: No curveto's after flattenpath!)
print
} def
/closepathproc
{firstx firsty linetoproc
firstx firsty movetoproc
} def
/setchar
{ /char str charcount 1 getinterval def
/charcount charcount 1 add def
/charwidth char stringwidth pop def
V cpx cpy itransform T
dy dx atan R
0 justy M
char show
0 justy neg G
currentpoint transform
/cpy exch def /cpx exch def
U /setdist setdist charwidth add def
} def
end
/PSL_curved_text_labels
{ /bits exch def
/PSL_clippath bits 1 and 1 eq def
/PSL_placetext bits 2 and 0 eq def
/PSL_strokeline bits 4 and 4 eq def
/PSL_firstcall bits 32 and 32 eq def
/PSL_lastcall bits 64 and 64 eq def
/PSL_fillbox bits 128 and 128 eq def
/PSL_drawbox bits 256 and 256 eq def
/PSL_n1 PSL_n 1 sub def
/PSL_m1 PSL_m 1 sub def
/PSL_usebox PSL_fillbox PSL_drawbox or def
PSL_CT_calcstringwidth
PSL_CT_calclinedist
PSL_CT_addcutpoints
PSL_clippath PSL_firstcall and
{clipsave N clippath} if
PSL_setlinepen
/PSL_nn1 PSL_nn 1 sub def
/n 0 def
/k 0 def
/j 0 def
/PSL_seg 0 def
/PSL_xp PSL_nn array def
/PSL_yp PSL_nn array def
PSL_xp 0 PSL_xx 0 get put
PSL_yp 0 PSL_yy 0 get put
1 1 PSL_nn1
{ /i exch def
/node_type PSL_kind i get def
/j j 1 add def
PSL_xp j PSL_xx i get put
PSL_yp j PSL_yy i get put
node_type 1 eq
{n 0 eq
{PSL_CT_drawline}
{ PSL_CT_reversepath
PSL_CT_textline} ifelse
/j 0 def
PSL_xp j PSL_xx i get put
PSL_yp j PSL_yy i get put
} if
} for
n 0 eq {PSL_CT_drawline} if
PSL_lastcall
{PSL_clippath
{PSL_clip} if N
} if
} def
/PSL_CT_textline
{PSL_placetext
{PSL_clippath
{PSL_CT_clippath} {PSL_CT_placelabel} ifelse
} if
/n 0 def /k k 1 add def PSL_setlinepen
} def
/PSL_CT_calcstringwidth
{ /PSL_width PSL_m array def
0 1 PSL_m1
{ /i exch def
PSL_width i PSL_str i get stringwidth pop put
} for
} def
/PSL_CT_calclinedist
{ /PSL_newx PSL_x 0 get def
/PSL_newy PSL_y 0 get def
/dist 0.0 def
/PSL_dist PSL_n array def
PSL_dist 0 0.0 put
1 1 PSL_n1
{ /i exch def
/PSL_oldx PSL_newx def
/PSL_oldy PSL_newy def
/PSL_newx PSL_x i get def
/PSL_newy PSL_y i get def
/dx PSL_newx PSL_oldx sub def
/dy PSL_newy PSL_oldy sub def
/dist dist dx dx mul dy dy mul add sqrt add def
PSL_dist i dist put
} for
} def
/PSL_CT_addcutpoints
{ /k 0 def
/PSL_nc PSL_m 2 mul 1 add def
/PSL_cuts PSL_nc array def
/PSL_nc1 PSL_nc 1 sub def
0 1 PSL_m1
{ /i exch def
/dist PSL_dist PSL_node i get get def
/halfwidth PSL_width i get 2 div PSL_gap_x add def
PSL_cuts k dist halfwidth sub put
/k k 1 add def
PSL_cuts k dist halfwidth add put
/k k 1 add def
} for
PSL_cuts k 100000.0 put
/PSL_nn PSL_n PSL_m 2 mul add def
/PSL_xx PSL_nn array def
/PSL_yy PSL_nn array def
/PSL_kind PSL_nn array def
/j 0 def
/k 0 def
/dist 0.0 def
0 1 PSL_n1
{ /i exch def
/last_dist dist def
/dist PSL_dist i get def
k 1 PSL_nc1
{ /kk exch def
/this_cut PSL_cuts kk get def
dist this_cut gt
{ /ds dist last_dist sub def
/f ds 0.0 eq {0.0} {dist this_cut sub ds div} ifelse def
/i1 i 0 eq {0} {i 1 sub} ifelse def
PSL_xx j PSL_x i get dup PSL_x i1 get sub f mul sub put
PSL_yy j PSL_y i get dup PSL_y i1 get sub f mul sub put
PSL_kind j 1 put
/j j 1 add def
/k k 1 add def
} if
} for
dist PSL_cuts k get le
{PSL_xx j PSL_x i get put PSL_yy j PSL_y i get put
PSL_kind j 0 put
/j j 1 add def
} if
} for
} def
/PSL_CT_reversepath
{PSL_xp j get PSL_xp 0 get lt
{0 1 j 2 idiv
{ /left exch def
/right j left sub def
/tmp PSL_xp left get def
PSL_xp left PSL_xp right get put
PSL_xp right tmp put
/tmp PSL_yp left get def
PSL_yp left PSL_yp right get put
PSL_yp right tmp put
} for
} if
} def
/PSL_CT_placelabel
{
PSL_usebox
{PSL_CT_clippath
PSL_fillbox
{V PSL_setboxrgb fill U} if
PSL_drawbox
{PSL_setboxpen S} if N
} if
PSL_settxtrgb PSL_CT_placeline PSL_str k get PSL_gap_x PSL_just PSL_height PSL_pathtext
} def
/PSL_CT_clippath
{
/H PSL_height 2 div PSL_gap_y add def
/xoff j 1 add array def
/yoff j 1 add array def
/angle 0 def
0 1 j {
/ii exch def
/x PSL_xp ii get def
/y PSL_yp ii get def
ii 0 eq {
/x1 PSL_xp 1 get def
/y1 PSL_yp 1 get def
/dx x1 x sub def
/dy y1 y sub def
}
{ /i1 ii 1 sub def
/x1 PSL_xp i1 get def
/y1 PSL_yp i1 get def
/dx x x1 sub def
/dy y y1 sub def
} ifelse
dx 0.0 ne dy 0.0 ne and
{ /angle dy dx atan 90 add def} if
/sina angle sin def
/cosa angle cos def
xoff ii H cosa mul put
yoff ii H sina mul put
} for
PSL_xp 0 get xoff 0 get add PSL_yp 0 get yoff 0 get add M
1 1 j {
/ii exch def
PSL_xp ii get xoff ii get add PSL_yp ii get yoff ii get add L
} for
j -1 0 {
/ii exch def
PSL_xp ii get xoff ii get sub PSL_yp ii get yoff ii get sub L
} for P
} def
/PSL_CT_drawline
{
/str 20 string def
PSL_strokeline
{PSL_CT_placeline PSL_setlinepen S} if
/PSL_seg PSL_seg 1 add def
/n 1 def
} def
/PSL_CT_placeline
{PSL_xp 0 get PSL_yp 0 get M
1 1 j { /ii exch def PSL_xp ii get PSL_yp ii get L} for
} def
/PSL_straight_text_labels
{
/bits exch def
/PSL_clippath bits 1 and 0 eq def
/PSL_rounded bits 16 and 16 eq def
/PSL_fillbox bits 128 and 128 eq def
/PSL_drawbox bits 256 and 256 eq def
/PSL_m1 PSL_m 1 sub def
/PSL_justx PSL_just 4 mod 1 sub 2 div neg def
/PSL_justy PSL_just 4 idiv PSL_height mul 2 div neg def
/PSL_usebox PSL_fillbox PSL_drawbox or def
PSL_clippath
{PSL_ST_clippath}
{PSL_usebox {PSL_ST_clippath} if
PSL_ST_placelabel
} ifelse
} def
/PSL_ST_placelabel
{PSL_settxtrgb
0 1 PSL_m1
{ /k exch def
/xp PSL_txt_x k get def
/yp PSL_txt_y k get def
V PSL_txt_x k get PSL_txt_y k get T
PSL_angle k get R
/BoxW PSL_str k get stringwidth pop def
BoxW PSL_justx mul PSL_justy M
PSL_str k get show
U
} for
} def
/PSL_ST_clippath
{N
PSL_usebox not {clipsave clippath} if
PSL_rounded {PSL_ST_clippath_round} {PSL_ST_clippath_rect} ifelse
PSL_usebox
{PSL_fillbox
{V PSL_setboxrgb fill U} if
PSL_drawbox
{PSL_setboxpen S} if N
}
{PSL_clip
} ifelse
N
} def
/PSL_ST_clippath_rect
{
/BoxH PSL_height PSL_gap_y 2 mul add def
/DelY BoxH BoxH 0 3 array astore def
0 1 PSL_m1
{ /k exch def
/xp PSL_txt_x k get def
/yp PSL_txt_y k get def
/MAT PSL_angle k get matrix R def
/BoxW PSL_str k get stringwidth pop PSL_gap_x 2 mul add def
/x0 0 BoxW PSL_justx mul add def
/y0 0 PSL_justy add PSL_gap_y sub def
/DelX 0 BoxW BoxW 3 array astore def
x0 y0 MAT transform
/dy exch def /dx exch def
xp dx add yp dy add M
0 1 2
{
/ii exch def
x0 DelX ii get add y0 DelY ii get add MAT transform
/dy exch def /dx exch def
xp dx add yp dy add L
} for P
} for
} def
/PSL_ST_clippath_round
{
/PSL_justy2 PSL_just 4 idiv 2 div neg def
/BoxR PSL_gap_x PSL_gap_y lt {PSL_gap_x} {PSL_gap_y} ifelse def
/BoxH PSL_height PSL_gap_y 2 mul add def
/y0 PSL_height PSL_gap_y 2 mul add PSL_justy2 mul def
0 1 PSL_m1
{ /k exch def
/xp PSL_txt_x k get def
/yp PSL_txt_y k get def
/BoxW PSL_str k get stringwidth pop PSL_gap_x 2 mul add def
/x0 BoxW PSL_justx mul def
xp yp T PSL_angle k get R x0 y0 T
BoxR 0 M
BoxW 0 BoxW BoxH BoxR arct BoxW BoxH 0 BoxH BoxR arct 0 BoxH 0 0 BoxR arct 0 0 BoxW 0 BoxR arct P
x0 neg y0 neg T PSL_angle k get neg R xp neg yp neg T
} for
} def
/PSL_nclip 0 def
/PSL_clip {clip /PSL_nclip PSL_nclip 1 add def} def
/PSL_eoclip {eoclip /PSL_nclip PSL_nclip 1 add def} def
/PSL_cliprestore {cliprestore /PSL_nclip PSL_nclip 1 sub def} def
%%EndProlog
%%BeginSetup
/PSLevel /languagelevel where {pop languagelevel} {1} ifelse def
PSLevel 1 gt { << /PageSize [612 792] /ImagingBBox null >> setpagedevice } if
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
V 0.06 0.06 scale
%%EndPageSetup
/PSL_page_xsize 10200 def
/PSL_page_ysize 13200 def
0 A
FQ
O0
-3000 PSL_xorig sub PSL_page_xsize 2 div add -4500 PSL_yorig sub PSL_page_ysize 2 div add TM
% PostScript produced by:
%%GMT: psxy all_psxy_symbols.txt -R0/4/0/6 -B1g1WSne:.PROJ_LENGTH_UNIT=inch: -Jx1.25i -Sc1i -W0.25p,blue,. -P -K --PROJ_LENGTH_UNIT=inch \
%%GMT:+ -Xc -Yc -i0,1
%%PROJ: xy 0.00000000 4.00000000 0.00000000 6.00000000 0.000 4.000 0.000 6.000 +xy +a=6378137.000 +b=6356752.314245
0 setlinecap
0 setlinejoin
3.32551 setmiterlimit
clipsave
0 0 M
6000 0 D
0 9000 D
-6000 0 D
PSL_eoclip N
4 W
[4 17] 0 B
0 0 1 C
O1
600 750 750 Sc
600 2250 750 Sc
600 3750 750 Sc
600 5250 750 Sc
600 750 2250 Sc
600 2250 2250 Sc
600 3750 2250 Sc
600 5250 2250 Sc
600 750 3750 Sc
600 2250 3750 Sc
600 3750 3750 Sc
600 5250 3750 Sc
600 750 5250 Sc
600 2250 5250 Sc
600 3750 5250 Sc
600 5250 5250 Sc
600 750 6750 Sc
600 2250 6750 Sc
600 3750 6750 Sc
600 5250 6750 Sc
600 750 8250 Sc
600 2250 8250 Sc
600 3750 8250 Sc
600 5250 8250 Sc
PSL_cliprestore
[] 0 B
0 A
0 0 M
0 9000 D
S
1500 0 M
0 9000 D
S
3000 0 M
0 9000 D
S
4500 0 M
0 9000 D
S
6000 0 M
0 9000 D
S
0 0 M
6000 0 D
S
0 1500 M
6000 0 D
S
0 3000 M
6000 0 D
S
0 4500 M
6000 0 D
S
0 6000 M
6000 0 D
S
0 7500 M
6000 0 D
S
0 9000 M
6000 0 D
S
2 setlinecap
/MM {neg exch M} def
/PSL_A0_y 83 def
/PSL_A1_y 0 def
25 W
0 9000 M 0 -9000 D S
8 W
0 0 M -83 0 D S
0 1500 M -83 0 D S
0 3000 M -83 0 D S
0 4500 M -83 0 D S
0 6000 M -83 0 D S
0 7500 M -83 0 D S
0 9000 M -83 0 D S
/PSL_AH0 0
PSL_font_encode 0 get 0 eq {Standard+_Encoding /Helvetica /Helvetica PSL_reencode PSL_font_encode 0 1 put} if
200 F0
(0) sw mx
(1) sw mx
(2) sw mx
(3) sw mx
(4) sw mx
(5) sw mx
(6) sw mx
def
/PSL_A0_y PSL_A0_y 83 add def
0 PSL_A0_y MM
(0) mr Z
1500 PSL_A0_y MM
(1) mr Z
3000 PSL_A0_y MM
(2) mr Z
4500 PSL_A0_y MM
(3) mr Z
6000 PSL_A0_y MM
(4) mr Z
7500 PSL_A0_y MM
(5) mr Z
9000 PSL_A0_y MM
(6) mr Z
/PSL_A0_y PSL_A0_y PSL_AH0 add def
/PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
6000 0 T
/MM {exch M} def
/PSL_A0_y 83 def
/PSL_A1_y 0 def
25 W
0 9000 M 0 -9000 D S
8 W
0 0 M 83 0 D S
0 1500 M 83 0 D S
0 3000 M 83 0 D S
0 4500 M 83 0 D S
0 6000 M 83 0 D S
0 7500 M 83 0 D S
0 9000 M 83 0 D S
/PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
-6000 0 T
/MM {neg M} def
/PSL_A0_y 83 def
/PSL_A1_y 0 def
25 W
0 0 M 6000 0 D S
8 W
0 0 M 0 -83 D S
1500 0 M 0 -83 D S
3000 0 M 0 -83 D S
4500 0 M 0 -83 D S
6000 0 M 0 -83 D S
/PSL_AH0 0
(0) sh mx
(1) sh mx
(2) sh mx
(3) sh mx
(4) sh mx
def
/PSL_A0_y PSL_A0_y 83 add PSL_AH0 add def
0 PSL_A0_y MM
(0) bc Z
1500 PSL_A0_y MM
(1) bc Z
3000 PSL_A0_y MM
(2) bc Z
4500 PSL_A0_y MM
(3) bc Z
6000 PSL_A0_y MM
(4) bc Z
/PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
0 9000 T
/MM {M} def
/PSL_A0_y 83 def
/PSL_A1_y 0 def
25 W
0 0 M 6000 0 D S
8 W
0 0 M 0 83 D S
1500 0 M 0 83 D S
3000 0 M 0 83 D S
4500 0 M 0 83 D S
6000 0 M 0 83 D S
/PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
0 -9000 T
0 setlinecap
/PSL_H_y PSL_L_y PSL_LH add 233 add def
3000 9000 PSL_H_y add M
400 F0
(PROJ_LENGTH_UNIT=inch) bc Z
0 A
FQ
O0
0 0 TM
% PostScript produced by:
%%GMT: psxy all_psxy_symbols.txt -R0/4/0/6 -Jx1.25i -S -Gred -W1p -O --PROJ_LENGTH_UNIT=inch
%%PROJ: xy 0.00000000 4.00000000 0.00000000 6.00000000 0.000 4.000 0.000 6.000 +xy +a=6378137.000 +b=6356752.314245
0 setlinecap
0 setlinejoin
3.32551 setmiterlimit
clipsave
0 0 M
6000 0 D
0 9000 D
-6000 0 D
PSL_eoclip N
17 W
{1 0 0 C} FS
O1
600 750 750 S-
600 2250 750 S+
600 3750 750 Sa
750 1200 4650 0 Sb
600 750 2250 Sc
600 2250 2250 Sd
600 300 30 3750 2250 Se
600 5250 2250 Sg
600 750 3750 Sh
600 2250 3750 Si
600 1200 30 3750 3750 Sj
V 5250 3750 T
-520 -300 M
67 36 D
94 39 D
35 13 D
86 24 D
62 12 D
62 9 D
89 6 D
76 -1 D
88 -8 D
75 -13 D
37 -8 D
85 -25 D
59 -23 D
58 -25 D
67 -36 D
-54 33 D
-62 44 D
-39 32 D
-47 43 D
-44 45 D
-42 48 D
-38 50 D
-55 85 D
-41 79 D
-34 82 D
-27 84 D
-20 86 D
-11 75 D
-6 89 D
0 12 D
-3 -63 D
-6 -63 D
-13 -75 D
-22 -85 D
-29 -84 D
-36 -81 D
-37 -67 D
-55 -84 D
-39 -50 D
-51 -56 D
-45 -44 D
-48 -42 D
-40 -31 D
-52 -36 D
-44 -26 D
FO
U
750 5250 M PSL_font_encode 0 get 0 eq {Standard+_Encoding /Helvetica /Helvetica PSL_reencode PSL_font_encode 0 1 put} if
1200 F0
(HI) mc false charpath fs S
V 2250 5250 T
17 W
N 0 0 600 17.1887 102.811 arc S
V
N 20 155 600 -14.9794 3.48594 arc
-46 -14 D
22 -161 600 32.6404 15.5215 arcn
P clip fs P S U
V
N 124 95 600 134.979 116.514 arcn
11 -47 D
-150 -61 600 87.3596 104.478 arc
P clip fs P S U
U
17 W
600 3750 5250 Sn
600 5250 5250 Sp
600 1200 750 6750 Sr
600 2250 6750 Ss
600 3750 6750 St
17 W
V 4730 6450 T 30 R
180 0 M 840 0 D S
0 0 M
180 -48 D
0 96 D
P clip fs P S U
V 5770 7050 T 30 R
0 0 M
-180 48 D
0 -96 D
P clip fs P S U
17 W
600 0 70 750 8250 Sw
600 2250 8250 Sx
600 3750 8250 Sy
V 5250 8250 T
900 -520 0 1040 2 -300 -520 SP
U
PSL_cliprestore
%%PageTrailer
U
showpage
%%Trailer
end
%%EOF
Tip!
Press p or to see the previous file or,
n or to see the next file