update dev300-m58
[ooovba.git] / psprint_config / configuration / ppds / LHHKPHJ7.PS
blob3b3b0ae39eb6c11f9aa9f2c4d757f4177061b5ff
1 *PPD-Adobe: "4.3"\r
2 *% Adobe Systems PostScript(R) Printer Description File\r
3 *% Copyright 1987-1995 Adobe Systems Incorporated. \r
4 *% All Rights Reserved. \r
5 *% Permission is granted for redistribution of this file as\r
6 *% long as this copyright notice is intact and the contents\r
7 *% of the file is not altered in any way from its original form.\r
8 *% End of Copyright statement\r
9 \r
11 *% All Rights Reserved. \r
13 *% Permission is granted for redistribution of this file as\r
15 *% long as this copyright notice is intact and the contents\r
17 *% of the file is not altered in any way from its original form.\r
19 *% End of Copyright statement\r
21 *%\r
23 *% Creation Date: May  20, 1997; By: Berthold Giess, Linotype-Hell AG\r
25 *% Last Edit    : Jun.  2, 1997; By: Berthold Giess, Linotype-Hell AG\r
29 *% ----- Basic Capabilities -----\r
31 *FormatVersion: "4.3"\r
33 *FileVersion: "1.0"\r
35 *LanguageEncoding: JIS83-RKSJ\r
37 *LanguageVersion: Japanese\r
39 *PSVersion: "(2013.114) 9"\r
41 *Product: "(Linotype)"\r
43 *% 31 Chars *******************************\r
45 *Manufacturer: "LHAG Linotype-Hell"\r
47 *ModelName: "Lino Herkules Plate HQS V 3.7 J"\r
49 *ShortNickName: "Lino Herkules Plate HQS V 3.7 J"\r
51 *NickName: "Lino Herkules Plate HQS V 3.7 J"\r
53 *PCFileName: "LHHKPHJ7.PPD"\r
57 *% ----- General Information and Defaults -----\r
59 *FreeVM: "5242880"\r
61 *PrintPSErrors: False\r
63 *LanguageLevel: "2"\r
65 *ColorDevice: True\r
67 *DefaultColorSpace: Gray\r
69 *DefaultHalftoneType: 1\r
71 *Throughput: "1"\r
73 *VariablePaperSize: True\r
75 *FileSystem: True\r
79 *?FileSystem: "\r
81 save\r
83  statusdict /diskonline get exec {(True)}{(False)} ifelse = flush\r
85 restore\r
87 "\r
89 *End\r
93 *Password: "0"\r
95 *ExitServer: "\r
97  count 0 eq { % is the password on the stack?\r
99  true\r
101  }{\r
103  dup % potential password\r
105  statusdict /checkpassword get exec not\r
107  } ifelse\r
109  { % if no password or not valid\r
111  (WARNING : Cannot perform the exitserver command.) =\r
113  (Password supplied is not valid.) =\r
115  (Please contact the author of this software.) = flush\r
117  quit\r
119  } if\r
121  serverdict /exitserver get exec\r
125 *End\r
129 *Reset: "\r
131  count 0 eq { % is the password on the stack?\r
133  true\r
135  }{\r
137  dup % potential password\r
139  statusdict /checkpassword get exec not\r
141  } ifelse\r
143  { % if no password or not valid\r
145  (WARNING : Cannot reset printer.) =\r
147  (Password supplied is not valid.) =\r
149  (Please contact the author of this software.) = flush\r
151  quit\r
153  } if\r
155  serverdict /exitserver get exec\r
157  systemdict /quit get exec\r
159  (WARNING : Printer Reset Failed.) = flush\r
163 *End\r
167 *DefaultResolution: 2540dpi\r
171 *?Resolution: "\r
173  save \r
175  72 72 matrix defaultmatrix dtransform\r
177  pop abs round cvi =print (dpi\n) print\r
179  restore \r
183 *End\r
187 *% Halftone Information ===============\r
189 *ScreenFreq: "150"\r
191 *ScreenAngle: "45"\r
193 *AccurateScreensSupport: True\r
195 *DefaultScreenProc: Euclidean\r
199 *ScreenProc Euclidean: "\r
203  abs exch abs 2 copy add 1 gt\r
205  {1 sub dup mul exch 1 sub dup mul add 1 sub}\r
207  { dup mul exch dup mul add 1 exch sub}\r
209  ifelse\r
215 *End\r
219 *ScreenProc Round: "\r
223  dup mul exch dup mul add 1 exch sub\r
225 \r
229 *End\r
233 *ScreenProc Square: "\r
237  abs exch abs add 1 exch sub\r
239 \r
243 *End\r
247 *ScreenProc HeavyEllipse: "\r
249 { %Copyright Linotype-Hell AG 1996\r
251  exch \r
253  abs exch abs 2 copy 0.80 mul add 0.80 lt { \r
255  exch 0.80 div\r
257  dup dup mul exch 2 mul 3 sub mul exch\r
259  dup dup mul exch 2 mul 3 sub mul add 0.80 mul 1 add \r
261  } { \r
263  2 copy 0.80 mul add 1 gt {\r
265  1 sub exch 1 sub 0.80 div \r
267  dup dup mul exch 2 mul 3 add mul exch\r
269  dup dup mul exch 2 mul 3 add mul add 0.80 mul 1 sub \r
271  } { \r
273  0.80 mul add 2 mul neg 1 add 0.80 add \r
275  } ifelse\r
277  } ifelse\r
279 \r
283 *End\r
287 *ScreenProc Ellipse: "\r
289 { %Copyright Linotype-Hell AG 1996\r
291  exch \r
293  abs exch abs 2 copy 0.85 mul add 0.85 lt { \r
295  exch 0.85 div\r
297  dup dup mul exch 2 mul 3 sub mul exch\r
299  dup dup mul exch 2 mul 3 sub mul add 0.85 mul 1 add \r
301  } { \r
303  2 copy 0.85 mul add 1 gt { \r
305  1 sub exch 1 sub 0.85 div \r
307  dup dup mul exch 2 mul 3 add mul exch\r
309  dup dup mul exch 2 mul 3 add mul add 0.85 mul 1 sub \r
311  } { \r
313  0.85 mul add 2 mul neg 1 add 0.85 add \r
315  } ifelse\r
317  } ifelse\r
319 \r
323 *End\r
327 *ScreenProc LightEllipse: "\r
329 { %Copyright Linotype-Hell AG 1996\r
331  exch \r
333  abs exch abs 2 copy 0.90 mul add 0.90 lt { \r
335  exch 0.90 div\r
337  dup dup mul exch 2 mul 3 sub mul exch\r
339  dup dup mul exch 2 mul 3 sub mul add 0.90 mul 1 add \r
341  } { \r
343  2 copy 0.90 mul add 1 gt { \r
345  1 sub exch 1 sub 0.90 div \r
347  dup dup mul exch 2 mul 3 add mul exch\r
349  dup dup mul exch 2 mul 3 add mul add 0.90 mul 1 sub \r
351  } { \r
353  0.90 mul add 2 mul neg 1 add 0.90 add \r
355  } ifelse\r
357  } ifelse\r
359 \r
363 *End\r
367 *ScreenProc LineX: "\r
369 { %Copyright Linotype-Hell AG 1996\r
371  abs exch 0.9 mul 0.01 sub abs exch\r
373  0.003 mul add 1 exch sub\r
375 \r
379 *End\r
383 *ScreenProc LineY: "\r
385 { %Copyright Linotype-Hell AG 1996\r
387  0.9 mul 0.01 sub abs exch abs\r
389  0.003 mul add 1 exch sub\r
391 \r
395 *End\r
399 *ScreenProc Grid: "\r
401 { %Copyright Linotype-Hell AG 1996\r
403  0.9 mul 0.01 sub abs exch\r
405  0.9 mul 0.01 sub abs exch\r
407  2 copy lt { 0.003 mul add } { exch 0.003 mul add } ifelse\r
409  1 exch sub\r
411 \r
415 *End\r
419 *DefaultTransfer: Null\r
421 *Transfer Null: "{ }"\r
423 *Transfer Null.Inverse: "{ 1 exch sub }"\r
427 *% Paper Handling ===================\r
429 *% Use these entries to set paper size most of the time, unless there is\r
431 *% specific reason to use PageRegion.\r
433 *OpenUI *PageSize: PickOne\r
435 *OrderDependency: 20 PageSetup *PageSize\r
439 *DefaultPageSize: Letter\r
441 *PageSize Letter: "<</PageSize [612 792] /Orientation 1>> setpagedevice"\r
443 *PageSize Letter.Extra: "<</PageSize [684 864] /Orientation 1>> setpagedevice"\r
445 *PageSize Letter.Transverse: "<</PageSize [612 792] /Orientation 0>> setpagedevice"\r
447 *PageSize Letter.Extra.Transverse: "<</PageSize [684 864] /Orientation 0>> setpagedevice"\r
451 *PageSize Legal: "<</PageSize [612 1008] /Orientation 1>> setpagedevice"\r
453 *PageSize Legal.Extra: "<</PageSize [684 1080] /Orientation 1>> setpagedevice"\r
455 *PageSize Legal.Transverse: "<</PageSize [612 1008] /Orientation 0>> setpagedevice"\r
457 *PageSize Legal.Extra.Transverse: "<</PageSize [684 1080] /Orientation 0>> setpagedevice"\r
461 *PageSize Tabloid: "<</PageSize [792 1224] /Orientation 1>> setpagedevice"\r
463 *PageSize Tabloid.Extra: "<</PageSize [864 1296] /Orientation 1>> setpagedevice"\r
465 *PageSize Tabloid.Transverse: "<</PageSize [792 1224] /Orientation 0>> setpagedevice"\r
467 *PageSize Tabloid.Extra.Transverse: "<</PageSize [864 1296] /Orientation 0>> setpagedevice"\r
471 *PageSize A2: "<</PageSize [1191 1684] /Orientation 1>> setpagedevice"\r
473 *PageSize A2.Extra: "<</PageSize [1263 1756] /Orientation 1>> setpagedevice"\r
477 *PageSize A3: "<</PageSize [842 1191] /Orientation 1>> setpagedevice"\r
479 *PageSize A3.Extra: "<</PageSize [914 1263] /Orientation 1>> setpagedevice"\r
481 *PageSize A3.Transverse: "<</PageSize [842 1191] /Orientation 0>> setpagedevice"\r
483 *PageSize A3.Extra.Transverse: "<</PageSize [914 1262] /Orientation 0>> setpagedevice"\r
487 *PageSize A4: "<</PageSize [595 842] /Orientation 1>> setpagedevice"\r
489 *PageSize A4.Extra: "<</PageSize [667 914] /Orientation 1>> setpagedevice"\r
491 *PageSize A4.Transverse: "<</PageSize [595 842] /Orientation 0>> setpagedevice"\r
493 *PageSize A4.Extra.Transverse: "<</PageSize [667 914] /Orientation 0>> setpagedevice"\r
497 *PageSize A5: "<</PageSize [420 595] /Orientation 1>> setpagedevice"\r
499 *PageSize A5.Extra: "<</PageSize [492 667] /Orientation 1>> setpagedevice"\r
501 *PageSize A5.Transverse: "<</PageSize [420 595] /Orientation 0>> setpagedevice"\r
503 *PageSize A5.Extra.Transverse: "<</PageSize [492 667] /Orientation 0>> setpagedevice"\r
507 *PageSize B2: "<</PageSize [1460 2064] /Orientation 1>> setpagedevice"\r
509 *PageSize B2.Extra: "<</PageSize [1532 2136] /Orientation 1>> setpagedevice"\r
513 *PageSize B3: "<</PageSize [1032 1460] /Orientation 1>> setpagedevice"\r
515 *PageSize B3.Extra: "<</PageSize [1104 1532] /Orientation 1>> setpagedevice"\r
517 *PageSize B3.Transverse: "<</PageSize [1032 1460] /Orientation 0>> setpagedevice"\r
519 *PageSize B3.Extra.Transverse: "<</PageSize [1104 1532] /Orientation 0>> setpagedevice"\r
523 *PageSize B4: "<</PageSize [729 1032] /Orientation 1>> setpagedevice"\r
525 *PageSize B4.Extra: "<</PageSize [801 1104] /Orientation 1>> setpagedevice"\r
527 *PageSize B4.Transverse: "<</PageSize [729 1032] /Orientation 0>> setpagedevice"\r
529 *PageSize B4.Extra.Transverse: "<</PageSize [801 1104] /Orientation 0>> setpagedevice"\r
533 *PageSize B5: "<</PageSize [516 729] /Orientation 1>> setpagedevice"\r
535 *PageSize B5.Extra: "<</PageSize [588 801] /Orientation 1>> setpagedevice"\r
537 *PageSize B5.Transverse: "<</PageSize [516 729] /Orientation 0>> setpagedevice"\r
539 *PageSize B5.Extra.Transverse: "<</PageSize [588 801] /Orientation 0>> setpagedevice"\r
543 *PageSize ISOB2: "<</PageSize [1417 2004] /Orientation 1>> setpagedevice"\r
545 *PageSize ISOB2.Extra: "<</PageSize [1489 2076] /Orientation 1>> setpagedevice"\r
549 *PageSize ISOB3: "<</PageSize [1001 1417] /Orientation 1>> setpagedevice"\r
551 *PageSize ISOB3.Extra: "<</PageSize [1073 1489] /Orientation 1>> setpagedevice"\r
553 *PageSize ISOB3.Transverse: "<</PageSize [1001 1417] /Orientation 0>> setpagedevice"\r
555 *PageSize ISOB3.Extra.Transverse: "<</PageSize [1073 1489] /Orientation 0>> setpagedevice"\r
559 *PageSize ISOB4: "<</PageSize [709 1001] /Orientation 1>> setpagedevice"\r
561 *PageSize ISOB4.Extra: "<</PageSize [781 1073] /Orientation 1>> setpagedevice"\r
563 *PageSize ISOB4.Transverse: "<</PageSize [709 1001] /Orientation 0>> setpagedevice"\r
565 *PageSize ISOB4.Extra.Transverse: "<</PageSize [781 1073] /Orientation 0>> setpagedevice"\r
569 *PageSize ISOB5: "<</PageSize [499 709] /Orientation 1>> setpagedevice"\r
571 *PageSize ISOB5.Extra: "<</PageSize [569.7 782] /Orientation 1>> setpagedevice"\r
573 *PageSize ISOB5.Transverse: "<</PageSize [499 709] /Orientation 0>> setpagedevice"\r
575 *PageSize ISOB5.Extra.Transverse: "<</PageSize [569.7 782] /Orientation 0>> setpagedevice"\r
579 *PageSize MaxPage: "<</PageSize [1587.4 2126.0] /Orientation 1>> setpagedevice"\r
583 *?PageSize: "\r
585 save\r
587 mark \r
589 currentpagedevice /PageSize get aload pop\r
591 2 copy gt {exch} if \r
593 (Unknown)\r
595 37 dict\r
597 dup [ 612 792] (Letter) put\r
599 dup [ 684 864] (Letter.Extra) put\r
603 dup [ 612 1008] (Legal) put\r
605 dup [ 684 1080] (Legal.Extra) put\r
609 dup [ 792 1224] (Tabloid) put\r
611 dup [ 864 1296] (Tabloid.Extra) put\r
613  \r
615 dup [1684 2384] (A1) put\r
617 dup [1756 2456] (A1.Extra) put\r
621 dup [1191 1684] (A2) put\r
623 dup [1263 1756] (A2.Extra) put\r
627 dup [ 842 1191] (A3) put\r
629 dup [ 914 1263] (A3.Extra) put\r
633 dup [ 595 842] (A4) put\r
635 dup [ 667 914] (A4.Extra) put\r
639 dup [ 420 595] (A5) put\r
641 dup [ 492 667] (A5.Extra) put\r
645 dup [2064 2920] (B1) put\r
647 dup [2136 2992] (B1.Extra) put\r
651 dup [1460 2064] (B2) put\r
653 dup [1532 2136] (B2.Extra) put\r
657 dup [1032 1460] (B3) put\r
659 dup [1104 1532] (B3.Extra) put\r
663 dup [ 729 1032] (B4) put\r
665 dup [ 801 1104] (B4.Extra) put\r
669 dup [ 516 729] (B5) put\r
671 dup [ 588 801] (B5.Extra) put\r
675 dup [2004 2835] (ISOB1) put\r
677 dup [2076 2907] (ISOB1.Extra) put\r
681 dup [1417 2004] (ISOB2) put\r
683 dup [1489 2076] (ISOB2.Extra) put\r
687 dup [1001 1417] (ISOB3) put\r
689 dup [1073 1489] (ISOB3.Extra) put\r
693 dup [ 709 1001] (ISOB4) put\r
695 dup [ 781 1073] (ISOB4.Extra) put\r
699 dup [ 499 709] (ISOB5) put\r
701 dup [ 571 781] (ISOB5.Extra) put\r
705 dup [1587.4 2126.0] (MaxPage) put\r
709 \r
711 exch aload pop 4 index sub abs 5 le exch \r
713  5 index sub abs 5 le and \r
715  {exch pop exit} {pop} ifelse\r
717 } bind forall\r
721 = flush\r
723 cleartomark\r
727 restore\r
731 *End\r
733 *CloseUI: *PageSize\r
737 *% These entries will set up the frame buffer. Usually used with manual feed.\r
739 *OpenUI *PageRegion: PickOne\r
741 *OrderDependency: 10 PageSetup *PageRegion\r
745 *DefaultPageRegion: Letter\r
747 *PageRegion Letter: "<</PageSize [612 792] /Orientation 1>> setpagedevice"\r
749 *PageRegion Letter.Extra: "<</PageSize [684 864] /Orientation 1>> setpagedevice"\r
751 *PageRegion Letter.Transverse: "<</PageSize [612 792] /Orientation 0>> setpagedevice"\r
753 *PageRegion Letter.Extra.Transverse: "<</PageSize [684 864] /Orientation 0>> setpagedevice"\r
757 *PageRegion Legal: "<</PageSize [612 1008] /Orientation 1>> setpagedevice"\r
759 *PageRegion Legal.Extra: "<</PageSize [684 1080] /Orientation 1>> setpagedevice"\r
761 *PageRegion Legal.Transverse: "<</PageSize [612 1008] /Orientation 0>> setpagedevice"\r
763 *PageRegion Legal.Extra.Transverse: "<</PageSize [684 1080] /Orientation 0>> setpagedevice"\r
767 *PageRegion Tabloid: "<</PageSize [792 1224] /Orientation 1>> setpagedevice"\r
769 *PageRegion Tabloid.Extra: "<</PageSize [864 1296] /Orientation 1>> setpagedevice"\r
771 *PageRegion Tabloid.Transverse: "<</PageSize [792 1224] /Orientation 0>> setpagedevice"\r
773 *PageRegion Tabloid.Extra.Transverse: "<</PageSize [864 1296] /Orientation 0>> setpagedevice"\r
777 *PageRegion A2: "<</PageSize [1191 1684] /Orientation 1>> setpagedevice"\r
779 *PageRegion A2.Extra: "<</PageSize [1263 1756] /Orientation 1>> setpagedevice"\r
783 *PageRegion A3: "<</PageSize [842 1191] /Orientation 1>> setpagedevice"\r
785 *PageRegion A3.Extra: "<</PageSize [914 1263] /Orientation 1>> setpagedevice"\r
787 *PageRegion A3.Transverse: "<</PageSize [842 1191] /Orientation 0>> setpagedevice"\r
789 *PageRegion A3.Extra.Transverse: "<</PageSize [914 1262] /Orientation 0>> setpagedevice"\r
793 *PageRegion A4: "<</PageSize [595 842] /Orientation 1>> setpagedevice"\r
795 *PageRegion A4.Extra: "<</PageSize [667 914] /Orientation 1>> setpagedevice"\r
797 *PageRegion A4.Transverse: "<</PageSize [595 842] /Orientation 0>> setpagedevice"\r
799 *PageRegion A4.Extra.Transverse: "<</PageSize [667 914] /Orientation 0>> setpagedevice"\r
803 *PageRegion A5: "<</PageSize [420 595] /Orientation 1>> setpagedevice"\r
805 *PageRegion A5.Extra: "<</PageSize [492 667] /Orientation 1>> setpagedevice"\r
807 *PageRegion A5.Transverse: "<</PageSize [420 595] /Orientation 0>> setpagedevice"\r
809 *PageRegion A5.Extra.Transverse: "<</PageSize [492 667] /Orientation 0>> setpagedevice"\r
813 *PageRegion B2: "<</PageSize [1460 2064] /Orientation 1>> setpagedevice"\r
815 *PageRegion B2.Extra: "<</PageSize [1532 2136] /Orientation 1>> setpagedevice"\r
819 *PageRegion B3: "<</PageSize [1032 1460] /Orientation 1>> setpagedevice"\r
821 *PageRegion B3.Extra: "<</PageSize [1104 1532] /Orientation 1>> setpagedevice"\r
823 *PageRegion B3.Transverse: "<</PageSize [1032 1460] /Orientation 0>> setpagedevice"\r
825 *PageRegion B3.Extra.Transverse: "<</PageSize [1104 1532] /Orientation 0>> setpagedevice"\r
829 *PageRegion B4: "<</PageSize [729 1032] /Orientation 1>> setpagedevice"\r
831 *PageRegion B4.Extra: "<</PageSize [801 1104] /Orientation 1>> setpagedevice"\r
833 *PageRegion B4.Transverse: "<</PageSize [729 1032] /Orientation 0>> setpagedevice"\r
835 *PageRegion B4.Extra.Transverse: "<</PageSize [801 1104] /Orientation 0>> setpagedevice"\r
839 *PageRegion B5: "<</PageSize [516 729] /Orientation 1>> setpagedevice"\r
841 *PageRegion B5.Extra: "<</PageSize [588 801] /Orientation 1>> setpagedevice"\r
843 *PageRegion B5.Transverse: "<</PageSize [516 729] /Orientation 0>> setpagedevice"\r
845 *PageRegion B5.Extra.Transverse: "<</PageSize [588 801] /Orientation 0>> setpagedevice"\r
849 *PageRegion ISOB2: "<</PageSize [1417 2004] /Orientation 1>> setpagedevice"\r
851 *PageRegion ISOB2.Extra: "<</PageSize [1489 2076] /Orientation 1>> setpagedevice"\r
855 *PageRegion ISOB3: "<</PageSize [1001 1417] /Orientation 1>> setpagedevice"\r
857 *PageRegion ISOB3.Extra: "<</PageSize [1073 1489] /Orientation 1>> setpagedevice"\r
859 *PageRegion ISOB3.Transverse: "<</PageSize [1001 1417] /Orientation 0>> setpagedevice"\r
861 *PageRegion ISOB3.Extra.Transverse: "<</PageSize [1073 1489] /Orientation 0>> setpagedevice"\r
865 *PageRegion ISOB4: "<</PageSize [709 1001] /Orientation 1>> setpagedevice"\r
867 *PageRegion ISOB4.Extra: "<</PageSize [781 1073] /Orientation 1>> setpagedevice"\r
869 *PageRegion ISOB4.Transverse: "<</PageSize [709 1001] /Orientation 0>> setpagedevice"\r
871 *PageRegion ISOB4.Extra.Transverse: "<</PageSize [781 1073] /Orientation 0>> setpagedevice"\r
875 *PageRegion ISOB5: "<</PageSize [499 709] /Orientation 1>> setpagedevice"\r
877 *PageRegion ISOB5.Extra: "<</PageSize [569.7 782] /Orientation 1>> setpagedevice"\r
879 *PageRegion ISOB5.Transverse: "<</PageSize [499 709] /Orientation 0>> setpagedevice"\r
881 *PageRegion ISOB5.Extra.Transverse: "<</PageSize [569.7 782] /Orientation 0>> setpagedevice"\r
885 *PageRegion MaxPage: "<</PageSize [1587.4 2126.0] /Orientation 1>> setpagedevice"\r
889 *CloseUI: *PageRegion\r
893 *% The following entries provide information about specific paper keywords.\r
895 *DefaultImageableArea: Letter\r
899 *ImageableArea Letter: "0.0 0.0 612.0 792.0"\r
901 *ImageableArea Letter.Extra: "0.0 0.0 684.0 864.0"\r
903 *ImageableArea Letter.Transverse: "0.0 0.0 612.0 791.0"\r
905 *ImageableArea Letter.Extra.Transverse: "0.0 0.0 684.0 863.0"\r
909 *ImageableArea Legal: "0.0 0.0 612.0 1008.0"\r
911 *ImageableArea Legal.Extra: "0.0 0.0 684.0 1080.0"\r
913 *ImageableArea Legal.Transverse: "0.0 0.0 612.0 1007.0"\r
915 *ImageableArea Legal.Extra.Transverse: "0.0 0.0 684.0 1079.0"\r
919 *ImageableArea Tabloid: "0.0 0.0 792.0 1224.0"\r
921 *ImageableArea Tabloid.Extra: "0.0 0.0 864.0 1296.0"\r
923 *ImageableArea Tabloid.Transverse: "0.0 0.0 792.0 1223.0"\r
925 *ImageableArea Tabloid.Extra.Transverse: "0.0 0.0 864.0 1295.0"\r
929 *ImageableArea A2: "0.0 0.0 1191.0 1684.0"\r
931 *ImageableArea A2.Extra: "0.0 0.0 1263.0 1756.0"\r
935 *ImageableArea A3: "0.0 0.0 842.0 1191.0"\r
937 *ImageableArea A3.Extra: "0.0 0.0 914.0 1263.0"\r
939 *ImageableArea A3.Transverse: "0.0 0.0 842.0 1190.0"\r
941 *ImageableArea A3.Extra.Transverse: "0.0 0.0 914.0 1262.0"\r
945 *ImageableArea A4: "0.0 0.0 595.0 842.0"\r
947 *ImageableArea A4.Extra: "0.0 0.0 667.0 914.0"\r
949 *ImageableArea A4.Transverse: "0.0 0.0 595.0 841.0"\r
951 *ImageableArea A4.Extra.Transverse: "0.0 0.0 667.0 913.0"\r
955 *ImageableArea A5: "0.0 0.0 420.0 595.0"\r
957 *ImageableArea A5.Extra: "0.0 0.0 492.0 667.0"\r
959 *ImageableArea A5.Transverse: "0.0 0.0 420.0 594.0"\r
961 *ImageableArea A5.Extra.Transverse: "0.0 0.0 492.0 666.0"\r
965 *ImageableArea B2: "0.0 0.0 1460.0 2064.0"\r
967 *ImageableArea B2.Extra: "0.0 0.0 1532.0 2136.0"\r
971 *ImageableArea B3: "0.0 0.0 1032.0 1460.0"\r
973 *ImageableArea B3.Extra: "0.0 0.0 1104.0 1532.0"\r
975 *ImageableArea B3.Transverse: "0.0 0.0 1032.0 1459.0"\r
977 *ImageableArea B3.Extra.Transverse: "0.0 0.0 1104.0 1531.0"\r
981 *ImageableArea B4: "0.0 0.0 729.0 1032.0"\r
983 *ImageableArea B4.Extra: "0.0 0.0 801.0 1104.0"\r
985 *ImageableArea B4.Transverse: "0.0 0.0 729.0 1031.0"\r
987 *ImageableArea B4.Extra.Transverse: "0.0 0.0 801.0 1103.0"\r
991 *ImageableArea B5: "0.0 0.0 516.0 729.0"\r
993 *ImageableArea B5.Extra: "0.0 0.0 588.0 801.0"\r
995 *ImageableArea B5.Transverse: "0.0 0.0 516.0 728.0"\r
997 *ImageableArea B5.Extra.Transverse: "0.0 0.0 588.0 800.0"\r
1001 *ImageableArea ISOB2: "0.0 0.0 1417.0 2004.0"\r
1003 *ImageableArea ISOB2.Extra: "0.0 0.0 1489.0 2076.0"\r
1007 *ImageableArea ISOB3: "0.0 0.0 1001.0 1417.0"\r
1009 *ImageableArea ISOB3.Extra: "0.0 0.0 1073.0 1489.0"\r
1011 *ImageableArea ISOB3.Transverse: "0.0 0.0 1001.0 1416.0"\r
1013 *ImageableArea ISOB3.Extra.Transverse: "0.0 0.0 1073.0 1488.0"\r
1017 *ImageableArea ISOB4: "0.0 0.0 709.0 1001.0"\r
1019 *ImageableArea ISOB4.Extra: "0.0 0.0 781.0 1073.0"\r
1021 *ImageableArea ISOB4.Transverse: "0.0 0.0 709.0 1000.0"\r
1023 *ImageableArea ISOB4.Extra.Transverse: "0.0 0.0 781.0 1072.0"\r
1027 *ImageableArea ISOB5: "0.0 0.0 499.0 709.0"\r
1029 *ImageableArea ISOB5.Extra: "0.0 0.0 569.7 782.0"\r
1031 *ImageableArea ISOB5.Transverse: "0.0 0.0 499.0 708.0"\r
1033 *ImageableArea ISOB5.Extra.Transverse: "0.0 0.0 569.7 781.0"\r
1037 *ImageableArea MaxPage: "0.0 0.0 1587.4 2126.0"\r
1041 *?ImageableArea: "\r
1043  save \r
1045  initclip clippath pathbbox \r
1047  4 -2 roll exch round cvr =print ( ) print round cvr =print ( ) print\r
1049  exch round cvr =print ( ) print round cvr =print (\n) print flush\r
1051  restore\r
1055 *End\r
1059 *% These provide the physical dimensions of the paper (by keyword)\r
1061 *DefaultPaperDimension: Letter\r
1065 *PaperDimension Letter: "612.0 792.0"\r
1067 *PaperDimension Letter.Extra: "684.0 864.0"\r
1069 *PaperDimension Letter.Transverse: "612.0 791.0"\r
1071 *PaperDimension Letter.Extra.Transverse: "684.0 863.0"\r
1075 *PaperDimension Legal: "612.0 1008.0"\r
1077 *PaperDimension Legal.Extra: "684.0 1080.0"\r
1079 *PaperDimension Legal.Transverse: "612.0 1007.0"\r
1081 *PaperDimension Legal.Extra.Transverse: "684.0 1079.0"\r
1085 *PaperDimension Tabloid: "792.0 1224.0"\r
1087 *PaperDimension Tabloid.Extra: "864.0 1296.0"\r
1089 *PaperDimension Tabloid.Transverse: "792.0 1223.0"\r
1091 *PaperDimension Tabloid.Extra.Transverse: "864.0 1295.0"\r
1095 *PaperDimension A2: "1191.0 1684.0"\r
1097 *PaperDimension A2.Extra: "1263.0 1756.0"\r
1101 *PaperDimension A3: "842.0 1191.0"\r
1103 *PaperDimension A3.Extra: "914.0 1263.0"\r
1105 *PaperDimension A3.Transverse: "842.0 1190.0"\r
1107 *PaperDimension A3.Extra.Transverse: "914.0 1262.0"\r
1111 *PaperDimension A4: "595.0 842.0"\r
1113 *PaperDimension A4.Extra: "667.0 914.0"\r
1115 *PaperDimension A4.Transverse: "595.0 841.0"\r
1117 *PaperDimension A4.Extra.Transverse: "667.0 913.0"\r
1121 *PaperDimension A5: "420.0 595.0"\r
1123 *PaperDimension A5.Extra: "492.0 667.0"\r
1125 *PaperDimension A5.Transverse: "420.0 594.0"\r
1127 *PaperDimension A5.Extra.Transverse: "492.0 666.0"\r
1131 *PaperDimension B2: "1460.0 2064.0"\r
1133 *PaperDimension B2.Extra: "1532.0 2136.0"\r
1137 *PaperDimension B3: "1032.0 1460.0"\r
1139 *PaperDimension B3.Extra: "1104.0 1532.0"\r
1141 *PaperDimension B3.Transverse: "1032.0 1459.0"\r
1143 *PaperDimension B3.Extra.Transverse: "1104.0 1531.0"\r
1147 *PaperDimension B4: "729.0 1032.0"\r
1149 *PaperDimension B4.Extra: "801.0 1104.0"\r
1151 *PaperDimension B4.Transverse: "729.0 1031.0"\r
1153 *PaperDimension B4.Extra.Transverse: "801.0 1103.0"\r
1157 *PaperDimension B5: "516.0 729.0"\r
1159 *PaperDimension B5.Extra: "588.0 801.0"\r
1161 *PaperDimension B5.Transverse: "516.0 728.0"\r
1163 *PaperDimension B5.Extra.Transverse: "588.0 800.0"\r
1167 *PaperDimension ISOB2: "1417.0 2004.0"\r
1169 *PaperDimension ISOB2.Extra: "1489.0 2076.0"\r
1173 *PaperDimension ISOB3: "1001.0 1417.0"\r
1175 *PaperDimension ISOB3.Extra: "1073.0 1489.0"\r
1177 *PaperDimension ISOB3.Transverse: "1001.0 1416.0"\r
1179 *PaperDimension ISOB3.Extra.Transverse: "1073.0 1488.0"\r
1183 *PaperDimension ISOB4: "709.0 1001.0"\r
1185 *PaperDimension ISOB4.Extra: "781.0 1073.0"\r
1187 *PaperDimension ISOB4.Transverse: "709.0 1000.0"\r
1189 *PaperDimension ISOB4.Extra.Transverse: "781.0 1072.0"\r
1193 *PaperDimension ISOB5: "499.0 709.0"\r
1195 *PaperDimension ISOB5.Extra: "569.7 782.0"\r
1197 *PaperDimension ISOB5.Transverse: "499.0 708.0"\r
1199 *PaperDimension ISOB5.Extra.Transverse: "569.7 781.0"\r
1203 *PaperDimension MaxPage: "1587.4 2126.0"\r
1207 *%=== Custom Page Sizes ==================================\r
1211 *% These entries provide the code and parameter ranges for a user\r
1213 *% to set up a custom page size.\r
1215 *%CustomPageSize\r
1219 *NonUIOrderDependency: 20 PageSetup *CustomPageSize\r
1221 *CustomPageSize True: "\r
1223 % B. Giess 960228\r
1225 % params order: Width (FastScan); Height (SlowScan); WidthOffset; foo; Orientation\r
1229 exch pop statusdict /setpageparams get exec\r
1233 *End\r
1237 *DefaultLeadingEdge: PreferLong\r
1239 *LeadingEdge PreferLong: ""\r
1243 *ParamCustomPageSize Width: 1 points 72.0 1587.4\r
1245 *ParamCustomPageSize Height: 2 points 72.0 12126.0\r
1247 *ParamCustomPageSize WidthOffset/Margins: 3 points 0.0 1587.4\r
1249 *ParamCustomPageSize HeightOffset: 4 points 0.0 0.0\r
1251 *ParamCustomPageSize Orientation: 5 int 0 3\r
1255 *CenterRegistered: False\r
1259 *MaxMediaWidth: "1587.4"\r
1261 *MaxMediaHeight: "2126.0"\r
1265 *?CurrentMediaWidth: "\r
1267  save\r
1269  currentpagedevice /OutputDevice get cvlit /OutputDevice findresource\r
1271  /PageSize get 0 get dup length 2 sub 0 add get cvr = flush\r
1273  restore\r
1275  "\r
1277 *End\r
1281 *?CurrentMediaHeight: "\r
1283  save\r
1285  currentpagedevice /OutputDevice get cvlit /OutputDevice findresource\r
1287  /PageSize get 0 get dup length 2 sub 1 add get cvr = flush\r
1289  restore\r
1291  "\r
1293 *End\r
1297 *DefaultOutputOrder: Normal\r
1299 *RequiresPageRegion All: False\r
1303 *% Font Information =====================\r
1305 *DefaultFont: Courier\r
1307 *Font AvantGarde-Book: Standard "(001.001)" Standard Disk\r
1309 *Font AvantGarde-BookOblique: Standard "(001.001)" Standard Disk\r
1311 *Font AvantGarde-Demi: Standard "(001.001)" Standard Disk\r
1313 *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard Disk\r
1315 *Font Bookman-Demi: Standard "(001.001)" Standard Disk\r
1317 *Font Bookman-DemiItalic: Standard "(001.001)" Standard Disk\r
1319 *Font Bookman-Light: Standard "(001.001)" Standard Disk\r
1321 *Font Bookman-LightItalic: Standard "(001.001)" Standard Disk\r
1323 *Font Courier: Standard "(002.002)" Standard ROM\r
1325 *Font Courier-Bold: Standard "(002.002)" Standard ROM\r
1327 *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM\r
1329 *Font Courier-Oblique: Standard "(002.002)" Standard ROM\r
1331 *Font Helvetica: Standard "(001.006)" Standard ROM\r
1333 *Font Helvetica-Bold: Standard "(001.007)" Standard ROM\r
1335 *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM\r
1337 *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM\r
1339 *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM\r
1341 *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM\r
1343 *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM\r
1345 *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM\r
1347 *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard Disk\r
1349 *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard Disk\r
1351 *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard Disk\r
1353 *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard Disk\r
1355 *Font Palatino-Bold: Standard "(001.000)" Standard Disk\r
1357 *Font Palatino-BoldItalic: Standard "(001.000)" Standard Disk\r
1359 *Font Palatino-Italic: Standard "(001.000)" Standard Disk\r
1361 *Font Palatino-Roman: Standard "(001.000)" Standard Disk\r
1363 *Font Symbol: Special "(001.003)" Standard ROM\r
1365 *Font Times-Bold: Standard "(001.007)" Standard ROM\r
1367 *Font Times-BoldItalic: Standard "(001.009)" Standard ROM\r
1369 *Font Times-Italic: Standard "(001.007)" Standard ROM\r
1371 *Font Times-Roman: Standard "(001.007)" Standard ROM\r
1373 *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard Disk\r
1375 *Font ZapfDingbats: Special "(001.000)" Standard Disk\r
1379 *Font FutoGoB101-Bold-Add-H: JIS "(003.000)" Add Disk\r
1381 *Font FutoGoB101-Bold-Add-RKSJ-H: RKSJ "(003.000)" Add Disk\r
1383 *Font FutoGoB101-Bold-Add-RKSJ-V: RKSJ "(003.000)" Add Disk\r
1385 *Font FutoGoB101-Bold-Add-V: JIS "(003.000)" Add Disk\r
1387 *Font FutoGoB101-Bold-EUC-H: EUC "(003.000)" JIS-83 Disk\r
1389 *Font FutoGoB101-Bold-EUC-V: EUC "(003.000)" JIS-83 Disk\r
1391 *Font FutoGoB101-Bold-Ext-H: JIS "(003.000)" Ext Disk\r
1393 *Font FutoGoB101-Bold-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk\r
1395 *Font FutoGoB101-Bold-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk\r
1397 *Font FutoGoB101-Bold-Ext-V: JIS "(003.000)" Ext Disk\r
1399 *Font FutoGoB101-Bold-H: JIS "(003.000)" JIS-83 Disk\r
1401 *Font FutoGoB101-Bold-NWP-H: JIS "(003.000)" NWP Disk\r
1403 *Font FutoGoB101-Bold-NWP-V: JIS "(003.000)" NWP Disk\r
1405 *Font FutoGoB101-Bold-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk\r
1407 *Font FutoGoB101-Bold-RKSJ-UserGaiji: Special "(003.000)" Special Disk\r
1409 *Font FutoGoB101-Bold-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk\r
1411 *Font FutoGoB101-Bold-V: JIS "(003.000)" JIS-83 Disk\r
1413 *Font FutoGoB101-Bold.Oubun: Special "(003.000)" Special Disk\r
1415 *Font FutoGoB101-Bold.Roman: Special "(003.000)" Special Disk\r
1417 *Font FutoGoB101-Bold.Roman83pv: Special "(003.000)" Special Disk\r
1419 *Font FutoGoB101-Bold.WP-Symbol: Special "(003.000)" Special Disk\r
1421 *Font FutoMinA101-Bold-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk\r
1423 *Font FutoMinA101-Bold-Add-H: JIS "(003.000)" Add Disk\r
1425 *Font FutoMinA101-Bold-Add-RKSJ-H: RKSJ "(003.000)" Add Disk\r
1427 *Font FutoMinA101-Bold-Add-RKSJ-V: RKSJ "(003.000)" Add Disk\r
1429 *Font FutoMinA101-Bold-Add-V: JIS "(003.000)" Add Disk\r
1431 *Font FutoMinA101-Bold-EUC-H: EUC "(003.000)" JIS-83 Disk\r
1433 *Font FutoMinA101-Bold-EUC-V: EUC "(003.000)" JIS-83 Disk\r
1435 *Font FutoMinA101-Bold-Ext-H: JIS "(003.000)" Ext Disk\r
1437 *Font FutoMinA101-Bold-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk\r
1439 *Font FutoMinA101-Bold-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk\r
1441 *Font FutoMinA101-Bold-Ext-V: JIS "(003.000)" Ext Disk\r
1443 *Font FutoMinA101-Bold-H: JIS "(003.000)" JIS-83 Disk\r
1445 *Font FutoMinA101-Bold-NWP-H: JIS "(003.000)" NWP Disk\r
1447 *Font FutoMinA101-Bold-NWP-V: JIS "(003.000)" NWP Disk\r
1449 *Font FutoMinA101-Bold-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk\r
1451 *Font FutoMinA101-Bold-RKSJ-UserGaiji: Special "(003.000)" Special Disk\r
1453 *Font FutoMinA101-Bold-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk\r
1455 *Font FutoMinA101-Bold-V: JIS "(003.000)" JIS-83 Disk\r
1457 *Font FutoMinA101-Bold.Oubun: Special "(003.000)" Special Disk\r
1459 *Font FutoMinA101-Bold.Roman: Special "(003.000)" Special Disk\r
1461 *Font FutoMinA101-Bold.Roman83pv: Special "(003.000)" Special Disk\r
1463 *Font FutoMinA101-Bold.WP-Symbol: Special "(003.000)" Special Disk\r
1465 *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk\r
1467 *Font GothicBBB-Medium-Add-H: JIS "(003.001)" Add Disk\r
1469 *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.001)" Add Disk\r
1471 *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.001)" Add Disk\r
1473 *Font GothicBBB-Medium-Add-V: JIS "(003.001)" Add Disk\r
1475 *Font GothicBBB-Medium-EUC-H: EUC "(003.001)" JIS-83 Disk\r
1477 *Font GothicBBB-Medium-EUC-V: EUC "(003.001)" JIS-83 Disk\r
1479 *Font GothicBBB-Medium-Ext-H: JIS "(003.001)" Ext Disk\r
1481 *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk\r
1483 *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk\r
1485 *Font GothicBBB-Medium-Ext-V: JIS "(003.001)" Ext Disk\r
1487 *Font GothicBBB-Medium-H: JIS "(003.001)" JIS-83 Disk\r
1489 *Font GothicBBB-Medium-NWP-H: JIS "(003.001)" NWP Disk\r
1491 *Font GothicBBB-Medium-NWP-V: JIS "(003.001)" NWP Disk\r
1493 *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk\r
1495 *Font GothicBBB-Medium-RKSJ-UserGaiji: Special "(003.000)" Special Disk\r
1497 *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk\r
1499 *Font GothicBBB-Medium-V: JIS "(003.001)" JIS-83 Disk\r
1501 *Font GothicBBB-Medium.Oubun: Special "(003.001)" Special Disk\r
1503 *Font GothicBBB-Medium.Roman: Special "(003.001)" Special Disk\r
1505 *Font GothicBBB-Medium.Roman83pv: Special "(003.001)" Special Disk\r
1507 *Font GothicBBB-Medium.WP-Symbol: Special "(003.001)" Special Disk\r
1509 *Font Jun101-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk\r
1511 *Font Jun101-Light-Add-H: JIS "(003.000)" Add Disk\r
1513 *Font Jun101-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk\r
1515 *Font Jun101-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk\r
1517 *Font Jun101-Light-Add-V: JIS "(003.000)" Add Disk\r
1519 *Font Jun101-Light-EUC-H: EUC "(003.000)" JIS-83 Disk\r
1521 *Font Jun101-Light-EUC-V: EUC "(003.000)" JIS-83 Disk\r
1523 *Font Jun101-Light-Ext-H: JIS "(003.000)" Ext Disk\r
1525 *Font Jun101-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk\r
1527 *Font Jun101-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk\r
1529 *Font Jun101-Light-Ext-V: JIS "(003.000)" Ext Disk\r
1531 *Font Jun101-Light-H: JIS "(003.000)" JIS-83 Disk\r
1533 *Font Jun101-Light-NWP-H: JIS "(003.000)" NWP Disk\r
1535 *Font Jun101-Light-NWP-V: JIS "(003.000)" NWP Disk\r
1537 *Font Jun101-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk\r
1539 *Font Jun101-Light-RKSJ-UserGaiji: Special "(003.000)" Special Disk\r
1541 *Font Jun101-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk\r
1543 *Font Jun101-Light-V: JIS "(003.000)" JIS-83 Disk\r
1545 *Font Jun101-Light.Oubun: Special "(003.000)" Special Disk\r
1547 *Font Jun101-Light.Roman: Special "(003.000)" Special Disk\r
1549 *Font Jun101-Light.Roman83pv: Special "(003.000)" Special Disk\r
1551 *Font Jun101-Light.WP-Symbol: Special "(003.000)" Special Disk\r
1553 *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk\r
1555 *Font Ryumin-Light-Add-H: JIS "(003.000)" Add Disk\r
1557 *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk\r
1559 *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk\r
1561 *Font Ryumin-Light-Add-V: JIS "(003.000)" Add Disk\r
1563 *Font Ryumin-Light-EUC-H: EUC "(003.000)" JIS-83 Disk\r
1565 *Font Ryumin-Light-EUC-V: EUC "(003.000)" JIS-83 Disk\r
1567 *Font Ryumin-Light-Ext-H: JIS "(003.000)" Ext Disk\r
1569 *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk\r
1571 *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk\r
1573 *Font Ryumin-Light-Ext-V: JIS "(003.000)" Ext Disk\r
1575 *Font Ryumin-Light-H: JIS "(003.000)" JIS-83 Disk\r
1577 *Font Ryumin-Light-NWP-H: JIS "(003.000)" NWP Disk\r
1579 *Font Ryumin-Light-NWP-V: JIS "(003.000)" NWP Disk\r
1581 *Font Ryumin-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk\r
1583 *Font Ryumin-Light-RKSJ-UserGaiji: Special "(003.000)" Special Disk\r
1585 *Font Ryumin-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk\r
1587 *Font Ryumin-Light-V: JIS "(003.000)" JIS-83 Disk\r
1589 *Font Ryumin-Light.Oubun: Special "(003.000)" Special Disk\r
1591 *Font Ryumin-Light.Roman: Special "(003.000)" Special Disk\r
1593 *Font Ryumin-Light.Roman83pv: Special "(003.000)" Special Disk\r
1595 *Font Ryumin-Light.WP-Symbol: Special "(003.000)" Special Disk\r
1599 *?FontQuery: "\r
1601 save\r
1603  /str 100 string dup 0 (fonts/) putinterval def\r
1605  {\r
1607  count 1 gt\r
1609  {\r
1611  exch dup str 6 94 getinterval cvs\r
1613  (/) print dup print (:) print exch\r
1615  FontDirectory exch known\r
1617  { pop (Yes) }\r
1619  {\r
1621  length 6 add str 0 3 -1 roll getinterval\r
1623  mark exch status\r
1625  {cleartomark (Yes)}{cleartomark (No)} ifelse\r
1627  } ifelse =\r
1629  }\r
1631  {exit} ifelse\r
1633  }bind loop\r
1635  (*) = flush\r
1637 restore\r
1641 *End\r
1645 *?FontList: "\r
1647 save\r
1649  FontDirectory { pop == } bind forall flush\r
1651  /filenameforall where\r
1653  {\r
1655  pop (fonts/*)\r
1657  { dup length 6 sub 6 exch getinterval cvn == } bind\r
1659  128 string filenameforall flush\r
1661  } if\r
1663  (*) = flush\r
1665 restore\r
1669 *End\r
1673 *% Printer Messages (verbatim from printer):\r
1675 *Message: "%%[ exitserver: permanent state may be changed ]%%"\r
1677 *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"\r
1679 *Message: "\FontName\ not found, using Courier"\r
1683 *% Status (format: %%[ status: <one of these> ]%% )\r
1685 *Status: "idle"\r
1687 *Status: "busy"\r
1689 *Status: "waiting"\r
1691 *Status: "printing"\r
1693 *Status: "PrinterError: recorder offline or film problem"\r
1695 *Status: "PrinterError: "\r
1699 *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )\r
1701 *Source: "userjob"\r
1703 *Source: "other"\r
1707 *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)\r
1709 *PrinterError: "recorder offline or film problem"\r
1711 *PrinterError: ""\r
1715 *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"\r
1719 *%\r
1721 *%  User Interface: Printer Specific Options\r
1723 *%\r
1725 *OpenGroup: Imagesetter\r
1727 *OpenSubGroup: PrintingMode\r
1731 *OpenUI *MirrorPrint/Mirror Print: Boolean\r
1733 *OrderDependency: 30 Prolog *MirrorPrint\r
1735 *DefaultMirrorPrint: False\r
1739 *MirrorPrint True/On: "<</MirrorPrint true >> setpagedevice "\r
1741 *MirrorPrint False/Off: "   % MirrorPrint Off is Default!"\r
1743 *?MirrorPrint: "\r
1745  currentpagedevice /MirrorPrint get {(True)}{(False)} ifelse = flush\r
1749 *End\r
1751 *CloseUI: *MirrorPrint\r
1755 *OpenUI *NegativePrint/Negative Print: Boolean\r
1757 *OrderDependency: 40 Prolog *NegativePrint\r
1759 *DefaultNegativePrint: False\r
1763 *NegativePrint True/On: "<</NegativePrint true >> setpagedevice "\r
1765 *NegativePrint False/Off: "   % NegativePrint Off is Default!"\r
1767 *?NegativePrint: "\r
1769  currentpagedevice /NegativePrint get {(True)}{(False)}ifelse = flush\r
1773 *End\r
1775 *CloseUI: *NegativePrint\r
1779 *CloseSubGroup: PrintingMode\r
1781 *OpenSubGroup: Separations\r
1785 *OpenUI *LHSeparations/InRIP Color Separation: PickOne\r
1787 *OrderDependency: 50 Prolog *LHSeparations\r
1791 *DefaultLHSeparations: Off\r
1795 *LHSeparations All/On; all planes: "\r
1797  <<\r
1799  /Separations true\r
1801  /ProcessColorModel /DeviceCMYK\r
1803  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]\r
1805  /SeparationOrder [/Cyan /Magenta /Yellow /Black]\r
1807  >> setpagedevice\r
1811 *End\r
1815 *LHSeparations Cyan/On; Cyan plane only: "\r
1817  <<\r
1819  /Separations true\r
1821  /ProcessColorModel /DeviceCMYK\r
1823  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]\r
1825  /SeparationOrder [/Cyan]\r
1827  >> setpagedevice\r
1831 *End\r
1835 *LHSeparations Magenta/On; Magenta plane only: "\r
1837  <<\r
1839  /Separations true\r
1841  /ProcessColorModel /DeviceCMYK\r
1843  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]\r
1845  /SeparationOrder [/Magenta]\r
1847  >> setpagedevice\r
1851 *End\r
1855 *LHSeparations Yellow/On; Yellow plane only: "\r
1857  <<\r
1859  /Separations true\r
1861  /ProcessColorModel /DeviceCMYK\r
1863  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]\r
1865  /SeparationOrder [/Yellow]\r
1867  >> setpagedevice\r
1871 *End\r
1875 *LHSeparations Black/On; Black plane only: "\r
1877  <<\r
1879  /Separations true\r
1881  /ProcessColorModel /DeviceCMYK\r
1883  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]\r
1885  /SeparationOrder [/Black]\r
1887  >> setpagedevice\r
1891 *End\r
1895 *LHSeparations Off/Off: "   % Separation Off is Default"\r
1899 *?LHSeparations: "\r
1901  save\r
1903  currentpagedevice /Separations get { \r
1905         currentpagedevice /ProcessColorModel get /DeviceCMYK eq { \r
1907                 currentpagedevice /SeparationOrder get {\r
1909                         dup length 4 eq { pop (All) exit} if\r
1911                         dup length 1 eq {0 get 10 string cvs exit} if\r
1913                         pop (Unknown) exit\r
1915                 } loop\r
1917                 (Unknown) exit\r
1919  }{(Unknown)} ifelse\r
1921  }{(Off)} ifelse = flush \r
1923  restore\r
1927 *End\r
1929 *CloseUI: *LHSeparations\r
1933 *UIConstraints: *LHOverprint True *LHSeparations Off\r
1937 *OpenUI *LHOverprint/Black Overprint: Boolean\r
1939 *OrderDependency: 60 Prolog *LHOverprint\r
1941 *DefaultLHOverprint: False\r
1945 *LHOverprint True/On: "\r
1947         % LH Black Overprint\r
1949    userdict /BGOvpdict known {\r
1951                 userdict /Overprint_Enabled true put\r
1953         }{\r
1955                 (%% Warning: The Black Overprint feature is not working with this Printer Driver.\n) print\r
1957                 (%%          The currently used Printer Driver might not support all necessary PPD features.\n) print\r
1961         } ifelse\r
1965 *End\r
1969 *LHOverprint False/Off: "   % Overprint Off is Default"\r
1973 *?LHOverprint: "\r
1975         userdict /Overprint_Enabled get {(True)}{(False)} ifelse\r
1977         = flush\r
1981 *End\r
1985 *CloseUI: *LHOverprint\r
1989 *JobPatchFile 1: "\r
1993 %%BeginResource: LH PatchFile\r
1997 % Title       : BlackOverprint.ps\r
1999 % Creator     : Berthold Giess\r
2001 % For         : Linotype-Hell AG\r
2003 % CreationDate: May 23, 1997\r
2005 % Version     : 3.7\r
2009 %% Copyright (C) 1996, 1997\r
2011 %% Linotype-Hell AG - All Rights Reserved\r
2013 %% All Rights Reserved. \r
2015 %% Restricted permission is granted for redistribution of this\r
2017 %% file to be used on Linotype-Hell devices only as long as this\r
2019 %% copyright notice is intact and the contents of the file is not \r
2021 %% altered in any way from its original form.\r
2023 %% End of Copyright statement\r
2027 false(\r
2029 800344A251010CD0613719CCA731D08205041C8DC6031190C04032170C61A728\r
2031 59D0DF1C10420C82039984EC65101B4DE6434998D26532434C6683298CD62031\r
2033 9D4E51C371D0C66F3647CE6703098CCB0F1044626321A080662E18434A50B37C\r
2035 EA8D2132192610D2111C8672379C09A61391ACE748A5450734E8CC364B27909B\r
2037 A471C39C7A4061ACCC0406937082A673AA9CAAE4236514D64F939C8E072BE1D0\r
2039 40668F8808D1C329224568890C46716A78CA1A6834DE6FB2C31E3B2072101BF1\r
2041 38BC6C90E8753319B3030190C8636C19C34CA789A97CC270381B0BF61398EEF6\r
2043 66101D4E665396931C6939EA6FB1E386A790749A0839DAE3961841D8946FF826\r
2045 931984E869379BACF03107B7DDEFF7472B52E371A7CFE9E89BF918036CA0A029\r
2047 B52383A2320DE100DC37B1C8531CDDA6A3A8E8BD050E5A7C368F235A7EA0B503\r
2049 285C3385217366198621BAD81A374DE0C6DF380E1388BD8DCA2BCE3B3CC98058\r
2051 100E107242360D8D4B56C627A103E4328CCE8AF8102BAC40E0EDA45008CABEA1\r
2053 E04C9CF72C325C8823C8D2431CF0040310CA33AF8FAA12EB3BEEC8D4378C4100\r
2055 50154B52E0DC1505319C1913BC5154041020E91C109A0E526C9EF68E6D0A5120\r
2057 0CC9A8E839C3CF629510070B606A86886A023F16BFA100EEB04BE96238D2BD0B\r
2059 EA5A10098910E6F28E09423E97A7AF3533300A23AAC835CF404BDC143E6308EA\r
2061 360E836BCCC60F0920CB5AD6E34D72328D8348DABE46291C92DB85ADBD3E308D\r
2063 8F0AF23205287B661A86419AD81B21AE5398EDCD2BE46622A76C88EEFB0D0100\r
2065 9C2A040FF84022318C4AE2918A030A14B18D6E65A5432241AB36B606E8688AB2\r
2067 0D83CC0C30D22312F8964BF61B51090CEEEE0524C2431C290B51C39466930DF3\r
2069 F47D068E53EBF00681B6D39AF231C17C8A3B48F9204035C0E3BB463ABAA3DC68\r
2071 B0CA72AE5417E2389C2EC8E5837E5C3EB8E068F6068501285A16C88C2A6C1031\r
2073 0E63591E89834CCB66238BC605258C23159A91E8E128B8376BE14C691E0E806A\r
2075 729DC963A25D66B1E36394346D6A3E8096E41A2E8FA4BBDA6B15B2539A90402B\r
2077 5F8A4DF37DEB1AD2F5AEEBFB0EC6C6E41915B92DAF9B32AB1EA2C328E2100F63\r
2079 3598E5EE6D90C9983BE3CD421005E310DEA00CA840E9D125037251CCF3632F3A\r
2081 06E4C238BE220CA310EA33840DDA66ED481DA2BA2FC8EF6E6406813C766FE1F7\r
2083 1DD779057301EE9E3A0FA3D8E0B0F3B6039606E80F9E41DAF88322FBE3F92E5E\r
2085 46D2F49E6773DD841E873017FC1E2F7B134CDC57E1E1FE537FABEB8E1EC8D8F6\r
2087 DEEBC101AFA9E7398051011F63856B6E29E9BB321E109C806E2FE604A315C694\r
2089 61D1DB8C6CC4E89E0743B61CC3C9750CA1B4EDB9673092C3240E794FA1DAB367\r
2091 D00C48B1DB46AD96181DA654B743738D7CC76C17A6F450704E1A736860261042\r
2093 2848CA9DF2E57A09BDEE23441CF7C388780E017D091AA662080823A6280F2199\r
2095 0288A314E2AB28040D89FBBB678B1312702F552AAC2C0502E81CC2F94F440A49\r
2097 3C3AF4CC082359658DB1BE3882E8E7191F89238D11A63C86B8F642E3847236EF\r
2099 41CF8707911A62B32B65AF8E24BA492325619BFB668FF1FF3DB49C024DD9F691\r
2101 EECE422AA8F51BA4447D0660CA3A1CC8EC0A23C4A690D2A039C898FD2B2403F8\r
2103 90489A478098D52CA43CB59552B24633097A0BE48B3D65D09C3C3BF99118A4C2\r
2105 0E9347564E1C77B451E4FCA16CA93A524BE90B3065B0335AC1DE3AB988EF37E5\r
2107 A4E15AD2E6334BB26B31E7447C8E4B5A62C8E93F33CEACCA92933572CF87E6EF\r
2109 E4CBD6936F626B3FF9B093A6D4A3682939FE3F3944025A01412C2F201406F0D7\r
2111 3B1F0BF39DED01831727806C9DA06C0D11515D9AA69CDF02DBC82EA798E543C2\r
2113 7E4F4B02383992499F4390120F4BAA3C7794ACD7873A5C7A43A53159A6A225BF\r
2115 40501102284C0A81042F852092141B14267914E2A097CA761D29653E66F4BEA0\r
2117 940A86FB55DD1A0C6998353303EC732A8B973229250398E886025B3C1D6E2DB5\r
2119 B7B71790ECC2ED1F7BE12439850398B0C3A20F24710EB8B69288428AD0763C84\r
2121 A0178530CA510EE9F73D54D265C8D73123E86D8527B61C98065B1455EC6D8F2C\r
2123 8A98FC5609B75C20E5865E5676CFD8C8DC1BCA34B551A8602692B58165197B31\r
2125 97B666D4D9BB57626C5BA4B5F6C439DB323F6D4AD2397A00BDDC5AD0861342C8\r
2127 4B77A1C68537449C65E885D6B2D5B6CBA4E0501260954F20AC541058EB21690B\r
2129 EDDC8144C010BF690358ABBD0B856C95BD3D30BE11516B862473E8ED3A0ADF43\r
2131 6F9BA4BEAD92FBDF96B769887510A177601460335B46233BF4B2C1EC142A10E5\r
2133 602C14637AA0A2EE616C305E814C9DB197BE2651C60F5E9DA30C61D39908ABB6\r
2135 1A1858102EC6518D29D1991EFC2BE57EC2E7DB0CA6FC59499BDE0FC6AF1647D9\r
2137 691EE55CBD6F01216ED0DE7B24FA60BBA4B9B62C23E2B6641F6BCC4541F11E16\r
2139 31162A50CA2928A8B3BE4FD410EA4A32D423879186939ADCC618E5EE66C4717E\r
2141 9211E9A12F24F9B792A1CC3AA65CD397192E5E43182241BD598F8AB183A487A8\r
2143 9A1FA723A320C04B9AA0C49210E5BCD74960CA3DCDF2F7491CBD159D2309D5D0\r
2145 B4164F6868D3A21813F087C9C620E8FCF188A8A1A9A2F90DF144DA3A48DEF629\r
2147 576C490AB3B3511759CEBDBC98C8176349758271C57DAFF8F0BD63E8BB901E9E\r
2149 C69DB8240494D27E1C18148FCF4E5E4AE485DF3FD72EDE493B76E9EDF91F92B2\r
2151 65E6B4793D93651B9967B2A6560419634A446D2E4FB2F9442AFA6F32872CCFBD\r
2153 74B337CD99074D561D219CB4FC52CEB25F3C24ECFFBDF5F6847E94378A5139B9\r
2155 9299C6BB6757935568CD588AF4869DCD1A5735702D319B782A0BE1BA45D8F098\r
2157 C1A635170DD61442B7F19427B0B41F1D37BC7D39C68E672C28B3629750E71351\r
2159 ED720BCBA1760CA70D941A86840255B1658B923ECD6F8431980ABD96756E8C17\r
2161 96461DD6D3FE4997B659669093B00836DDDD93E459E807B0132F527596DDF73A\r
2163 E85D284C1EFAAEBC629CE79B77AE238FA86CDA9BB27FB965328D95744F77EAB8\r
2165 BD811F07E1AA010508E26CD3C150B93E027C0878A1F27E88BA79EC93C3EDD6C1\r
2167 575B799AE2C2A8491D9959A5908F751559D175C40205EC348E91F95FED0BAFB6\r
2169 041B1369636889C93403A4F71D2B896647E1D27DB74C3177C157515D67D0F5B6\r
2171 277BDDBFA47B5241177E4120F79D0B6980DF23C3D9BFD9CC5C1B3C7C7FADD2E2\r
2173 B219CF099BA0EB4E88967E97B22F87DB1787034018CE8C5DFE61D3FAFF73A2FB\r
2175 6D68C12FC0858FF6FFA3C83A2DF897CFAAF72238F94FD4CC8FD8F9E9DAFDED6E\r
2177 C5064E6528580CE2DEE46DEC66F03424CFC631CA1846C04A0DA39431C4B44C23\r
2179 A0524D124B43CA5B44C03260CA32A32F02ECD70404F8F8106E2E0C1104631D04\r
2181 B04E4B22503B10560EF05A26A564D3C3F432432832C2E48064A8650878F86F74\r
2183 8D2F66FC455CF310482F639E4840DA7AE0E4AB047A23C3B440A3ED0543A308C0\r
2185 F30A085C64B0B10AD0B0F228668B10B82F70BD0C10C44AE40A4090EB0890D2C6\r
2187 10D90A4E4CFF861C9EEE6CF190B30E62090CF0565850F07543BF0F70CC4AE341\r
2189 0FF0D706C79608EB1D108C610ACD511130B71190EE23F0F31230CB0FB12B0591\r
2191 2F0A3030D02E34E7023F13D15EEF63230B507F0EB11B0BF1491210C90F90CF0F\r
2193 D15510315A7D3135166D7D014D8316835116D0E91442F71750C317912515108B\r
2195 100642877132AF80BE47E390664810778C282BB1B51B821A6C4DA2B2C07A07AF\r
2197 4ABACC0276A0D204059289C9B6C8C012EC0BFA3AA05EDF45EA0C8EBCC611EC84\r
2199 C92AEBA2771FC758DCA322ADEC2697B1DA2BB1DF218ED02B0F5246CEC67411EC\r
2201 EE51F42611FA0F31FEDB89F8749233236352D7EEE121C92B1C48E11B8DC03931\r
2203 B07D120324923A86697AF4236493EC94012EE4F20EEEEE0012C5B1386043200E\r
2205 A2E47149752749F826A26F26AEE274121C76B136F182700EC5731E5274D4CF2F\r
2207 26D29408F1DF298C5CC572A52AB2649AF274A12F2EF072AD1F1192EFEEC52AB2\r
2209 78EFCBC927F2820DCFB87C328826728CED4F2EB2D2962BB1372D8D060C72A03D\r
2211 B2612BD2912CA4A72B32F518CBC92BB2C625B2C12AB2C4F38F2CA18F28F34B4E\r
2213 C14A24F3E68034E5980D8BE26E86812611AE5B713302B00664B02A7A13411DB0\r
2215 2B2107400EF2E8696C6EF203E02822F066B104CBB2B6D123E0896BA8D4F310D0\r
2217 7368247131370E6F194D0872EDA8AD6A3CC9524D1B6B3B266F473A02BAD6EFA2\r
2219 A3D3408503DA04A3403440BE39CEDE21EBF00C88262AC28E81E8233C63040CA2\r
2221 B82BC2C02C45563D65D63BA0EE20B3DA2C62CA3A2492B8C3BA47A5202504863C\r
2223 B094390BC0A9C0A005B3F4BCC8753448582BA2BE2C2088654BF8BB888676B41A\r
2225 0E141E7D022A86C7D07BC81D3870508230A142B42F43E4D4640A78A5AE043803\r
2227 E62F82F5422410BBA67038035CAB2DEEB38BCE0DB010AC343868276809B04E0A\r
2229 52803BEDFC250E8F3F409C6082160A009AC5948D490AFA09AC207C4AC50E80B0\r
2231 0400B279103E24E79025424E23D4B657A572562566578AAA57242456D4CA7900\r
2233 5E51A27425E0E405A08428024686A39659A34A32047A790E10E067A74B103679\r
2235 0DD2B44B2254F4D60F2210CA4DE0F0EDE4DE934A748D04284DF50434A6594D76\r
2237 BC94F6E4EE089B605008750C2FAC68B2CA72AAC5C60C8ECEA1B1E304C47222CC\r
2239 2EA4D0C80E60D067D4B0FC54FD041500C9ADD75082C621454B510B5AF10604CA\r
2241 ECB3075106D7CEB1524C7D528EAC32352ECECE515355726D20C23DA6C5540AAA\r
2243 21354754A66954E5660415554B8A4A24955E0EF562FCF5674B4C9756D5063D27\r
2245 480B25802833E6EE6DE2D13580E00E4B389589522F8AAC7590E23596DA06C8A2\r
2247 95D847067D5A51EE3B95443435B03AB5B555247D5BD55B5C35C70189B14B29B1\r
2249 502C9D5083083BD5E15155E4DE758303B5ECDF2CC35F321F51E3515FAD335356\r
2251 3269753E7415435AD6105CB54C36F5515B961B55840B55D5600130A8239622E9\r
2253 489B3A6FE2A414D662B48E3FA0E60A34AA8BB49B6916954A22FAC7D5CA9B104B\r
2255 4C0A3E5645694D05705754C85714D54D83183994E14E4ED022D4EA5054F09B76\r
2257 5159A79022C86B5574BA40A5905943CA59B6A756ADD55D22FB50B50F6360CB57\r
2259 C9CD519585642EAF5F0CDF64B52AD076D7532D6220B53A6C56755C5679565679\r
2261 4FF5CF6F2BD074959F5776FD7015E751AEFB644DF6FC826B71159364F4876B95\r
2263 FC7192763DB736AB17216217275C972B56972F50573205F6035DD5795E357F63\r
2265 D5E8F8374370B64770F5F752D7534F95FF75B4AD5DA67D76367767B62772D62D\r
2267 56F5D4DDB634F0D6FF51763EE0370952178B7495F56B95F97935314FB799656D\r
2269 6772367EF6D7DB67C681684E8CF6549406C22C8BA5E25E60C25EA35006C2A16A\r
2271 0F980512500E00EE04806D8016A40134193DB44674980980CB7040D45E0F7817\r
2273 41C66F81E06C5D206C5D51F380B8333509A4A160A183640183B8208BB8318107\r
2275 E891F03604183236EA8536257639762E3D329C0F6CF523ACF84CAB2D87B65D37\r
2277 E23F7E208F02AFA78153D982C8598315F291F72933E89EEDF2772500AC0C180E\r
2279 D14E874A679182B42C66F8A783345CADD8B581A05F8BB8358398C98407A98458\r
2281 487498C88BB8BB854CC8889070445860ABD864507770B2586F87277F87760B87\r
2283 C3AB2CE62B88588878249D8C38B98A989649D89B2BAA292500AF8A98E0AC78B3\r
2285 88F8B68599238BC9278258C192D8C59338CB84B9418D09498478399408BB9339\r
2287 278598E721F86337D8F186A212CAD8F85CB8FD90160B90443190968691F91193\r
2289 191501391B30391F39E0400B19258AD0278B188D44466F991934A6B93873197E\r
2291 64B9A19427499AF9498D58399AE8BB9A1926DA985B85E47CABCDA836E60E3768\r
2293 B00B0DB44582B457229B9D25722F024604B4AF90F93C66F69B493497012E6D86\r
2295 97AD9675E596A248CFB8FE7415418800E59797E73A59F28599B57C589976989C\r
2297 9B798A3E62420639928CA7C36A385799B81866E0C3A359A29974259AB23DA499\r
2299 B0EBBA559B6BAD94D84BA479148BBA658ABA3848FA3D8E385A29B8EA4718EFA0\r
2301 16F58F725396FA11A8B903A15A18F63A1D99C859A6B91601398689E803689494\r
2303 06B7EE4CD7F20CA5E8A6606B7FF995A3B80380780B9C392BA9864B81F823A4FA\r
2305 1FACF80A040082099839AD1A5D267ADFAE3ADB851AC7ABFA719998E42E19C995\r
2307 E97C425A80BD1A84CF7A0D971A1338AD7DA92AF59F1ACD81DADB985A2991D8A3\r
2309 98D8A7AC9A4189064B8A7AD3827A518C60C1ADDAE184BB39AE6791AEBB49B438\r
2311 DC0C1956E1D95BA7B339961B078F5969A87B0FA8D973A904A790BA97A42859B4\r
2313 BA25919B27989B2BA31923B31B3F923B3B93BB1E05FB95B50749B95B4C013BA1\r
2315 B9DB544CDB8FAF54A490785B8E99CBA7DB658F2533B0B875B6E3AB971975883B\r
2317 7797BB1DB7C64BBA5B83AA1B8789FA2E48198FB59BB5A73929B3392F9ADB438B\r
2319 F9A9AD79B3B43BAB990C10932A17C0BBAE051991B31AFA251AFF9CD9DB9E59D7\r
2321 C262E59D59E3C2F9E62B28B19EFBF98C59F749FA9F9FFBC586DB6BB0D879B71B\r
2323 132F9BD57E5A9597DC0405FC0DB25624BE3261B18E8F6940A00A49C436E8BA9E\r
2325 2910370063B5B80598C27256BB5BB3FC8E0DBB97C03B9BC966360CEF5CA5C41D\r
2327 C99BA6239CA4557CA856AC59C97B5BC3EAB7CABA9F62821CF2249C0809580804\r
2329 45C995544B647275C778C2EFBC93FB3FC43695649CE7767C6AC15C6FBD7A1A7B\r
2331 FC75C78956C59C8096A370065C89251CBDBF2F99C95CC5C01829C63CA1CB1CA7\r
2333 CC3CB9CAE4B7D2A859CA08BBD17A6FBB6E1BD1DD2FBE3CC9CF2013CD0041CD42\r
2335 5366DCB1CDE4B761BCCBCE9C63CED4AB70FCF37A5C6DAA5CFDC5E7BF40EB1F3E\r
2337 C2CC0BFC4349862ABCDD808E1C43B5AEAAB38B80B41730B243A2BF92133243AB\r
2339 D96B7F512B19D9E533472B4FDACB11DB0B842C0B893F4B90B6FDA4BFCB76669D\r
2341 BCB58B8205EB86911DC8B6CB94AC36FCB9EBA2BA6BAB3A0BB12648B00A948621\r
2343 B406BC586877AC0C261ACBBDD73547F4827A0BB1699D8BD7F3DFD8568D49C041\r
2345 47C2EB4812E1D18907399C63E2C0E9E3031EE5B30249C98FA60F2E9C895C9CCA\r
2347 1A7E17EA22CF2574AF2AF4497DBA03E03DA49DE50FAE6671F1DDC09BAADCCCC7\r
2349 DE633A097DD29CB4649E6E9CA665E568D48DBD0436E9407E9E8297A97BB3FE3D\r
2351 E40E11E47E9EF36F3AE2C767C7080544EAB4CBB454481458BF79374244CD1B94\r
2353 596B9D99DB12E3AF67911DA425EDAB5AC59EE7DAEB5BEDF4A4DA91E8F7F64115\r
2355 C0E9EE8B839FDAB20A60D20F4250BF80F67E1D7D3DD3EFE2443168E216AC5B18\r
2357 BADA2A89A6E801BEC0CD7EC63E945BECF827ED339FED7EEE21546E0E7EF4A6DF\r
2359 3710746CB47471EEC577F5A3BB471F52DA9B3E2863AB9FD68A431D8DE23D86E7\r
2361 D2A481DF57EC448FEC875C247EAE89E01B3B004B9ABF96A3DF9B15839D3427CE\r
2363 64A4D0822055782878871C0E89F354822BBA27F28083C648A566965AD2739F10\r
2365 DAD15FAE4D405491FFBE4D4393C2E39133B2667E1FDA2F9FB3683886C4F34008\r
2367 4200472F910CA623A99C407B1413CEC65391C0E469371D040733A98CC665399C\r
2369 CCC75361B0F220891CCE8618F994C85C370A44110891D0FB2233034CA6E32024\r
2371 4A7539C38C869319D01A633A9C8E5353A198D26C32880C66C37CEE914A06D4EA\r
2373 9010>)0()/SubFileDecode/XY56EHB728E45ADCCA32FCCE5{eexec cvx%96A3\r
2375 exec}def filter%E6E9CA665E56871C0E89F354822BD48DBD0436E9407E9E82\r
2377 (7ff3429bb896e585e69988dd498a83bd9ae4a2be5fe1a7fdba170f85d656e49\r
2379 5b4ebd2711bf0b15010c913e73bb3e5998f660414a3de706dab0278bc065ae45\r
2381 6eca5188cf043fe52da914224ad0bb25eb6%%%)\r
2383 XY56EHB728E45ADCCA32FCCE5\r
2385 %%EndResource\r
2389 *End\r
2393 *CloseSubGroup: Separations\r
2395 *OpenSubGroup: Policies\r
2399 *OpenUI *LHPageSizePol/PageSize Policies: PickOne\r
2401 *OrderDependency: 10 Prolog *LHPageSizePol\r
2403 *DefaultLHPageSizePol: Abort\r
2407 *LHPageSizePol Abort/Abort if PageSize is too big: "   % PageSize Policy >Abort< is Default!"\r
2411 *LHPageSizePol Largest/Use MaxPage and clip image: "\r
2413         %! BGiess 970227\r
2415         statusdict /setpageparams {\r
2417         dup 1 gt {errordict /rangecheck get exec} if 1 dict begin /CPSI /ProcSet findresource \r
2419         /variables get /engineOrientation get /orientation [[1 0 0 3] [3 2 2 1] [0 3 3 2] [2 1 1 0]] 3 -1 roll get \r
2421         def 4 2 roll 2 copy 5 -1 roll 0 eq {gt {orientation 0 get}{orientation 1 get} ifelse 3 1 roll exch\r
2423         }{lt{orientation 2 get}{orientation 3 get} ifelse 3 1 roll} ifelse end \r
2425         <</PageOffset [ 7 -1 roll 0 ]/Orientation 7 -1 roll /PageSize [ 9 -2 roll ]/ImagingBBox null>>\r
2427         setpagedevice\r
2429         } put\r
2431     <</Policies << /PageSize 4 >> >> setpagedevice \r
2435 *End\r
2439 *LHPageSizePol Ignore/Ignore requested PageSize: "\r
2441         %! BGiess 970227\r
2443         statusdict /setpageparams {\r
2445         dup 1 gt {errordict /rangecheck get exec} if 1 dict begin /CPSI /ProcSet findresource \r
2447         /variables get /engineOrientation get /orientation [[1 0 0 3] [3 2 2 1] [0 3 3 2] [2 1 1 0]] 3 -1 roll get \r
2449         def 4 2 roll 2 copy 5 -1 roll 0 eq {gt {orientation 0 get}{orientation 1 get} ifelse 3 1 roll exch\r
2451         }{lt{orientation 2 get}{orientation 3 get} ifelse 3 1 roll} ifelse end \r
2453         <</PageOffset [ 7 -1 roll 0 ]/Orientation 7 -1 roll /PageSize [ 9 -2 roll ]/ImagingBBox null>>\r
2455         setpagedevice\r
2457         } put\r
2459     <</Policies << /PageSize 1 >> >> setpagedevice\r
2463 *End\r
2467 *?LHPageSizePol: "\r
2469  save\r
2471  currentpagedevice /Policies get /PageSize get \r
2473  {\r
2475         dup 0 eq {(Abort) exit} if\r
2477         dup 1 eq {(Ignore) exit} if\r
2479         dup 4 eq {(Largest) exit} if\r
2481         (Unknown) exit\r
2483  } loop = flush pop\r
2485  restore\r
2489 *End\r
2491 *CloseUI: *LHPageSizePol\r
2495 *CloseSubGroup: Policies\r
2497 *CloseGroup: Imagesetter\r
2501 *%\r
2503 *%  End of Printer Specific Options\r
2505 *%\r
2509 *% Color Separation Information =====================\r
2513 *DefaultColorSep: ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi\r
2517 *InkName: ProcessBlack/Process Black\r
2519 *InkName: CustomColor/Custom Color\r
2521 *InkName: ProcessCyan/Process Cyan\r
2523 *InkName: ProcessMagenta/Process Magenta\r
2525 *InkName: ProcessYellow/Process Yellow\r
2529 *%\r
2531 *% Screening Params for HQS\r
2533 *%\r
2535 *%\r
2537 *% ----- for Resolution 3386 dpi -----\r
2539 *%\r
2541 *% For 100 lpi / 3386 dpi\r
2543 *ColorSepScreenAngle ProcessBlack.100lpi.3386dpi/100 lpi / 3386 dpi: "45"\r
2545 *ColorSepScreenAngle CustomColor.100lpi.3386dpi/100 lpi / 3386 dpi: "45"\r
2547 *ColorSepScreenAngle ProcessCyan.100lpi.3386dpi/100 lpi / 3386 dpi: "15"\r
2549 *ColorSepScreenAngle ProcessMagenta.100lpi.3386dpi/100 lpi / 3386 dpi: "75"\r
2551 *ColorSepScreenAngle ProcessYellow.100lpi.3386dpi/100 lpi / 3386 dpi: "0"\r
2555 *ColorSepScreenFreq ProcessBlack.100lpi.3386dpi/100 lpi / 3386 dpi: "100"\r
2557 *ColorSepScreenFreq CustomColor.100lpi.3386dpi/100 lpi / 3386 dpi: "100"\r
2559 *ColorSepScreenFreq ProcessCyan.100lpi.3386dpi/100 lpi / 3386 dpi: "100"\r
2561 *ColorSepScreenFreq ProcessMagenta.100lpi.3386dpi/100 lpi / 3386 dpi: "100"\r
2563 *ColorSepScreenFreq ProcessYellow.100lpi.3386dpi/100 lpi / 3386 dpi: "100"\r
2567 *% For 120 lpi / 3386 dpi\r
2569 *ColorSepScreenAngle ProcessBlack.120lpi.3386dpi/120 lpi / 3386 dpi: "45"\r
2571 *ColorSepScreenAngle CustomColor.120lpi.3386dpi/120 lpi / 3386 dpi: "45"\r
2573 *ColorSepScreenAngle ProcessCyan.120lpi.3386dpi/120 lpi / 3386 dpi: "15"\r
2575 *ColorSepScreenAngle ProcessMagenta.120lpi.3386dpi/120 lpi / 3386 dpi: "75"\r
2577 *ColorSepScreenAngle ProcessYellow.120lpi.3386dpi/120 lpi / 3386 dpi: "0"\r
2581 *ColorSepScreenFreq ProcessBlack.120lpi.3386dpi/120 lpi / 3386 dpi: "120"\r
2583 *ColorSepScreenFreq CustomColor.120lpi.3386dpi/120 lpi / 3386 dpi: "120"\r
2585 *ColorSepScreenFreq ProcessCyan.120lpi.3386dpi/120 lpi / 3386 dpi: "120"\r
2587 *ColorSepScreenFreq ProcessMagenta.120lpi.3386dpi/120 lpi / 3386 dpi: "120"\r
2589 *ColorSepScreenFreq ProcessYellow.120lpi.3386dpi/120 lpi / 3386 dpi: "120"\r
2593 *% For 133 lpi / 3386 dpi\r
2595 *ColorSepScreenAngle ProcessBlack.133lpi.3386dpi/133 lpi / 3386 dpi: "45"\r
2597 *ColorSepScreenAngle CustomColor.133lpi.3386dpi/133 lpi / 3386 dpi: "45"\r
2599 *ColorSepScreenAngle ProcessCyan.133lpi.3386dpi/133 lpi / 3386 dpi: "15"\r
2601 *ColorSepScreenAngle ProcessMagenta.133lpi.3386dpi/133 lpi / 3386 dpi: "75"\r
2603 *ColorSepScreenAngle ProcessYellow.133lpi.3386dpi/133 lpi / 3386 dpi: "0"\r
2607 *ColorSepScreenFreq ProcessBlack.133lpi.3386dpi/133 lpi / 3386 dpi: "133"\r
2609 *ColorSepScreenFreq CustomColor.133lpi.3386dpi/133 lpi / 3386 dpi: "133"\r
2611 *ColorSepScreenFreq ProcessCyan.133lpi.3386dpi/133 lpi / 3386 dpi: "133"\r
2613 *ColorSepScreenFreq ProcessMagenta.133lpi.3386dpi/133 lpi / 3386 dpi: "133"\r
2615 *ColorSepScreenFreq ProcessYellow.133lpi.3386dpi/133 lpi / 3386 dpi: "133"\r
2619 *% For 150 lpi / 3386 dpi\r
2621 *ColorSepScreenAngle ProcessBlack.150lpi.3386dpi/150 lpi / 3386 dpi: "45"\r
2623 *ColorSepScreenAngle CustomColor.150lpi.3386dpi/150 lpi / 3386 dpi: "45"\r
2625 *ColorSepScreenAngle ProcessCyan.150lpi.3386dpi/150 lpi / 3386 dpi: "15"\r
2627 *ColorSepScreenAngle ProcessMagenta.150lpi.3386dpi/150 lpi / 3386 dpi: "75"\r
2629 *ColorSepScreenAngle ProcessYellow.150lpi.3386dpi/150 lpi / 3386 dpi: "0"\r
2633 *ColorSepScreenFreq ProcessBlack.150lpi.3386dpi/150 lpi / 3386 dpi: "150"\r
2635 *ColorSepScreenFreq CustomColor.150lpi.3386dpi/150 lpi / 3386 dpi: "150"\r
2637 *ColorSepScreenFreq ProcessCyan.150lpi.3386dpi/150 lpi / 3386 dpi: "150"\r
2639 *ColorSepScreenFreq ProcessMagenta.150lpi.3386dpi/150 lpi / 3386 dpi: "150"\r
2641 *ColorSepScreenFreq ProcessYellow.150lpi.3386dpi/150 lpi / 3386 dpi: "150"\r
2645 *% For 175 lpi / 3386 dpi\r
2647 *ColorSepScreenAngle ProcessBlack.175lpi.3386dpi/175 lpi / 3386 dpi: "45"\r
2649 *ColorSepScreenAngle CustomColor.175lpi.3386dpi/175 lpi / 3386 dpi: "45"\r
2651 *ColorSepScreenAngle ProcessCyan.175lpi.3386dpi/175 lpi / 3386 dpi: "15"\r
2653 *ColorSepScreenAngle ProcessMagenta.175lpi.3386dpi/175 lpi / 3386 dpi: "75"\r
2655 *ColorSepScreenAngle ProcessYellow.175lpi.3386dpi/175 lpi / 3386 dpi: "0"\r
2659 *ColorSepScreenFreq ProcessBlack.175lpi.3386dpi/175 lpi / 3386 dpi: "175"\r
2661 *ColorSepScreenFreq CustomColor.175lpi.3386dpi/175 lpi / 3386 dpi: "175"\r
2663 *ColorSepScreenFreq ProcessCyan.175lpi.3386dpi/175 lpi / 3386 dpi: "175"\r
2665 *ColorSepScreenFreq ProcessMagenta.175lpi.3386dpi/175 lpi / 3386 dpi: "175"\r
2667 *ColorSepScreenFreq ProcessYellow.175lpi.3386dpi/175 lpi / 3386 dpi: "175"\r
2671 *% For 200 lpi / 3386 dpi\r
2673 *ColorSepScreenAngle ProcessBlack.200lpi.3386dpi/200 lpi / 3386 dpi: "45"\r
2675 *ColorSepScreenAngle CustomColor.200lpi.3386dpi/200 lpi / 3386 dpi: "45"\r
2677 *ColorSepScreenAngle ProcessCyan.200lpi.3386dpi/200 lpi / 3386 dpi: "15"\r
2679 *ColorSepScreenAngle ProcessMagenta.200lpi.3386dpi/200 lpi / 3386 dpi: "75"\r
2681 *ColorSepScreenAngle ProcessYellow.200lpi.3386dpi/200 lpi / 3386 dpi: "0"\r
2685 *ColorSepScreenFreq ProcessBlack.200lpi.3386dpi/200 lpi / 3386 dpi: "200"\r
2687 *ColorSepScreenFreq CustomColor.200lpi.3386dpi/200 lpi / 3386 dpi: "200"\r
2689 *ColorSepScreenFreq ProcessCyan.200lpi.3386dpi/200 lpi / 3386 dpi: "200"\r
2691 *ColorSepScreenFreq ProcessMagenta.200lpi.3386dpi/200 lpi / 3386 dpi: "200"\r
2693 *ColorSepScreenFreq ProcessYellow.200lpi.3386dpi/200 lpi / 3386 dpi: "200"\r
2697 *% For 225 lpi / 3386 dpi\r
2699 *ColorSepScreenAngle ProcessBlack.225lpi.3386dpi/225 lpi / 3386 dpi: "45"\r
2701 *ColorSepScreenAngle CustomColor.225lpi.3386dpi/225 lpi / 3386 dpi: "45"\r
2703 *ColorSepScreenAngle ProcessCyan.225lpi.3386dpi/225 lpi / 3386 dpi: "15"\r
2705 *ColorSepScreenAngle ProcessMagenta.225lpi.3386dpi/225 lpi / 3386 dpi: "75"\r
2707 *ColorSepScreenAngle ProcessYellow.225lpi.3386dpi/225 lpi / 3386 dpi: "0"\r
2711 *ColorSepScreenFreq ProcessBlack.225lpi.3386dpi/225 lpi / 3386 dpi: "225"\r
2713 *ColorSepScreenFreq CustomColor.225lpi.3386dpi/225 lpi / 3386 dpi: "225"\r
2715 *ColorSepScreenFreq ProcessCyan.225lpi.3386dpi/225 lpi / 3386 dpi: "225"\r
2717 *ColorSepScreenFreq ProcessMagenta.225lpi.3386dpi/225 lpi / 3386 dpi: "225"\r
2719 *ColorSepScreenFreq ProcessYellow.225lpi.3386dpi/225 lpi / 3386 dpi: "225"\r
2723 *% For 275 lpi / 3386 dpi\r
2725 *ColorSepScreenAngle ProcessBlack.275lpi.3386dpi/275 lpi / 3386 dpi: "45"\r
2727 *ColorSepScreenAngle CustomColor.275lpi.3386dpi/275 lpi / 3386 dpi: "45"\r
2729 *ColorSepScreenAngle ProcessCyan.275lpi.3386dpi/275 lpi / 3386 dpi: "15"\r
2731 *ColorSepScreenAngle ProcessMagenta.275lpi.3386dpi/275 lpi / 3386 dpi: "75"\r
2733 *ColorSepScreenAngle ProcessYellow.275lpi.3386dpi/275 lpi / 3386 dpi: "0"\r
2737 *ColorSepScreenFreq ProcessBlack.275lpi.3386dpi/275 lpi / 3386 dpi: "275"\r
2739 *ColorSepScreenFreq CustomColor.275lpi.3386dpi/275 lpi / 3386 dpi: "275"\r
2741 *ColorSepScreenFreq ProcessCyan.275lpi.3386dpi/275 lpi / 3386 dpi: "275"\r
2743 *ColorSepScreenFreq ProcessMagenta.275lpi.3386dpi/275 lpi / 3386 dpi: "275"\r
2745 *ColorSepScreenFreq ProcessYellow.275lpi.3386dpi/275 lpi / 3386 dpi: "275"\r
2749 *% For 400 lpi / 3386 dpi\r
2751 *ColorSepScreenAngle ProcessBlack.400lpi.3386dpi/400 lpi / 3386 dpi: "45"\r
2753 *ColorSepScreenAngle CustomColor.400lpi.3386dpi/400 lpi / 3386 dpi: "45"\r
2755 *ColorSepScreenAngle ProcessCyan.400lpi.3386dpi/400 lpi / 3386 dpi: "15"\r
2757 *ColorSepScreenAngle ProcessMagenta.400lpi.3386dpi/400 lpi / 3386 dpi: "75"\r
2759 *ColorSepScreenAngle ProcessYellow.400lpi.3386dpi/400 lpi / 3386 dpi: "0"\r
2763 *ColorSepScreenFreq ProcessBlack.400lpi.3386dpi/400 lpi / 3386 dpi: "400"\r
2765 *ColorSepScreenFreq CustomColor.400lpi.3386dpi/400 lpi / 3386 dpi: "400"\r
2767 *ColorSepScreenFreq ProcessCyan.400lpi.3386dpi/400 lpi / 3386 dpi: "400"\r
2769 *ColorSepScreenFreq ProcessMagenta.400lpi.3386dpi/400 lpi / 3386 dpi: "400"\r
2771 *ColorSepScreenFreq ProcessYellow.400lpi.3386dpi/400 lpi / 3386 dpi: "400"\r
2773 *%\r
2775 *% ----- for Resolution 2540 dpi -----\r
2777 *%\r
2779 *% For 20 lpi / 2540 dpi\r
2781 *ColorSepScreenAngle ProcessBlack.20lpi.2540dpi/20 lpi / 2540 dpi: "45"\r
2783 *ColorSepScreenAngle CustomColor.20lpi.2540dpi/20 lpi / 2540 dpi: "45"\r
2785 *ColorSepScreenAngle ProcessCyan.20lpi.2540dpi/20 lpi / 2540 dpi: "15"\r
2787 *ColorSepScreenAngle ProcessMagenta.20lpi.2540dpi/20 lpi / 2540 dpi: "75"\r
2789 *ColorSepScreenAngle ProcessYellow.20lpi.2540dpi/20 lpi / 2540 dpi: "0"\r
2793 *ColorSepScreenFreq ProcessBlack.20lpi.2540dpi/20 lpi / 2540 dpi: "20"\r
2795 *ColorSepScreenFreq CustomColor.20lpi.2540dpi/20 lpi / 2540 dpi: "20"\r
2797 *ColorSepScreenFreq ProcessCyan.20lpi.2540dpi/20 lpi / 2540 dpi: "20"\r
2799 *ColorSepScreenFreq ProcessMagenta.20lpi.2540dpi/20 lpi / 2540 dpi: "20"\r
2801 *ColorSepScreenFreq ProcessYellow.20lpi.2540dpi/20 lpi / 2540 dpi: "20"\r
2805 *% For 33 lpi / 2540 dpi\r
2807 *ColorSepScreenAngle ProcessBlack.33lpi.2540dpi/33 lpi / 2540 dpi: "45"\r
2809 *ColorSepScreenAngle CustomColor.33lpi.2540dpi/33 lpi / 2540 dpi: "45"\r
2811 *ColorSepScreenAngle ProcessCyan.33lpi.2540dpi/33 lpi / 2540 dpi: "15"\r
2813 *ColorSepScreenAngle ProcessMagenta.33lpi.2540dpi/33 lpi / 2540 dpi: "75"\r
2815 *ColorSepScreenAngle ProcessYellow.33lpi.2540dpi/33 lpi / 2540 dpi: "0"\r
2819 *ColorSepScreenFreq ProcessBlack.33lpi.2540dpi/33 lpi / 2540 dpi: "33"\r
2821 *ColorSepScreenFreq CustomColor.33lpi.2540dpi/33 lpi / 2540 dpi: "33"\r
2823 *ColorSepScreenFreq ProcessCyan.33lpi.2540dpi/33 lpi / 2540 dpi: "33"\r
2825 *ColorSepScreenFreq ProcessMagenta.33lpi.2540dpi/33 lpi / 2540 dpi: "33"\r
2827 *ColorSepScreenFreq ProcessYellow.33lpi.2540dpi/33 lpi / 2540 dpi: "33"\r
2831 *% For 38 lpi / 2540 dpi\r
2833 *ColorSepScreenAngle ProcessBlack.38lpi.2540dpi/38 lpi / 2540 dpi: "45"\r
2835 *ColorSepScreenAngle CustomColor.38lpi.2540dpi/38 lpi / 2540 dpi: "45"\r
2837 *ColorSepScreenAngle ProcessCyan.38lpi.2540dpi/38 lpi / 2540 dpi: "15"\r
2839 *ColorSepScreenAngle ProcessMagenta.38lpi.2540dpi/38 lpi / 2540 dpi: "75"\r
2841 *ColorSepScreenAngle ProcessYellow.38lpi.2540dpi/38 lpi / 2540 dpi: "0"\r
2845 *ColorSepScreenFreq ProcessBlack.38lpi.2540dpi/38 lpi / 2540 dpi: "38"\r
2847 *ColorSepScreenFreq CustomColor.38lpi.2540dpi/38 lpi / 2540 dpi: "38"\r
2849 *ColorSepScreenFreq ProcessCyan.38lpi.2540dpi/38 lpi / 2540 dpi: "38"\r
2851 *ColorSepScreenFreq ProcessMagenta.38lpi.2540dpi/38 lpi / 2540 dpi: "38"\r
2853 *ColorSepScreenFreq ProcessYellow.38lpi.2540dpi/38 lpi / 2540 dpi: "38"\r
2857 *% For 46 lpi / 2540 dpi\r
2859 *ColorSepScreenAngle ProcessBlack.46lpi.2540dpi/46 lpi / 2540 dpi: "45"\r
2861 *ColorSepScreenAngle CustomColor.46lpi.2540dpi/46 lpi / 2540 dpi: "45"\r
2863 *ColorSepScreenAngle ProcessCyan.46lpi.2540dpi/46 lpi / 2540 dpi: "15"\r
2865 *ColorSepScreenAngle ProcessMagenta.46lpi.2540dpi/46 lpi / 2540 dpi: "75"\r
2867 *ColorSepScreenAngle ProcessYellow.46lpi.2540dpi/46 lpi / 2540 dpi: "0"\r
2871 *ColorSepScreenFreq ProcessBlack.46lpi.2540dpi/46 lpi / 2540 dpi: "46"\r
2873 *ColorSepScreenFreq CustomColor.46lpi.2540dpi/46 lpi / 2540 dpi: "46"\r
2875 *ColorSepScreenFreq ProcessCyan.46lpi.2540dpi/46 lpi / 2540 dpi: "46"\r
2877 *ColorSepScreenFreq ProcessMagenta.46lpi.2540dpi/46 lpi / 2540 dpi: "46"\r
2879 *ColorSepScreenFreq ProcessYellow.46lpi.2540dpi/46 lpi / 2540 dpi: "46"\r
2883 *% For 50 lpi / 2540 dpi\r
2885 *ColorSepScreenAngle ProcessBlack.50lpi.2540dpi/50 lpi / 2540 dpi: "45"\r
2887 *ColorSepScreenAngle CustomColor.50lpi.2540dpi/50 lpi / 2540 dpi: "45"\r
2889 *ColorSepScreenAngle ProcessCyan.50lpi.2540dpi/50 lpi / 2540 dpi: "15"\r
2891 *ColorSepScreenAngle ProcessMagenta.50lpi.2540dpi/50 lpi / 2540 dpi: "75"\r
2893 *ColorSepScreenAngle ProcessYellow.50lpi.2540dpi/50 lpi / 2540 dpi: "0"\r
2897 *ColorSepScreenFreq ProcessBlack.50lpi.2540dpi/50 lpi / 2540 dpi: "50"\r
2899 *ColorSepScreenFreq CustomColor.50lpi.2540dpi/50 lpi / 2540 dpi: "50"\r
2901 *ColorSepScreenFreq ProcessCyan.50lpi.2540dpi/50 lpi / 2540 dpi: "50"\r
2903 *ColorSepScreenFreq ProcessMagenta.50lpi.2540dpi/50 lpi / 2540 dpi: "50"\r
2905 *ColorSepScreenFreq ProcessYellow.50lpi.2540dpi/50 lpi / 2540 dpi: "50"\r
2909 *% For 60 lpi / 2540 dpi\r
2911 *ColorSepScreenAngle ProcessBlack.60lpi.2540dpi/60 lpi / 2540 dpi: "45"\r
2913 *ColorSepScreenAngle CustomColor.60lpi.2540dpi/60 lpi / 2540 dpi: "45"\r
2915 *ColorSepScreenAngle ProcessCyan.60lpi.2540dpi/60 lpi / 2540 dpi: "15"\r
2917 *ColorSepScreenAngle ProcessMagenta.60lpi.2540dpi/60 lpi / 2540 dpi: "75"\r
2919 *ColorSepScreenAngle ProcessYellow.60lpi.2540dpi/60 lpi / 2540 dpi: "0"\r
2923 *ColorSepScreenFreq ProcessBlack.60lpi.2540dpi/60 lpi / 2540 dpi: "60"\r
2925 *ColorSepScreenFreq CustomColor.60lpi.2540dpi/60 lpi / 2540 dpi: "60"\r
2927 *ColorSepScreenFreq ProcessCyan.60lpi.2540dpi/60 lpi / 2540 dpi: "60"\r
2929 *ColorSepScreenFreq ProcessMagenta.60lpi.2540dpi/60 lpi / 2540 dpi: "60"\r
2931 *ColorSepScreenFreq ProcessYellow.60lpi.2540dpi/60 lpi / 2540 dpi: "60"\r
2935 *% For 65 lpi / 2540 dpi\r
2937 *ColorSepScreenAngle ProcessBlack.65lpi.2540dpi/65 lpi / 2540 dpi: "45"\r
2939 *ColorSepScreenAngle CustomColor.65lpi.2540dpi/65 lpi / 2540 dpi: "45"\r
2941 *ColorSepScreenAngle ProcessCyan.65lpi.2540dpi/65 lpi / 2540 dpi: "15"\r
2943 *ColorSepScreenAngle ProcessMagenta.65lpi.2540dpi/65 lpi / 2540 dpi: "75"\r
2945 *ColorSepScreenAngle ProcessYellow.65lpi.2540dpi/65 lpi / 2540 dpi: "0"\r
2949 *ColorSepScreenFreq ProcessBlack.65lpi.2540dpi/65 lpi / 2540 dpi: "65"\r
2951 *ColorSepScreenFreq CustomColor.65lpi.2540dpi/65 lpi / 2540 dpi: "65"\r
2953 *ColorSepScreenFreq ProcessCyan.65lpi.2540dpi/65 lpi / 2540 dpi: "65"\r
2955 *ColorSepScreenFreq ProcessMagenta.65lpi.2540dpi/65 lpi / 2540 dpi: "65"\r
2957 *ColorSepScreenFreq ProcessYellow.65lpi.2540dpi/65 lpi / 2540 dpi: "65"\r
2961 *% For 70 lpi / 2540 dpi\r
2963 *ColorSepScreenAngle ProcessBlack.70lpi.2540dpi/70 lpi / 2540 dpi: "45"\r
2965 *ColorSepScreenAngle CustomColor.70lpi.2540dpi/70 lpi / 2540 dpi: "45"\r
2967 *ColorSepScreenAngle ProcessCyan.70lpi.2540dpi/70 lpi / 2540 dpi: "15"\r
2969 *ColorSepScreenAngle ProcessMagenta.70lpi.2540dpi/70 lpi / 2540 dpi: "75"\r
2971 *ColorSepScreenAngle ProcessYellow.70lpi.2540dpi/70 lpi / 2540 dpi: "0"\r
2975 *ColorSepScreenFreq ProcessBlack.70lpi.2540dpi/70 lpi / 2540 dpi: "70"\r
2977 *ColorSepScreenFreq CustomColor.70lpi.2540dpi/70 lpi / 2540 dpi: "70"\r
2979 *ColorSepScreenFreq ProcessCyan.70lpi.2540dpi/70 lpi / 2540 dpi: "70"\r
2981 *ColorSepScreenFreq ProcessMagenta.70lpi.2540dpi/70 lpi / 2540 dpi: "70"\r
2983 *ColorSepScreenFreq ProcessYellow.70lpi.2540dpi/70 lpi / 2540 dpi: "70"\r
2987 *% For 75 lpi / 2540 dpi\r
2989 *ColorSepScreenAngle ProcessBlack.75lpi.2540dpi/75 lpi / 2540 dpi: "45"\r
2991 *ColorSepScreenAngle CustomColor.75lpi.2540dpi/75 lpi / 2540 dpi: "45"\r
2993 *ColorSepScreenAngle ProcessCyan.75lpi.2540dpi/75 lpi / 2540 dpi: "15"\r
2995 *ColorSepScreenAngle ProcessMagenta.75lpi.2540dpi/75 lpi / 2540 dpi: "75"\r
2997 *ColorSepScreenAngle ProcessYellow.75lpi.2540dpi/75 lpi / 2540 dpi: "0"\r
3001 *ColorSepScreenFreq ProcessBlack.75lpi.2540dpi/75 lpi / 2540 dpi: "75"\r
3003 *ColorSepScreenFreq CustomColor.75lpi.2540dpi/75 lpi / 2540 dpi: "75"\r
3005 *ColorSepScreenFreq ProcessCyan.75lpi.2540dpi/75 lpi / 2540 dpi: "75"\r
3007 *ColorSepScreenFreq ProcessMagenta.75lpi.2540dpi/75 lpi / 2540 dpi: "75"\r
3009 *ColorSepScreenFreq ProcessYellow.75lpi.2540dpi/75 lpi / 2540 dpi: "75"\r
3013 *% For 80 lpi / 2540 dpi\r
3015 *ColorSepScreenAngle ProcessBlack.80lpi.2540dpi/80 lpi / 2540 dpi: "45"\r
3017 *ColorSepScreenAngle CustomColor.80lpi.2540dpi/80 lpi / 2540 dpi: "45"\r
3019 *ColorSepScreenAngle ProcessCyan.80lpi.2540dpi/80 lpi / 2540 dpi: "15"\r
3021 *ColorSepScreenAngle ProcessMagenta.80lpi.2540dpi/80 lpi / 2540 dpi: "75"\r
3023 *ColorSepScreenAngle ProcessYellow.80lpi.2540dpi/80 lpi / 2540 dpi: "0"\r
3027 *ColorSepScreenFreq ProcessBlack.80lpi.2540dpi/80 lpi / 2540 dpi: "80"\r
3029 *ColorSepScreenFreq CustomColor.80lpi.2540dpi/80 lpi / 2540 dpi: "80"\r
3031 *ColorSepScreenFreq ProcessCyan.80lpi.2540dpi/80 lpi / 2540 dpi: "80"\r
3033 *ColorSepScreenFreq ProcessMagenta.80lpi.2540dpi/80 lpi / 2540 dpi: "80"\r
3035 *ColorSepScreenFreq ProcessYellow.80lpi.2540dpi/80 lpi / 2540 dpi: "80"\r
3039 *% For 85 lpi / 2540 dpi\r
3041 *ColorSepScreenAngle ProcessBlack.85lpi.2540dpi/85 lpi / 2540 dpi: "45"\r
3043 *ColorSepScreenAngle CustomColor.85lpi.2540dpi/85 lpi / 2540 dpi: "45"\r
3045 *ColorSepScreenAngle ProcessCyan.85lpi.2540dpi/85 lpi / 2540 dpi: "15"\r
3047 *ColorSepScreenAngle ProcessMagenta.85lpi.2540dpi/85 lpi / 2540 dpi: "75"\r
3049 *ColorSepScreenAngle ProcessYellow.85lpi.2540dpi/85 lpi / 2540 dpi: "0"\r
3053 *ColorSepScreenFreq ProcessBlack.85lpi.2540dpi/85 lpi / 2540 dpi: "85"\r
3055 *ColorSepScreenFreq CustomColor.85lpi.2540dpi/85 lpi / 2540 dpi: "85"\r
3057 *ColorSepScreenFreq ProcessCyan.85lpi.2540dpi/85 lpi / 2540 dpi: "85"\r
3059 *ColorSepScreenFreq ProcessMagenta.85lpi.2540dpi/85 lpi / 2540 dpi: "85"\r
3061 *ColorSepScreenFreq ProcessYellow.85lpi.2540dpi/85 lpi / 2540 dpi: "85"\r
3065 *% For 90 lpi / 2540 dpi\r
3067 *ColorSepScreenAngle ProcessBlack.90lpi.2540dpi/90 lpi / 2540 dpi: "45"\r
3069 *ColorSepScreenAngle CustomColor.90lpi.2540dpi/90 lpi / 2540 dpi: "45"\r
3071 *ColorSepScreenAngle ProcessCyan.90lpi.2540dpi/90 lpi / 2540 dpi: "15"\r
3073 *ColorSepScreenAngle ProcessMagenta.90lpi.2540dpi/90 lpi / 2540 dpi: "75"\r
3075 *ColorSepScreenAngle ProcessYellow.90lpi.2540dpi/90 lpi / 2540 dpi: "0"\r
3079 *ColorSepScreenFreq ProcessBlack.90lpi.2540dpi/90 lpi / 2540 dpi: "90"\r
3081 *ColorSepScreenFreq CustomColor.90lpi.2540dpi/90 lpi / 2540 dpi: "90"\r
3083 *ColorSepScreenFreq ProcessCyan.90lpi.2540dpi/90 lpi / 2540 dpi: "90"\r
3085 *ColorSepScreenFreq ProcessMagenta.90lpi.2540dpi/90 lpi / 2540 dpi: "90"\r
3087 *ColorSepScreenFreq ProcessYellow.90lpi.2540dpi/90 lpi / 2540 dpi: "90"\r
3091 *% For 100 lpi / 2540 dpi\r
3093 *ColorSepScreenAngle ProcessBlack.100lpi.2540dpi/100 lpi / 2540 dpi: "45"\r
3095 *ColorSepScreenAngle CustomColor.100lpi.2540dpi/100 lpi / 2540 dpi: "45"\r
3097 *ColorSepScreenAngle ProcessCyan.100lpi.2540dpi/100 lpi / 2540 dpi: "15"\r
3099 *ColorSepScreenAngle ProcessMagenta.100lpi.2540dpi/100 lpi / 2540 dpi: "75"\r
3101 *ColorSepScreenAngle ProcessYellow.100lpi.2540dpi/100 lpi / 2540 dpi: "0"\r
3105 *ColorSepScreenFreq ProcessBlack.100lpi.2540dpi/100 lpi / 2540 dpi: "100"\r
3107 *ColorSepScreenFreq CustomColor.100lpi.2540dpi/100 lpi / 2540 dpi: "100"\r
3109 *ColorSepScreenFreq ProcessCyan.100lpi.2540dpi/100 lpi / 2540 dpi: "100"\r
3111 *ColorSepScreenFreq ProcessMagenta.100lpi.2540dpi/100 lpi / 2540 dpi: "100"\r
3113 *ColorSepScreenFreq ProcessYellow.100lpi.2540dpi/100 lpi / 2540 dpi: "100"\r
3117 *% For 110 lpi / 2540 dpi\r
3119 *ColorSepScreenAngle ProcessBlack.110lpi.2540dpi/110 lpi / 2540 dpi: "45"\r
3121 *ColorSepScreenAngle CustomColor.110lpi.2540dpi/110 lpi / 2540 dpi: "45"\r
3123 *ColorSepScreenAngle ProcessCyan.110lpi.2540dpi/110 lpi / 2540 dpi: "15"\r
3125 *ColorSepScreenAngle ProcessMagenta.110lpi.2540dpi/110 lpi / 2540 dpi: "75"\r
3127 *ColorSepScreenAngle ProcessYellow.110lpi.2540dpi/110 lpi / 2540 dpi: "0"\r
3131 *ColorSepScreenFreq ProcessBlack.110lpi.2540dpi/110 lpi / 2540 dpi: "110"\r
3133 *ColorSepScreenFreq CustomColor.110lpi.2540dpi/110 lpi / 2540 dpi: "110"\r
3135 *ColorSepScreenFreq ProcessCyan.110lpi.2540dpi/110 lpi / 2540 dpi: "110"\r
3137 *ColorSepScreenFreq ProcessMagenta.110lpi.2540dpi/110 lpi / 2540 dpi: "110"\r
3139 *ColorSepScreenFreq ProcessYellow.110lpi.2540dpi/110 lpi / 2540 dpi: "110"\r
3143 *% For 120 lpi / 2540 dpi\r
3145 *ColorSepScreenAngle ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi: "45"\r
3147 *ColorSepScreenAngle CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi: "45"\r
3149 *ColorSepScreenAngle ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi: "15"\r
3151 *ColorSepScreenAngle ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi: "75"\r
3153 *ColorSepScreenAngle ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi: "0"\r
3157 *ColorSepScreenFreq ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi: "120"\r
3159 *ColorSepScreenFreq CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi: "120"\r
3161 *ColorSepScreenFreq ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi: "120"\r
3163 *ColorSepScreenFreq ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi: "120"\r
3165 *ColorSepScreenFreq ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi: "120"\r
3169 *% For 133 lpi / 2540 dpi\r
3171 *ColorSepScreenAngle ProcessBlack.133lpi.2540dpi/133 lpi / 2540 dpi: "45"\r
3173 *ColorSepScreenAngle CustomColor.133lpi.2540dpi/133 lpi / 2540 dpi: "45"\r
3175 *ColorSepScreenAngle ProcessCyan.133lpi.2540dpi/133 lpi / 2540 dpi: "15"\r
3177 *ColorSepScreenAngle ProcessMagenta.133lpi.2540dpi/133 lpi / 2540 dpi: "75"\r
3179 *ColorSepScreenAngle ProcessYellow.133lpi.2540dpi/133 lpi / 2540 dpi: "0"\r
3183 *ColorSepScreenFreq ProcessBlack.133lpi.2540dpi/133 lpi / 2540 dpi: "133"\r
3185 *ColorSepScreenFreq CustomColor.133lpi.2540dpi/133 lpi / 2540 dpi: "133"\r
3187 *ColorSepScreenFreq ProcessCyan.133lpi.2540dpi/133 lpi / 2540 dpi: "133"\r
3189 *ColorSepScreenFreq ProcessMagenta.133lpi.2540dpi/133 lpi / 2540 dpi: "133"\r
3191 *ColorSepScreenFreq ProcessYellow.133lpi.2540dpi/133 lpi / 2540 dpi: "133"\r
3195 *% For 138 lpi / 2540 dpi\r
3197 *ColorSepScreenAngle ProcessBlack.138lpi.2540dpi/138 lpi / 2540 dpi: "45"\r
3199 *ColorSepScreenAngle CustomColor.138lpi.2540dpi/138 lpi / 2540 dpi: "45"\r
3201 *ColorSepScreenAngle ProcessCyan.138lpi.2540dpi/138 lpi / 2540 dpi: "15"\r
3203 *ColorSepScreenAngle ProcessMagenta.138lpi.2540dpi/138 lpi / 2540 dpi: "75"\r
3205 *ColorSepScreenAngle ProcessYellow.138lpi.2540dpi/138 lpi / 2540 dpi: "0"\r
3209 *ColorSepScreenFreq ProcessBlack.138lpi.2540dpi/138 lpi / 2540 dpi: "138"\r
3211 *ColorSepScreenFreq CustomColor.138lpi.2540dpi/138 lpi / 2540 dpi: "138"\r
3213 *ColorSepScreenFreq ProcessCyan.138lpi.2540dpi/138 lpi / 2540 dpi: "138"\r
3215 *ColorSepScreenFreq ProcessMagenta.138lpi.2540dpi/138 lpi / 2540 dpi: "138"\r
3217 *ColorSepScreenFreq ProcessYellow.138lpi.2540dpi/138 lpi / 2540 dpi: "138"\r
3221 *% For 150 lpi / 2540 dpi\r
3223 *ColorSepScreenAngle ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi: "45"\r
3225 *ColorSepScreenAngle CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi: "45"\r
3227 *ColorSepScreenAngle ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi: "15"\r
3229 *ColorSepScreenAngle ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi: "75"\r
3231 *ColorSepScreenAngle ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi: "0"\r
3235 *ColorSepScreenFreq ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi: "150"\r
3237 *ColorSepScreenFreq CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi: "150"\r
3239 *ColorSepScreenFreq ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi: "150"\r
3241 *ColorSepScreenFreq ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi: "150"\r
3243 *ColorSepScreenFreq ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi: "150"\r
3247 *% For 175 lpi / 2540 dpi\r
3249 *ColorSepScreenAngle ProcessBlack.175lpi.2540dpi/175 lpi / 2540 dpi: "45"\r
3251 *ColorSepScreenAngle CustomColor.175lpi.2540dpi/175 lpi / 2540 dpi: "45"\r
3253 *ColorSepScreenAngle ProcessCyan.175lpi.2540dpi/175 lpi / 2540 dpi: "15"\r
3255 *ColorSepScreenAngle ProcessMagenta.175lpi.2540dpi/175 lpi / 2540 dpi: "75"\r
3257 *ColorSepScreenAngle ProcessYellow.175lpi.2540dpi/175 lpi / 2540 dpi: "0"\r
3261 *ColorSepScreenFreq ProcessBlack.175lpi.2540dpi/175 lpi / 2540 dpi: "175"\r
3263 *ColorSepScreenFreq CustomColor.175lpi.2540dpi/175 lpi / 2540 dpi: "175"\r
3265 *ColorSepScreenFreq ProcessCyan.175lpi.2540dpi/175 lpi / 2540 dpi: "175"\r
3267 *ColorSepScreenFreq ProcessMagenta.175lpi.2540dpi/175 lpi / 2540 dpi: "175"\r
3269 *ColorSepScreenFreq ProcessYellow.175lpi.2540dpi/175 lpi / 2540 dpi: "175"\r
3273 *% For 200 lpi / 2540 dpi\r
3275 *ColorSepScreenAngle ProcessBlack.200lpi.2540dpi/200 lpi / 2540 dpi: "45"\r
3277 *ColorSepScreenAngle CustomColor.200lpi.2540dpi/200 lpi / 2540 dpi: "45"\r
3279 *ColorSepScreenAngle ProcessCyan.200lpi.2540dpi/200 lpi / 2540 dpi: "15"\r
3281 *ColorSepScreenAngle ProcessMagenta.200lpi.2540dpi/200 lpi / 2540 dpi: "75"\r
3283 *ColorSepScreenAngle ProcessYellow.200lpi.2540dpi/200 lpi / 2540 dpi: "0"\r
3287 *ColorSepScreenFreq ProcessBlack.200lpi.2540dpi/200 lpi / 2540 dpi: "200"\r
3289 *ColorSepScreenFreq CustomColor.200lpi.2540dpi/200 lpi / 2540 dpi: "200"\r
3291 *ColorSepScreenFreq ProcessCyan.200lpi.2540dpi/200 lpi / 2540 dpi: "200"\r
3293 *ColorSepScreenFreq ProcessMagenta.200lpi.2540dpi/200 lpi / 2540 dpi: "200"\r
3295 *ColorSepScreenFreq ProcessYellow.200lpi.2540dpi/200 lpi / 2540 dpi: "200"\r
3299 *% For 300 lpi / 2540 dpi\r
3301 *ColorSepScreenAngle ProcessBlack.300lpi.2540dpi/300 lpi / 2540 dpi: "45"\r
3303 *ColorSepScreenAngle CustomColor.300lpi.2540dpi/300 lpi / 2540 dpi: "45"\r
3305 *ColorSepScreenAngle ProcessCyan.300lpi.2540dpi/300 lpi / 2540 dpi: "15"\r
3307 *ColorSepScreenAngle ProcessMagenta.300lpi.2540dpi/300 lpi / 2540 dpi: "75"\r
3309 *ColorSepScreenAngle ProcessYellow.300lpi.2540dpi/300 lpi / 2540 dpi: "0"\r
3313 *ColorSepScreenFreq ProcessBlack.300lpi.2540dpi/300 lpi / 2540 dpi: "300"\r
3315 *ColorSepScreenFreq CustomColor.300lpi.2540dpi/300 lpi / 2540 dpi: "300"\r
3317 *ColorSepScreenFreq ProcessCyan.300lpi.2540dpi/300 lpi / 2540 dpi: "300"\r
3319 *ColorSepScreenFreq ProcessMagenta.300lpi.2540dpi/300 lpi / 2540 dpi: "300"\r
3321 *ColorSepScreenFreq ProcessYellow.300lpi.2540dpi/300 lpi / 2540 dpi: "300"\r
3325 *% The byte count of this file should be exactly 074493 or 077821\r
3326 *% depending on the filesystem it resides in.\r
3327 *% end of PPD file for Linotype-Hell Herkules Plate HQS\r