Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

quotedoutline.ps 25 KB

You have to be logged in to leave a comment. Sign In
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
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
  1. %!PS-Adobe-3.0
  2. %%BoundingBox: 0 0 612 792
  3. %%HiResBoundingBox: 0 0 612.0000 792.0000
  4. %%Title: GMT v6.2.0_6d305f5-dirty_2020.12.26 [64-bit] Document from psxy
  5. %%Creator: GMT6
  6. %%For: unknown
  7. %%DocumentNeededResources: font Helvetica
  8. %%CreationDate: Sat Dec 26 23:06:49 2020
  9. %%LanguageLevel: 2
  10. %%DocumentData: Clean7Bit
  11. %%Orientation: Portrait
  12. %%Pages: 1
  13. %%EndComments
  14. %%BeginProlog
  15. 250 dict begin
  16. /! {bind def} bind def
  17. /# {load def}!
  18. /A /setgray #
  19. /B /setdash #
  20. /C /setrgbcolor #
  21. /D /rlineto #
  22. /E {dup stringwidth pop}!
  23. /F /fill #
  24. /G /rmoveto #
  25. /H /sethsbcolor #
  26. /I /setpattern #
  27. /K /setcmykcolor #
  28. /L /lineto #
  29. /M /moveto #
  30. /N /newpath #
  31. /P /closepath #
  32. /R /rotate #
  33. /S /stroke #
  34. /T /translate #
  35. /U /grestore #
  36. /V /gsave #
  37. /W /setlinewidth #
  38. /Y {findfont exch scalefont setfont}!
  39. /Z /show #
  40. /FP {true charpath flattenpath}!
  41. /MU {matrix setmatrix}!
  42. /MS {/SMat matrix currentmatrix def}!
  43. /MR {SMat setmatrix}!
  44. /edef {exch def}!
  45. /FS {/fc edef /fs {V fc F U} def}!
  46. /FQ {/fs {} def}!
  47. /O0 {/os {N} def}!
  48. /O1 {/os {P S} def}!
  49. /FO {fs os}!
  50. /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}!
  51. /Sb {M dup 0 D exch 0 exch D neg 0 D FO}!
  52. /SB {MS T /BoxR edef /BoxW edef /BoxH edef BoxR 0 M
  53. 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}!
  54. /Sc {N 3 -1 roll 0 360 arc FO}!
  55. /Sd {M 4 {dup} repeat 0 G neg dup dup D exch D D FO}!
  56. /Se {N MS T R scale 0 0 1 0 360 arc MR FO}!
  57. /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}!
  58. /Sh {M MS dup 0 G -120 R dup 0 D 4 {-60 R dup 0 D} repeat pop MR FO}!
  59. /Si {M MS dup neg 0 exch G 60 R 1.732050808 mul dup 0 D 120 R 0 D MR FO}!
  60. /Sj {M MS R dup -2 div 2 index -2 div G dup 0 D exch 0 exch D neg 0 D MR FO}!
  61. /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}!
  62. /Sp {N 3 -1 roll 0 360 arc fs N}!
  63. /SP {M {D} repeat FO}!
  64. /Sr {M dup -2 div 2 index -2 div G dup 0 D exch 0 exch D neg 0 D FO}!
  65. /SR {MS T /BoxR edef /BoxW edef /BoxH edef BoxR BoxW -2 div BoxH -2 div T BoxR 0 M
  66. 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}!
  67. /Ss {M 1.414213562 mul dup dup dup -2 div dup G 0 D 0 exch D neg 0 D FO}!
  68. /St {M MS dup 0 exch G -60 R 1.732050808 mul dup 0 D -120 R 0 D MR FO}!
  69. /SV {0 exch M 0 D D D D D 0 D FO}!
  70. /Sv {0 0 M D D 0 D D D D D 0 D D FO}!
  71. /Sw {2 copy M 5 2 roll arc FO}!
  72. /Sx {M 1.414213562 mul 5 {dup} repeat -2 div dup G D neg 0 G neg D S}!
  73. /Sy {M dup 0 exch G dup -2 mul dup 0 exch D S}!
  74. /S+ {M dup 0 G dup -2 mul dup 0 D exch dup G 0 exch D S}!
  75. /S- {M dup 0 G dup -2 mul dup 0 D S}!
  76. /sw {stringwidth pop}!
  77. /sh {V MU 0 0 M FP pathbbox N 4 1 roll pop pop pop U}!
  78. /sd {V MU 0 0 M FP pathbbox N pop pop exch pop U}!
  79. /sH {V MU 0 0 M FP pathbbox N exch pop exch sub exch pop U}!
  80. /sb {E exch sh}!
  81. /bl {}!
  82. /bc {E -2 div 0 G}!
  83. /br {E neg 0 G}!
  84. /ml {dup 0 exch sh -2 div G}!
  85. /mc {dup E -2 div exch sh -2 div G}!
  86. /mr {dup E neg exch sh -2 div G}!
  87. /tl {dup 0 exch sh neg G}!
  88. /tc {dup E -2 div exch sh neg G}!
  89. /tr {dup E neg exch sh neg G}!
  90. /mx {2 copy lt {exch} if pop}!
  91. /PSL_xorig 0 def /PSL_yorig 0 def
  92. /TM {2 copy T PSL_yorig add /PSL_yorig edef PSL_xorig add /PSL_xorig edef}!
  93. /PSL_reencode {findfont dup length dict begin
  94. {1 index /FID ne {def}{pop pop} ifelse} forall
  95. exch /Encoding edef currentdict end definefont pop
  96. }!
  97. /PSL_eps_begin {
  98. /PSL_eps_state save def
  99. /PSL_dict_count countdictstack def
  100. /PSL_op_count count 1 sub def
  101. userdict begin
  102. /showpage {} def
  103. 0 setgray 0 setlinecap 1 setlinewidth
  104. 0 setlinejoin 10 setmiterlimit [] 0 setdash newpath
  105. /languagelevel where
  106. {pop languagelevel 1 ne {false setstrokeadjust false setoverprint} if} if
  107. }!
  108. /PSL_eps_end {
  109. count PSL_op_count sub {pop} repeat
  110. countdictstack PSL_dict_count sub {end} repeat
  111. PSL_eps_state restore
  112. }!
  113. /PSL_transp {
  114. /PSL_BM_arg edef /PSL_S_arg edef /PSL_F_arg edef
  115. /.setfillconstantalpha where
  116. { pop PSL_BM_arg .setblendmode PSL_S_arg .setstrokeconstantalpha PSL_F_arg .setfillconstantalpha }
  117. { /pdfmark where {pop [ /BM PSL_BM_arg /CA PSL_S_arg /ca PSL_F_arg /SetTransparency pdfmark} if }
  118. ifelse
  119. }!
  120. /ISOLatin1+_Encoding [
  121. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  122. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  123. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  124. /.notdef /bullet /ellipsis /trademark /emdash /endash /fi /zcaron
  125. /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
  126. /parenleft /parenright /asterisk /plus /comma /minus /period /slash
  127. /zero /one /two /three /four /five /six /seven
  128. /eight /nine /colon /semicolon /less /equal /greater /question
  129. /at /A /B /C /D /E /F /G
  130. /H /I /J /K /L /M /N /O
  131. /P /Q /R /S /T /U /V /W
  132. /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
  133. /quoteleft /a /b /c /d /e /f /g
  134. /h /i /j /k /l /m /n /o
  135. /p /q /r /s /t /u /v /w
  136. /x /y /z /braceleft /bar /braceright /asciitilde /scaron
  137. /OE /dagger /daggerdbl /Lslash /fraction /guilsinglleft /Scaron /guilsinglright
  138. /oe /Ydieresis /Zcaron /lslash /perthousand /quotedblbase /quotedblleft /quotedblright
  139. /dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent
  140. /dieresis /quotesinglbase /ring /cedilla /quotesingle /hungarumlaut /ogonek /caron
  141. /space /exclamdown /cent /sterling /currency /yen /brokenbar /section
  142. /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
  143. /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered
  144. /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
  145. /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
  146. /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
  147. /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
  148. /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
  149. /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
  150. /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
  151. /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
  152. /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
  153. ] def
  154. /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
  155. /F0 {/Helvetica Y}!
  156. /F1 {/Helvetica-Bold Y}!
  157. /F2 {/Helvetica-Oblique Y}!
  158. /F3 {/Helvetica-BoldOblique Y}!
  159. /F4 {/Times-Roman Y}!
  160. /F5 {/Times-Bold Y}!
  161. /F6 {/Times-Italic Y}!
  162. /F7 {/Times-BoldItalic Y}!
  163. /F8 {/Courier Y}!
  164. /F9 {/Courier-Bold Y}!
  165. /F10 {/Courier-Oblique Y}!
  166. /F11 {/Courier-BoldOblique Y}!
  167. /F12 {/Symbol Y}!
  168. /F13 {/AvantGarde-Book Y}!
  169. /F14 {/AvantGarde-BookOblique Y}!
  170. /F15 {/AvantGarde-Demi Y}!
  171. /F16 {/AvantGarde-DemiOblique Y}!
  172. /F17 {/Bookman-Demi Y}!
  173. /F18 {/Bookman-DemiItalic Y}!
  174. /F19 {/Bookman-Light Y}!
  175. /F20 {/Bookman-LightItalic Y}!
  176. /F21 {/Helvetica-Narrow Y}!
  177. /F22 {/Helvetica-Narrow-Bold Y}!
  178. /F23 {/Helvetica-Narrow-Oblique Y}!
  179. /F24 {/Helvetica-Narrow-BoldOblique Y}!
  180. /F25 {/NewCenturySchlbk-Roman Y}!
  181. /F26 {/NewCenturySchlbk-Italic Y}!
  182. /F27 {/NewCenturySchlbk-Bold Y}!
  183. /F28 {/NewCenturySchlbk-BoldItalic Y}!
  184. /F29 {/Palatino-Roman Y}!
  185. /F30 {/Palatino-Italic Y}!
  186. /F31 {/Palatino-Bold Y}!
  187. /F32 {/Palatino-BoldItalic Y}!
  188. /F33 {/ZapfChancery-MediumItalic Y}!
  189. /F34 {/ZapfDingbats Y}!
  190. /F35 {/Ryumin-Light-EUC-H Y}!
  191. /F36 {/Ryumin-Light-EUC-V Y}!
  192. /F37 {/GothicBBB-Medium-EUC-H Y}!
  193. /F38 {/GothicBBB-Medium-EUC-V Y}!
  194. /PSL_pathtextdict 26 dict def
  195. /PSL_pathtext
  196. {PSL_pathtextdict begin
  197. /ydepth exch def
  198. /textheight exch def
  199. /just exch def
  200. /offset exch def
  201. /str exch def
  202. /pathdist 0 def
  203. /setdist offset def
  204. /charcount 0 def
  205. /justy just 4 idiv textheight mul 2 div neg ydepth sub def
  206. V flattenpath
  207. {movetoproc} {linetoproc}
  208. {curvetoproc} {closepathproc}
  209. pathforall
  210. U N
  211. end
  212. } def
  213. PSL_pathtextdict begin
  214. /movetoproc
  215. { /newy exch def /newx exch def
  216. /firstx newx def /firsty newy def
  217. /ovr 0 def
  218. newx newy transform
  219. /cpy exch def /cpx exch def
  220. } def
  221. /linetoproc
  222. { /oldx newx def /oldy newy def
  223. /newy exch def /newx exch def
  224. /dx newx oldx sub def
  225. /dy newy oldy sub def
  226. /dist dx dup mul dy dup mul add sqrt def
  227. dist 0 ne
  228. { /dsx dx dist div ovr mul def
  229. /dsy dy dist div ovr mul def
  230. oldx dsx add oldy dsy add transform
  231. /cpy exch def /cpx exch def
  232. /pathdist pathdist dist add def
  233. {setdist pathdist le
  234. {charcount str length lt
  235. {setchar} {exit} ifelse}
  236. { /ovr setdist pathdist sub def
  237. exit}
  238. ifelse
  239. } loop
  240. } if
  241. } def
  242. /curvetoproc
  243. { (ERROR: No curveto's after flattenpath!)
  244. print
  245. } def
  246. /closepathproc
  247. {firstx firsty linetoproc
  248. firstx firsty movetoproc
  249. } def
  250. /setchar
  251. { /char str charcount 1 getinterval def
  252. /charcount charcount 1 add def
  253. /charwidth char stringwidth pop def
  254. V cpx cpy itransform T
  255. dy dx atan R
  256. 0 justy M
  257. char show
  258. 0 justy neg G
  259. currentpoint transform
  260. /cpy exch def /cpx exch def
  261. U /setdist setdist charwidth add def
  262. } def
  263. end
  264. /PSL_set_label_heights
  265. {
  266. /PSL_n_labels_minus_1 PSL_n_labels 1 sub def
  267. /PSL_heights PSL_n_labels array def
  268. 0 1 PSL_n_labels_minus_1
  269. { /psl_k exch def
  270. /psl_label PSL_label_str psl_k get def
  271. PSL_label_font psl_k get cvx exec
  272. psl_label sH /PSL_height edef
  273. PSL_heights psl_k PSL_height put
  274. } for
  275. } def
  276. /PSL_curved_path_labels
  277. { /psl_bits exch def
  278. /PSL_placetext psl_bits 2 and 2 eq def
  279. /PSL_clippath psl_bits 4 and 4 eq def
  280. /PSL_strokeline false def
  281. /PSL_fillbox psl_bits 128 and 128 eq def
  282. /PSL_drawbox psl_bits 256 and 256 eq def
  283. /PSL_n_paths1 PSL_n_paths 1 sub def
  284. /PSL_usebox PSL_fillbox PSL_drawbox or def
  285. PSL_clippath {clipsave N clippath} if
  286. /psl_k 0 def
  287. /psl_p 0 def
  288. 0 1 PSL_n_paths1
  289. { /psl_kk exch def
  290. /PSL_n PSL_path_n psl_kk get def
  291. /PSL_m PSL_label_n psl_kk get def
  292. /PSL_x PSL_path_x psl_k PSL_n getinterval def
  293. /PSL_y PSL_path_y psl_k PSL_n getinterval def
  294. /PSL_node_tmp PSL_label_node psl_p PSL_m getinterval def
  295. /PSL_angle_tmp PSL_label_angle psl_p PSL_m getinterval def
  296. /PSL_str_tmp PSL_label_str psl_p PSL_m getinterval def
  297. /PSL_fnt_tmp PSL_label_font psl_p PSL_m getinterval def
  298. PSL_curved_path_label
  299. /psl_k psl_k PSL_n add def
  300. /psl_p psl_p PSL_m add def
  301. } for
  302. PSL_clippath {PSL_eoclip} if N
  303. } def
  304. /PSL_curved_path_label
  305. {
  306. /PSL_n1 PSL_n 1 sub def
  307. /PSL_m1 PSL_m 1 sub def
  308. PSL_CT_calcstringwidth
  309. PSL_CT_calclinedist
  310. PSL_CT_excludelabels
  311. PSL_CT_addcutpoints
  312. /PSL_nn1 PSL_nn 1 sub def
  313. /n 0 def
  314. /k 0 def
  315. /j 0 def
  316. /PSL_seg 0 def
  317. /PSL_xp PSL_nn array def
  318. /PSL_yp PSL_nn array def
  319. PSL_xp 0 PSL_xx 0 get put
  320. PSL_yp 0 PSL_yy 0 get put
  321. 1 1 PSL_nn1
  322. { /i exch def
  323. /node_type PSL_kind i get def
  324. /j j 1 add def
  325. PSL_xp j PSL_xx i get put
  326. PSL_yp j PSL_yy i get put
  327. node_type 1 eq
  328. {n 0 eq
  329. {PSL_CT_drawline}
  330. { PSL_CT_reversepath
  331. PSL_CT_textline} ifelse
  332. /j 0 def
  333. PSL_xp j PSL_xx i get put
  334. PSL_yp j PSL_yy i get put
  335. } if
  336. } for
  337. n 0 eq {PSL_CT_drawline} if
  338. } def
  339. /PSL_CT_textline
  340. { PSL_fnt k get cvx exec
  341. /PSL_height PSL_heights k get def
  342. PSL_placetext {PSL_CT_placelabel} if
  343. PSL_clippath {PSL_CT_clippath} if
  344. /n 0 def /k k 1 add def
  345. } def
  346. /PSL_CT_calcstringwidth
  347. { /PSL_width_tmp PSL_m array def
  348. 0 1 PSL_m1
  349. { /i exch def
  350. PSL_fnt_tmp i get cvx exec
  351. PSL_width_tmp i PSL_str_tmp i get stringwidth pop put
  352. } for
  353. } def
  354. /PSL_CT_calclinedist
  355. { /PSL_newx PSL_x 0 get def
  356. /PSL_newy PSL_y 0 get def
  357. /dist 0.0 def
  358. /PSL_dist PSL_n array def
  359. PSL_dist 0 0.0 put
  360. 1 1 PSL_n1
  361. { /i exch def
  362. /PSL_oldx PSL_newx def
  363. /PSL_oldy PSL_newy def
  364. /PSL_newx PSL_x i get def
  365. /PSL_newy PSL_y i get def
  366. /dx PSL_newx PSL_oldx sub def
  367. /dy PSL_newy PSL_oldy sub def
  368. /dist dist dx dx mul dy dy mul add sqrt add def
  369. PSL_dist i dist put
  370. } for
  371. } def
  372. /PSL_CT_excludelabels
  373. { /k 0 def
  374. /PSL_width PSL_m array def
  375. /PSL_angle PSL_m array def
  376. /PSL_node PSL_m array def
  377. /PSL_str PSL_m array def
  378. /PSL_fnt PSL_m array def
  379. /lastdist PSL_dist PSL_n1 get def
  380. 0 1 PSL_m1
  381. { /i exch def
  382. /dist PSL_dist PSL_node_tmp i get get def
  383. /halfwidth PSL_width_tmp i get 2 div PSL_gap_x add def
  384. /L_dist dist halfwidth sub def
  385. /R_dist dist halfwidth add def
  386. L_dist 0 gt R_dist lastdist lt and
  387. {
  388. PSL_width k PSL_width_tmp i get put
  389. PSL_node k PSL_node_tmp i get put
  390. PSL_angle k PSL_angle_tmp i get put
  391. PSL_str k PSL_str_tmp i get put
  392. PSL_fnt k PSL_fnt_tmp i get put
  393. /k k 1 add def
  394. } if
  395. } for
  396. /PSL_m k def
  397. /PSL_m1 PSL_m 1 sub def
  398. } def
  399. /PSL_CT_addcutpoints
  400. { /k 0 def
  401. /PSL_nc PSL_m 2 mul 1 add def
  402. /PSL_cuts PSL_nc array def
  403. /PSL_nc1 PSL_nc 1 sub def
  404. 0 1 PSL_m1
  405. { /i exch def
  406. /dist PSL_dist PSL_node i get get def
  407. /halfwidth PSL_width i get 2 div PSL_gap_x add def
  408. PSL_cuts k dist halfwidth sub put
  409. /k k 1 add def
  410. PSL_cuts k dist halfwidth add put
  411. /k k 1 add def
  412. } for
  413. PSL_cuts k 100000.0 put
  414. /PSL_nn PSL_n PSL_m 2 mul add def
  415. /PSL_xx PSL_nn array def
  416. /PSL_yy PSL_nn array def
  417. /PSL_kind PSL_nn array def
  418. /j 0 def
  419. /k 0 def
  420. /dist 0.0 def
  421. 0 1 PSL_n1
  422. { /i exch def
  423. /last_dist dist def
  424. /dist PSL_dist i get def
  425. k 1 PSL_nc1
  426. { /kk exch def
  427. /this_cut PSL_cuts kk get def
  428. dist this_cut gt
  429. { /ds dist last_dist sub def
  430. /f ds 0.0 eq {0.0} {dist this_cut sub ds div} ifelse def
  431. /i1 i 0 eq {0} {i 1 sub} ifelse def
  432. PSL_xx j PSL_x i get dup PSL_x i1 get sub f mul sub put
  433. PSL_yy j PSL_y i get dup PSL_y i1 get sub f mul sub put
  434. PSL_kind j 1 put
  435. /j j 1 add def
  436. /k k 1 add def
  437. } if
  438. } for
  439. dist PSL_cuts k get le
  440. {PSL_xx j PSL_x i get put PSL_yy j PSL_y i get put
  441. PSL_kind j 0 put
  442. /j j 1 add def
  443. } if
  444. } for
  445. } def
  446. /PSL_CT_reversepath
  447. {PSL_xp j get PSL_xp 0 get lt
  448. {0 1 j 2 idiv
  449. { /left exch def
  450. /right j left sub def
  451. /tmp PSL_xp left get def
  452. PSL_xp left PSL_xp right get put
  453. PSL_xp right tmp put
  454. /tmp PSL_yp left get def
  455. PSL_yp left PSL_yp right get put
  456. PSL_yp right tmp put
  457. } for
  458. } if
  459. } def
  460. /PSL_CT_placelabel
  461. {
  462. /PSL_just PSL_label_justify k get def
  463. /PSL_height PSL_heights k get def
  464. /psl_label PSL_str k get def
  465. /psl_depth psl_label sd def
  466. PSL_usebox
  467. {PSL_CT_clippath
  468. PSL_fillbox
  469. {V PSL_setboxrgb fill U} if
  470. PSL_drawbox
  471. {V PSL_setboxpen S U} if N
  472. } if
  473. PSL_CT_placeline psl_label PSL_gap_x PSL_just PSL_height psl_depth PSL_pathtext
  474. } def
  475. /PSL_CT_clippath
  476. {
  477. /H PSL_height 2 div PSL_gap_y add def
  478. /xoff j 1 add array def
  479. /yoff j 1 add array def
  480. /angle 0 def
  481. 0 1 j {
  482. /ii exch def
  483. /x PSL_xp ii get def
  484. /y PSL_yp ii get def
  485. ii 0 eq {
  486. /x1 PSL_xp 1 get def
  487. /y1 PSL_yp 1 get def
  488. /dx x1 x sub def
  489. /dy y1 y sub def
  490. }
  491. { /i1 ii 1 sub def
  492. /x1 PSL_xp i1 get def
  493. /y1 PSL_yp i1 get def
  494. /dx x x1 sub def
  495. /dy y y1 sub def
  496. } ifelse
  497. dx 0.0 eq dy 0.0 eq and not
  498. { /angle dy dx atan 90 add def} if
  499. /sina angle sin def
  500. /cosa angle cos def
  501. xoff ii H cosa mul put
  502. yoff ii H sina mul put
  503. } for
  504. PSL_xp 0 get xoff 0 get add PSL_yp 0 get yoff 0 get add M
  505. 1 1 j {
  506. /ii exch def
  507. PSL_xp ii get xoff ii get add PSL_yp ii get yoff ii get add L
  508. } for
  509. j -1 0 {
  510. /ii exch def
  511. PSL_xp ii get xoff ii get sub PSL_yp ii get yoff ii get sub L
  512. } for P
  513. } def
  514. /PSL_CT_drawline
  515. {
  516. /str 20 string def
  517. PSL_strokeline
  518. {PSL_CT_placeline S} if
  519. /PSL_seg PSL_seg 1 add def
  520. /n 1 def
  521. } def
  522. /PSL_CT_placeline
  523. {PSL_xp 0 get PSL_yp 0 get M
  524. 1 1 j { /ii exch def PSL_xp ii get PSL_yp ii get L} for
  525. } def
  526. /PSL_draw_path_lines
  527. {
  528. /PSL_n_paths1 PSL_n_paths 1 sub def
  529. V
  530. /psl_start 0 def
  531. 0 1 PSL_n_paths1
  532. { /psl_k exch def
  533. /PSL_n PSL_path_n psl_k get def
  534. /PSL_n1 PSL_n 1 sub def
  535. PSL_path_pen psl_k get cvx exec
  536. N
  537. PSL_path_x psl_start get PSL_path_y psl_start get M
  538. 1 1 PSL_n1
  539. { /psl_i exch def
  540. /psl_kk psl_i psl_start add def
  541. PSL_path_x psl_kk get PSL_path_y psl_kk get L
  542. } for
  543. /psl_xclose PSL_path_x psl_kk get PSL_path_x psl_start get sub def
  544. /psl_yclose PSL_path_y psl_kk get PSL_path_y psl_start get sub def
  545. psl_xclose 0 eq psl_yclose 0 eq and { P } if
  546. S
  547. /psl_start psl_start PSL_n add def
  548. } for
  549. U
  550. } def
  551. /PSL_straight_path_labels
  552. {
  553. /psl_bits exch def
  554. /PSL_placetext psl_bits 2 and 2 eq def
  555. /PSL_rounded psl_bits 32 and 32 eq def
  556. /PSL_fillbox psl_bits 128 and 128 eq def
  557. /PSL_drawbox psl_bits 256 and 256 eq def
  558. /PSL_font_F psl_bits 1536 and 0 eq def
  559. /PSL_font_FO psl_bits 512 and 512 eq def
  560. /PSL_font_OF psl_bits 1024 and 1024 eq def
  561. /PSL_n_labels_minus_1 PSL_n_labels 1 sub def
  562. /PSL_usebox PSL_fillbox PSL_drawbox or def
  563. 0 1 PSL_n_labels_minus_1
  564. { /psl_k exch def
  565. PSL_ST_prepare_text
  566. PSL_usebox
  567. { PSL_rounded
  568. {PSL_ST_textbox_round}
  569. {PSL_ST_textbox_rect}
  570. ifelse
  571. PSL_fillbox {V PSL_setboxrgb fill U} if
  572. PSL_drawbox {V PSL_setboxpen S U} if
  573. N
  574. } if
  575. PSL_font_F {
  576. PSL_placetext {PSL_ST_place_label} if
  577. } if
  578. PSL_font_FO {
  579. PSL_placetext {PSL_ST_place_label_FO} if
  580. } if
  581. PSL_font_OF {
  582. PSL_placetext {PSL_ST_place_label_OF} if
  583. } if
  584. } for
  585. } def
  586. /PSL_straight_path_clip
  587. {
  588. /psl_bits exch def
  589. /PSL_rounded psl_bits 32 and 32 eq def
  590. /PSL_n_labels_minus_1 PSL_n_labels 1 sub def
  591. N clipsave clippath
  592. 0 1 PSL_n_labels_minus_1
  593. { /psl_k exch def
  594. PSL_ST_prepare_text
  595. PSL_rounded
  596. {PSL_ST_textbox_round}
  597. {PSL_ST_textbox_rect}
  598. ifelse
  599. } for
  600. PSL_eoclip N
  601. } def
  602. /PSL_ST_prepare_text
  603. {
  604. /psl_xp PSL_txt_x psl_k get def
  605. /psl_yp PSL_txt_y psl_k get def
  606. /psl_label PSL_label_str psl_k get def
  607. PSL_label_font psl_k get cvx exec
  608. /PSL_height PSL_heights psl_k get def
  609. /psl_boxH PSL_height PSL_gap_y 2 mul add def
  610. /PSL_just PSL_label_justify psl_k get def
  611. /PSL_justx PSL_just 4 mod 1 sub 2 div neg def
  612. /PSL_justy PSL_just 4 idiv 2 div neg def
  613. /psl_SW psl_label stringwidth pop def
  614. /psl_boxW psl_SW PSL_gap_x 2 mul add def
  615. /psl_x0 psl_SW PSL_justx mul def
  616. /psl_y0 PSL_justy PSL_height mul def
  617. /psl_angle PSL_label_angle psl_k get def
  618. } def
  619. /PSL_ST_textbox_rect
  620. {
  621. psl_xp psl_yp T psl_angle R psl_x0 psl_y0 T
  622. PSL_gap_x neg PSL_gap_y neg M
  623. 0 psl_boxH D psl_boxW 0 D 0 psl_boxH neg D P
  624. psl_x0 neg psl_y0 neg T psl_angle neg R psl_xp neg psl_yp neg T
  625. } def
  626. /PSL_ST_textbox_round
  627. {
  628. /psl_BoxR PSL_gap_x PSL_gap_y lt {PSL_gap_x} {PSL_gap_y} ifelse def
  629. /psl_xd PSL_gap_x psl_BoxR sub def
  630. /psl_yd PSL_gap_y psl_BoxR sub def
  631. /psl_xL PSL_gap_x neg def
  632. /psl_yB PSL_gap_y neg def
  633. /psl_yT psl_boxH psl_yB add def
  634. /psl_H2 PSL_height psl_yd 2 mul add def
  635. /psl_W2 psl_SW psl_xd 2 mul add def
  636. /psl_xR psl_xL psl_boxW add def
  637. /psl_x0 psl_SW PSL_justx mul def
  638. psl_xp psl_yp T psl_angle R psl_x0 psl_y0 T
  639. psl_xL psl_yd M
  640. psl_xL psl_yT psl_xR psl_yT psl_BoxR arct psl_W2 0 D
  641. psl_xR psl_yT psl_xR psl_yB psl_BoxR arct 0 psl_H2 neg D
  642. psl_xR psl_yB psl_xL psl_yB psl_BoxR arct psl_W2 neg 0 D
  643. psl_xL psl_yB psl_xL psl_yd psl_BoxR arct P
  644. psl_x0 neg psl_y0 neg T psl_angle neg R psl_xp neg psl_yp neg T
  645. } def
  646. /PSL_ST_place_label
  647. {
  648. V psl_xp psl_yp T psl_angle R
  649. psl_SW PSL_justx mul psl_y0 M
  650. psl_label dup sd neg 0 exch G show
  651. U
  652. } def
  653. /PSL_ST_place_label_FO
  654. {
  655. V psl_xp psl_yp T psl_angle R
  656. psl_SW PSL_justx mul psl_y0 M
  657. psl_label dup sd neg 0 exch G false charpath V fs U S N
  658. U
  659. } def
  660. /PSL_ST_place_label_OF
  661. {
  662. V psl_xp psl_yp T psl_angle R
  663. psl_SW PSL_justx mul psl_y0 M
  664. psl_label dup sd neg 0 exch G false charpath V S U fs N
  665. U
  666. } def
  667. /PSL_nclip 0 def
  668. /PSL_clip {clip /PSL_nclip PSL_nclip 1 add def} def
  669. /PSL_eoclip {eoclip /PSL_nclip PSL_nclip 1 add def} def
  670. /PSL_cliprestore {cliprestore /PSL_nclip PSL_nclip 1 sub def} def
  671. %%EndProlog
  672. %%BeginSetup
  673. /PSLevel /languagelevel where {pop languagelevel} {1} ifelse def
  674. PSLevel 1 gt { << /WhiteIsOpaque true >> setpagedevice } if
  675. PSLevel 1 gt { << /PageSize [612 792] /ImagingBBox null >> setpagedevice } if
  676. %%EndSetup
  677. %%Page: 1 1
  678. %%BeginPageSetup
  679. V 0.06 0.06 scale
  680. %%EndPageSetup
  681. /PSL_page_xsize 10200 def
  682. /PSL_page_ysize 13200 def
  683. /PSL_plot_completion {} def
  684. /PSL_movie_label_completion {} def
  685. /PSL_movie_prog_indicator_completion {} def
  686. %PSL_End_Header
  687. gsave
  688. 0 A
  689. FQ
  690. O0
  691. 1200 709 TM
  692. % PostScript produced by:
  693. %@GMT: gmt psxy t.txt -JX17c/8c -R0/1/0/1 '-Sqn1:+lTest String+f60p,Times-Bold,green' -P -B0 -K -Y1.5c
  694. %@PROJ: xy 0.00000000 1.00000000 0.00000000 1.00000000 0.000 1.000 0.000 1.000 +xy
  695. %GMTBoundingBox: 72 42.5196850394 481.88976378 226.771653543
  696. %%BeginObject PSL_Layer_1
  697. 0 setlinecap
  698. 0 setlinejoin
  699. 3.32550952342 setmiterlimit
  700. 0 A
  701. V
  702. clipsave
  703. 0 0 M
  704. 8031 0 D
  705. 0 3780 D
  706. -8031 0 D
  707. P
  708. PSL_clip N
  709. PSL_cliprestore
  710. U
  711. V
  712. PSL_font_encode 5 get 0 eq {ISOLatin1+_Encoding /Times-Bold /Times-Bold PSL_reencode PSL_font_encode 5 1 put} if
  713. 0 1 0 C
  714. /PSL_setboxpen {4 W 0 A [] 0 B} def
  715. /PSL_setboxrgb {1 A} def
  716. /PSL_path_pen [
  717. (4 W 0 A \[\] 0 B)
  718. ] def
  719. /PSL_label_justify [ 6 ] def
  720. /PSL_label_font [
  721. (0 1 0 C 1000 F5)
  722. ] def
  723. /PSL_gap_x 150 def
  724. /PSL_gap_y 150 def
  725. /PSL_label_angle [ 25.20 ] def
  726. /PSL_label_str [
  727. (Test String)
  728. ] def
  729. /PSL_label_n [ 1 ] def
  730. /PSL_n_paths 1 def
  731. /PSL_n_labels 1 def
  732. /PSL_txt_x [ 4016 ] def
  733. /PSL_txt_y [ 1890 ] def
  734. /PSL_txt_n [ 1 ] def
  735. PSL_set_label_heights
  736. 2 PSL_straight_path_labels
  737. V
  738. 4 PSL_straight_path_clip
  739. PSL_path_pen 0 get cvx exec
  740. 0 0 M
  741. 8031 3780 D
  742. S
  743. PSL_cliprestore
  744. U
  745. [] 0 B
  746. U
  747. 25 W
  748. 0 A
  749. /PSL_slant_y 0 def
  750. 2 setlinecap
  751. N 0 3780 M 0 -3780 D S
  752. /PSL_A0_y 0 def
  753. /PSL_A1_y 0 def
  754. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  755. 8031 0 T
  756. N 0 3780 M 0 -3780 D S
  757. /PSL_A0_y 0 def
  758. /PSL_A1_y 0 def
  759. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  760. -8031 0 T
  761. N 0 0 M 8031 0 D S
  762. /PSL_A0_y 0 def
  763. /PSL_A1_y 0 def
  764. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  765. 0 3780 T
  766. N 0 0 M 8031 0 D S
  767. /PSL_A0_y 0 def
  768. /PSL_A1_y 0 def
  769. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  770. 0 -3780 T
  771. 0 setlinecap
  772. %%EndObject
  773. 0 A
  774. FQ
  775. O0
  776. 0 4016 TM
  777. % PostScript produced by:
  778. %@GMT: gmt psxy t.txt -JX17c/8c -R0/1/0/1 '-Sqn1:+lTest String+f60p,Times-Bold,green=2p,red' -O -K -B0 -Y8.5c
  779. %@PROJ: xy 0.00000000 1.00000000 0.00000000 1.00000000 0.000 1.000 0.000 1.000 +xy
  780. %%BeginObject PSL_Layer_2
  781. 0 setlinecap
  782. 0 setlinejoin
  783. 3.32550952342 setmiterlimit
  784. 0 A
  785. V
  786. clipsave
  787. 0 0 M
  788. 8031 0 D
  789. 0 3780 D
  790. -8031 0 D
  791. P
  792. PSL_clip N
  793. PSL_cliprestore
  794. U
  795. V
  796. PSL_font_encode 5 get 0 eq {ISOLatin1+_Encoding /Times-Bold /Times-Bold PSL_reencode PSL_font_encode 5 1 put} if
  797. 33 W
  798. 1 0 0 C
  799. {0 1 0 C} FS
  800. O1
  801. /PSL_setboxpen {4 W 0 A [] 0 B} def
  802. /PSL_setboxrgb {1 A} def
  803. /PSL_path_pen [
  804. (4 W 0 A \[\] 0 B)
  805. ] def
  806. /PSL_label_justify [ 6 ] def
  807. /PSL_label_font [
  808. (\{0 1 0 C\} FS 33 W 1 0 0 C \[\] 0 B 1000 F5)
  809. ] def
  810. /PSL_gap_x 150 def
  811. /PSL_gap_y 150 def
  812. /PSL_label_angle [ 25.20 ] def
  813. /PSL_label_str [
  814. (Test String)
  815. ] def
  816. /PSL_label_n [ 1 ] def
  817. /PSL_n_paths 1 def
  818. /PSL_n_labels 1 def
  819. /PSL_txt_x [ 4016 ] def
  820. /PSL_txt_y [ 1890 ] def
  821. /PSL_txt_n [ 1 ] def
  822. PSL_set_label_heights
  823. 514 PSL_straight_path_labels
  824. V
  825. 516 PSL_straight_path_clip
  826. PSL_path_pen 0 get cvx exec
  827. 0 0 M
  828. 8031 3780 D
  829. S
  830. PSL_cliprestore
  831. U
  832. [] 0 B
  833. U
  834. 25 W
  835. 0 A
  836. /PSL_slant_y 0 def
  837. 2 setlinecap
  838. N 0 3780 M 0 -3780 D S
  839. /PSL_A0_y 0 def
  840. /PSL_A1_y 0 def
  841. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  842. 8031 0 T
  843. N 0 3780 M 0 -3780 D S
  844. /PSL_A0_y 0 def
  845. /PSL_A1_y 0 def
  846. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  847. -8031 0 T
  848. N 0 0 M 8031 0 D S
  849. /PSL_A0_y 0 def
  850. /PSL_A1_y 0 def
  851. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  852. 0 3780 T
  853. N 0 0 M 8031 0 D S
  854. /PSL_A0_y 0 def
  855. /PSL_A1_y 0 def
  856. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  857. 0 -3780 T
  858. 0 setlinecap
  859. %%EndObject
  860. 0 A
  861. FQ
  862. O0
  863. 0 4016 TM
  864. % PostScript produced by:
  865. %@GMT: gmt psxy t.txt -JX17c/8c -R0/1/0/1 '-Sqn1:+lTest String+f60p,Times-Bold,green=~2p,red' -O -B0 -Y8.5c
  866. %@PROJ: xy 0.00000000 1.00000000 0.00000000 1.00000000 0.000 1.000 0.000 1.000 +xy
  867. %%BeginObject PSL_Layer_3
  868. 0 setlinecap
  869. 0 setlinejoin
  870. 3.32550952342 setmiterlimit
  871. 0 A
  872. V
  873. clipsave
  874. 0 0 M
  875. 8031 0 D
  876. 0 3780 D
  877. -8031 0 D
  878. P
  879. PSL_clip N
  880. PSL_cliprestore
  881. U
  882. V
  883. PSL_font_encode 5 get 0 eq {ISOLatin1+_Encoding /Times-Bold /Times-Bold PSL_reencode PSL_font_encode 5 1 put} if
  884. 33 W
  885. 1 0 0 C
  886. {0 1 0 C} FS
  887. O1
  888. /PSL_setboxpen {4 W 0 A [] 0 B} def
  889. /PSL_setboxrgb {1 A} def
  890. /PSL_path_pen [
  891. (4 W 0 A \[\] 0 B)
  892. ] def
  893. /PSL_label_justify [ 6 ] def
  894. /PSL_label_font [
  895. (\{0 1 0 C\} FS 33 W 1 0 0 C \[\] 0 B 1000 F5)
  896. ] def
  897. /PSL_gap_x 150 def
  898. /PSL_gap_y 150 def
  899. /PSL_label_angle [ 25.20 ] def
  900. /PSL_label_str [
  901. (Test String)
  902. ] def
  903. /PSL_label_n [ 1 ] def
  904. /PSL_n_paths 1 def
  905. /PSL_n_labels 1 def
  906. /PSL_txt_x [ 4016 ] def
  907. /PSL_txt_y [ 1890 ] def
  908. /PSL_txt_n [ 1 ] def
  909. PSL_set_label_heights
  910. 1026 PSL_straight_path_labels
  911. V
  912. 1028 PSL_straight_path_clip
  913. PSL_path_pen 0 get cvx exec
  914. 0 0 M
  915. 8031 3780 D
  916. S
  917. PSL_cliprestore
  918. U
  919. [] 0 B
  920. U
  921. 25 W
  922. 0 A
  923. /PSL_slant_y 0 def
  924. 2 setlinecap
  925. N 0 3780 M 0 -3780 D S
  926. /PSL_A0_y 0 def
  927. /PSL_A1_y 0 def
  928. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  929. 8031 0 T
  930. N 0 3780 M 0 -3780 D S
  931. /PSL_A0_y 0 def
  932. /PSL_A1_y 0 def
  933. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  934. -8031 0 T
  935. N 0 0 M 8031 0 D S
  936. /PSL_A0_y 0 def
  937. /PSL_A1_y 0 def
  938. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  939. 0 3780 T
  940. N 0 0 M 8031 0 D S
  941. /PSL_A0_y 0 def
  942. /PSL_A1_y 0 def
  943. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  944. 0 -3780 T
  945. 0 setlinecap
  946. %%EndObject
  947. grestore
  948. PSL_movie_label_completion /PSL_movie_label_completion {} def
  949. PSL_movie_prog_indicator_completion /PSL_movie_prog_indicator_completion {} def
  950. %PSL_Begin_Trailer
  951. %%PageTrailer
  952. U
  953. showpage
  954. %%Trailer
  955. end
  956. %%EOF
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...