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
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
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
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 IS V 3.7 J"
\r
49 *ShortNickName: "Lino Herkules Plate IS V 3.7 J"
\r
51 *NickName: "Lino Herkules Plate IS V 3.7 J"
\r
53 *PCFileName: "LHHKPIJ7.PPD"
\r
57 *% ----- General Information and Defaults -----
\r
61 *PrintPSErrors: False
\r
67 *DefaultColorSpace: Gray
\r
69 *DefaultHalftoneType: 1
\r
73 *VariablePaperSize: True
\r
85 statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
\r
99 count 0 eq { % is the password on the stack?
\r
105 dup % potential password
\r
107 statusdict /checkpassword get exec not
\r
111 { % if no password or not valid
\r
113 (WARNING : Cannot perform the exitserver command.) =
\r
115 (Password supplied is not valid.) =
\r
117 (Please contact the author of this software.) = flush
\r
123 serverdict /exitserver get exec
\r
133 count 0 eq { % is the password on the stack?
\r
139 dup % potential password
\r
141 statusdict /checkpassword get exec not
\r
145 { % if no password or not valid
\r
147 (WARNING : Cannot reset printer.) =
\r
149 (Password supplied is not valid.) =
\r
151 (Please contact the author of this software.) = flush
\r
157 serverdict /exitserver get exec
\r
159 systemdict /quit get exec
\r
161 (WARNING : Printer Reset Failed.) = flush
\r
169 *DefaultResolution: 2540dpi
\r
177 72 72 matrix defaultmatrix dtransform
\r
179 pop abs round cvi =print (dpi\n) print
\r
189 *% Halftone Information ===============
\r
195 *AccurateScreensSupport: True
\r
197 *DefaultScreenProc: Euclidean
\r
201 *ScreenProc Euclidean: "
\r
205 abs exch abs 2 copy add 1 gt
\r
207 {1 sub dup mul exch 1 sub dup mul add 1 sub}
\r
209 { dup mul exch dup mul add 1 exch sub}
\r
221 *ScreenProc Round: "
\r
225 dup mul exch dup mul add 1 exch sub
\r
235 *ScreenProc Square: "
\r
239 abs exch abs add 1 exch sub
\r
249 *ScreenProc HeavyEllipse: "
\r
251 { %Copyright Linotype-Hell AG 1996
\r
255 abs exch abs 2 copy 0.80 mul add 0.80 lt {
\r
259 dup dup mul exch 2 mul 3 sub mul exch
\r
261 dup dup mul exch 2 mul 3 sub mul add 0.80 mul 1 add
\r
265 2 copy 0.80 mul add 1 gt {
\r
267 1 sub exch 1 sub 0.80 div
\r
269 dup dup mul exch 2 mul 3 add mul exch
\r
271 dup dup mul exch 2 mul 3 add mul add 0.80 mul 1 sub
\r
275 0.80 mul add 2 mul neg 1 add 0.80 add
\r
289 *ScreenProc Ellipse: "
\r
291 { %Copyright Linotype-Hell AG 1996
\r
295 abs exch abs 2 copy 0.85 mul add 0.85 lt {
\r
299 dup dup mul exch 2 mul 3 sub mul exch
\r
301 dup dup mul exch 2 mul 3 sub mul add 0.85 mul 1 add
\r
305 2 copy 0.85 mul add 1 gt {
\r
307 1 sub exch 1 sub 0.85 div
\r
309 dup dup mul exch 2 mul 3 add mul exch
\r
311 dup dup mul exch 2 mul 3 add mul add 0.85 mul 1 sub
\r
315 0.85 mul add 2 mul neg 1 add 0.85 add
\r
329 *ScreenProc LightEllipse: "
\r
331 { %Copyright Linotype-Hell AG 1996
\r
335 abs exch abs 2 copy 0.90 mul add 0.90 lt {
\r
339 dup dup mul exch 2 mul 3 sub mul exch
\r
341 dup dup mul exch 2 mul 3 sub mul add 0.90 mul 1 add
\r
345 2 copy 0.90 mul add 1 gt {
\r
347 1 sub exch 1 sub 0.90 div
\r
349 dup dup mul exch 2 mul 3 add mul exch
\r
351 dup dup mul exch 2 mul 3 add mul add 0.90 mul 1 sub
\r
355 0.90 mul add 2 mul neg 1 add 0.90 add
\r
369 *ScreenProc LineX: "
\r
371 { %Copyright Linotype-Hell AG 1996
\r
373 abs exch 0.9 mul 0.01 sub abs exch
\r
375 0.003 mul add 1 exch sub
\r
385 *ScreenProc LineY: "
\r
387 { %Copyright Linotype-Hell AG 1996
\r
389 0.9 mul 0.01 sub abs exch abs
\r
391 0.003 mul add 1 exch sub
\r
401 *ScreenProc Grid: "
\r
403 { %Copyright Linotype-Hell AG 1996
\r
405 0.9 mul 0.01 sub abs exch
\r
407 0.9 mul 0.01 sub abs exch
\r
409 2 copy lt { 0.003 mul add } { exch 0.003 mul add } ifelse
\r
421 *DefaultTransfer: Null
\r
423 *Transfer Null: "{ }"
\r
425 *Transfer Null.Inverse: "{ 1 exch sub }"
\r
429 *% Paper Handling ===================
\r
431 *% Use these entries to set paper size most of the time, unless there is
\r
433 *% specific reason to use PageRegion.
\r
435 *OpenUI *PageSize: PickOne
\r
437 *OrderDependency: 20 AnySetup *PageSize
\r
441 *DefaultPageSize: Letter
\r
443 *PageSize Letter: "<</PageSize [612 792] /Orientation 1>> setpagedevice"
\r
445 *PageSize Letter.Extra: "<</PageSize [684 864] /Orientation 1>> setpagedevice"
\r
447 *PageSize Letter.Transverse: "<</PageSize [612 792] /Orientation 0>> setpagedevice"
\r
449 *PageSize Letter.Extra.Transverse: "<</PageSize [684 864] /Orientation 0>> setpagedevice"
\r
453 *PageSize Legal: "<</PageSize [612 1008] /Orientation 1>> setpagedevice"
\r
455 *PageSize Legal.Extra: "<</PageSize [684 1080] /Orientation 1>> setpagedevice"
\r
457 *PageSize Legal.Transverse: "<</PageSize [612 1008] /Orientation 0>> setpagedevice"
\r
459 *PageSize Legal.Extra.Transverse: "<</PageSize [684 1080] /Orientation 0>> setpagedevice"
\r
463 *PageSize Tabloid: "<</PageSize [792 1224] /Orientation 1>> setpagedevice"
\r
465 *PageSize Tabloid.Extra: "<</PageSize [864 1296] /Orientation 1>> setpagedevice"
\r
467 *PageSize Tabloid.Transverse: "<</PageSize [792 1224] /Orientation 0>> setpagedevice"
\r
469 *PageSize Tabloid.Extra.Transverse: "<</PageSize [864 1296] /Orientation 0>> setpagedevice"
\r
473 *PageSize A2: "<</PageSize [1191 1684] /Orientation 1>> setpagedevice"
\r
475 *PageSize A2.Extra: "<</PageSize [1263 1756] /Orientation 1>> setpagedevice"
\r
479 *PageSize A3: "<</PageSize [842 1191] /Orientation 1>> setpagedevice"
\r
481 *PageSize A3.Extra: "<</PageSize [914 1263] /Orientation 1>> setpagedevice"
\r
483 *PageSize A3.Transverse: "<</PageSize [842 1191] /Orientation 0>> setpagedevice"
\r
485 *PageSize A3.Extra.Transverse: "<</PageSize [914 1262] /Orientation 0>> setpagedevice"
\r
489 *PageSize A4: "<</PageSize [595 842] /Orientation 1>> setpagedevice"
\r
491 *PageSize A4.Extra: "<</PageSize [667 914] /Orientation 1>> setpagedevice"
\r
493 *PageSize A4.Transverse: "<</PageSize [595 842] /Orientation 0>> setpagedevice"
\r
495 *PageSize A4.Extra.Transverse: "<</PageSize [667 914] /Orientation 0>> setpagedevice"
\r
499 *PageSize A5: "<</PageSize [420 595] /Orientation 1>> setpagedevice"
\r
501 *PageSize A5.Extra: "<</PageSize [492 667] /Orientation 1>> setpagedevice"
\r
503 *PageSize A5.Transverse: "<</PageSize [420 595] /Orientation 0>> setpagedevice"
\r
505 *PageSize A5.Extra.Transverse: "<</PageSize [492 667] /Orientation 0>> setpagedevice"
\r
509 *PageSize B2: "<</PageSize [1460 2064] /Orientation 1>> setpagedevice"
\r
511 *PageSize B2.Extra: "<</PageSize [1532 2136] /Orientation 1>> setpagedevice"
\r
515 *PageSize B3: "<</PageSize [1032 1460] /Orientation 1>> setpagedevice"
\r
517 *PageSize B3.Extra: "<</PageSize [1104 1532] /Orientation 1>> setpagedevice"
\r
519 *PageSize B3.Transverse: "<</PageSize [1032 1460] /Orientation 0>> setpagedevice"
\r
521 *PageSize B3.Extra.Transverse: "<</PageSize [1104 1532] /Orientation 0>> setpagedevice"
\r
525 *PageSize B4: "<</PageSize [729 1032] /Orientation 1>> setpagedevice"
\r
527 *PageSize B4.Extra: "<</PageSize [801 1104] /Orientation 1>> setpagedevice"
\r
529 *PageSize B4.Transverse: "<</PageSize [729 1032] /Orientation 0>> setpagedevice"
\r
531 *PageSize B4.Extra.Transverse: "<</PageSize [801 1104] /Orientation 0>> setpagedevice"
\r
535 *PageSize B5: "<</PageSize [516 729] /Orientation 1>> setpagedevice"
\r
537 *PageSize B5.Extra: "<</PageSize [588 801] /Orientation 1>> setpagedevice"
\r
539 *PageSize B5.Transverse: "<</PageSize [516 729] /Orientation 0>> setpagedevice"
\r
541 *PageSize B5.Extra.Transverse: "<</PageSize [588 801] /Orientation 0>> setpagedevice"
\r
545 *PageSize ISOB2: "<</PageSize [1417 2004] /Orientation 1>> setpagedevice"
\r
547 *PageSize ISOB2.Extra: "<</PageSize [1489 2076] /Orientation 1>> setpagedevice"
\r
551 *PageSize ISOB3: "<</PageSize [1001 1417] /Orientation 1>> setpagedevice"
\r
553 *PageSize ISOB3.Extra: "<</PageSize [1073 1489] /Orientation 1>> setpagedevice"
\r
555 *PageSize ISOB3.Transverse: "<</PageSize [1001 1417] /Orientation 0>> setpagedevice"
\r
557 *PageSize ISOB3.Extra.Transverse: "<</PageSize [1073 1489] /Orientation 0>> setpagedevice"
\r
561 *PageSize ISOB4: "<</PageSize [709 1001] /Orientation 1>> setpagedevice"
\r
563 *PageSize ISOB4.Extra: "<</PageSize [781 1073] /Orientation 1>> setpagedevice"
\r
565 *PageSize ISOB4.Transverse: "<</PageSize [709 1001] /Orientation 0>> setpagedevice"
\r
567 *PageSize ISOB4.Extra.Transverse: "<</PageSize [781 1073] /Orientation 0>> setpagedevice"
\r
571 *PageSize ISOB5: "<</PageSize [499 709] /Orientation 1>> setpagedevice"
\r
573 *PageSize ISOB5.Extra: "<</PageSize [569.7 782] /Orientation 1>> setpagedevice"
\r
575 *PageSize ISOB5.Transverse: "<</PageSize [499 709] /Orientation 0>> setpagedevice"
\r
577 *PageSize ISOB5.Extra.Transverse: "<</PageSize [569.7 782] /Orientation 0>> setpagedevice"
\r
581 *PageSize MaxPage: "<</PageSize [1587.4 2126.0] /Orientation 1>> setpagedevice"
\r
591 currentpagedevice /PageSize get aload pop
\r
593 2 copy gt {exch} if
\r
599 dup [ 612 792] (Letter) put
\r
601 dup [ 684 864] (Letter.Extra) put
\r
605 dup [ 612 1008] (Legal) put
\r
607 dup [ 684 1080] (Legal.Extra) put
\r
611 dup [ 792 1224] (Tabloid) put
\r
613 dup [ 864 1296] (Tabloid.Extra) put
\r
617 dup [1684 2384] (A1) put
\r
619 dup [1756 2456] (A1.Extra) put
\r
623 dup [1191 1684] (A2) put
\r
625 dup [1263 1756] (A2.Extra) put
\r
629 dup [ 842 1191] (A3) put
\r
631 dup [ 914 1263] (A3.Extra) put
\r
635 dup [ 595 842] (A4) put
\r
637 dup [ 667 914] (A4.Extra) put
\r
641 dup [ 420 595] (A5) put
\r
643 dup [ 492 667] (A5.Extra) put
\r
647 dup [2064 2920] (B1) put
\r
649 dup [2136 2992] (B1.Extra) put
\r
653 dup [1460 2064] (B2) put
\r
655 dup [1532 2136] (B2.Extra) put
\r
659 dup [1032 1460] (B3) put
\r
661 dup [1104 1532] (B3.Extra) put
\r
665 dup [ 729 1032] (B4) put
\r
667 dup [ 801 1104] (B4.Extra) put
\r
671 dup [ 516 729] (B5) put
\r
673 dup [ 588 801] (B5.Extra) put
\r
677 dup [2004 2835] (ISOB1) put
\r
679 dup [2076 2907] (ISOB1.Extra) put
\r
683 dup [1417 2004] (ISOB2) put
\r
685 dup [1489 2076] (ISOB2.Extra) put
\r
689 dup [1001 1417] (ISOB3) put
\r
691 dup [1073 1489] (ISOB3.Extra) put
\r
695 dup [ 709 1001] (ISOB4) put
\r
697 dup [ 781 1073] (ISOB4.Extra) put
\r
701 dup [ 499 709] (ISOB5) put
\r
703 dup [ 571 781] (ISOB5.Extra) put
\r
707 dup [1587.4 2126.0] (MaxPage) put
\r
713 exch aload pop 4 index sub abs 5 le exch
\r
715 5 index sub abs 5 le and
\r
717 {exch pop exit} {pop} ifelse
\r
735 *CloseUI: *PageSize
\r
739 *% These entries will set up the frame buffer. Usually used with manual feed.
\r
741 *OpenUI *PageRegion: PickOne
\r
743 *OrderDependency: 10 AnySetup *PageRegion
\r
747 *DefaultPageRegion: Letter
\r
749 *PageRegion Letter: "<</PageSize [612 792] /Orientation 1>> setpagedevice"
\r
751 *PageRegion Letter.Extra: "<</PageSize [684 864] /Orientation 1>> setpagedevice"
\r
753 *PageRegion Letter.Transverse: "<</PageSize [612 792] /Orientation 0>> setpagedevice"
\r
755 *PageRegion Letter.Extra.Transverse: "<</PageSize [684 864] /Orientation 0>> setpagedevice"
\r
759 *PageRegion Legal: "<</PageSize [612 1008] /Orientation 1>> setpagedevice"
\r
761 *PageRegion Legal.Extra: "<</PageSize [684 1080] /Orientation 1>> setpagedevice"
\r
763 *PageRegion Legal.Transverse: "<</PageSize [612 1008] /Orientation 0>> setpagedevice"
\r
765 *PageRegion Legal.Extra.Transverse: "<</PageSize [684 1080] /Orientation 0>> setpagedevice"
\r
769 *PageRegion Tabloid: "<</PageSize [792 1224] /Orientation 1>> setpagedevice"
\r
771 *PageRegion Tabloid.Extra: "<</PageSize [864 1296] /Orientation 1>> setpagedevice"
\r
773 *PageRegion Tabloid.Transverse: "<</PageSize [792 1224] /Orientation 0>> setpagedevice"
\r
775 *PageRegion Tabloid.Extra.Transverse: "<</PageSize [864 1296] /Orientation 0>> setpagedevice"
\r
779 *PageRegion A2: "<</PageSize [1191 1684] /Orientation 1>> setpagedevice"
\r
781 *PageRegion A2.Extra: "<</PageSize [1263 1756] /Orientation 1>> setpagedevice"
\r
785 *PageRegion A3: "<</PageSize [842 1191] /Orientation 1>> setpagedevice"
\r
787 *PageRegion A3.Extra: "<</PageSize [914 1263] /Orientation 1>> setpagedevice"
\r
789 *PageRegion A3.Transverse: "<</PageSize [842 1191] /Orientation 0>> setpagedevice"
\r
791 *PageRegion A3.Extra.Transverse: "<</PageSize [914 1262] /Orientation 0>> setpagedevice"
\r
795 *PageRegion A4: "<</PageSize [595 842] /Orientation 1>> setpagedevice"
\r
797 *PageRegion A4.Extra: "<</PageSize [667 914] /Orientation 1>> setpagedevice"
\r
799 *PageRegion A4.Transverse: "<</PageSize [595 842] /Orientation 0>> setpagedevice"
\r
801 *PageRegion A4.Extra.Transverse: "<</PageSize [667 914] /Orientation 0>> setpagedevice"
\r
805 *PageRegion A5: "<</PageSize [420 595] /Orientation 1>> setpagedevice"
\r
807 *PageRegion A5.Extra: "<</PageSize [492 667] /Orientation 1>> setpagedevice"
\r
809 *PageRegion A5.Transverse: "<</PageSize [420 595] /Orientation 0>> setpagedevice"
\r
811 *PageRegion A5.Extra.Transverse: "<</PageSize [492 667] /Orientation 0>> setpagedevice"
\r
815 *PageRegion B2: "<</PageSize [1460 2064] /Orientation 1>> setpagedevice"
\r
817 *PageRegion B2.Extra: "<</PageSize [1532 2136] /Orientation 1>> setpagedevice"
\r
821 *PageRegion B3: "<</PageSize [1032 1460] /Orientation 1>> setpagedevice"
\r
823 *PageRegion B3.Extra: "<</PageSize [1104 1532] /Orientation 1>> setpagedevice"
\r
825 *PageRegion B3.Transverse: "<</PageSize [1032 1460] /Orientation 0>> setpagedevice"
\r
827 *PageRegion B3.Extra.Transverse: "<</PageSize [1104 1532] /Orientation 0>> setpagedevice"
\r
831 *PageRegion B4: "<</PageSize [729 1032] /Orientation 1>> setpagedevice"
\r
833 *PageRegion B4.Extra: "<</PageSize [801 1104] /Orientation 1>> setpagedevice"
\r
835 *PageRegion B4.Transverse: "<</PageSize [729 1032] /Orientation 0>> setpagedevice"
\r
837 *PageRegion B4.Extra.Transverse: "<</PageSize [801 1104] /Orientation 0>> setpagedevice"
\r
841 *PageRegion B5: "<</PageSize [516 729] /Orientation 1>> setpagedevice"
\r
843 *PageRegion B5.Extra: "<</PageSize [588 801] /Orientation 1>> setpagedevice"
\r
845 *PageRegion B5.Transverse: "<</PageSize [516 729] /Orientation 0>> setpagedevice"
\r
847 *PageRegion B5.Extra.Transverse: "<</PageSize [588 801] /Orientation 0>> setpagedevice"
\r
851 *PageRegion ISOB2: "<</PageSize [1417 2004] /Orientation 1>> setpagedevice"
\r
853 *PageRegion ISOB2.Extra: "<</PageSize [1489 2076] /Orientation 1>> setpagedevice"
\r
857 *PageRegion ISOB3: "<</PageSize [1001 1417] /Orientation 1>> setpagedevice"
\r
859 *PageRegion ISOB3.Extra: "<</PageSize [1073 1489] /Orientation 1>> setpagedevice"
\r
861 *PageRegion ISOB3.Transverse: "<</PageSize [1001 1417] /Orientation 0>> setpagedevice"
\r
863 *PageRegion ISOB3.Extra.Transverse: "<</PageSize [1073 1489] /Orientation 0>> setpagedevice"
\r
867 *PageRegion ISOB4: "<</PageSize [709 1001] /Orientation 1>> setpagedevice"
\r
869 *PageRegion ISOB4.Extra: "<</PageSize [781 1073] /Orientation 1>> setpagedevice"
\r
871 *PageRegion ISOB4.Transverse: "<</PageSize [709 1001] /Orientation 0>> setpagedevice"
\r
873 *PageRegion ISOB4.Extra.Transverse: "<</PageSize [781 1073] /Orientation 0>> setpagedevice"
\r
877 *PageRegion ISOB5: "<</PageSize [499 709] /Orientation 1>> setpagedevice"
\r
879 *PageRegion ISOB5.Extra: "<</PageSize [569.7 782] /Orientation 1>> setpagedevice"
\r
881 *PageRegion ISOB5.Transverse: "<</PageSize [499 709] /Orientation 0>> setpagedevice"
\r
883 *PageRegion ISOB5.Extra.Transverse: "<</PageSize [569.7 782] /Orientation 0>> setpagedevice"
\r
887 *PageRegion MaxPage: "<</PageSize [1587.4 2126.0] /Orientation 1>> setpagedevice"
\r
891 *CloseUI: *PageRegion
\r
895 *% The following entries provide information about specific paper keywords.
\r
897 *DefaultImageableArea: Letter
\r
901 *ImageableArea Letter: "0.0 0.0 612.0 792.0"
\r
903 *ImageableArea Letter.Extra: "0.0 0.0 684.0 864.0"
\r
905 *ImageableArea Letter.Transverse: "0.0 0.0 612.0 791.0"
\r
907 *ImageableArea Letter.Extra.Transverse: "0.0 0.0 684.0 863.0"
\r
911 *ImageableArea Legal: "0.0 0.0 612.0 1008.0"
\r
913 *ImageableArea Legal.Extra: "0.0 0.0 684.0 1080.0"
\r
915 *ImageableArea Legal.Transverse: "0.0 0.0 612.0 1007.0"
\r
917 *ImageableArea Legal.Extra.Transverse: "0.0 0.0 684.0 1079.0"
\r
921 *ImageableArea Tabloid: "0.0 0.0 792.0 1224.0"
\r
923 *ImageableArea Tabloid.Extra: "0.0 0.0 864.0 1296.0"
\r
925 *ImageableArea Tabloid.Transverse: "0.0 0.0 792.0 1223.0"
\r
927 *ImageableArea Tabloid.Extra.Transverse: "0.0 0.0 864.0 1295.0"
\r
931 *ImageableArea A2: "0.0 0.0 1191.0 1684.0"
\r
933 *ImageableArea A2.Extra: "0.0 0.0 1263.0 1756.0"
\r
937 *ImageableArea A3: "0.0 0.0 842.0 1191.0"
\r
939 *ImageableArea A3.Extra: "0.0 0.0 914.0 1263.0"
\r
941 *ImageableArea A3.Transverse: "0.0 0.0 842.0 1190.0"
\r
943 *ImageableArea A3.Extra.Transverse: "0.0 0.0 914.0 1262.0"
\r
947 *ImageableArea A4: "0.0 0.0 595.0 842.0"
\r
949 *ImageableArea A4.Extra: "0.0 0.0 667.0 914.0"
\r
951 *ImageableArea A4.Transverse: "0.0 0.0 595.0 841.0"
\r
953 *ImageableArea A4.Extra.Transverse: "0.0 0.0 667.0 913.0"
\r
957 *ImageableArea A5: "0.0 0.0 420.0 595.0"
\r
959 *ImageableArea A5.Extra: "0.0 0.0 492.0 667.0"
\r
961 *ImageableArea A5.Transverse: "0.0 0.0 420.0 594.0"
\r
963 *ImageableArea A5.Extra.Transverse: "0.0 0.0 492.0 666.0"
\r
967 *ImageableArea B2: "0.0 0.0 1460.0 2064.0"
\r
969 *ImageableArea B2.Extra: "0.0 0.0 1532.0 2136.0"
\r
973 *ImageableArea B3: "0.0 0.0 1032.0 1460.0"
\r
975 *ImageableArea B3.Extra: "0.0 0.0 1104.0 1532.0"
\r
977 *ImageableArea B3.Transverse: "0.0 0.0 1032.0 1459.0"
\r
979 *ImageableArea B3.Extra.Transverse: "0.0 0.0 1104.0 1531.0"
\r
983 *ImageableArea B4: "0.0 0.0 729.0 1032.0"
\r
985 *ImageableArea B4.Extra: "0.0 0.0 801.0 1104.0"
\r
987 *ImageableArea B4.Transverse: "0.0 0.0 729.0 1031.0"
\r
989 *ImageableArea B4.Extra.Transverse: "0.0 0.0 801.0 1103.0"
\r
993 *ImageableArea B5: "0.0 0.0 516.0 729.0"
\r
995 *ImageableArea B5.Extra: "0.0 0.0 588.0 801.0"
\r
997 *ImageableArea B5.Transverse: "0.0 0.0 516.0 728.0"
\r
999 *ImageableArea B5.Extra.Transverse: "0.0 0.0 588.0 800.0"
\r
1003 *ImageableArea ISOB2: "0.0 0.0 1417.0 2004.0"
\r
1005 *ImageableArea ISOB2.Extra: "0.0 0.0 1489.0 2076.0"
\r
1009 *ImageableArea ISOB3: "0.0 0.0 1001.0 1417.0"
\r
1011 *ImageableArea ISOB3.Extra: "0.0 0.0 1073.0 1489.0"
\r
1013 *ImageableArea ISOB3.Transverse: "0.0 0.0 1001.0 1416.0"
\r
1015 *ImageableArea ISOB3.Extra.Transverse: "0.0 0.0 1073.0 1488.0"
\r
1019 *ImageableArea ISOB4: "0.0 0.0 709.0 1001.0"
\r
1021 *ImageableArea ISOB4.Extra: "0.0 0.0 781.0 1073.0"
\r
1023 *ImageableArea ISOB4.Transverse: "0.0 0.0 709.0 1000.0"
\r
1025 *ImageableArea ISOB4.Extra.Transverse: "0.0 0.0 781.0 1072.0"
\r
1029 *ImageableArea ISOB5: "0.0 0.0 499.0 709.0"
\r
1031 *ImageableArea ISOB5.Extra: "0.0 0.0 569.7 782.0"
\r
1033 *ImageableArea ISOB5.Transverse: "0.0 0.0 499.0 708.0"
\r
1035 *ImageableArea ISOB5.Extra.Transverse: "0.0 0.0 569.7 781.0"
\r
1039 *ImageableArea MaxPage: "0.0 0.0 1587.4 2126.0"
\r
1043 *?ImageableArea: "
\r
1047 initclip clippath pathbbox
\r
1049 4 -2 roll exch round cvr =print ( ) print round cvr =print ( ) print
\r
1051 exch round cvr =print ( ) print round cvr =print (\n) print flush
\r
1061 *% These provide the physical dimensions of the paper (by keyword)
\r
1063 *DefaultPaperDimension: Letter
\r
1067 *PaperDimension Letter: "612.0 792.0"
\r
1069 *PaperDimension Letter.Extra: "684.0 864.0"
\r
1071 *PaperDimension Letter.Transverse: "612.0 791.0"
\r
1073 *PaperDimension Letter.Extra.Transverse: "684.0 863.0"
\r
1077 *PaperDimension Legal: "612.0 1008.0"
\r
1079 *PaperDimension Legal.Extra: "684.0 1080.0"
\r
1081 *PaperDimension Legal.Transverse: "612.0 1007.0"
\r
1083 *PaperDimension Legal.Extra.Transverse: "684.0 1079.0"
\r
1087 *PaperDimension Tabloid: "792.0 1224.0"
\r
1089 *PaperDimension Tabloid.Extra: "864.0 1296.0"
\r
1091 *PaperDimension Tabloid.Transverse: "792.0 1223.0"
\r
1093 *PaperDimension Tabloid.Extra.Transverse: "864.0 1295.0"
\r
1097 *PaperDimension A2: "1191.0 1684.0"
\r
1099 *PaperDimension A2.Extra: "1263.0 1756.0"
\r
1103 *PaperDimension A3: "842.0 1191.0"
\r
1105 *PaperDimension A3.Extra: "914.0 1263.0"
\r
1107 *PaperDimension A3.Transverse: "842.0 1190.0"
\r
1109 *PaperDimension A3.Extra.Transverse: "914.0 1262.0"
\r
1113 *PaperDimension A4: "595.0 842.0"
\r
1115 *PaperDimension A4.Extra: "667.0 914.0"
\r
1117 *PaperDimension A4.Transverse: "595.0 841.0"
\r
1119 *PaperDimension A4.Extra.Transverse: "667.0 913.0"
\r
1123 *PaperDimension A5: "420.0 595.0"
\r
1125 *PaperDimension A5.Extra: "492.0 667.0"
\r
1127 *PaperDimension A5.Transverse: "420.0 594.0"
\r
1129 *PaperDimension A5.Extra.Transverse: "492.0 666.0"
\r
1133 *PaperDimension B2: "1460.0 2064.0"
\r
1135 *PaperDimension B2.Extra: "1532.0 2136.0"
\r
1139 *PaperDimension B3: "1032.0 1460.0"
\r
1141 *PaperDimension B3.Extra: "1104.0 1532.0"
\r
1143 *PaperDimension B3.Transverse: "1032.0 1459.0"
\r
1145 *PaperDimension B3.Extra.Transverse: "1104.0 1531.0"
\r
1149 *PaperDimension B4: "729.0 1032.0"
\r
1151 *PaperDimension B4.Extra: "801.0 1104.0"
\r
1153 *PaperDimension B4.Transverse: "729.0 1031.0"
\r
1155 *PaperDimension B4.Extra.Transverse: "801.0 1103.0"
\r
1159 *PaperDimension B5: "516.0 729.0"
\r
1161 *PaperDimension B5.Extra: "588.0 801.0"
\r
1163 *PaperDimension B5.Transverse: "516.0 728.0"
\r
1165 *PaperDimension B5.Extra.Transverse: "588.0 800.0"
\r
1169 *PaperDimension ISOB2: "1417.0 2004.0"
\r
1171 *PaperDimension ISOB2.Extra: "1489.0 2076.0"
\r
1175 *PaperDimension ISOB3: "1001.0 1417.0"
\r
1177 *PaperDimension ISOB3.Extra: "1073.0 1489.0"
\r
1179 *PaperDimension ISOB3.Transverse: "1001.0 1416.0"
\r
1181 *PaperDimension ISOB3.Extra.Transverse: "1073.0 1488.0"
\r
1185 *PaperDimension ISOB4: "709.0 1001.0"
\r
1187 *PaperDimension ISOB4.Extra: "781.0 1073.0"
\r
1189 *PaperDimension ISOB4.Transverse: "709.0 1000.0"
\r
1191 *PaperDimension ISOB4.Extra.Transverse: "781.0 1072.0"
\r
1195 *PaperDimension ISOB5: "499.0 709.0"
\r
1197 *PaperDimension ISOB5.Extra: "569.7 782.0"
\r
1199 *PaperDimension ISOB5.Transverse: "499.0 708.0"
\r
1201 *PaperDimension ISOB5.Extra.Transverse: "569.7 781.0"
\r
1205 *PaperDimension MaxPage: "1587.4 2126.0"
\r
1209 *%=== Custom Page Sizes ==================================
\r
1213 *% These entries provide the code and parameter ranges for a user
\r
1215 *% to set up a custom page size.
\r
1221 *CustomPageSize True: "
\r
1225 % params order: Width (FastScan); Height (SlowScan); WidthOffset; foo; Orientation
\r
1229 exch pop statusdict /setpageparams get exec
\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 2126.0
\r
1247 *ParamCustomPageSize WidthOffset/Margins: 3 points 0.0 1645.0
\r
1249 *ParamCustomPageSize HeightOffset: 4 points 0.0 0.0
\r
1251 *ParamCustomPageSize Orientation: 5 int 0 3
\r
1253 *CenterRegistered: False
\r
1257 *MaxMediaWidth: "1587.4"
\r
1259 *MaxMediaHeight: "2126.0"
\r
1263 *?CurrentMediaWidth: "
\r
1267 currentpagedevice /OutputDevice get cvlit /OutputDevice findresource
\r
1269 /PageSize get 0 get dup length 2 sub 0 add get cvr = flush
\r
1279 *?CurrentMediaHeight: "
\r
1283 currentpagedevice /OutputDevice get cvlit /OutputDevice findresource
\r
1285 /PageSize get 0 get dup length 2 sub 1 add get cvr = flush
\r
1295 *DefaultOutputOrder: Normal
\r
1297 *RequiresPageRegion All: False
\r
1301 *% Font Information =====================
\r
1303 *DefaultFont: Courier
\r
1305 *Font AvantGarde-Book: Standard "(001.001)" Standard Disk
\r
1307 *Font AvantGarde-BookOblique: Standard "(001.001)" Standard Disk
\r
1309 *Font AvantGarde-Demi: Standard "(001.001)" Standard Disk
\r
1311 *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard Disk
\r
1313 *Font Bookman-Demi: Standard "(001.001)" Standard Disk
\r
1315 *Font Bookman-DemiItalic: Standard "(001.001)" Standard Disk
\r
1317 *Font Bookman-Light: Standard "(001.001)" Standard Disk
\r
1319 *Font Bookman-LightItalic: Standard "(001.001)" Standard Disk
\r
1321 *Font Courier: Standard "(002.002)" Standard ROM
\r
1323 *Font Courier-Bold: Standard "(002.002)" Standard ROM
\r
1325 *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
\r
1327 *Font Courier-Oblique: Standard "(002.002)" Standard ROM
\r
1329 *Font Helvetica: Standard "(001.006)" Standard ROM
\r
1331 *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
\r
1333 *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
\r
1335 *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
\r
1337 *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
\r
1339 *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
\r
1341 *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
\r
1343 *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
\r
1345 *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard Disk
\r
1347 *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard Disk
\r
1349 *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard Disk
\r
1351 *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard Disk
\r
1353 *Font Palatino-Bold: Standard "(001.000)" Standard Disk
\r
1355 *Font Palatino-BoldItalic: Standard "(001.000)" Standard Disk
\r
1357 *Font Palatino-Italic: Standard "(001.000)" Standard Disk
\r
1359 *Font Palatino-Roman: Standard "(001.000)" Standard Disk
\r
1361 *Font Symbol: Special "(001.003)" Standard ROM
\r
1363 *Font Times-Bold: Standard "(001.007)" Standard ROM
\r
1365 *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
\r
1367 *Font Times-Italic: Standard "(001.007)" Standard ROM
\r
1369 *Font Times-Roman: Standard "(001.007)" Standard ROM
\r
1371 *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard Disk
\r
1373 *Font ZapfDingbats: Special "(001.000)" Standard Disk
\r
1377 *Font FutoGoB101-Bold-Add-H: JIS "(003.000)" Add Disk
\r
1379 *Font FutoGoB101-Bold-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
\r
1381 *Font FutoGoB101-Bold-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
\r
1383 *Font FutoGoB101-Bold-Add-V: JIS "(003.000)" Add Disk
\r
1385 *Font FutoGoB101-Bold-EUC-H: EUC "(003.000)" JIS-83 Disk
\r
1387 *Font FutoGoB101-Bold-EUC-V: EUC "(003.000)" JIS-83 Disk
\r
1389 *Font FutoGoB101-Bold-Ext-H: JIS "(003.000)" Ext Disk
\r
1391 *Font FutoGoB101-Bold-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
\r
1393 *Font FutoGoB101-Bold-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
\r
1395 *Font FutoGoB101-Bold-Ext-V: JIS "(003.000)" Ext Disk
\r
1397 *Font FutoGoB101-Bold-H: JIS "(003.000)" JIS-83 Disk
\r
1399 *Font FutoGoB101-Bold-NWP-H: JIS "(003.000)" NWP Disk
\r
1401 *Font FutoGoB101-Bold-NWP-V: JIS "(003.000)" NWP Disk
\r
1403 *Font FutoGoB101-Bold-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
\r
1405 *Font FutoGoB101-Bold-RKSJ-UserGaiji: Special "(003.000)" Special Disk
\r
1407 *Font FutoGoB101-Bold-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
\r
1409 *Font FutoGoB101-Bold-V: JIS "(003.000)" JIS-83 Disk
\r
1411 *Font FutoGoB101-Bold.Oubun: Special "(003.000)" Special Disk
\r
1413 *Font FutoGoB101-Bold.Roman: Special "(003.000)" Special Disk
\r
1415 *Font FutoGoB101-Bold.Roman83pv: Special "(003.000)" Special Disk
\r
1417 *Font FutoGoB101-Bold.WP-Symbol: Special "(003.000)" Special Disk
\r
1419 *Font FutoMinA101-Bold-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
\r
1421 *Font FutoMinA101-Bold-Add-H: JIS "(003.000)" Add Disk
\r
1423 *Font FutoMinA101-Bold-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
\r
1425 *Font FutoMinA101-Bold-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
\r
1427 *Font FutoMinA101-Bold-Add-V: JIS "(003.000)" Add Disk
\r
1429 *Font FutoMinA101-Bold-EUC-H: EUC "(003.000)" JIS-83 Disk
\r
1431 *Font FutoMinA101-Bold-EUC-V: EUC "(003.000)" JIS-83 Disk
\r
1433 *Font FutoMinA101-Bold-Ext-H: JIS "(003.000)" Ext Disk
\r
1435 *Font FutoMinA101-Bold-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
\r
1437 *Font FutoMinA101-Bold-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
\r
1439 *Font FutoMinA101-Bold-Ext-V: JIS "(003.000)" Ext Disk
\r
1441 *Font FutoMinA101-Bold-H: JIS "(003.000)" JIS-83 Disk
\r
1443 *Font FutoMinA101-Bold-NWP-H: JIS "(003.000)" NWP Disk
\r
1445 *Font FutoMinA101-Bold-NWP-V: JIS "(003.000)" NWP Disk
\r
1447 *Font FutoMinA101-Bold-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
\r
1449 *Font FutoMinA101-Bold-RKSJ-UserGaiji: Special "(003.000)" Special Disk
\r
1451 *Font FutoMinA101-Bold-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
\r
1453 *Font FutoMinA101-Bold-V: JIS "(003.000)" JIS-83 Disk
\r
1455 *Font FutoMinA101-Bold.Oubun: Special "(003.000)" Special Disk
\r
1457 *Font FutoMinA101-Bold.Roman: Special "(003.000)" Special Disk
\r
1459 *Font FutoMinA101-Bold.Roman83pv: Special "(003.000)" Special Disk
\r
1461 *Font FutoMinA101-Bold.WP-Symbol: Special "(003.000)" Special Disk
\r
1463 *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
\r
1465 *Font GothicBBB-Medium-Add-H: JIS "(003.001)" Add Disk
\r
1467 *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
\r
1469 *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
\r
1471 *Font GothicBBB-Medium-Add-V: JIS "(003.001)" Add Disk
\r
1473 *Font GothicBBB-Medium-EUC-H: EUC "(003.001)" JIS-83 Disk
\r
1475 *Font GothicBBB-Medium-EUC-V: EUC "(003.001)" JIS-83 Disk
\r
1477 *Font GothicBBB-Medium-Ext-H: JIS "(003.001)" Ext Disk
\r
1479 *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
\r
1481 *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
\r
1483 *Font GothicBBB-Medium-Ext-V: JIS "(003.001)" Ext Disk
\r
1485 *Font GothicBBB-Medium-H: JIS "(003.001)" JIS-83 Disk
\r
1487 *Font GothicBBB-Medium-NWP-H: JIS "(003.001)" NWP Disk
\r
1489 *Font GothicBBB-Medium-NWP-V: JIS "(003.001)" NWP Disk
\r
1491 *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
\r
1493 *Font GothicBBB-Medium-RKSJ-UserGaiji: Special "(003.000)" Special Disk
\r
1495 *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
\r
1497 *Font GothicBBB-Medium-V: JIS "(003.001)" JIS-83 Disk
\r
1499 *Font GothicBBB-Medium.Oubun: Special "(003.001)" Special Disk
\r
1501 *Font GothicBBB-Medium.Roman: Special "(003.001)" Special Disk
\r
1503 *Font GothicBBB-Medium.Roman83pv: Special "(003.001)" Special Disk
\r
1505 *Font GothicBBB-Medium.WP-Symbol: Special "(003.001)" Special Disk
\r
1507 *Font Jun101-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
\r
1509 *Font Jun101-Light-Add-H: JIS "(003.000)" Add Disk
\r
1511 *Font Jun101-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
\r
1513 *Font Jun101-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
\r
1515 *Font Jun101-Light-Add-V: JIS "(003.000)" Add Disk
\r
1517 *Font Jun101-Light-EUC-H: EUC "(003.000)" JIS-83 Disk
\r
1519 *Font Jun101-Light-EUC-V: EUC "(003.000)" JIS-83 Disk
\r
1521 *Font Jun101-Light-Ext-H: JIS "(003.000)" Ext Disk
\r
1523 *Font Jun101-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
\r
1525 *Font Jun101-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
\r
1527 *Font Jun101-Light-Ext-V: JIS "(003.000)" Ext Disk
\r
1529 *Font Jun101-Light-H: JIS "(003.000)" JIS-83 Disk
\r
1531 *Font Jun101-Light-NWP-H: JIS "(003.000)" NWP Disk
\r
1533 *Font Jun101-Light-NWP-V: JIS "(003.000)" NWP Disk
\r
1535 *Font Jun101-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
\r
1537 *Font Jun101-Light-RKSJ-UserGaiji: Special "(003.000)" Special Disk
\r
1539 *Font Jun101-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
\r
1541 *Font Jun101-Light-V: JIS "(003.000)" JIS-83 Disk
\r
1543 *Font Jun101-Light.Oubun: Special "(003.000)" Special Disk
\r
1545 *Font Jun101-Light.Roman: Special "(003.000)" Special Disk
\r
1547 *Font Jun101-Light.Roman83pv: Special "(003.000)" Special Disk
\r
1549 *Font Jun101-Light.WP-Symbol: Special "(003.000)" Special Disk
\r
1551 *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
\r
1553 *Font Ryumin-Light-Add-H: JIS "(003.000)" Add Disk
\r
1555 *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
\r
1557 *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
\r
1559 *Font Ryumin-Light-Add-V: JIS "(003.000)" Add Disk
\r
1561 *Font Ryumin-Light-EUC-H: EUC "(003.000)" JIS-83 Disk
\r
1563 *Font Ryumin-Light-EUC-V: EUC "(003.000)" JIS-83 Disk
\r
1565 *Font Ryumin-Light-Ext-H: JIS "(003.000)" Ext Disk
\r
1567 *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
\r
1569 *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
\r
1571 *Font Ryumin-Light-Ext-V: JIS "(003.000)" Ext Disk
\r
1573 *Font Ryumin-Light-H: JIS "(003.000)" JIS-83 Disk
\r
1575 *Font Ryumin-Light-NWP-H: JIS "(003.000)" NWP Disk
\r
1577 *Font Ryumin-Light-NWP-V: JIS "(003.000)" NWP Disk
\r
1579 *Font Ryumin-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
\r
1581 *Font Ryumin-Light-RKSJ-UserGaiji: Special "(003.000)" Special Disk
\r
1583 *Font Ryumin-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
\r
1585 *Font Ryumin-Light-V: JIS "(003.000)" JIS-83 Disk
\r
1587 *Font Ryumin-Light.Oubun: Special "(003.000)" Special Disk
\r
1589 *Font Ryumin-Light.Roman: Special "(003.000)" Special Disk
\r
1591 *Font Ryumin-Light.Roman83pv: Special "(003.000)" Special Disk
\r
1593 *Font Ryumin-Light.WP-Symbol: Special "(003.000)" Special Disk
\r
1601 /str 100 string dup 0 (fonts/) putinterval def
\r
1609 exch dup str 6 94 getinterval cvs
\r
1611 (/) print dup print (:) print exch
\r
1613 FontDirectory exch known
\r
1619 length 6 add str 0 3 -1 roll getinterval
\r
1623 {cleartomark (Yes)}{cleartomark (No)} ifelse
\r
1647 FontDirectory { pop == } bind forall flush
\r
1649 /filenameforall where
\r
1655 { dup length 6 sub 6 exch getinterval cvn == } bind
\r
1657 128 string filenameforall flush
\r
1671 *% Printer Messages (verbatim from printer):
\r
1673 *Message: "%%[ exitserver: permanent state may be changed ]%%"
\r
1675 *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
\r
1677 *Message: "\FontName\ not found, using Courier"
\r
1681 *% Status (format: %%[ status: <one of these> ]%% )
\r
1687 *Status: "waiting"
\r
1689 *Status: "printing"
\r
1691 *Status: "PrinterError: recorder offline or film problem"
\r
1693 *Status: "PrinterError: "
\r
1697 *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
\r
1699 *Source: "userjob"
\r
1705 *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
\r
1707 *PrinterError: "recorder offline or film problem"
\r
1713 *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
\r
1719 *% User Interface: Printer Specific Options
\r
1723 *OpenGroup: Imagesetter
\r
1725 *OpenSubGroup: PrintingMode
\r
1729 *OpenUI *MirrorPrint/Mirror Print: Boolean
\r
1731 *OrderDependency: 30 Prolog *MirrorPrint
\r
1733 *DefaultMirrorPrint: False
\r
1737 *MirrorPrint True/On: "<</MirrorPrint true >> setpagedevice "
\r
1739 *MirrorPrint False/Off: " % MirrorPrint Off is Default!"
\r
1743 currentpagedevice /MirrorPrint get {(True)}{(False)} ifelse = flush
\r
1749 *CloseUI: *MirrorPrint
\r
1753 *OpenUI *NegativePrint/Negative Print: Boolean
\r
1755 *OrderDependency: 40 Prolog *NegativePrint
\r
1757 *DefaultNegativePrint: False
\r
1761 *NegativePrint True/On: "<</NegativePrint true >> setpagedevice "
\r
1763 *NegativePrint False/Off: " % NegativePrint Off is Default!"
\r
1765 *?NegativePrint: "
\r
1767 currentpagedevice /NegativePrint get {(True)}{(False)}ifelse = flush
\r
1773 *CloseUI: *NegativePrint
\r
1777 *CloseSubGroup: PrintingMode
\r
1779 *OpenSubGroup: Separations
\r
1783 *OpenUI *LHSeparations/InRIP Color Separation: PickOne
\r
1785 *OrderDependency: 50 Prolog *LHSeparations
\r
1789 *DefaultLHSeparations: Off
\r
1793 *LHSeparations All/On; all planes: "
\r
1799 /ProcessColorModel /DeviceCMYK
\r
1801 /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
\r
1803 /SeparationOrder [/Cyan /Magenta /Yellow /Black]
\r
1813 *LHSeparations Cyan/On; Cyan plane only: "
\r
1819 /ProcessColorModel /DeviceCMYK
\r
1821 /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
\r
1823 /SeparationOrder [/Cyan]
\r
1833 *LHSeparations Magenta/On; Magenta plane only: "
\r
1839 /ProcessColorModel /DeviceCMYK
\r
1841 /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
\r
1843 /SeparationOrder [/Magenta]
\r
1853 *LHSeparations Yellow/On; Yellow plane only: "
\r
1859 /ProcessColorModel /DeviceCMYK
\r
1861 /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
\r
1863 /SeparationOrder [/Yellow]
\r
1873 *LHSeparations Black/On; Black plane only: "
\r
1879 /ProcessColorModel /DeviceCMYK
\r
1881 /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
\r
1883 /SeparationOrder [/Black]
\r
1893 *LHSeparations Off/Off: " % Separation Off is Default"
\r
1897 *?LHSeparations: "
\r
1901 currentpagedevice /Separations get {
\r
1903 currentpagedevice /ProcessColorModel get /DeviceCMYK eq {
\r
1905 currentpagedevice /SeparationOrder get {
\r
1907 dup length 4 eq { pop (All) exit} if
\r
1909 dup length 1 eq {0 get 10 string cvs exit} if
\r
1911 pop (Unknown) exit
\r
1917 }{(Unknown)} ifelse
\r
1919 }{(Off)} ifelse = flush
\r
1927 *CloseUI: *LHSeparations
\r
1931 *UIConstraints: *LHOverprint True *LHSeparations Off
\r
1935 *OpenUI *LHOverprint/Black Overprint: Boolean
\r
1937 *OrderDependency: 60 Prolog *LHOverprint
\r
1939 *DefaultLHOverprint: False
\r
1943 *LHOverprint True/On: "
\r
1945 % LH Black Overprint
\r
1947 userdict /BGOvpdict known {
\r
1949 userdict /Overprint_Enabled true put
\r
1953 (%% Warning: The Black Overprint feature is not working with this Printer Driver.\n) print
\r
1955 (%% The currently used Printer Driver might not support all necessary PPD features.\n) print
\r
1967 *LHOverprint False/Off: " % Overprint Off is Default"
\r
1973 userdict /Overprint_Enabled get {(True)}{(False)} ifelse
\r
1983 *CloseUI: *LHOverprint
\r
1987 *JobPatchFile 1: "
\r
1991 %%BeginResource: LH PatchFile
\r
1995 % Title : BlackOverprint.ps
\r
1997 % Creator : Berthold Giess
\r
1999 % For : Linotype-Hell AG
\r
2001 % CreationDate: May 23, 1997
\r
2007 %% Copyright (C) 1996, 1997
\r
2009 %% Linotype-Hell AG - All Rights Reserved
\r
2011 %% All Rights Reserved.
\r
2013 %% Restricted permission is granted for redistribution of this
\r
2015 %% file to be used on Linotype-Hell devices only as long as this
\r
2017 %% copyright notice is intact and the contents of the file is not
\r
2019 %% altered in any way from its original form.
\r
2021 %% End of Copyright statement
\r
2027 800344A251010CD0613719CCA731D08205041C8DC6031190C04032170C61A728
\r
2029 59D0DF1C10420C82039984EC65101B4DE6434998D26532434C6683298CD62031
\r
2031 9D4E51C371D0C66F3647CE6703098CCB0F1044626321A080662E18434A50B37C
\r
2033 EA8D2132192610D2111C8672379C09A61391ACE748A5450734E8CC364B27909B
\r
2035 A471C39C7A4061ACCC0406937082A673AA9CAAE4236514D64F939C8E072BE1D0
\r
2037 40668F8808D1C329224568890C46716A78CA1A6834DE6FB2C31E3B2072101BF1
\r
2039 38BC6C90E8753319B3030190C8636C19C34CA789A97CC270381B0BF61398EEF6
\r
2041 66101D4E665396931C6939EA6FB1E386A790749A0839DAE3961841D8946FF826
\r
2043 931984E869379BACF03107B7DDEFF7472B52E371A7CFE9E89BF918036CA0A029
\r
2045 B52383A2320DE100DC37B1C8531CDDA6A3A8E8BD050E5A7C368F235A7EA0B503
\r
2047 285C3385217366198621BAD81A374DE0C6DF380E1388BD8DCA2BCE3B3CC98058
\r
2049 100E107242360D8D4B56C627A103E4328CCE8AF8102BAC40E0EDA45008CABEA1
\r
2051 E04C9CF72C325C8823C8D2431CF0040310CA33AF8FAA12EB3BEEC8D4378C4100
\r
2053 50154B52E0DC1505319C1913BC5154041020E91C109A0E526C9EF68E6D0A5120
\r
2055 0CC9A8E839C3CF629510070B606A86886A023F16BFA100EEB04BE96238D2BD0B
\r
2057 EA5A10098910E6F28E09423E97A7AF3533300A23AAC835CF404BDC143E6308EA
\r
2059 360E836BCCC60F0920CB5AD6E34D72328D8348DABE46291C92DB85ADBD3E308D
\r
2061 8F0AF23205287B661A86419AD81B21AE5398EDCD2BE46622A76C88EEFB0D0100
\r
2063 9C2A040FF84022318C4AE2918A030A14B18D6E65A5432241AB36B606E8688AB2
\r
2065 0D83CC0C30D22312F8964BF61B51090CEEEE0524C2431C290B51C39466930DF3
\r
2067 F47D068E53EBF00681B6D39AF231C17C8A3B48F9204035C0E3BB463ABAA3DC68
\r
2069 B0CA72AE5417E2389C2EC8E5837E5C3EB8E068F6068501285A16C88C2A6C1031
\r
2071 0E63591E89834CCB66238BC605258C23159A91E8E128B8376BE14C691E0E806A
\r
2073 729DC963A25D66B1E36394346D6A3E8096E41A2E8FA4BBDA6B15B2539A90402B
\r
2075 5F8A4DF37DEB1AD2F5AEEBFB0EC6C6E41915B92DAF9B32AB1EA2C328E2100F63
\r
2077 3598E5EE6D90C9983BE3CD421005E310DEA00CA840E9D125037251CCF3632F3A
\r
2079 06E4C238BE220CA310EA33840DDA66ED481DA2BA2FC8EF6E6406813C766FE1F7
\r
2081 1DD779057301EE9E3A0FA3D8E0B0F3B6039606E80F9E41DAF88322FBE3F92E5E
\r
2083 46D2F49E6773DD841E873017FC1E2F7B134CDC57E1E1FE537FABEB8E1EC8D8F6
\r
2085 DEEBC101AFA9E7398051011F63856B6E29E9BB321E109C806E2FE604A315C694
\r
2087 61D1DB8C6CC4E89E0743B61CC3C9750CA1B4EDB9673092C3240E794FA1DAB367
\r
2089 D00C48B1DB46AD96181DA654B743738D7CC76C17A6F450704E1A736860261042
\r
2091 2848CA9DF2E57A09BDEE23441CF7C388780E017D091AA662080823A6280F2199
\r
2093 0288A314E2AB28040D89FBBB678B1312702F552AAC2C0502E81CC2F94F440A49
\r
2095 3C3AF4CC082359658DB1BE3882E8E7191F89238D11A63C86B8F642E3847236EF
\r
2097 41CF8707911A62B32B65AF8E24BA492325619BFB668FF1FF3DB49C024DD9F691
\r
2099 EECE422AA8F51BA4447D0660CA3A1CC8EC0A23C4A690D2A039C898FD2B2403F8
\r
2101 90489A478098D52CA43CB59552B24633097A0BE48B3D65D09C3C3BF99118A4C2
\r
2103 0E9347564E1C77B451E4FCA16CA93A524BE90B3065B0335AC1DE3AB988EF37E5
\r
2105 A4E15AD2E6334BB26B31E7447C8E4B5A62C8E93F33CEACCA92933572CF87E6EF
\r
2107 E4CBD6936F626B3FF9B093A6D4A3682939FE3F3944025A01412C2F201406F0D7
\r
2109 3B1F0BF39DED01831727806C9DA06C0D11515D9AA69CDF02DBC82EA798E543C2
\r
2111 7E4F4B02383992499F4390120F4BAA3C7794ACD7873A5C7A43A53159A6A225BF
\r
2113 40501102284C0A81042F852092141B14267914E2A097CA761D29653E66F4BEA0
\r
2115 940A86FB55DD1A0C6998353303EC732A8B973229250398E886025B3C1D6E2DB5
\r
2117 B7B71790ECC2ED1F7BE12439850398B0C3A20F24710EB8B69288428AD0763C84
\r
2119 A0178530CA510EE9F73D54D265C8D73123E86D8527B61C98065B1455EC6D8F2C
\r
2121 8A98FC5609B75C20E5865E5676CFD8C8DC1BCA34B551A8602692B58165197B31
\r
2123 97B666D4D9BB57626C5BA4B5F6C439DB323F6D4AD2397A00BDDC5AD0861342C8
\r
2125 4B77A1C68537449C65E885D6B2D5B6CBA4E0501260954F20AC541058EB21690B
\r
2127 EDDC8144C010BF690358ABBD0B856C95BD3D30BE11516B862473E8ED3A0ADF43
\r
2129 6F9BA4BEAD92FBDF96B769887510A177601460335B46233BF4B2C1EC142A10E5
\r
2131 602C14637AA0A2EE616C305E814C9DB197BE2651C60F5E9DA30C61D39908ABB6
\r
2133 1A1858102EC6518D29D1991EFC2BE57EC2E7DB0CA6FC59499BDE0FC6AF1647D9
\r
2135 691EE55CBD6F01216ED0DE7B24FA60BBA4B9B62C23E2B6641F6BCC4541F11E16
\r
2137 31162A50CA2928A8B3BE4FD410EA4A32D423879186939ADCC618E5EE66C4717E
\r
2139 9211E9A12F24F9B792A1CC3AA65CD397192E5E43182241BD598F8AB183A487A8
\r
2141 9A1FA723A320C04B9AA0C49210E5BCD74960CA3DCDF2F7491CBD159D2309D5D0
\r
2143 B4164F6868D3A21813F087C9C620E8FCF188A8A1A9A2F90DF144DA3A48DEF629
\r
2145 576C490AB3B3511759CEBDBC98C8176349758271C57DAFF8F0BD63E8BB901E9E
\r
2147 C69DB8240494D27E1C18148FCF4E5E4AE485DF3FD72EDE493B76E9EDF91F92B2
\r
2149 65E6B4793D93651B9967B2A6560419634A446D2E4FB2F9442AFA6F32872CCFBD
\r
2151 74B337CD99074D561D219CB4FC52CEB25F3C24ECFFBDF5F6847E94378A5139B9
\r
2153 9299C6BB6757935568CD588AF4869DCD1A5735702D319B782A0BE1BA45D8F098
\r
2155 C1A635170DD61442B7F19427B0B41F1D37BC7D39C68E672C28B3629750E71351
\r
2157 ED720BCBA1760CA70D941A86840255B1658B923ECD6F8431980ABD96756E8C17
\r
2159 96461DD6D3FE4997B659669093B00836DDDD93E459E807B0132F527596DDF73A
\r
2161 E85D284C1EFAAEBC629CE79B77AE238FA86CDA9BB27FB965328D95744F77EAB8
\r
2163 BD811F07E1AA010508E26CD3C150B93E027C0878A1F27E88BA79EC93C3EDD6C1
\r
2165 575B799AE2C2A8491D9959A5908F751559D175C40205EC348E91F95FED0BAFB6
\r
2167 041B1369636889C93403A4F71D2B896647E1D27DB74C3177C157515D67D0F5B6
\r
2169 277BDDBFA47B5241177E4120F79D0B6980DF23C3D9BFD9CC5C1B3C7C7FADD2E2
\r
2171 B219CF099BA0EB4E88967E97B22F87DB1787034018CE8C5DFE61D3FAFF73A2FB
\r
2173 6D68C12FC0858FF6FFA3C83A2DF897CFAAF72238F94FD4CC8FD8F9E9DAFDED6E
\r
2175 C5064E6528580CE2DEE46DEC66F03424CFC631CA1846C04A0DA39431C4B44C23
\r
2177 A0524D124B43CA5B44C03260CA32A32F02ECD70404F8F8106E2E0C1104631D04
\r
2179 B04E4B22503B10560EF05A26A564D3C3F432432832C2E48064A8650878F86F74
\r
2181 8D2F66FC455CF310482F639E4840DA7AE0E4AB047A23C3B440A3ED0543A308C0
\r
2183 F30A085C64B0B10AD0B0F228668B10B82F70BD0C10C44AE40A4090EB0890D2C6
\r
2185 10D90A4E4CFF861C9EEE6CF190B30E62090CF0565850F07543BF0F70CC4AE341
\r
2187 0FF0D706C79608EB1D108C610ACD511130B71190EE23F0F31230CB0FB12B0591
\r
2189 2F0A3030D02E34E7023F13D15EEF63230B507F0EB11B0BF1491210C90F90CF0F
\r
2191 D15510315A7D3135166D7D014D8316835116D0E91442F71750C317912515108B
\r
2193 100642877132AF80BE47E390664810778C282BB1B51B821A6C4DA2B2C07A07AF
\r
2195 4ABACC0276A0D204059289C9B6C8C012EC0BFA3AA05EDF45EA0C8EBCC611EC84
\r
2197 C92AEBA2771FC758DCA322ADEC2697B1DA2BB1DF218ED02B0F5246CEC67411EC
\r
2199 EE51F42611FA0F31FEDB89F8749233236352D7EEE121C92B1C48E11B8DC03931
\r
2201 B07D120324923A86697AF4236493EC94012EE4F20EEEEE0012C5B1386043200E
\r
2203 A2E47149752749F826A26F26AEE274121C76B136F182700EC5731E5274D4CF2F
\r
2205 26D29408F1DF298C5CC572A52AB2649AF274A12F2EF072AD1F1192EFEEC52AB2
\r
2207 78EFCBC927F2820DCFB87C328826728CED4F2EB2D2962BB1372D8D060C72A03D
\r
2209 B2612BD2912CA4A72B32F518CBC92BB2C625B2C12AB2C4F38F2CA18F28F34B4E
\r
2211 C14A24F3E68034E5980D8BE26E86812611AE5B713302B00664B02A7A13411DB0
\r
2213 2B2107400EF2E8696C6EF203E02822F066B104CBB2B6D123E0896BA8D4F310D0
\r
2215 7368247131370E6F194D0872EDA8AD6A3CC9524D1B6B3B266F473A02BAD6EFA2
\r
2217 A3D3408503DA04A3403440BE39CEDE21EBF00C88262AC28E81E8233C63040CA2
\r
2219 B82BC2C02C45563D65D63BA0EE20B3DA2C62CA3A2492B8C3BA47A5202504863C
\r
2221 B094390BC0A9C0A005B3F4BCC8753448582BA2BE2C2088654BF8BB888676B41A
\r
2223 0E141E7D022A86C7D07BC81D3870508230A142B42F43E4D4640A78A5AE043803
\r
2225 E62F82F5422410BBA67038035CAB2DEEB38BCE0DB010AC343868276809B04E0A
\r
2227 52803BEDFC250E8F3F409C6082160A009AC5948D490AFA09AC207C4AC50E80B0
\r
2229 0400B279103E24E79025424E23D4B657A572562566578AAA57242456D4CA7900
\r
2231 5E51A27425E0E405A08428024686A39659A34A32047A790E10E067A74B103679
\r
2233 0DD2B44B2254F4D60F2210CA4DE0F0EDE4DE934A748D04284DF50434A6594D76
\r
2235 BC94F6E4EE089B605008750C2FAC68B2CA72AAC5C60C8ECEA1B1E304C47222CC
\r
2237 2EA4D0C80E60D067D4B0FC54FD041500C9ADD75082C621454B510B5AF10604CA
\r
2239 ECB3075106D7CEB1524C7D528EAC32352ECECE515355726D20C23DA6C5540AAA
\r
2241 21354754A66954E5660415554B8A4A24955E0EF562FCF5674B4C9756D5063D27
\r
2243 480B25802833E6EE6DE2D13580E00E4B389589522F8AAC7590E23596DA06C8A2
\r
2245 95D847067D5A51EE3B95443435B03AB5B555247D5BD55B5C35C70189B14B29B1
\r
2247 502C9D5083083BD5E15155E4DE758303B5ECDF2CC35F321F51E3515FAD335356
\r
2249 3269753E7415435AD6105CB54C36F5515B961B55840B55D5600130A8239622E9
\r
2251 489B3A6FE2A414D662B48E3FA0E60A34AA8BB49B6916954A22FAC7D5CA9B104B
\r
2253 4C0A3E5645694D05705754C85714D54D83183994E14E4ED022D4EA5054F09B76
\r
2255 5159A79022C86B5574BA40A5905943CA59B6A756ADD55D22FB50B50F6360CB57
\r
2257 C9CD519585642EAF5F0CDF64B52AD076D7532D6220B53A6C56755C5679565679
\r
2259 4FF5CF6F2BD074959F5776FD7015E751AEFB644DF6FC826B71159364F4876B95
\r
2261 FC7192763DB736AB17216217275C972B56972F50573205F6035DD5795E357F63
\r
2263 D5E8F8374370B64770F5F752D7534F95FF75B4AD5DA67D76367767B62772D62D
\r
2265 56F5D4DDB634F0D6FF51763EE0370952178B7495F56B95F97935314FB799656D
\r
2267 6772367EF6D7DB67C681684E8CF6549406C22C8BA5E25E60C25EA35006C2A16A
\r
2269 0F980512500E00EE04806D8016A40134193DB44674980980CB7040D45E0F7817
\r
2271 41C66F81E06C5D206C5D51F380B8333509A4A160A183640183B8208BB8318107
\r
2273 E891F03604183236EA8536257639762E3D329C0F6CF523ACF84CAB2D87B65D37
\r
2275 E23F7E208F02AFA78153D982C8598315F291F72933E89EEDF2772500AC0C180E
\r
2277 D14E874A679182B42C66F8A783345CADD8B581A05F8BB8358398C98407A98458
\r
2279 487498C88BB8BB854CC8889070445860ABD864507770B2586F87277F87760B87
\r
2281 C3AB2CE62B88588878249D8C38B98A989649D89B2BAA292500AF8A98E0AC78B3
\r
2283 88F8B68599238BC9278258C192D8C59338CB84B9418D09498478399408BB9339
\r
2285 278598E721F86337D8F186A212CAD8F85CB8FD90160B90443190968691F91193
\r
2287 191501391B30391F39E0400B19258AD0278B188D44466F991934A6B93873197E
\r
2289 64B9A19427499AF9498D58399AE8BB9A1926DA985B85E47CABCDA836E60E3768
\r
2291 B00B0DB44582B457229B9D25722F024604B4AF90F93C66F69B493497012E6D86
\r
2293 97AD9675E596A248CFB8FE7415418800E59797E73A59F28599B57C589976989C
\r
2295 9B798A3E62420639928CA7C36A385799B81866E0C3A359A29974259AB23DA499
\r
2297 B0EBBA559B6BAD94D84BA479148BBA658ABA3848FA3D8E385A29B8EA4718EFA0
\r
2299 16F58F725396FA11A8B903A15A18F63A1D99C859A6B91601398689E803689494
\r
2301 06B7EE4CD7F20CA5E8A6606B7FF995A3B80380780B9C392BA9864B81F823A4FA
\r
2303 1FACF80A040082099839AD1A5D267ADFAE3ADB851AC7ABFA719998E42E19C995
\r
2305 E97C425A80BD1A84CF7A0D971A1338AD7DA92AF59F1ACD81DADB985A2991D8A3
\r
2307 98D8A7AC9A4189064B8A7AD3827A518C60C1ADDAE184BB39AE6791AEBB49B438
\r
2309 DC0C1956E1D95BA7B339961B078F5969A87B0FA8D973A904A790BA97A42859B4
\r
2311 BA25919B27989B2BA31923B31B3F923B3B93BB1E05FB95B50749B95B4C013BA1
\r
2313 B9DB544CDB8FAF54A490785B8E99CBA7DB658F2533B0B875B6E3AB971975883B
\r
2315 7797BB1DB7C64BBA5B83AA1B8789FA2E48198FB59BB5A73929B3392F9ADB438B
\r
2317 F9A9AD79B3B43BAB990C10932A17C0BBAE051991B31AFA251AFF9CD9DB9E59D7
\r
2319 C262E59D59E3C2F9E62B28B19EFBF98C59F749FA9F9FFBC586DB6BB0D879B71B
\r
2321 132F9BD57E5A9597DC0405FC0DB25624BE3261B18E8F6940A00A49C436E8BA9E
\r
2323 2910370063B5B80598C27256BB5BB3FC8E0DBB97C03B9BC966360CEF5CA5C41D
\r
2325 C99BA6239CA4557CA856AC59C97B5BC3EAB7CABA9F62821CF2249C0809580804
\r
2327 45C995544B647275C778C2EFBC93FB3FC43695649CE7767C6AC15C6FBD7A1A7B
\r
2329 FC75C78956C59C8096A370065C89251CBDBF2F99C95CC5C01829C63CA1CB1CA7
\r
2331 CC3CB9CAE4B7D2A859CA08BBD17A6FBB6E1BD1DD2FBE3CC9CF2013CD0041CD42
\r
2333 5366DCB1CDE4B761BCCBCE9C63CED4AB70FCF37A5C6DAA5CFDC5E7BF40EB1F3E
\r
2335 C2CC0BFC4349862ABCDD808E1C43B5AEAAB38B80B41730B243A2BF92133243AB
\r
2337 D96B7F512B19D9E533472B4FDACB11DB0B842C0B893F4B90B6FDA4BFCB76669D
\r
2339 BCB58B8205EB86911DC8B6CB94AC36FCB9EBA2BA6BAB3A0BB12648B00A948621
\r
2341 B406BC586877AC0C261ACBBDD73547F4827A0BB1699D8BD7F3DFD8568D49C041
\r
2343 47C2EB4812E1D18907399C63E2C0E9E3031EE5B30249C98FA60F2E9C895C9CCA
\r
2345 1A7E17EA22CF2574AF2AF4497DBA03E03DA49DE50FAE6671F1DDC09BAADCCCC7
\r
2347 DE633A097DD29CB4649E6E9CA665E568D48DBD0436E9407E9E8297A97BB3FE3D
\r
2349 E40E11E47E9EF36F3AE2C767C7080544EAB4CBB454481458BF79374244CD1B94
\r
2351 596B9D99DB12E3AF67911DA425EDAB5AC59EE7DAEB5BEDF4A4DA91E8F7F64115
\r
2353 C0E9EE8B839FDAB20A60D20F4250BF80F67E1D7D3DD3EFE2443168E216AC5B18
\r
2355 BADA2A89A6E801BEC0CD7EC63E945BECF827ED339FED7EEE21546E0E7EF4A6DF
\r
2357 3710746CB47471EEC577F5A3BB471F52DA9B3E2863AB9FD68A431D8DE23D86E7
\r
2359 D2A481DF57EC448FEC875C247EAE89E01B3B004B9ABF96A3DF9B15839D3427CE
\r
2361 64A4D0822055782878871C0E89F354822BBA27F28083C648A566965AD2739F10
\r
2363 DAD15FAE4D405491FFBE4D4393C2E39133B2667E1FDA2F9FB3683886C4F34008
\r
2365 4200472F910CA623A99C407B1413CEC65391C0E469371D040733A98CC665399C
\r
2367 CCC75361B0F220891CCE8618F994C85C370A44110891D0FB2233034CA6E32024
\r
2369 4A7539C38C869319D01A633A9C8E5353A198D26C32880C66C37CEE914A06D4EA
\r
2371 9010>)0()/SubFileDecode/XY56EHB728E45ADCCA32FCCE5{eexec cvx%96A3
\r
2373 exec}def filter%E6E9CA665E56871C0E89F354822BD48DBD0436E9407E9E82
\r
2375 (7ff3429bb896e585e69988dd498a83bd9ae4a2be5fe1a7fdba170f85d656e49
\r
2377 5b4ebd2711bf0b15010c913e73bb3e5998f660414a3de706dab0278bc065ae45
\r
2379 6eca5188cf043fe52da914224ad0bb25eb6%%%)
\r
2381 XY56EHB728E45ADCCA32FCCE5
\r
2391 *CloseSubGroup: Separations
\r
2393 *OpenSubGroup: Policies
\r
2397 *OpenUI *LHPageSizePol/PageSize Policies: PickOne
\r
2399 *OrderDependency: 10 Prolog *LHPageSizePol
\r
2401 *DefaultLHPageSizePol: Abort
\r
2405 *LHPageSizePol Abort/Abort if PageSize is too big: " % PageSize Policy >Abort< is Default!"
\r
2409 *LHPageSizePol Largest/Use MaxPage and clip image: "
\r
2413 statusdict /setpageparams {
\r
2415 dup 1 gt {errordict /rangecheck get exec} if 1 dict begin /CPSI /ProcSet findresource
\r
2417 /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
2419 def 4 2 roll 2 copy 5 -1 roll 0 eq {gt {orientation 0 get}{orientation 1 get} ifelse 3 1 roll exch
\r
2421 }{lt{orientation 2 get}{orientation 3 get} ifelse 3 1 roll} ifelse end
\r
2423 <</PageOffset [ 7 -1 roll 0 ]/Orientation 7 -1 roll /PageSize [ 9 -2 roll ]/ImagingBBox null>>
\r
2429 <</Policies << /PageSize 4 >> >> setpagedevice
\r
2437 *LHPageSizePol Ignore/Ignore requested PageSize: "
\r
2441 statusdict /setpageparams {
\r
2443 dup 1 gt {errordict /rangecheck get exec} if 1 dict begin /CPSI /ProcSet findresource
\r
2445 /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
2447 def 4 2 roll 2 copy 5 -1 roll 0 eq {gt {orientation 0 get}{orientation 1 get} ifelse 3 1 roll exch
\r
2449 }{lt{orientation 2 get}{orientation 3 get} ifelse 3 1 roll} ifelse end
\r
2451 <</PageOffset [ 7 -1 roll 0 ]/Orientation 7 -1 roll /PageSize [ 9 -2 roll ]/ImagingBBox null>>
\r
2457 <</Policies << /PageSize 1 >> >> setpagedevice
\r
2465 *?LHPageSizePol: "
\r
2469 currentpagedevice /Policies get /PageSize get
\r
2473 dup 0 eq {(Abort) exit} if
\r
2475 dup 1 eq {(Ignore) exit} if
\r
2477 dup 4 eq {(Largest) exit} if
\r
2481 } loop = flush pop
\r
2489 *CloseUI: *LHPageSizePol
\r
2493 *CloseSubGroup: Policies
\r
2495 *CloseGroup: Imagesetter
\r
2501 *% End of Printer Specific Options
\r
2507 *% Color Separation Information =====================
\r
2511 *DefaultColorSep: ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi
\r
2515 *InkName: ProcessBlack/Process Black
\r
2517 *InkName: CustomColor/Custom Color
\r
2519 *InkName: ProcessCyan/Process Cyan
\r
2521 *InkName: ProcessMagenta/Process Magenta
\r
2523 *InkName: ProcessYellow/Process Yellow
\r
2529 *% Screening Params for IS
\r
2533 *% For 50 lpi / 2540 dpi
\r
2535 *ColorSepScreenAngle CustomColor.50lpi.2540dpi/50 lpi / 2540 dpi: "45"
\r
2537 *ColorSepScreenAngle ProcessCyan.50lpi.2540dpi/50 lpi / 2540 dpi: "15"
\r
2539 *ColorSepScreenAngle ProcessMagenta.50lpi.2540dpi/50 lpi / 2540 dpi: "75"
\r
2541 *ColorSepScreenAngle ProcessYellow.50lpi.2540dpi/50 lpi / 2540 dpi: "0"
\r
2543 *ColorSepScreenAngle ProcessBlack.50lpi.2540dpi/50 lpi / 2540 dpi: "45"
\r
2547 *ColorSepScreenFreq CustomColor.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
\r
2549 *ColorSepScreenFreq ProcessCyan.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
\r
2551 *ColorSepScreenFreq ProcessMagenta.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
\r
2553 *ColorSepScreenFreq ProcessYellow.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
\r
2555 *ColorSepScreenFreq ProcessBlack.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
\r
2559 *% For 60 lpi / 2540 dpi
\r
2561 *ColorSepScreenAngle CustomColor.60lpi.2540dpi/60 lpi / 2540 dpi: "45"
\r
2563 *ColorSepScreenAngle ProcessCyan.60lpi.2540dpi/60 lpi / 2540 dpi: "15"
\r
2565 *ColorSepScreenAngle ProcessMagenta.60lpi.2540dpi/60 lpi / 2540 dpi: "75"
\r
2567 *ColorSepScreenAngle ProcessYellow.60lpi.2540dpi/60 lpi / 2540 dpi: "0"
\r
2569 *ColorSepScreenAngle ProcessBlack.60lpi.2540dpi/60 lpi / 2540 dpi: "45"
\r
2573 *ColorSepScreenFreq CustomColor.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
\r
2575 *ColorSepScreenFreq ProcessCyan.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
\r
2577 *ColorSepScreenFreq ProcessMagenta.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
\r
2579 *ColorSepScreenFreq ProcessYellow.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
\r
2581 *ColorSepScreenFreq ProcessBlack.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
\r
2585 *% For 75 lpi / 2540 dpi
\r
2587 *ColorSepScreenAngle CustomColor.75lpi.2540dpi/75 lpi / 2540 dpi: "45"
\r
2589 *ColorSepScreenAngle ProcessCyan.75lpi.2540dpi/75 lpi / 2540 dpi: "15"
\r
2591 *ColorSepScreenAngle ProcessMagenta.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
\r
2593 *ColorSepScreenAngle ProcessYellow.75lpi.2540dpi/75 lpi / 2540 dpi: "0"
\r
2595 *ColorSepScreenAngle ProcessBlack.75lpi.2540dpi/75 lpi / 2540 dpi: "45"
\r
2599 *ColorSepScreenFreq CustomColor.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
\r
2601 *ColorSepScreenFreq ProcessCyan.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
\r
2603 *ColorSepScreenFreq ProcessMagenta.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
\r
2605 *ColorSepScreenFreq ProcessYellow.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
\r
2607 *ColorSepScreenFreq ProcessBlack.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
\r
2611 *% For 85 lpi / 2540 dpi
\r
2613 *ColorSepScreenAngle CustomColor.85lpi.2540dpi/85 lpi / 2540 dpi: "45"
\r
2615 *ColorSepScreenAngle ProcessCyan.85lpi.2540dpi/85 lpi / 2540 dpi: "15"
\r
2617 *ColorSepScreenAngle ProcessMagenta.85lpi.2540dpi/85 lpi / 2540 dpi: "75"
\r
2619 *ColorSepScreenAngle ProcessYellow.85lpi.2540dpi/85 lpi / 2540 dpi: "0"
\r
2621 *ColorSepScreenAngle ProcessBlack.85lpi.2540dpi/85 lpi / 2540 dpi: "45"
\r
2625 *ColorSepScreenFreq CustomColor.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
\r
2627 *ColorSepScreenFreq ProcessCyan.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
\r
2629 *ColorSepScreenFreq ProcessMagenta.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
\r
2631 *ColorSepScreenFreq ProcessYellow.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
\r
2633 *ColorSepScreenFreq ProcessBlack.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
\r
2637 *% For 100 lpi / 2540 dpi
\r
2639 *ColorSepScreenAngle CustomColor.100lpi.2540dpi/100 lpi / 2540 dpi: "45"
\r
2641 *ColorSepScreenAngle ProcessCyan.100lpi.2540dpi/100 lpi / 2540 dpi: "15"
\r
2643 *ColorSepScreenAngle ProcessMagenta.100lpi.2540dpi/100 lpi / 2540 dpi: "75"
\r
2645 *ColorSepScreenAngle ProcessYellow.100lpi.2540dpi/100 lpi / 2540 dpi: "0"
\r
2647 *ColorSepScreenAngle ProcessBlack.100lpi.2540dpi/100 lpi / 2540 dpi: "45"
\r
2651 *ColorSepScreenFreq CustomColor.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
\r
2653 *ColorSepScreenFreq ProcessCyan.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
\r
2655 *ColorSepScreenFreq ProcessMagenta.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
\r
2657 *ColorSepScreenFreq ProcessYellow.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
\r
2659 *ColorSepScreenFreq ProcessBlack.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
\r
2663 *% For 120 lpi / 2540 dpi
\r
2665 *ColorSepScreenAngle CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi: "45"
\r
2667 *ColorSepScreenAngle ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi: "15"
\r
2669 *ColorSepScreenAngle ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi: "75"
\r
2671 *ColorSepScreenAngle ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi: "0"
\r
2673 *ColorSepScreenAngle ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi: "45"
\r
2677 *ColorSepScreenFreq CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
\r
2679 *ColorSepScreenFreq ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
\r
2681 *ColorSepScreenFreq ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
\r
2683 *ColorSepScreenFreq ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
\r
2685 *ColorSepScreenFreq ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
\r
2689 *% For 133 lpi / 2540 dpi
\r
2691 *ColorSepScreenAngle CustomColor.133lpi.2540dpi/133 lpi / 2540 dpi: "45"
\r
2693 *ColorSepScreenAngle ProcessCyan.133lpi.2540dpi/133 lpi / 2540 dpi: "15"
\r
2695 *ColorSepScreenAngle ProcessMagenta.133lpi.2540dpi/133 lpi / 2540 dpi: "75"
\r
2697 *ColorSepScreenAngle ProcessYellow.133lpi.2540dpi/133 lpi / 2540 dpi: "0"
\r
2699 *ColorSepScreenAngle ProcessBlack.133lpi.2540dpi/133 lpi / 2540 dpi: "45"
\r
2703 *ColorSepScreenFreq CustomColor.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
\r
2705 *ColorSepScreenFreq ProcessCyan.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
\r
2707 *ColorSepScreenFreq ProcessMagenta.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
\r
2709 *ColorSepScreenFreq ProcessYellow.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
\r
2711 *ColorSepScreenFreq ProcessBlack.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
\r
2715 *% For 150 lpi / 2540 dpi
\r
2717 *ColorSepScreenAngle CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi: "45"
\r
2719 *ColorSepScreenAngle ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi: "15"
\r
2721 *ColorSepScreenAngle ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi: "75"
\r
2723 *ColorSepScreenAngle ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi: "0"
\r
2725 *ColorSepScreenAngle ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi: "45"
\r
2729 *ColorSepScreenFreq CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
\r
2731 *ColorSepScreenFreq ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
\r
2733 *ColorSepScreenFreq ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
\r
2735 *ColorSepScreenFreq ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
\r
2737 *ColorSepScreenFreq ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
\r
2741 *% For 175 lpi / 2540 dpi
\r
2743 *ColorSepScreenAngle CustomColor.175lpi.2540dpi/175 lpi / 2540 dpi: "45"
\r
2745 *ColorSepScreenAngle ProcessCyan.175lpi.2540dpi/175 lpi / 2540 dpi: "15"
\r
2747 *ColorSepScreenAngle ProcessMagenta.175lpi.2540dpi/175 lpi / 2540 dpi: "75"
\r
2749 *ColorSepScreenAngle ProcessYellow.175lpi.2540dpi/175 lpi / 2540 dpi: "0"
\r
2751 *ColorSepScreenAngle ProcessBlack.175lpi.2540dpi/175 lpi / 2540 dpi: "45"
\r
2755 *ColorSepScreenFreq CustomColor.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
\r
2757 *ColorSepScreenFreq ProcessCyan.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
\r
2759 *ColorSepScreenFreq ProcessMagenta.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
\r
2761 *ColorSepScreenFreq ProcessYellow.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
\r
2763 *ColorSepScreenFreq ProcessBlack.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
\r
2767 *% For 200 lpi / 2540 dpi
\r
2769 *ColorSepScreenAngle CustomColor.200lpi.2540dpi/200 lpi / 2540 dpi: "45"
\r
2771 *ColorSepScreenAngle ProcessCyan.200lpi.2540dpi/200 lpi / 2540 dpi: "15"
\r
2773 *ColorSepScreenAngle ProcessMagenta.200lpi.2540dpi/200 lpi / 2540 dpi: "75"
\r
2775 *ColorSepScreenAngle ProcessYellow.200lpi.2540dpi/200 lpi / 2540 dpi: "0"
\r
2777 *ColorSepScreenAngle ProcessBlack.200lpi.2540dpi/200 lpi / 2540 dpi: "45"
\r
2781 *ColorSepScreenFreq CustomColor.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
\r
2783 *ColorSepScreenFreq ProcessCyan.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
\r
2785 *ColorSepScreenFreq ProcessMagenta.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
\r
2787 *ColorSepScreenFreq ProcessYellow.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
\r
2789 *ColorSepScreenFreq ProcessBlack.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
\r
2793 *% For 50 lpi / 3386 dpi
\r
2795 *ColorSepScreenAngle CustomColor.50lpi.3386dpi/50 lpi / 3386 dpi: "45"
\r
2797 *ColorSepScreenAngle ProcessCyan.50lpi.3386dpi/50 lpi / 3386 dpi: "15"
\r
2799 *ColorSepScreenAngle ProcessMagenta.50lpi.3386dpi/50 lpi / 3386 dpi: "75"
\r
2801 *ColorSepScreenAngle ProcessYellow.50lpi.3386dpi/50 lpi / 3386 dpi: "0"
\r
2803 *ColorSepScreenAngle ProcessBlack.50lpi.3386dpi/50 lpi / 3386 dpi: "45"
\r
2807 *ColorSepScreenFreq CustomColor.50lpi.3386dpi/50 lpi / 3386 dpi: "50"
\r
2809 *ColorSepScreenFreq ProcessCyan.50lpi.3386dpi/50 lpi / 3386 dpi: "50"
\r
2811 *ColorSepScreenFreq ProcessMagenta.50lpi.3386dpi/50 lpi / 3386 dpi: "50"
\r
2813 *ColorSepScreenFreq ProcessYellow.50lpi.3386dpi/50 lpi / 3386 dpi: "50"
\r
2815 *ColorSepScreenFreq ProcessBlack.50lpi.3386dpi/50 lpi / 3386 dpi: "50"
\r
2819 *% For 60 lpi / 3386 dpi
\r
2821 *ColorSepScreenAngle CustomColor.60lpi.3386dpi/60 lpi / 3386 dpi: "45"
\r
2823 *ColorSepScreenAngle ProcessCyan.60lpi.3386dpi/60 lpi / 3386 dpi: "15"
\r
2825 *ColorSepScreenAngle ProcessMagenta.60lpi.3386dpi/60 lpi / 3386 dpi: "75"
\r
2827 *ColorSepScreenAngle ProcessYellow.60lpi.3386dpi/60 lpi / 3386 dpi: "0"
\r
2829 *ColorSepScreenAngle ProcessBlack.60lpi.3386dpi/60 lpi / 3386 dpi: "45"
\r
2833 *ColorSepScreenFreq CustomColor.60lpi.3386dpi/60 lpi / 3386 dpi: "60"
\r
2835 *ColorSepScreenFreq ProcessCyan.60lpi.3386dpi/60 lpi / 3386 dpi: "60"
\r
2837 *ColorSepScreenFreq ProcessMagenta.60lpi.3386dpi/60 lpi / 3386 dpi: "60"
\r
2839 *ColorSepScreenFreq ProcessYellow.60lpi.3386dpi/60 lpi / 3386 dpi: "60"
\r
2841 *ColorSepScreenFreq ProcessBlack.60lpi.3386dpi/60 lpi / 3386 dpi: "60"
\r
2845 *% For 75 lpi / 3386 dpi
\r
2847 *ColorSepScreenAngle CustomColor.75lpi.3386dpi/75 lpi / 3386 dpi: "45"
\r
2849 *ColorSepScreenAngle ProcessCyan.75lpi.3386dpi/75 lpi / 3386 dpi: "15"
\r
2851 *ColorSepScreenAngle ProcessMagenta.75lpi.3386dpi/75 lpi / 3386 dpi: "75"
\r
2853 *ColorSepScreenAngle ProcessYellow.75lpi.3386dpi/75 lpi / 3386 dpi: "0"
\r
2855 *ColorSepScreenAngle ProcessBlack.75lpi.3386dpi/75 lpi / 3386 dpi: "45"
\r
2859 *ColorSepScreenFreq CustomColor.75lpi.3386dpi/75 lpi / 3386 dpi: "75"
\r
2861 *ColorSepScreenFreq ProcessCyan.75lpi.3386dpi/75 lpi / 3386 dpi: "75"
\r
2863 *ColorSepScreenFreq ProcessMagenta.75lpi.3386dpi/75 lpi / 3386 dpi: "75"
\r
2865 *ColorSepScreenFreq ProcessYellow.75lpi.3386dpi/75 lpi / 3386 dpi: "75"
\r
2867 *ColorSepScreenFreq ProcessBlack.75lpi.3386dpi/75 lpi / 3386 dpi: "75"
\r
2871 *% For 85 lpi / 3386 dpi
\r
2873 *ColorSepScreenAngle CustomColor.85lpi.3386dpi/85 lpi / 3386 dpi: "45"
\r
2875 *ColorSepScreenAngle ProcessCyan.85lpi.3386dpi/85 lpi / 3386 dpi: "15"
\r
2877 *ColorSepScreenAngle ProcessMagenta.85lpi.3386dpi/85 lpi / 3386 dpi: "75"
\r
2879 *ColorSepScreenAngle ProcessYellow.85lpi.3386dpi/85 lpi / 3386 dpi: "0"
\r
2881 *ColorSepScreenAngle ProcessBlack.85lpi.3386dpi/85 lpi / 3386 dpi: "45"
\r
2885 *ColorSepScreenFreq CustomColor.85lpi.3386dpi/85 lpi / 3386 dpi: "85"
\r
2887 *ColorSepScreenFreq ProcessCyan.85lpi.3386dpi/85 lpi / 3386 dpi: "85"
\r
2889 *ColorSepScreenFreq ProcessMagenta.85lpi.3386dpi/85 lpi / 3386 dpi: "85"
\r
2891 *ColorSepScreenFreq ProcessYellow.85lpi.3386dpi/85 lpi / 3386 dpi: "85"
\r
2893 *ColorSepScreenFreq ProcessBlack.85lpi.3386dpi/85 lpi / 3386 dpi: "85"
\r
2897 *% For 100 lpi / 3386 dpi
\r
2899 *ColorSepScreenAngle CustomColor.100lpi.3386dpi/100 lpi / 3386 dpi: "45"
\r
2901 *ColorSepScreenAngle ProcessCyan.100lpi.3386dpi/100 lpi / 3386 dpi: "15"
\r
2903 *ColorSepScreenAngle ProcessMagenta.100lpi.3386dpi/100 lpi / 3386 dpi: "75"
\r
2905 *ColorSepScreenAngle ProcessYellow.100lpi.3386dpi/100 lpi / 3386 dpi: "0"
\r
2907 *ColorSepScreenAngle ProcessBlack.100lpi.3386dpi/100 lpi / 3386 dpi: "45"
\r
2911 *ColorSepScreenFreq CustomColor.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
\r
2913 *ColorSepScreenFreq ProcessCyan.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
\r
2915 *ColorSepScreenFreq ProcessMagenta.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
\r
2917 *ColorSepScreenFreq ProcessYellow.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
\r
2919 *ColorSepScreenFreq ProcessBlack.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
\r
2923 *% For 120 lpi / 3386 dpi
\r
2925 *ColorSepScreenAngle CustomColor.120lpi.3386dpi/120 lpi / 3386 dpi: "45"
\r
2927 *ColorSepScreenAngle ProcessCyan.120lpi.3386dpi/120 lpi / 3386 dpi: "15"
\r
2929 *ColorSepScreenAngle ProcessMagenta.120lpi.3386dpi/120 lpi / 3386 dpi: "75"
\r
2931 *ColorSepScreenAngle ProcessYellow.120lpi.3386dpi/120 lpi / 3386 dpi: "0"
\r
2933 *ColorSepScreenAngle ProcessBlack.120lpi.3386dpi/120 lpi / 3386 dpi: "45"
\r
2937 *ColorSepScreenFreq CustomColor.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
\r
2939 *ColorSepScreenFreq ProcessCyan.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
\r
2941 *ColorSepScreenFreq ProcessMagenta.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
\r
2943 *ColorSepScreenFreq ProcessYellow.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
\r
2945 *ColorSepScreenFreq ProcessBlack.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
\r
2949 *% For 133 lpi / 3386 dpi
\r
2951 *ColorSepScreenAngle CustomColor.133lpi.3386dpi/133 lpi / 3386 dpi: "45"
\r
2953 *ColorSepScreenAngle ProcessCyan.133lpi.3386dpi/133 lpi / 3386 dpi: "15"
\r
2955 *ColorSepScreenAngle ProcessMagenta.133lpi.3386dpi/133 lpi / 3386 dpi: "75"
\r
2957 *ColorSepScreenAngle ProcessYellow.133lpi.3386dpi/133 lpi / 3386 dpi: "0"
\r
2959 *ColorSepScreenAngle ProcessBlack.133lpi.3386dpi/133 lpi / 3386 dpi: "45"
\r
2963 *ColorSepScreenFreq CustomColor.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
\r
2965 *ColorSepScreenFreq ProcessCyan.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
\r
2967 *ColorSepScreenFreq ProcessMagenta.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
\r
2969 *ColorSepScreenFreq ProcessYellow.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
\r
2971 *ColorSepScreenFreq ProcessBlack.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
\r
2975 *% For 150 lpi / 3386 dpi
\r
2977 *ColorSepScreenAngle CustomColor.150lpi.3386dpi/150 lpi / 3386 dpi: "45"
\r
2979 *ColorSepScreenAngle ProcessCyan.150lpi.3386dpi/150 lpi / 3386 dpi: "15"
\r
2981 *ColorSepScreenAngle ProcessMagenta.150lpi.3386dpi/150 lpi / 3386 dpi: "75"
\r
2983 *ColorSepScreenAngle ProcessYellow.150lpi.3386dpi/150 lpi / 3386 dpi: "0"
\r
2985 *ColorSepScreenAngle ProcessBlack.150lpi.3386dpi/150 lpi / 3386 dpi: "45"
\r
2989 *ColorSepScreenFreq CustomColor.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
\r
2991 *ColorSepScreenFreq ProcessCyan.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
\r
2993 *ColorSepScreenFreq ProcessMagenta.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
\r
2995 *ColorSepScreenFreq ProcessYellow.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
\r
2997 *ColorSepScreenFreq ProcessBlack.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
\r
3001 *% For 165 lpi / 3386 dpi
\r
3003 *ColorSepScreenAngle CustomColor.165lpi.3386dpi/165 lpi / 3386 dpi: "45"
\r
3005 *ColorSepScreenAngle ProcessCyan.165lpi.3386dpi/165 lpi / 3386 dpi: "15"
\r
3007 *ColorSepScreenAngle ProcessMagenta.165lpi.3386dpi/165 lpi / 3386 dpi: "75"
\r
3009 *ColorSepScreenAngle ProcessYellow.165lpi.3386dpi/165 lpi / 3386 dpi: "0"
\r
3011 *ColorSepScreenAngle ProcessBlack.165lpi.3386dpi/165 lpi / 3386 dpi: "45"
\r
3015 *ColorSepScreenFreq CustomColor.165lpi.3386dpi/165 lpi / 3386 dpi: "165"
\r
3017 *ColorSepScreenFreq ProcessCyan.165lpi.3386dpi/165 lpi / 3386 dpi: "165"
\r
3019 *ColorSepScreenFreq ProcessMagenta.165lpi.3386dpi/165 lpi / 3386 dpi: "165"
\r
3021 *ColorSepScreenFreq ProcessYellow.165lpi.3386dpi/165 lpi / 3386 dpi: "165"
\r
3023 *ColorSepScreenFreq ProcessBlack.165lpi.3386dpi/165 lpi / 3386 dpi: "165"
\r
3027 *% For 175 lpi / 3386 dpi
\r
3029 *ColorSepScreenAngle CustomColor.175lpi.3386dpi/175 lpi / 3386 dpi: "45"
\r
3031 *ColorSepScreenAngle ProcessCyan.175lpi.3386dpi/175 lpi / 3386 dpi: "15"
\r
3033 *ColorSepScreenAngle ProcessMagenta.175lpi.3386dpi/175 lpi / 3386 dpi: "75"
\r
3035 *ColorSepScreenAngle ProcessYellow.175lpi.3386dpi/175 lpi / 3386 dpi: "0"
\r
3037 *ColorSepScreenAngle ProcessBlack.175lpi.3386dpi/175 lpi / 3386 dpi: "45"
\r
3041 *ColorSepScreenFreq CustomColor.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
\r
3043 *ColorSepScreenFreq ProcessCyan.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
\r
3045 *ColorSepScreenFreq ProcessMagenta.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
\r
3047 *ColorSepScreenFreq ProcessYellow.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
\r
3049 *ColorSepScreenFreq ProcessBlack.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
\r
3053 *% For 200 lpi / 3386 dpi
\r
3055 *ColorSepScreenAngle CustomColor.200lpi.3386dpi/200 lpi / 3386 dpi: "45"
\r
3057 *ColorSepScreenAngle ProcessCyan.200lpi.3386dpi/200 lpi / 3386 dpi: "15"
\r
3059 *ColorSepScreenAngle ProcessMagenta.200lpi.3386dpi/200 lpi / 3386 dpi: "75"
\r
3061 *ColorSepScreenAngle ProcessYellow.200lpi.3386dpi/200 lpi / 3386 dpi: "0"
\r
3063 *ColorSepScreenAngle ProcessBlack.200lpi.3386dpi/200 lpi / 3386 dpi: "45"
\r
3067 *ColorSepScreenFreq CustomColor.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
\r
3069 *ColorSepScreenFreq ProcessCyan.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
\r
3071 *ColorSepScreenFreq ProcessMagenta.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
\r
3073 *ColorSepScreenFreq ProcessYellow.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
\r
3075 *ColorSepScreenFreq ProcessBlack.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
\r
3079 *% For 225 lpi / 3386 dpi
\r
3081 *ColorSepScreenAngle CustomColor.225lpi.3386dpi/225 lpi / 3386 dpi: "45"
\r
3083 *ColorSepScreenAngle ProcessCyan.225lpi.3386dpi/225 lpi / 3386 dpi: "15"
\r
3085 *ColorSepScreenAngle ProcessMagenta.225lpi.3386dpi/225 lpi / 3386 dpi: "75"
\r
3087 *ColorSepScreenAngle ProcessYellow.225lpi.3386dpi/225 lpi / 3386 dpi: "0"
\r
3089 *ColorSepScreenAngle ProcessBlack.225lpi.3386dpi/225 lpi / 3386 dpi: "45"
\r
3093 *ColorSepScreenFreq CustomColor.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
\r
3095 *ColorSepScreenFreq ProcessCyan.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
\r
3097 *ColorSepScreenFreq ProcessMagenta.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
\r
3099 *ColorSepScreenFreq ProcessYellow.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
\r
3101 *ColorSepScreenFreq ProcessBlack.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
\r
3105 *% For 275 lpi / 3386 dpi
\r
3107 *ColorSepScreenAngle CustomColor.275lpi.3386dpi/275 lpi / 3386 dpi: "45"
\r
3109 *ColorSepScreenAngle ProcessCyan.275lpi.3386dpi/275 lpi / 3386 dpi: "15"
\r
3111 *ColorSepScreenAngle ProcessMagenta.275lpi.3386dpi/275 lpi / 3386 dpi: "75"
\r
3113 *ColorSepScreenAngle ProcessYellow.275lpi.3386dpi/275 lpi / 3386 dpi: "0"
\r
3115 *ColorSepScreenAngle ProcessBlack.275lpi.3386dpi/275 lpi / 3386 dpi: "45"
\r
3119 *ColorSepScreenFreq CustomColor.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
\r
3121 *ColorSepScreenFreq ProcessCyan.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
\r
3123 *ColorSepScreenFreq ProcessMagenta.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
\r
3125 *ColorSepScreenFreq ProcessYellow.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
\r
3127 *ColorSepScreenFreq ProcessBlack.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
\r
3131 *% The byte count of this file should be exactly 068975 or 072111
\r
3132 *% depending on the filesystem it resides in.
\r
3133 *% end of PPD file for Linotype-Hell Herkules Plate IS
\r