summaryrefslogtreecommitdiff
path: root/psprint_config/configuration/ppds/LHHKPIJ7.PS
diff options
context:
space:
mode:
Diffstat (limited to 'psprint_config/configuration/ppds/LHHKPIJ7.PS')
-rw-r--r--psprint_config/configuration/ppds/LHHKPIJ7.PS3136
1 files changed, 3136 insertions, 0 deletions
diff --git a/psprint_config/configuration/ppds/LHHKPIJ7.PS b/psprint_config/configuration/ppds/LHHKPIJ7.PS
new file mode 100644
index 000000000000..5d436ce19a6d
--- /dev/null
+++ b/psprint_config/configuration/ppds/LHHKPIJ7.PS
@@ -0,0 +1,3136 @@
+*PPD-Adobe: "4.3"
+*% Adobe Systems PostScript(R) Printer Description File
+*% Copyright 1987-1995 Adobe Systems Incorporated.
+*% All Rights Reserved.
+*% Permission is granted for redistribution of this file as
+*% long as this copyright notice is intact and the contents
+*% of the file is not altered in any way from its original form.
+*% End of Copyright statement
+
+
+*% All Rights Reserved.
+
+*% Permission is granted for redistribution of this file as
+
+*% long as this copyright notice is intact and the contents
+
+*% of the file is not altered in any way from its original form.
+
+*% End of Copyright statement
+
+*%
+
+*% Creation Date: May 20, 1997; By: Berthold Giess, Linotype-Hell AG
+
+*% Last Edit : Jun. 2, 1997; By: Berthold Giess, Linotype-Hell AG
+
+
+
+*% ----- Basic Capabilities -----
+
+*FormatVersion: "4.3"
+
+*FileVersion: "1.0"
+
+*LanguageEncoding: JIS83-RKSJ
+
+*LanguageVersion: Japanese
+
+*PSVersion: "(2013.114) 9"
+
+*Product: "(Linotype)"
+
+*% 31 Chars *******************************
+
+*Manufacturer: "LHAG Linotype-Hell"
+
+*ModelName: "Lino Herkules Plate IS V 3.7 J"
+
+*ShortNickName: "Lino Herkules Plate IS V 3.7 J"
+
+*NickName: "Lino Herkules Plate IS V 3.7 J"
+
+*PCFileName: "LHHKPIJ7.PPD"
+
+
+
+*% ----- General Information and Defaults -----
+
+*FreeVM: "5242880"
+
+*PrintPSErrors: False
+
+*LanguageLevel: "2"
+
+*ColorDevice: True
+
+*DefaultColorSpace: Gray
+
+*DefaultHalftoneType: 1
+
+*Throughput: "1"
+
+*VariablePaperSize: True
+
+*FileSystem: True
+
+
+
+
+
+*?FileSystem: "
+
+save
+
+ statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
+
+restore
+
+"
+
+*End
+
+
+
+*Password: "0"
+
+*ExitServer: "
+
+ count 0 eq { % is the password on the stack?
+
+ true
+
+ }{
+
+ dup % potential password
+
+ statusdict /checkpassword get exec not
+
+ } ifelse
+
+ { % if no password or not valid
+
+ (WARNING : Cannot perform the exitserver command.) =
+
+ (Password supplied is not valid.) =
+
+ (Please contact the author of this software.) = flush
+
+ quit
+
+ } if
+
+ serverdict /exitserver get exec
+
+"
+
+*End
+
+
+
+*Reset: "
+
+ count 0 eq { % is the password on the stack?
+
+ true
+
+ }{
+
+ dup % potential password
+
+ statusdict /checkpassword get exec not
+
+ } ifelse
+
+ { % if no password or not valid
+
+ (WARNING : Cannot reset printer.) =
+
+ (Password supplied is not valid.) =
+
+ (Please contact the author of this software.) = flush
+
+ quit
+
+ } if
+
+ serverdict /exitserver get exec
+
+ systemdict /quit get exec
+
+ (WARNING : Printer Reset Failed.) = flush
+
+"
+
+*End
+
+
+
+*DefaultResolution: 2540dpi
+
+
+
+*?Resolution: "
+
+ save
+
+ 72 72 matrix defaultmatrix dtransform
+
+ pop abs round cvi =print (dpi\n) print
+
+ restore
+
+"
+
+*End
+
+
+
+*% Halftone Information ===============
+
+*ScreenFreq: "150"
+
+*ScreenAngle: "45"
+
+*AccurateScreensSupport: True
+
+*DefaultScreenProc: Euclidean
+
+
+
+*ScreenProc Euclidean: "
+
+{
+
+ abs exch abs 2 copy add 1 gt
+
+ {1 sub dup mul exch 1 sub dup mul add 1 sub}
+
+ { dup mul exch dup mul add 1 exch sub}
+
+ ifelse
+
+}
+
+"
+
+*End
+
+
+
+*ScreenProc Round: "
+
+{
+
+ dup mul exch dup mul add 1 exch sub
+
+}
+
+"
+
+*End
+
+
+
+*ScreenProc Square: "
+
+{
+
+ abs exch abs add 1 exch sub
+
+}
+
+"
+
+*End
+
+
+
+*ScreenProc HeavyEllipse: "
+
+{ %Copyright Linotype-Hell AG 1996
+
+ exch
+
+ abs exch abs 2 copy 0.80 mul add 0.80 lt {
+
+ exch 0.80 div
+
+ dup dup mul exch 2 mul 3 sub mul exch
+
+ dup dup mul exch 2 mul 3 sub mul add 0.80 mul 1 add
+
+ } {
+
+ 2 copy 0.80 mul add 1 gt {
+
+ 1 sub exch 1 sub 0.80 div
+
+ dup dup mul exch 2 mul 3 add mul exch
+
+ dup dup mul exch 2 mul 3 add mul add 0.80 mul 1 sub
+
+ } {
+
+ 0.80 mul add 2 mul neg 1 add 0.80 add
+
+ } ifelse
+
+ } ifelse
+
+}
+
+"
+
+*End
+
+
+
+*ScreenProc Ellipse: "
+
+{ %Copyright Linotype-Hell AG 1996
+
+ exch
+
+ abs exch abs 2 copy 0.85 mul add 0.85 lt {
+
+ exch 0.85 div
+
+ dup dup mul exch 2 mul 3 sub mul exch
+
+ dup dup mul exch 2 mul 3 sub mul add 0.85 mul 1 add
+
+ } {
+
+ 2 copy 0.85 mul add 1 gt {
+
+ 1 sub exch 1 sub 0.85 div
+
+ dup dup mul exch 2 mul 3 add mul exch
+
+ dup dup mul exch 2 mul 3 add mul add 0.85 mul 1 sub
+
+ } {
+
+ 0.85 mul add 2 mul neg 1 add 0.85 add
+
+ } ifelse
+
+ } ifelse
+
+}
+
+"
+
+*End
+
+
+
+*ScreenProc LightEllipse: "
+
+{ %Copyright Linotype-Hell AG 1996
+
+ exch
+
+ abs exch abs 2 copy 0.90 mul add 0.90 lt {
+
+ exch 0.90 div
+
+ dup dup mul exch 2 mul 3 sub mul exch
+
+ dup dup mul exch 2 mul 3 sub mul add 0.90 mul 1 add
+
+ } {
+
+ 2 copy 0.90 mul add 1 gt {
+
+ 1 sub exch 1 sub 0.90 div
+
+ dup dup mul exch 2 mul 3 add mul exch
+
+ dup dup mul exch 2 mul 3 add mul add 0.90 mul 1 sub
+
+ } {
+
+ 0.90 mul add 2 mul neg 1 add 0.90 add
+
+ } ifelse
+
+ } ifelse
+
+}
+
+"
+
+*End
+
+
+
+*ScreenProc LineX: "
+
+{ %Copyright Linotype-Hell AG 1996
+
+ abs exch 0.9 mul 0.01 sub abs exch
+
+ 0.003 mul add 1 exch sub
+
+}
+
+"
+
+*End
+
+
+
+*ScreenProc LineY: "
+
+{ %Copyright Linotype-Hell AG 1996
+
+ 0.9 mul 0.01 sub abs exch abs
+
+ 0.003 mul add 1 exch sub
+
+}
+
+"
+
+*End
+
+
+
+*ScreenProc Grid: "
+
+{ %Copyright Linotype-Hell AG 1996
+
+ 0.9 mul 0.01 sub abs exch
+
+ 0.9 mul 0.01 sub abs exch
+
+ 2 copy lt { 0.003 mul add } { exch 0.003 mul add } ifelse
+
+ 1 exch sub
+
+}
+
+"
+
+*End
+
+
+
+*DefaultTransfer: Null
+
+*Transfer Null: "{ }"
+
+*Transfer Null.Inverse: "{ 1 exch sub }"
+
+
+
+*% Paper Handling ===================
+
+*% Use these entries to set paper size most of the time, unless there is
+
+*% specific reason to use PageRegion.
+
+*OpenUI *PageSize: PickOne
+
+*OrderDependency: 20 AnySetup *PageSize
+
+
+
+*DefaultPageSize: Letter
+
+*PageSize Letter: "<</PageSize [612 792] /Orientation 1>> setpagedevice"
+
+*PageSize Letter.Extra: "<</PageSize [684 864] /Orientation 1>> setpagedevice"
+
+*PageSize Letter.Transverse: "<</PageSize [612 792] /Orientation 0>> setpagedevice"
+
+*PageSize Letter.Extra.Transverse: "<</PageSize [684 864] /Orientation 0>> setpagedevice"
+
+
+
+*PageSize Legal: "<</PageSize [612 1008] /Orientation 1>> setpagedevice"
+
+*PageSize Legal.Extra: "<</PageSize [684 1080] /Orientation 1>> setpagedevice"
+
+*PageSize Legal.Transverse: "<</PageSize [612 1008] /Orientation 0>> setpagedevice"
+
+*PageSize Legal.Extra.Transverse: "<</PageSize [684 1080] /Orientation 0>> setpagedevice"
+
+
+
+*PageSize Tabloid: "<</PageSize [792 1224] /Orientation 1>> setpagedevice"
+
+*PageSize Tabloid.Extra: "<</PageSize [864 1296] /Orientation 1>> setpagedevice"
+
+*PageSize Tabloid.Transverse: "<</PageSize [792 1224] /Orientation 0>> setpagedevice"
+
+*PageSize Tabloid.Extra.Transverse: "<</PageSize [864 1296] /Orientation 0>> setpagedevice"
+
+
+
+*PageSize A2: "<</PageSize [1191 1684] /Orientation 1>> setpagedevice"
+
+*PageSize A2.Extra: "<</PageSize [1263 1756] /Orientation 1>> setpagedevice"
+
+
+
+*PageSize A3: "<</PageSize [842 1191] /Orientation 1>> setpagedevice"
+
+*PageSize A3.Extra: "<</PageSize [914 1263] /Orientation 1>> setpagedevice"
+
+*PageSize A3.Transverse: "<</PageSize [842 1191] /Orientation 0>> setpagedevice"
+
+*PageSize A3.Extra.Transverse: "<</PageSize [914 1262] /Orientation 0>> setpagedevice"
+
+
+
+*PageSize A4: "<</PageSize [595 842] /Orientation 1>> setpagedevice"
+
+*PageSize A4.Extra: "<</PageSize [667 914] /Orientation 1>> setpagedevice"
+
+*PageSize A4.Transverse: "<</PageSize [595 842] /Orientation 0>> setpagedevice"
+
+*PageSize A4.Extra.Transverse: "<</PageSize [667 914] /Orientation 0>> setpagedevice"
+
+
+
+*PageSize A5: "<</PageSize [420 595] /Orientation 1>> setpagedevice"
+
+*PageSize A5.Extra: "<</PageSize [492 667] /Orientation 1>> setpagedevice"
+
+*PageSize A5.Transverse: "<</PageSize [420 595] /Orientation 0>> setpagedevice"
+
+*PageSize A5.Extra.Transverse: "<</PageSize [492 667] /Orientation 0>> setpagedevice"
+
+
+
+*PageSize B2: "<</PageSize [1460 2064] /Orientation 1>> setpagedevice"
+
+*PageSize B2.Extra: "<</PageSize [1532 2136] /Orientation 1>> setpagedevice"
+
+
+
+*PageSize B3: "<</PageSize [1032 1460] /Orientation 1>> setpagedevice"
+
+*PageSize B3.Extra: "<</PageSize [1104 1532] /Orientation 1>> setpagedevice"
+
+*PageSize B3.Transverse: "<</PageSize [1032 1460] /Orientation 0>> setpagedevice"
+
+*PageSize B3.Extra.Transverse: "<</PageSize [1104 1532] /Orientation 0>> setpagedevice"
+
+
+
+*PageSize B4: "<</PageSize [729 1032] /Orientation 1>> setpagedevice"
+
+*PageSize B4.Extra: "<</PageSize [801 1104] /Orientation 1>> setpagedevice"
+
+*PageSize B4.Transverse: "<</PageSize [729 1032] /Orientation 0>> setpagedevice"
+
+*PageSize B4.Extra.Transverse: "<</PageSize [801 1104] /Orientation 0>> setpagedevice"
+
+
+
+*PageSize B5: "<</PageSize [516 729] /Orientation 1>> setpagedevice"
+
+*PageSize B5.Extra: "<</PageSize [588 801] /Orientation 1>> setpagedevice"
+
+*PageSize B5.Transverse: "<</PageSize [516 729] /Orientation 0>> setpagedevice"
+
+*PageSize B5.Extra.Transverse: "<</PageSize [588 801] /Orientation 0>> setpagedevice"
+
+
+
+*PageSize ISOB2: "<</PageSize [1417 2004] /Orientation 1>> setpagedevice"
+
+*PageSize ISOB2.Extra: "<</PageSize [1489 2076] /Orientation 1>> setpagedevice"
+
+
+
+*PageSize ISOB3: "<</PageSize [1001 1417] /Orientation 1>> setpagedevice"
+
+*PageSize ISOB3.Extra: "<</PageSize [1073 1489] /Orientation 1>> setpagedevice"
+
+*PageSize ISOB3.Transverse: "<</PageSize [1001 1417] /Orientation 0>> setpagedevice"
+
+*PageSize ISOB3.Extra.Transverse: "<</PageSize [1073 1489] /Orientation 0>> setpagedevice"
+
+
+
+*PageSize ISOB4: "<</PageSize [709 1001] /Orientation 1>> setpagedevice"
+
+*PageSize ISOB4.Extra: "<</PageSize [781 1073] /Orientation 1>> setpagedevice"
+
+*PageSize ISOB4.Transverse: "<</PageSize [709 1001] /Orientation 0>> setpagedevice"
+
+*PageSize ISOB4.Extra.Transverse: "<</PageSize [781 1073] /Orientation 0>> setpagedevice"
+
+
+
+*PageSize ISOB5: "<</PageSize [499 709] /Orientation 1>> setpagedevice"
+
+*PageSize ISOB5.Extra: "<</PageSize [569.7 782] /Orientation 1>> setpagedevice"
+
+*PageSize ISOB5.Transverse: "<</PageSize [499 709] /Orientation 0>> setpagedevice"
+
+*PageSize ISOB5.Extra.Transverse: "<</PageSize [569.7 782] /Orientation 0>> setpagedevice"
+
+
+
+*PageSize MaxPage: "<</PageSize [1587.4 2126.0] /Orientation 1>> setpagedevice"
+
+
+
+*?PageSize: "
+
+save
+
+mark
+
+currentpagedevice /PageSize get aload pop
+
+2 copy gt {exch} if
+
+(Unknown)
+
+37 dict
+
+dup [ 612 792] (Letter) put
+
+dup [ 684 864] (Letter.Extra) put
+
+
+
+dup [ 612 1008] (Legal) put
+
+dup [ 684 1080] (Legal.Extra) put
+
+
+
+dup [ 792 1224] (Tabloid) put
+
+dup [ 864 1296] (Tabloid.Extra) put
+
+
+
+dup [1684 2384] (A1) put
+
+dup [1756 2456] (A1.Extra) put
+
+
+
+dup [1191 1684] (A2) put
+
+dup [1263 1756] (A2.Extra) put
+
+
+
+dup [ 842 1191] (A3) put
+
+dup [ 914 1263] (A3.Extra) put
+
+
+
+dup [ 595 842] (A4) put
+
+dup [ 667 914] (A4.Extra) put
+
+
+
+dup [ 420 595] (A5) put
+
+dup [ 492 667] (A5.Extra) put
+
+
+
+dup [2064 2920] (B1) put
+
+dup [2136 2992] (B1.Extra) put
+
+
+
+dup [1460 2064] (B2) put
+
+dup [1532 2136] (B2.Extra) put
+
+
+
+dup [1032 1460] (B3) put
+
+dup [1104 1532] (B3.Extra) put
+
+
+
+dup [ 729 1032] (B4) put
+
+dup [ 801 1104] (B4.Extra) put
+
+
+
+dup [ 516 729] (B5) put
+
+dup [ 588 801] (B5.Extra) put
+
+
+
+dup [2004 2835] (ISOB1) put
+
+dup [2076 2907] (ISOB1.Extra) put
+
+
+
+dup [1417 2004] (ISOB2) put
+
+dup [1489 2076] (ISOB2.Extra) put
+
+
+
+dup [1001 1417] (ISOB3) put
+
+dup [1073 1489] (ISOB3.Extra) put
+
+
+
+dup [ 709 1001] (ISOB4) put
+
+dup [ 781 1073] (ISOB4.Extra) put
+
+
+
+dup [ 499 709] (ISOB5) put
+
+dup [ 571 781] (ISOB5.Extra) put
+
+
+
+dup [1587.4 2126.0] (MaxPage) put
+
+
+
+{
+
+exch aload pop 4 index sub abs 5 le exch
+
+ 5 index sub abs 5 le and
+
+ {exch pop exit} {pop} ifelse
+
+} bind forall
+
+
+
+= flush
+
+cleartomark
+
+
+
+restore
+
+"
+
+*End
+
+*CloseUI: *PageSize
+
+
+
+*% These entries will set up the frame buffer. Usually used with manual feed.
+
+*OpenUI *PageRegion: PickOne
+
+*OrderDependency: 10 AnySetup *PageRegion
+
+
+
+*DefaultPageRegion: Letter
+
+*PageRegion Letter: "<</PageSize [612 792] /Orientation 1>> setpagedevice"
+
+*PageRegion Letter.Extra: "<</PageSize [684 864] /Orientation 1>> setpagedevice"
+
+*PageRegion Letter.Transverse: "<</PageSize [612 792] /Orientation 0>> setpagedevice"
+
+*PageRegion Letter.Extra.Transverse: "<</PageSize [684 864] /Orientation 0>> setpagedevice"
+
+
+
+*PageRegion Legal: "<</PageSize [612 1008] /Orientation 1>> setpagedevice"
+
+*PageRegion Legal.Extra: "<</PageSize [684 1080] /Orientation 1>> setpagedevice"
+
+*PageRegion Legal.Transverse: "<</PageSize [612 1008] /Orientation 0>> setpagedevice"
+
+*PageRegion Legal.Extra.Transverse: "<</PageSize [684 1080] /Orientation 0>> setpagedevice"
+
+
+
+*PageRegion Tabloid: "<</PageSize [792 1224] /Orientation 1>> setpagedevice"
+
+*PageRegion Tabloid.Extra: "<</PageSize [864 1296] /Orientation 1>> setpagedevice"
+
+*PageRegion Tabloid.Transverse: "<</PageSize [792 1224] /Orientation 0>> setpagedevice"
+
+*PageRegion Tabloid.Extra.Transverse: "<</PageSize [864 1296] /Orientation 0>> setpagedevice"
+
+
+
+*PageRegion A2: "<</PageSize [1191 1684] /Orientation 1>> setpagedevice"
+
+*PageRegion A2.Extra: "<</PageSize [1263 1756] /Orientation 1>> setpagedevice"
+
+
+
+*PageRegion A3: "<</PageSize [842 1191] /Orientation 1>> setpagedevice"
+
+*PageRegion A3.Extra: "<</PageSize [914 1263] /Orientation 1>> setpagedevice"
+
+*PageRegion A3.Transverse: "<</PageSize [842 1191] /Orientation 0>> setpagedevice"
+
+*PageRegion A3.Extra.Transverse: "<</PageSize [914 1262] /Orientation 0>> setpagedevice"
+
+
+
+*PageRegion A4: "<</PageSize [595 842] /Orientation 1>> setpagedevice"
+
+*PageRegion A4.Extra: "<</PageSize [667 914] /Orientation 1>> setpagedevice"
+
+*PageRegion A4.Transverse: "<</PageSize [595 842] /Orientation 0>> setpagedevice"
+
+*PageRegion A4.Extra.Transverse: "<</PageSize [667 914] /Orientation 0>> setpagedevice"
+
+
+
+*PageRegion A5: "<</PageSize [420 595] /Orientation 1>> setpagedevice"
+
+*PageRegion A5.Extra: "<</PageSize [492 667] /Orientation 1>> setpagedevice"
+
+*PageRegion A5.Transverse: "<</PageSize [420 595] /Orientation 0>> setpagedevice"
+
+*PageRegion A5.Extra.Transverse: "<</PageSize [492 667] /Orientation 0>> setpagedevice"
+
+
+
+*PageRegion B2: "<</PageSize [1460 2064] /Orientation 1>> setpagedevice"
+
+*PageRegion B2.Extra: "<</PageSize [1532 2136] /Orientation 1>> setpagedevice"
+
+
+
+*PageRegion B3: "<</PageSize [1032 1460] /Orientation 1>> setpagedevice"
+
+*PageRegion B3.Extra: "<</PageSize [1104 1532] /Orientation 1>> setpagedevice"
+
+*PageRegion B3.Transverse: "<</PageSize [1032 1460] /Orientation 0>> setpagedevice"
+
+*PageRegion B3.Extra.Transverse: "<</PageSize [1104 1532] /Orientation 0>> setpagedevice"
+
+
+
+*PageRegion B4: "<</PageSize [729 1032] /Orientation 1>> setpagedevice"
+
+*PageRegion B4.Extra: "<</PageSize [801 1104] /Orientation 1>> setpagedevice"
+
+*PageRegion B4.Transverse: "<</PageSize [729 1032] /Orientation 0>> setpagedevice"
+
+*PageRegion B4.Extra.Transverse: "<</PageSize [801 1104] /Orientation 0>> setpagedevice"
+
+
+
+*PageRegion B5: "<</PageSize [516 729] /Orientation 1>> setpagedevice"
+
+*PageRegion B5.Extra: "<</PageSize [588 801] /Orientation 1>> setpagedevice"
+
+*PageRegion B5.Transverse: "<</PageSize [516 729] /Orientation 0>> setpagedevice"
+
+*PageRegion B5.Extra.Transverse: "<</PageSize [588 801] /Orientation 0>> setpagedevice"
+
+
+
+*PageRegion ISOB2: "<</PageSize [1417 2004] /Orientation 1>> setpagedevice"
+
+*PageRegion ISOB2.Extra: "<</PageSize [1489 2076] /Orientation 1>> setpagedevice"
+
+
+
+*PageRegion ISOB3: "<</PageSize [1001 1417] /Orientation 1>> setpagedevice"
+
+*PageRegion ISOB3.Extra: "<</PageSize [1073 1489] /Orientation 1>> setpagedevice"
+
+*PageRegion ISOB3.Transverse: "<</PageSize [1001 1417] /Orientation 0>> setpagedevice"
+
+*PageRegion ISOB3.Extra.Transverse: "<</PageSize [1073 1489] /Orientation 0>> setpagedevice"
+
+
+
+*PageRegion ISOB4: "<</PageSize [709 1001] /Orientation 1>> setpagedevice"
+
+*PageRegion ISOB4.Extra: "<</PageSize [781 1073] /Orientation 1>> setpagedevice"
+
+*PageRegion ISOB4.Transverse: "<</PageSize [709 1001] /Orientation 0>> setpagedevice"
+
+*PageRegion ISOB4.Extra.Transverse: "<</PageSize [781 1073] /Orientation 0>> setpagedevice"
+
+
+
+*PageRegion ISOB5: "<</PageSize [499 709] /Orientation 1>> setpagedevice"
+
+*PageRegion ISOB5.Extra: "<</PageSize [569.7 782] /Orientation 1>> setpagedevice"
+
+*PageRegion ISOB5.Transverse: "<</PageSize [499 709] /Orientation 0>> setpagedevice"
+
+*PageRegion ISOB5.Extra.Transverse: "<</PageSize [569.7 782] /Orientation 0>> setpagedevice"
+
+
+
+*PageRegion MaxPage: "<</PageSize [1587.4 2126.0] /Orientation 1>> setpagedevice"
+
+
+
+*CloseUI: *PageRegion
+
+
+
+*% The following entries provide information about specific paper keywords.
+
+*DefaultImageableArea: Letter
+
+
+
+*ImageableArea Letter: "0.0 0.0 612.0 792.0"
+
+*ImageableArea Letter.Extra: "0.0 0.0 684.0 864.0"
+
+*ImageableArea Letter.Transverse: "0.0 0.0 612.0 791.0"
+
+*ImageableArea Letter.Extra.Transverse: "0.0 0.0 684.0 863.0"
+
+
+
+*ImageableArea Legal: "0.0 0.0 612.0 1008.0"
+
+*ImageableArea Legal.Extra: "0.0 0.0 684.0 1080.0"
+
+*ImageableArea Legal.Transverse: "0.0 0.0 612.0 1007.0"
+
+*ImageableArea Legal.Extra.Transverse: "0.0 0.0 684.0 1079.0"
+
+
+
+*ImageableArea Tabloid: "0.0 0.0 792.0 1224.0"
+
+*ImageableArea Tabloid.Extra: "0.0 0.0 864.0 1296.0"
+
+*ImageableArea Tabloid.Transverse: "0.0 0.0 792.0 1223.0"
+
+*ImageableArea Tabloid.Extra.Transverse: "0.0 0.0 864.0 1295.0"
+
+
+
+*ImageableArea A2: "0.0 0.0 1191.0 1684.0"
+
+*ImageableArea A2.Extra: "0.0 0.0 1263.0 1756.0"
+
+
+
+*ImageableArea A3: "0.0 0.0 842.0 1191.0"
+
+*ImageableArea A3.Extra: "0.0 0.0 914.0 1263.0"
+
+*ImageableArea A3.Transverse: "0.0 0.0 842.0 1190.0"
+
+*ImageableArea A3.Extra.Transverse: "0.0 0.0 914.0 1262.0"
+
+
+
+*ImageableArea A4: "0.0 0.0 595.0 842.0"
+
+*ImageableArea A4.Extra: "0.0 0.0 667.0 914.0"
+
+*ImageableArea A4.Transverse: "0.0 0.0 595.0 841.0"
+
+*ImageableArea A4.Extra.Transverse: "0.0 0.0 667.0 913.0"
+
+
+
+*ImageableArea A5: "0.0 0.0 420.0 595.0"
+
+*ImageableArea A5.Extra: "0.0 0.0 492.0 667.0"
+
+*ImageableArea A5.Transverse: "0.0 0.0 420.0 594.0"
+
+*ImageableArea A5.Extra.Transverse: "0.0 0.0 492.0 666.0"
+
+
+
+*ImageableArea B2: "0.0 0.0 1460.0 2064.0"
+
+*ImageableArea B2.Extra: "0.0 0.0 1532.0 2136.0"
+
+
+
+*ImageableArea B3: "0.0 0.0 1032.0 1460.0"
+
+*ImageableArea B3.Extra: "0.0 0.0 1104.0 1532.0"
+
+*ImageableArea B3.Transverse: "0.0 0.0 1032.0 1459.0"
+
+*ImageableArea B3.Extra.Transverse: "0.0 0.0 1104.0 1531.0"
+
+
+
+*ImageableArea B4: "0.0 0.0 729.0 1032.0"
+
+*ImageableArea B4.Extra: "0.0 0.0 801.0 1104.0"
+
+*ImageableArea B4.Transverse: "0.0 0.0 729.0 1031.0"
+
+*ImageableArea B4.Extra.Transverse: "0.0 0.0 801.0 1103.0"
+
+
+
+*ImageableArea B5: "0.0 0.0 516.0 729.0"
+
+*ImageableArea B5.Extra: "0.0 0.0 588.0 801.0"
+
+*ImageableArea B5.Transverse: "0.0 0.0 516.0 728.0"
+
+*ImageableArea B5.Extra.Transverse: "0.0 0.0 588.0 800.0"
+
+
+
+*ImageableArea ISOB2: "0.0 0.0 1417.0 2004.0"
+
+*ImageableArea ISOB2.Extra: "0.0 0.0 1489.0 2076.0"
+
+
+
+*ImageableArea ISOB3: "0.0 0.0 1001.0 1417.0"
+
+*ImageableArea ISOB3.Extra: "0.0 0.0 1073.0 1489.0"
+
+*ImageableArea ISOB3.Transverse: "0.0 0.0 1001.0 1416.0"
+
+*ImageableArea ISOB3.Extra.Transverse: "0.0 0.0 1073.0 1488.0"
+
+
+
+*ImageableArea ISOB4: "0.0 0.0 709.0 1001.0"
+
+*ImageableArea ISOB4.Extra: "0.0 0.0 781.0 1073.0"
+
+*ImageableArea ISOB4.Transverse: "0.0 0.0 709.0 1000.0"
+
+*ImageableArea ISOB4.Extra.Transverse: "0.0 0.0 781.0 1072.0"
+
+
+
+*ImageableArea ISOB5: "0.0 0.0 499.0 709.0"
+
+*ImageableArea ISOB5.Extra: "0.0 0.0 569.7 782.0"
+
+*ImageableArea ISOB5.Transverse: "0.0 0.0 499.0 708.0"
+
+*ImageableArea ISOB5.Extra.Transverse: "0.0 0.0 569.7 781.0"
+
+
+
+*ImageableArea MaxPage: "0.0 0.0 1587.4 2126.0"
+
+
+
+*?ImageableArea: "
+
+ save
+
+ initclip clippath pathbbox
+
+ 4 -2 roll exch round cvr =print ( ) print round cvr =print ( ) print
+
+ exch round cvr =print ( ) print round cvr =print (\n) print flush
+
+ restore
+
+"
+
+*End
+
+
+
+*% These provide the physical dimensions of the paper (by keyword)
+
+*DefaultPaperDimension: Letter
+
+
+
+*PaperDimension Letter: "612.0 792.0"
+
+*PaperDimension Letter.Extra: "684.0 864.0"
+
+*PaperDimension Letter.Transverse: "612.0 791.0"
+
+*PaperDimension Letter.Extra.Transverse: "684.0 863.0"
+
+
+
+*PaperDimension Legal: "612.0 1008.0"
+
+*PaperDimension Legal.Extra: "684.0 1080.0"
+
+*PaperDimension Legal.Transverse: "612.0 1007.0"
+
+*PaperDimension Legal.Extra.Transverse: "684.0 1079.0"
+
+
+
+*PaperDimension Tabloid: "792.0 1224.0"
+
+*PaperDimension Tabloid.Extra: "864.0 1296.0"
+
+*PaperDimension Tabloid.Transverse: "792.0 1223.0"
+
+*PaperDimension Tabloid.Extra.Transverse: "864.0 1295.0"
+
+
+
+*PaperDimension A2: "1191.0 1684.0"
+
+*PaperDimension A2.Extra: "1263.0 1756.0"
+
+
+
+*PaperDimension A3: "842.0 1191.0"
+
+*PaperDimension A3.Extra: "914.0 1263.0"
+
+*PaperDimension A3.Transverse: "842.0 1190.0"
+
+*PaperDimension A3.Extra.Transverse: "914.0 1262.0"
+
+
+
+*PaperDimension A4: "595.0 842.0"
+
+*PaperDimension A4.Extra: "667.0 914.0"
+
+*PaperDimension A4.Transverse: "595.0 841.0"
+
+*PaperDimension A4.Extra.Transverse: "667.0 913.0"
+
+
+
+*PaperDimension A5: "420.0 595.0"
+
+*PaperDimension A5.Extra: "492.0 667.0"
+
+*PaperDimension A5.Transverse: "420.0 594.0"
+
+*PaperDimension A5.Extra.Transverse: "492.0 666.0"
+
+
+
+*PaperDimension B2: "1460.0 2064.0"
+
+*PaperDimension B2.Extra: "1532.0 2136.0"
+
+
+
+*PaperDimension B3: "1032.0 1460.0"
+
+*PaperDimension B3.Extra: "1104.0 1532.0"
+
+*PaperDimension B3.Transverse: "1032.0 1459.0"
+
+*PaperDimension B3.Extra.Transverse: "1104.0 1531.0"
+
+
+
+*PaperDimension B4: "729.0 1032.0"
+
+*PaperDimension B4.Extra: "801.0 1104.0"
+
+*PaperDimension B4.Transverse: "729.0 1031.0"
+
+*PaperDimension B4.Extra.Transverse: "801.0 1103.0"
+
+
+
+*PaperDimension B5: "516.0 729.0"
+
+*PaperDimension B5.Extra: "588.0 801.0"
+
+*PaperDimension B5.Transverse: "516.0 728.0"
+
+*PaperDimension B5.Extra.Transverse: "588.0 800.0"
+
+
+
+*PaperDimension ISOB2: "1417.0 2004.0"
+
+*PaperDimension ISOB2.Extra: "1489.0 2076.0"
+
+
+
+*PaperDimension ISOB3: "1001.0 1417.0"
+
+*PaperDimension ISOB3.Extra: "1073.0 1489.0"
+
+*PaperDimension ISOB3.Transverse: "1001.0 1416.0"
+
+*PaperDimension ISOB3.Extra.Transverse: "1073.0 1488.0"
+
+
+
+*PaperDimension ISOB4: "709.0 1001.0"
+
+*PaperDimension ISOB4.Extra: "781.0 1073.0"
+
+*PaperDimension ISOB4.Transverse: "709.0 1000.0"
+
+*PaperDimension ISOB4.Extra.Transverse: "781.0 1072.0"
+
+
+
+*PaperDimension ISOB5: "499.0 709.0"
+
+*PaperDimension ISOB5.Extra: "569.7 782.0"
+
+*PaperDimension ISOB5.Transverse: "499.0 708.0"
+
+*PaperDimension ISOB5.Extra.Transverse: "569.7 781.0"
+
+
+
+*PaperDimension MaxPage: "1587.4 2126.0"
+
+
+
+*%=== Custom Page Sizes ==================================
+
+
+
+*% These entries provide the code and parameter ranges for a user
+
+*% to set up a custom page size.
+
+*%CustomPageSize
+
+
+
+*CustomPageSize True: "
+
+% B. Giess 960228
+
+% params order: Width (FastScan); Height (SlowScan); WidthOffset; foo; Orientation
+
+%
+
+exch pop statusdict /setpageparams get exec
+
+"
+
+*End
+
+
+
+*DefaultLeadingEdge: PreferLong
+
+*LeadingEdge PreferLong: ""
+
+
+
+*ParamCustomPageSize Width: 1 points 72.0 1587.4
+
+*ParamCustomPageSize Height: 2 points 72.0 2126.0
+
+*ParamCustomPageSize WidthOffset/Margins: 3 points 0.0 1645.0
+
+*ParamCustomPageSize HeightOffset: 4 points 0.0 0.0
+
+*ParamCustomPageSize Orientation: 5 int 0 3
+
+*CenterRegistered: False
+
+
+
+*MaxMediaWidth: "1587.4"
+
+*MaxMediaHeight: "2126.0"
+
+
+
+*?CurrentMediaWidth: "
+
+ save
+
+ currentpagedevice /OutputDevice get cvlit /OutputDevice findresource
+
+ /PageSize get 0 get dup length 2 sub 0 add get cvr = flush
+
+ restore
+
+ "
+
+*End
+
+
+
+*?CurrentMediaHeight: "
+
+ save
+
+ currentpagedevice /OutputDevice get cvlit /OutputDevice findresource
+
+ /PageSize get 0 get dup length 2 sub 1 add get cvr = flush
+
+ restore
+
+ "
+
+*End
+
+
+
+*DefaultOutputOrder: Normal
+
+*RequiresPageRegion All: False
+
+
+
+*% Font Information =====================
+
+*DefaultFont: Courier
+
+*Font AvantGarde-Book: Standard "(001.001)" Standard Disk
+
+*Font AvantGarde-BookOblique: Standard "(001.001)" Standard Disk
+
+*Font AvantGarde-Demi: Standard "(001.001)" Standard Disk
+
+*Font AvantGarde-DemiOblique: Standard "(001.001)" Standard Disk
+
+*Font Bookman-Demi: Standard "(001.001)" Standard Disk
+
+*Font Bookman-DemiItalic: Standard "(001.001)" Standard Disk
+
+*Font Bookman-Light: Standard "(001.001)" Standard Disk
+
+*Font Bookman-LightItalic: Standard "(001.001)" Standard Disk
+
+*Font Courier: Standard "(002.002)" Standard ROM
+
+*Font Courier-Bold: Standard "(002.002)" Standard ROM
+
+*Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
+
+*Font Courier-Oblique: Standard "(002.002)" Standard ROM
+
+*Font Helvetica: Standard "(001.006)" Standard ROM
+
+*Font Helvetica-Bold: Standard "(001.007)" Standard ROM
+
+*Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
+
+*Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
+
+*Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
+
+*Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
+
+*Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
+
+*Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
+
+*Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard Disk
+
+*Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard Disk
+
+*Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard Disk
+
+*Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard Disk
+
+*Font Palatino-Bold: Standard "(001.000)" Standard Disk
+
+*Font Palatino-BoldItalic: Standard "(001.000)" Standard Disk
+
+*Font Palatino-Italic: Standard "(001.000)" Standard Disk
+
+*Font Palatino-Roman: Standard "(001.000)" Standard Disk
+
+*Font Symbol: Special "(001.003)" Standard ROM
+
+*Font Times-Bold: Standard "(001.007)" Standard ROM
+
+*Font Times-BoldItalic: Standard "(001.009)" Standard ROM
+
+*Font Times-Italic: Standard "(001.007)" Standard ROM
+
+*Font Times-Roman: Standard "(001.007)" Standard ROM
+
+*Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard Disk
+
+*Font ZapfDingbats: Special "(001.000)" Standard Disk
+
+
+
+*Font FutoGoB101-Bold-Add-H: JIS "(003.000)" Add Disk
+
+*Font FutoGoB101-Bold-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
+
+*Font FutoGoB101-Bold-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
+
+*Font FutoGoB101-Bold-Add-V: JIS "(003.000)" Add Disk
+
+*Font FutoGoB101-Bold-EUC-H: EUC "(003.000)" JIS-83 Disk
+
+*Font FutoGoB101-Bold-EUC-V: EUC "(003.000)" JIS-83 Disk
+
+*Font FutoGoB101-Bold-Ext-H: JIS "(003.000)" Ext Disk
+
+*Font FutoGoB101-Bold-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
+
+*Font FutoGoB101-Bold-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
+
+*Font FutoGoB101-Bold-Ext-V: JIS "(003.000)" Ext Disk
+
+*Font FutoGoB101-Bold-H: JIS "(003.000)" JIS-83 Disk
+
+*Font FutoGoB101-Bold-NWP-H: JIS "(003.000)" NWP Disk
+
+*Font FutoGoB101-Bold-NWP-V: JIS "(003.000)" NWP Disk
+
+*Font FutoGoB101-Bold-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
+
+*Font FutoGoB101-Bold-RKSJ-UserGaiji: Special "(003.000)" Special Disk
+
+*Font FutoGoB101-Bold-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
+
+*Font FutoGoB101-Bold-V: JIS "(003.000)" JIS-83 Disk
+
+*Font FutoGoB101-Bold.Oubun: Special "(003.000)" Special Disk
+
+*Font FutoGoB101-Bold.Roman: Special "(003.000)" Special Disk
+
+*Font FutoGoB101-Bold.Roman83pv: Special "(003.000)" Special Disk
+
+*Font FutoGoB101-Bold.WP-Symbol: Special "(003.000)" Special Disk
+
+*Font FutoMinA101-Bold-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
+
+*Font FutoMinA101-Bold-Add-H: JIS "(003.000)" Add Disk
+
+*Font FutoMinA101-Bold-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
+
+*Font FutoMinA101-Bold-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
+
+*Font FutoMinA101-Bold-Add-V: JIS "(003.000)" Add Disk
+
+*Font FutoMinA101-Bold-EUC-H: EUC "(003.000)" JIS-83 Disk
+
+*Font FutoMinA101-Bold-EUC-V: EUC "(003.000)" JIS-83 Disk
+
+*Font FutoMinA101-Bold-Ext-H: JIS "(003.000)" Ext Disk
+
+*Font FutoMinA101-Bold-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
+
+*Font FutoMinA101-Bold-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
+
+*Font FutoMinA101-Bold-Ext-V: JIS "(003.000)" Ext Disk
+
+*Font FutoMinA101-Bold-H: JIS "(003.000)" JIS-83 Disk
+
+*Font FutoMinA101-Bold-NWP-H: JIS "(003.000)" NWP Disk
+
+*Font FutoMinA101-Bold-NWP-V: JIS "(003.000)" NWP Disk
+
+*Font FutoMinA101-Bold-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
+
+*Font FutoMinA101-Bold-RKSJ-UserGaiji: Special "(003.000)" Special Disk
+
+*Font FutoMinA101-Bold-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
+
+*Font FutoMinA101-Bold-V: JIS "(003.000)" JIS-83 Disk
+
+*Font FutoMinA101-Bold.Oubun: Special "(003.000)" Special Disk
+
+*Font FutoMinA101-Bold.Roman: Special "(003.000)" Special Disk
+
+*Font FutoMinA101-Bold.Roman83pv: Special "(003.000)" Special Disk
+
+*Font FutoMinA101-Bold.WP-Symbol: Special "(003.000)" Special Disk
+
+*Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
+
+*Font GothicBBB-Medium-Add-H: JIS "(003.001)" Add Disk
+
+*Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
+
+*Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
+
+*Font GothicBBB-Medium-Add-V: JIS "(003.001)" Add Disk
+
+*Font GothicBBB-Medium-EUC-H: EUC "(003.001)" JIS-83 Disk
+
+*Font GothicBBB-Medium-EUC-V: EUC "(003.001)" JIS-83 Disk
+
+*Font GothicBBB-Medium-Ext-H: JIS "(003.001)" Ext Disk
+
+*Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
+
+*Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
+
+*Font GothicBBB-Medium-Ext-V: JIS "(003.001)" Ext Disk
+
+*Font GothicBBB-Medium-H: JIS "(003.001)" JIS-83 Disk
+
+*Font GothicBBB-Medium-NWP-H: JIS "(003.001)" NWP Disk
+
+*Font GothicBBB-Medium-NWP-V: JIS "(003.001)" NWP Disk
+
+*Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
+
+*Font GothicBBB-Medium-RKSJ-UserGaiji: Special "(003.000)" Special Disk
+
+*Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
+
+*Font GothicBBB-Medium-V: JIS "(003.001)" JIS-83 Disk
+
+*Font GothicBBB-Medium.Oubun: Special "(003.001)" Special Disk
+
+*Font GothicBBB-Medium.Roman: Special "(003.001)" Special Disk
+
+*Font GothicBBB-Medium.Roman83pv: Special "(003.001)" Special Disk
+
+*Font GothicBBB-Medium.WP-Symbol: Special "(003.001)" Special Disk
+
+*Font Jun101-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
+
+*Font Jun101-Light-Add-H: JIS "(003.000)" Add Disk
+
+*Font Jun101-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
+
+*Font Jun101-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
+
+*Font Jun101-Light-Add-V: JIS "(003.000)" Add Disk
+
+*Font Jun101-Light-EUC-H: EUC "(003.000)" JIS-83 Disk
+
+*Font Jun101-Light-EUC-V: EUC "(003.000)" JIS-83 Disk
+
+*Font Jun101-Light-Ext-H: JIS "(003.000)" Ext Disk
+
+*Font Jun101-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
+
+*Font Jun101-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
+
+*Font Jun101-Light-Ext-V: JIS "(003.000)" Ext Disk
+
+*Font Jun101-Light-H: JIS "(003.000)" JIS-83 Disk
+
+*Font Jun101-Light-NWP-H: JIS "(003.000)" NWP Disk
+
+*Font Jun101-Light-NWP-V: JIS "(003.000)" NWP Disk
+
+*Font Jun101-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
+
+*Font Jun101-Light-RKSJ-UserGaiji: Special "(003.000)" Special Disk
+
+*Font Jun101-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
+
+*Font Jun101-Light-V: JIS "(003.000)" JIS-83 Disk
+
+*Font Jun101-Light.Oubun: Special "(003.000)" Special Disk
+
+*Font Jun101-Light.Roman: Special "(003.000)" Special Disk
+
+*Font Jun101-Light.Roman83pv: Special "(003.000)" Special Disk
+
+*Font Jun101-Light.WP-Symbol: Special "(003.000)" Special Disk
+
+*Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
+
+*Font Ryumin-Light-Add-H: JIS "(003.000)" Add Disk
+
+*Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
+
+*Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
+
+*Font Ryumin-Light-Add-V: JIS "(003.000)" Add Disk
+
+*Font Ryumin-Light-EUC-H: EUC "(003.000)" JIS-83 Disk
+
+*Font Ryumin-Light-EUC-V: EUC "(003.000)" JIS-83 Disk
+
+*Font Ryumin-Light-Ext-H: JIS "(003.000)" Ext Disk
+
+*Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
+
+*Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
+
+*Font Ryumin-Light-Ext-V: JIS "(003.000)" Ext Disk
+
+*Font Ryumin-Light-H: JIS "(003.000)" JIS-83 Disk
+
+*Font Ryumin-Light-NWP-H: JIS "(003.000)" NWP Disk
+
+*Font Ryumin-Light-NWP-V: JIS "(003.000)" NWP Disk
+
+*Font Ryumin-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
+
+*Font Ryumin-Light-RKSJ-UserGaiji: Special "(003.000)" Special Disk
+
+*Font Ryumin-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
+
+*Font Ryumin-Light-V: JIS "(003.000)" JIS-83 Disk
+
+*Font Ryumin-Light.Oubun: Special "(003.000)" Special Disk
+
+*Font Ryumin-Light.Roman: Special "(003.000)" Special Disk
+
+*Font Ryumin-Light.Roman83pv: Special "(003.000)" Special Disk
+
+*Font Ryumin-Light.WP-Symbol: Special "(003.000)" Special Disk
+
+
+
+*?FontQuery: "
+
+save
+
+ /str 100 string dup 0 (fonts/) putinterval def
+
+ {
+
+ count 1 gt
+
+ {
+
+ exch dup str 6 94 getinterval cvs
+
+ (/) print dup print (:) print exch
+
+ FontDirectory exch known
+
+ { pop (Yes) }
+
+ {
+
+ length 6 add str 0 3 -1 roll getinterval
+
+ mark exch status
+
+ {cleartomark (Yes)}{cleartomark (No)} ifelse
+
+ } ifelse =
+
+ }
+
+ {exit} ifelse
+
+ }bind loop
+
+ (*) = flush
+
+restore
+
+"
+
+*End
+
+
+
+*?FontList: "
+
+save
+
+ FontDirectory { pop == } bind forall flush
+
+ /filenameforall where
+
+ {
+
+ pop (fonts/*)
+
+ { dup length 6 sub 6 exch getinterval cvn == } bind
+
+ 128 string filenameforall flush
+
+ } if
+
+ (*) = flush
+
+restore
+
+"
+
+*End
+
+
+
+*% Printer Messages (verbatim from printer):
+
+*Message: "%%[ exitserver: permanent state may be changed ]%%"
+
+*Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
+
+*Message: "\FontName\ not found, using Courier"
+
+
+
+*% Status (format: %%[ status: <one of these> ]%% )
+
+*Status: "idle"
+
+*Status: "busy"
+
+*Status: "waiting"
+
+*Status: "printing"
+
+*Status: "PrinterError: recorder offline or film problem"
+
+*Status: "PrinterError: "
+
+
+
+*% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
+
+*Source: "userjob"
+
+*Source: "other"
+
+
+
+*% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
+
+*PrinterError: "recorder offline or film problem"
+
+*PrinterError: ""
+
+
+
+*%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
+
+
+
+*%
+
+*% User Interface: Printer Specific Options
+
+*%
+
+*OpenGroup: Imagesetter
+
+*OpenSubGroup: PrintingMode
+
+
+
+*OpenUI *MirrorPrint/Mirror Print: Boolean
+
+*OrderDependency: 30 Prolog *MirrorPrint
+
+*DefaultMirrorPrint: False
+
+
+
+*MirrorPrint True/On: "<</MirrorPrint true >> setpagedevice "
+
+*MirrorPrint False/Off: " % MirrorPrint Off is Default!"
+
+*?MirrorPrint: "
+
+ currentpagedevice /MirrorPrint get {(True)}{(False)} ifelse = flush
+
+"
+
+*End
+
+*CloseUI: *MirrorPrint
+
+
+
+*OpenUI *NegativePrint/Negative Print: Boolean
+
+*OrderDependency: 40 Prolog *NegativePrint
+
+*DefaultNegativePrint: False
+
+
+
+*NegativePrint True/On: "<</NegativePrint true >> setpagedevice "
+
+*NegativePrint False/Off: " % NegativePrint Off is Default!"
+
+*?NegativePrint: "
+
+ currentpagedevice /NegativePrint get {(True)}{(False)}ifelse = flush
+
+"
+
+*End
+
+*CloseUI: *NegativePrint
+
+
+
+*CloseSubGroup: PrintingMode
+
+*OpenSubGroup: Separations
+
+
+
+*OpenUI *LHSeparations/InRIP Color Separation: PickOne
+
+*OrderDependency: 50 Prolog *LHSeparations
+
+
+
+*DefaultLHSeparations: Off
+
+
+
+*LHSeparations All/On; all planes: "
+
+ <<
+
+ /Separations true
+
+ /ProcessColorModel /DeviceCMYK
+
+ /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
+
+ /SeparationOrder [/Cyan /Magenta /Yellow /Black]
+
+ >> setpagedevice
+
+"
+
+*End
+
+
+
+*LHSeparations Cyan/On; Cyan plane only: "
+
+ <<
+
+ /Separations true
+
+ /ProcessColorModel /DeviceCMYK
+
+ /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
+
+ /SeparationOrder [/Cyan]
+
+ >> setpagedevice
+
+"
+
+*End
+
+
+
+*LHSeparations Magenta/On; Magenta plane only: "
+
+ <<
+
+ /Separations true
+
+ /ProcessColorModel /DeviceCMYK
+
+ /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
+
+ /SeparationOrder [/Magenta]
+
+ >> setpagedevice
+
+"
+
+*End
+
+
+
+*LHSeparations Yellow/On; Yellow plane only: "
+
+ <<
+
+ /Separations true
+
+ /ProcessColorModel /DeviceCMYK
+
+ /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
+
+ /SeparationOrder [/Yellow]
+
+ >> setpagedevice
+
+"
+
+*End
+
+
+
+*LHSeparations Black/On; Black plane only: "
+
+ <<
+
+ /Separations true
+
+ /ProcessColorModel /DeviceCMYK
+
+ /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
+
+ /SeparationOrder [/Black]
+
+ >> setpagedevice
+
+"
+
+*End
+
+
+
+*LHSeparations Off/Off: " % Separation Off is Default"
+
+
+
+*?LHSeparations: "
+
+ save
+
+ currentpagedevice /Separations get {
+
+ currentpagedevice /ProcessColorModel get /DeviceCMYK eq {
+
+ currentpagedevice /SeparationOrder get {
+
+ dup length 4 eq { pop (All) exit} if
+
+ dup length 1 eq {0 get 10 string cvs exit} if
+
+ pop (Unknown) exit
+
+ } loop
+
+ (Unknown) exit
+
+ }{(Unknown)} ifelse
+
+ }{(Off)} ifelse = flush
+
+ restore
+
+"
+
+*End
+
+*CloseUI: *LHSeparations
+
+
+
+*UIConstraints: *LHOverprint True *LHSeparations Off
+
+
+
+*OpenUI *LHOverprint/Black Overprint: Boolean
+
+*OrderDependency: 60 Prolog *LHOverprint
+
+*DefaultLHOverprint: False
+
+
+
+*LHOverprint True/On: "
+
+ % LH Black Overprint
+
+ userdict /BGOvpdict known {
+
+ userdict /Overprint_Enabled true put
+
+ }{
+
+ (%% Warning: The Black Overprint feature is not working with this Printer Driver.\n) print
+
+ (%% The currently used Printer Driver might not support all necessary PPD features.\n) print
+
+
+
+ } ifelse
+
+"
+
+*End
+
+
+
+*LHOverprint False/Off: " % Overprint Off is Default"
+
+
+
+*?LHOverprint: "
+
+ userdict /Overprint_Enabled get {(True)}{(False)} ifelse
+
+ = flush
+
+"
+
+*End
+
+
+
+*CloseUI: *LHOverprint
+
+
+
+*JobPatchFile 1: "
+
+%
+
+%%BeginResource: LH PatchFile
+
+%
+
+% Title : BlackOverprint.ps
+
+% Creator : Berthold Giess
+
+% For : Linotype-Hell AG
+
+% CreationDate: May 23, 1997
+
+% Version : 3.7
+
+%
+
+%% Copyright (C) 1996, 1997
+
+%% Linotype-Hell AG - All Rights Reserved
+
+%% All Rights Reserved.
+
+%% Restricted permission is granted for redistribution of this
+
+%% file to be used on Linotype-Hell devices only as long as this
+
+%% copyright notice is intact and the contents of the file is not
+
+%% altered in any way from its original form.
+
+%% End of Copyright statement
+
+%
+
+false(
+
+800344A251010CD0613719CCA731D08205041C8DC6031190C04032170C61A728
+
+59D0DF1C10420C82039984EC65101B4DE6434998D26532434C6683298CD62031
+
+9D4E51C371D0C66F3647CE6703098CCB0F1044626321A080662E18434A50B37C
+
+EA8D2132192610D2111C8672379C09A61391ACE748A5450734E8CC364B27909B
+
+A471C39C7A4061ACCC0406937082A673AA9CAAE4236514D64F939C8E072BE1D0
+
+40668F8808D1C329224568890C46716A78CA1A6834DE6FB2C31E3B2072101BF1
+
+38BC6C90E8753319B3030190C8636C19C34CA789A97CC270381B0BF61398EEF6
+
+66101D4E665396931C6939EA6FB1E386A790749A0839DAE3961841D8946FF826
+
+931984E869379BACF03107B7DDEFF7472B52E371A7CFE9E89BF918036CA0A029
+
+B52383A2320DE100DC37B1C8531CDDA6A3A8E8BD050E5A7C368F235A7EA0B503
+
+285C3385217366198621BAD81A374DE0C6DF380E1388BD8DCA2BCE3B3CC98058
+
+100E107242360D8D4B56C627A103E4328CCE8AF8102BAC40E0EDA45008CABEA1
+
+E04C9CF72C325C8823C8D2431CF0040310CA33AF8FAA12EB3BEEC8D4378C4100
+
+50154B52E0DC1505319C1913BC5154041020E91C109A0E526C9EF68E6D0A5120
+
+0CC9A8E839C3CF629510070B606A86886A023F16BFA100EEB04BE96238D2BD0B
+
+EA5A10098910E6F28E09423E97A7AF3533300A23AAC835CF404BDC143E6308EA
+
+360E836BCCC60F0920CB5AD6E34D72328D8348DABE46291C92DB85ADBD3E308D
+
+8F0AF23205287B661A86419AD81B21AE5398EDCD2BE46622A76C88EEFB0D0100
+
+9C2A040FF84022318C4AE2918A030A14B18D6E65A5432241AB36B606E8688AB2
+
+0D83CC0C30D22312F8964BF61B51090CEEEE0524C2431C290B51C39466930DF3
+
+F47D068E53EBF00681B6D39AF231C17C8A3B48F9204035C0E3BB463ABAA3DC68
+
+B0CA72AE5417E2389C2EC8E5837E5C3EB8E068F6068501285A16C88C2A6C1031
+
+0E63591E89834CCB66238BC605258C23159A91E8E128B8376BE14C691E0E806A
+
+729DC963A25D66B1E36394346D6A3E8096E41A2E8FA4BBDA6B15B2539A90402B
+
+5F8A4DF37DEB1AD2F5AEEBFB0EC6C6E41915B92DAF9B32AB1EA2C328E2100F63
+
+3598E5EE6D90C9983BE3CD421005E310DEA00CA840E9D125037251CCF3632F3A
+
+06E4C238BE220CA310EA33840DDA66ED481DA2BA2FC8EF6E6406813C766FE1F7
+
+1DD779057301EE9E3A0FA3D8E0B0F3B6039606E80F9E41DAF88322FBE3F92E5E
+
+46D2F49E6773DD841E873017FC1E2F7B134CDC57E1E1FE537FABEB8E1EC8D8F6
+
+DEEBC101AFA9E7398051011F63856B6E29E9BB321E109C806E2FE604A315C694
+
+61D1DB8C6CC4E89E0743B61CC3C9750CA1B4EDB9673092C3240E794FA1DAB367
+
+D00C48B1DB46AD96181DA654B743738D7CC76C17A6F450704E1A736860261042
+
+2848CA9DF2E57A09BDEE23441CF7C388780E017D091AA662080823A6280F2199
+
+0288A314E2AB28040D89FBBB678B1312702F552AAC2C0502E81CC2F94F440A49
+
+3C3AF4CC082359658DB1BE3882E8E7191F89238D11A63C86B8F642E3847236EF
+
+41CF8707911A62B32B65AF8E24BA492325619BFB668FF1FF3DB49C024DD9F691
+
+EECE422AA8F51BA4447D0660CA3A1CC8EC0A23C4A690D2A039C898FD2B2403F8
+
+90489A478098D52CA43CB59552B24633097A0BE48B3D65D09C3C3BF99118A4C2
+
+0E9347564E1C77B451E4FCA16CA93A524BE90B3065B0335AC1DE3AB988EF37E5
+
+A4E15AD2E6334BB26B31E7447C8E4B5A62C8E93F33CEACCA92933572CF87E6EF
+
+E4CBD6936F626B3FF9B093A6D4A3682939FE3F3944025A01412C2F201406F0D7
+
+3B1F0BF39DED01831727806C9DA06C0D11515D9AA69CDF02DBC82EA798E543C2
+
+7E4F4B02383992499F4390120F4BAA3C7794ACD7873A5C7A43A53159A6A225BF
+
+40501102284C0A81042F852092141B14267914E2A097CA761D29653E66F4BEA0
+
+940A86FB55DD1A0C6998353303EC732A8B973229250398E886025B3C1D6E2DB5
+
+B7B71790ECC2ED1F7BE12439850398B0C3A20F24710EB8B69288428AD0763C84
+
+A0178530CA510EE9F73D54D265C8D73123E86D8527B61C98065B1455EC6D8F2C
+
+8A98FC5609B75C20E5865E5676CFD8C8DC1BCA34B551A8602692B58165197B31
+
+97B666D4D9BB57626C5BA4B5F6C439DB323F6D4AD2397A00BDDC5AD0861342C8
+
+4B77A1C68537449C65E885D6B2D5B6CBA4E0501260954F20AC541058EB21690B
+
+EDDC8144C010BF690358ABBD0B856C95BD3D30BE11516B862473E8ED3A0ADF43
+
+6F9BA4BEAD92FBDF96B769887510A177601460335B46233BF4B2C1EC142A10E5
+
+602C14637AA0A2EE616C305E814C9DB197BE2651C60F5E9DA30C61D39908ABB6
+
+1A1858102EC6518D29D1991EFC2BE57EC2E7DB0CA6FC59499BDE0FC6AF1647D9
+
+691EE55CBD6F01216ED0DE7B24FA60BBA4B9B62C23E2B6641F6BCC4541F11E16
+
+31162A50CA2928A8B3BE4FD410EA4A32D423879186939ADCC618E5EE66C4717E
+
+9211E9A12F24F9B792A1CC3AA65CD397192E5E43182241BD598F8AB183A487A8
+
+9A1FA723A320C04B9AA0C49210E5BCD74960CA3DCDF2F7491CBD159D2309D5D0
+
+B4164F6868D3A21813F087C9C620E8FCF188A8A1A9A2F90DF144DA3A48DEF629
+
+576C490AB3B3511759CEBDBC98C8176349758271C57DAFF8F0BD63E8BB901E9E
+
+C69DB8240494D27E1C18148FCF4E5E4AE485DF3FD72EDE493B76E9EDF91F92B2
+
+65E6B4793D93651B9967B2A6560419634A446D2E4FB2F9442AFA6F32872CCFBD
+
+74B337CD99074D561D219CB4FC52CEB25F3C24ECFFBDF5F6847E94378A5139B9
+
+9299C6BB6757935568CD588AF4869DCD1A5735702D319B782A0BE1BA45D8F098
+
+C1A635170DD61442B7F19427B0B41F1D37BC7D39C68E672C28B3629750E71351
+
+ED720BCBA1760CA70D941A86840255B1658B923ECD6F8431980ABD96756E8C17
+
+96461DD6D3FE4997B659669093B00836DDDD93E459E807B0132F527596DDF73A
+
+E85D284C1EFAAEBC629CE79B77AE238FA86CDA9BB27FB965328D95744F77EAB8
+
+BD811F07E1AA010508E26CD3C150B93E027C0878A1F27E88BA79EC93C3EDD6C1
+
+575B799AE2C2A8491D9959A5908F751559D175C40205EC348E91F95FED0BAFB6
+
+041B1369636889C93403A4F71D2B896647E1D27DB74C3177C157515D67D0F5B6
+
+277BDDBFA47B5241177E4120F79D0B6980DF23C3D9BFD9CC5C1B3C7C7FADD2E2
+
+B219CF099BA0EB4E88967E97B22F87DB1787034018CE8C5DFE61D3FAFF73A2FB
+
+6D68C12FC0858FF6FFA3C83A2DF897CFAAF72238F94FD4CC8FD8F9E9DAFDED6E
+
+C5064E6528580CE2DEE46DEC66F03424CFC631CA1846C04A0DA39431C4B44C23
+
+A0524D124B43CA5B44C03260CA32A32F02ECD70404F8F8106E2E0C1104631D04
+
+B04E4B22503B10560EF05A26A564D3C3F432432832C2E48064A8650878F86F74
+
+8D2F66FC455CF310482F639E4840DA7AE0E4AB047A23C3B440A3ED0543A308C0
+
+F30A085C64B0B10AD0B0F228668B10B82F70BD0C10C44AE40A4090EB0890D2C6
+
+10D90A4E4CFF861C9EEE6CF190B30E62090CF0565850F07543BF0F70CC4AE341
+
+0FF0D706C79608EB1D108C610ACD511130B71190EE23F0F31230CB0FB12B0591
+
+2F0A3030D02E34E7023F13D15EEF63230B507F0EB11B0BF1491210C90F90CF0F
+
+D15510315A7D3135166D7D014D8316835116D0E91442F71750C317912515108B
+
+100642877132AF80BE47E390664810778C282BB1B51B821A6C4DA2B2C07A07AF
+
+4ABACC0276A0D204059289C9B6C8C012EC0BFA3AA05EDF45EA0C8EBCC611EC84
+
+C92AEBA2771FC758DCA322ADEC2697B1DA2BB1DF218ED02B0F5246CEC67411EC
+
+EE51F42611FA0F31FEDB89F8749233236352D7EEE121C92B1C48E11B8DC03931
+
+B07D120324923A86697AF4236493EC94012EE4F20EEEEE0012C5B1386043200E
+
+A2E47149752749F826A26F26AEE274121C76B136F182700EC5731E5274D4CF2F
+
+26D29408F1DF298C5CC572A52AB2649AF274A12F2EF072AD1F1192EFEEC52AB2
+
+78EFCBC927F2820DCFB87C328826728CED4F2EB2D2962BB1372D8D060C72A03D
+
+B2612BD2912CA4A72B32F518CBC92BB2C625B2C12AB2C4F38F2CA18F28F34B4E
+
+C14A24F3E68034E5980D8BE26E86812611AE5B713302B00664B02A7A13411DB0
+
+2B2107400EF2E8696C6EF203E02822F066B104CBB2B6D123E0896BA8D4F310D0
+
+7368247131370E6F194D0872EDA8AD6A3CC9524D1B6B3B266F473A02BAD6EFA2
+
+A3D3408503DA04A3403440BE39CEDE21EBF00C88262AC28E81E8233C63040CA2
+
+B82BC2C02C45563D65D63BA0EE20B3DA2C62CA3A2492B8C3BA47A5202504863C
+
+B094390BC0A9C0A005B3F4BCC8753448582BA2BE2C2088654BF8BB888676B41A
+
+0E141E7D022A86C7D07BC81D3870508230A142B42F43E4D4640A78A5AE043803
+
+E62F82F5422410BBA67038035CAB2DEEB38BCE0DB010AC343868276809B04E0A
+
+52803BEDFC250E8F3F409C6082160A009AC5948D490AFA09AC207C4AC50E80B0
+
+0400B279103E24E79025424E23D4B657A572562566578AAA57242456D4CA7900
+
+5E51A27425E0E405A08428024686A39659A34A32047A790E10E067A74B103679
+
+0DD2B44B2254F4D60F2210CA4DE0F0EDE4DE934A748D04284DF50434A6594D76
+
+BC94F6E4EE089B605008750C2FAC68B2CA72AAC5C60C8ECEA1B1E304C47222CC
+
+2EA4D0C80E60D067D4B0FC54FD041500C9ADD75082C621454B510B5AF10604CA
+
+ECB3075106D7CEB1524C7D528EAC32352ECECE515355726D20C23DA6C5540AAA
+
+21354754A66954E5660415554B8A4A24955E0EF562FCF5674B4C9756D5063D27
+
+480B25802833E6EE6DE2D13580E00E4B389589522F8AAC7590E23596DA06C8A2
+
+95D847067D5A51EE3B95443435B03AB5B555247D5BD55B5C35C70189B14B29B1
+
+502C9D5083083BD5E15155E4DE758303B5ECDF2CC35F321F51E3515FAD335356
+
+3269753E7415435AD6105CB54C36F5515B961B55840B55D5600130A8239622E9
+
+489B3A6FE2A414D662B48E3FA0E60A34AA8BB49B6916954A22FAC7D5CA9B104B
+
+4C0A3E5645694D05705754C85714D54D83183994E14E4ED022D4EA5054F09B76
+
+5159A79022C86B5574BA40A5905943CA59B6A756ADD55D22FB50B50F6360CB57
+
+C9CD519585642EAF5F0CDF64B52AD076D7532D6220B53A6C56755C5679565679
+
+4FF5CF6F2BD074959F5776FD7015E751AEFB644DF6FC826B71159364F4876B95
+
+FC7192763DB736AB17216217275C972B56972F50573205F6035DD5795E357F63
+
+D5E8F8374370B64770F5F752D7534F95FF75B4AD5DA67D76367767B62772D62D
+
+56F5D4DDB634F0D6FF51763EE0370952178B7495F56B95F97935314FB799656D
+
+6772367EF6D7DB67C681684E8CF6549406C22C8BA5E25E60C25EA35006C2A16A
+
+0F980512500E00EE04806D8016A40134193DB44674980980CB7040D45E0F7817
+
+41C66F81E06C5D206C5D51F380B8333509A4A160A183640183B8208BB8318107
+
+E891F03604183236EA8536257639762E3D329C0F6CF523ACF84CAB2D87B65D37
+
+E23F7E208F02AFA78153D982C8598315F291F72933E89EEDF2772500AC0C180E
+
+D14E874A679182B42C66F8A783345CADD8B581A05F8BB8358398C98407A98458
+
+487498C88BB8BB854CC8889070445860ABD864507770B2586F87277F87760B87
+
+C3AB2CE62B88588878249D8C38B98A989649D89B2BAA292500AF8A98E0AC78B3
+
+88F8B68599238BC9278258C192D8C59338CB84B9418D09498478399408BB9339
+
+278598E721F86337D8F186A212CAD8F85CB8FD90160B90443190968691F91193
+
+191501391B30391F39E0400B19258AD0278B188D44466F991934A6B93873197E
+
+64B9A19427499AF9498D58399AE8BB9A1926DA985B85E47CABCDA836E60E3768
+
+B00B0DB44582B457229B9D25722F024604B4AF90F93C66F69B493497012E6D86
+
+97AD9675E596A248CFB8FE7415418800E59797E73A59F28599B57C589976989C
+
+9B798A3E62420639928CA7C36A385799B81866E0C3A359A29974259AB23DA499
+
+B0EBBA559B6BAD94D84BA479148BBA658ABA3848FA3D8E385A29B8EA4718EFA0
+
+16F58F725396FA11A8B903A15A18F63A1D99C859A6B91601398689E803689494
+
+06B7EE4CD7F20CA5E8A6606B7FF995A3B80380780B9C392BA9864B81F823A4FA
+
+1FACF80A040082099839AD1A5D267ADFAE3ADB851AC7ABFA719998E42E19C995
+
+E97C425A80BD1A84CF7A0D971A1338AD7DA92AF59F1ACD81DADB985A2991D8A3
+
+98D8A7AC9A4189064B8A7AD3827A518C60C1ADDAE184BB39AE6791AEBB49B438
+
+DC0C1956E1D95BA7B339961B078F5969A87B0FA8D973A904A790BA97A42859B4
+
+BA25919B27989B2BA31923B31B3F923B3B93BB1E05FB95B50749B95B4C013BA1
+
+B9DB544CDB8FAF54A490785B8E99CBA7DB658F2533B0B875B6E3AB971975883B
+
+7797BB1DB7C64BBA5B83AA1B8789FA2E48198FB59BB5A73929B3392F9ADB438B
+
+F9A9AD79B3B43BAB990C10932A17C0BBAE051991B31AFA251AFF9CD9DB9E59D7
+
+C262E59D59E3C2F9E62B28B19EFBF98C59F749FA9F9FFBC586DB6BB0D879B71B
+
+132F9BD57E5A9597DC0405FC0DB25624BE3261B18E8F6940A00A49C436E8BA9E
+
+2910370063B5B80598C27256BB5BB3FC8E0DBB97C03B9BC966360CEF5CA5C41D
+
+C99BA6239CA4557CA856AC59C97B5BC3EAB7CABA9F62821CF2249C0809580804
+
+45C995544B647275C778C2EFBC93FB3FC43695649CE7767C6AC15C6FBD7A1A7B
+
+FC75C78956C59C8096A370065C89251CBDBF2F99C95CC5C01829C63CA1CB1CA7
+
+CC3CB9CAE4B7D2A859CA08BBD17A6FBB6E1BD1DD2FBE3CC9CF2013CD0041CD42
+
+5366DCB1CDE4B761BCCBCE9C63CED4AB70FCF37A5C6DAA5CFDC5E7BF40EB1F3E
+
+C2CC0BFC4349862ABCDD808E1C43B5AEAAB38B80B41730B243A2BF92133243AB
+
+D96B7F512B19D9E533472B4FDACB11DB0B842C0B893F4B90B6FDA4BFCB76669D
+
+BCB58B8205EB86911DC8B6CB94AC36FCB9EBA2BA6BAB3A0BB12648B00A948621
+
+B406BC586877AC0C261ACBBDD73547F4827A0BB1699D8BD7F3DFD8568D49C041
+
+47C2EB4812E1D18907399C63E2C0E9E3031EE5B30249C98FA60F2E9C895C9CCA
+
+1A7E17EA22CF2574AF2AF4497DBA03E03DA49DE50FAE6671F1DDC09BAADCCCC7
+
+DE633A097DD29CB4649E6E9CA665E568D48DBD0436E9407E9E8297A97BB3FE3D
+
+E40E11E47E9EF36F3AE2C767C7080544EAB4CBB454481458BF79374244CD1B94
+
+596B9D99DB12E3AF67911DA425EDAB5AC59EE7DAEB5BEDF4A4DA91E8F7F64115
+
+C0E9EE8B839FDAB20A60D20F4250BF80F67E1D7D3DD3EFE2443168E216AC5B18
+
+BADA2A89A6E801BEC0CD7EC63E945BECF827ED339FED7EEE21546E0E7EF4A6DF
+
+3710746CB47471EEC577F5A3BB471F52DA9B3E2863AB9FD68A431D8DE23D86E7
+
+D2A481DF57EC448FEC875C247EAE89E01B3B004B9ABF96A3DF9B15839D3427CE
+
+64A4D0822055782878871C0E89F354822BBA27F28083C648A566965AD2739F10
+
+DAD15FAE4D405491FFBE4D4393C2E39133B2667E1FDA2F9FB3683886C4F34008
+
+4200472F910CA623A99C407B1413CEC65391C0E469371D040733A98CC665399C
+
+CCC75361B0F220891CCE8618F994C85C370A44110891D0FB2233034CA6E32024
+
+4A7539C38C869319D01A633A9C8E5353A198D26C32880C66C37CEE914A06D4EA
+
+9010>)0()/SubFileDecode/XY56EHB728E45ADCCA32FCCE5{eexec cvx%96A3
+
+exec}def filter%E6E9CA665E56871C0E89F354822BD48DBD0436E9407E9E82
+
+(7ff3429bb896e585e69988dd498a83bd9ae4a2be5fe1a7fdba170f85d656e49
+
+5b4ebd2711bf0b15010c913e73bb3e5998f660414a3de706dab0278bc065ae45
+
+6eca5188cf043fe52da914224ad0bb25eb6%%%)
+
+XY56EHB728E45ADCCA32FCCE5
+
+%%EndResource
+
+"
+
+*End
+
+
+
+*CloseSubGroup: Separations
+
+*OpenSubGroup: Policies
+
+
+
+*OpenUI *LHPageSizePol/PageSize Policies: PickOne
+
+*OrderDependency: 10 Prolog *LHPageSizePol
+
+*DefaultLHPageSizePol: Abort
+
+
+
+*LHPageSizePol Abort/Abort if PageSize is too big: " % PageSize Policy >Abort< is Default!"
+
+
+
+*LHPageSizePol Largest/Use MaxPage and clip image: "
+
+ %! BGiess 970227
+
+ statusdict /setpageparams {
+
+ dup 1 gt {errordict /rangecheck get exec} if 1 dict begin /CPSI /ProcSet findresource
+
+ /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
+
+ def 4 2 roll 2 copy 5 -1 roll 0 eq {gt {orientation 0 get}{orientation 1 get} ifelse 3 1 roll exch
+
+ }{lt{orientation 2 get}{orientation 3 get} ifelse 3 1 roll} ifelse end
+
+ <</PageOffset [ 7 -1 roll 0 ]/Orientation 7 -1 roll /PageSize [ 9 -2 roll ]/ImagingBBox null>>
+
+ setpagedevice
+
+ } put
+
+ <</Policies << /PageSize 4 >> >> setpagedevice
+
+"
+
+*End
+
+
+
+*LHPageSizePol Ignore/Ignore requested PageSize: "
+
+ %! BGiess 970227
+
+ statusdict /setpageparams {
+
+ dup 1 gt {errordict /rangecheck get exec} if 1 dict begin /CPSI /ProcSet findresource
+
+ /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
+
+ def 4 2 roll 2 copy 5 -1 roll 0 eq {gt {orientation 0 get}{orientation 1 get} ifelse 3 1 roll exch
+
+ }{lt{orientation 2 get}{orientation 3 get} ifelse 3 1 roll} ifelse end
+
+ <</PageOffset [ 7 -1 roll 0 ]/Orientation 7 -1 roll /PageSize [ 9 -2 roll ]/ImagingBBox null>>
+
+ setpagedevice
+
+ } put
+
+ <</Policies << /PageSize 1 >> >> setpagedevice
+
+"
+
+*End
+
+
+
+*?LHPageSizePol: "
+
+ save
+
+ currentpagedevice /Policies get /PageSize get
+
+ {
+
+ dup 0 eq {(Abort) exit} if
+
+ dup 1 eq {(Ignore) exit} if
+
+ dup 4 eq {(Largest) exit} if
+
+ (Unknown) exit
+
+ } loop = flush pop
+
+ restore
+
+"
+
+*End
+
+*CloseUI: *LHPageSizePol
+
+
+
+*CloseSubGroup: Policies
+
+*CloseGroup: Imagesetter
+
+
+
+*%
+
+*% End of Printer Specific Options
+
+*%
+
+
+
+*% Color Separation Information =====================
+
+
+
+*DefaultColorSep: ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi
+
+
+
+*InkName: ProcessBlack/Process Black
+
+*InkName: CustomColor/Custom Color
+
+*InkName: ProcessCyan/Process Cyan
+
+*InkName: ProcessMagenta/Process Magenta
+
+*InkName: ProcessYellow/Process Yellow
+
+
+
+*%
+
+*% Screening Params for IS
+
+*%
+
+*% For 50 lpi / 2540 dpi
+
+*ColorSepScreenAngle CustomColor.50lpi.2540dpi/50 lpi / 2540 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.50lpi.2540dpi/50 lpi / 2540 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.50lpi.2540dpi/50 lpi / 2540 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.50lpi.2540dpi/50 lpi / 2540 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.50lpi.2540dpi/50 lpi / 2540 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
+
+*ColorSepScreenFreq ProcessCyan.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
+
+*ColorSepScreenFreq ProcessMagenta.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
+
+*ColorSepScreenFreq ProcessYellow.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
+
+*ColorSepScreenFreq ProcessBlack.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
+
+
+
+*% For 60 lpi / 2540 dpi
+
+*ColorSepScreenAngle CustomColor.60lpi.2540dpi/60 lpi / 2540 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.60lpi.2540dpi/60 lpi / 2540 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.60lpi.2540dpi/60 lpi / 2540 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.60lpi.2540dpi/60 lpi / 2540 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.60lpi.2540dpi/60 lpi / 2540 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
+
+*ColorSepScreenFreq ProcessCyan.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
+
+*ColorSepScreenFreq ProcessMagenta.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
+
+*ColorSepScreenFreq ProcessYellow.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
+
+*ColorSepScreenFreq ProcessBlack.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
+
+
+
+*% For 75 lpi / 2540 dpi
+
+*ColorSepScreenAngle CustomColor.75lpi.2540dpi/75 lpi / 2540 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.75lpi.2540dpi/75 lpi / 2540 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.75lpi.2540dpi/75 lpi / 2540 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.75lpi.2540dpi/75 lpi / 2540 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
+
+*ColorSepScreenFreq ProcessCyan.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
+
+*ColorSepScreenFreq ProcessMagenta.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
+
+*ColorSepScreenFreq ProcessYellow.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
+
+*ColorSepScreenFreq ProcessBlack.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
+
+
+
+*% For 85 lpi / 2540 dpi
+
+*ColorSepScreenAngle CustomColor.85lpi.2540dpi/85 lpi / 2540 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.85lpi.2540dpi/85 lpi / 2540 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.85lpi.2540dpi/85 lpi / 2540 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.85lpi.2540dpi/85 lpi / 2540 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.85lpi.2540dpi/85 lpi / 2540 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
+
+*ColorSepScreenFreq ProcessCyan.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
+
+*ColorSepScreenFreq ProcessMagenta.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
+
+*ColorSepScreenFreq ProcessYellow.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
+
+*ColorSepScreenFreq ProcessBlack.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
+
+
+
+*% For 100 lpi / 2540 dpi
+
+*ColorSepScreenAngle CustomColor.100lpi.2540dpi/100 lpi / 2540 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.100lpi.2540dpi/100 lpi / 2540 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.100lpi.2540dpi/100 lpi / 2540 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.100lpi.2540dpi/100 lpi / 2540 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.100lpi.2540dpi/100 lpi / 2540 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
+
+*ColorSepScreenFreq ProcessCyan.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
+
+*ColorSepScreenFreq ProcessMagenta.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
+
+*ColorSepScreenFreq ProcessYellow.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
+
+*ColorSepScreenFreq ProcessBlack.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
+
+
+
+*% For 120 lpi / 2540 dpi
+
+*ColorSepScreenAngle CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
+
+*ColorSepScreenFreq ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
+
+*ColorSepScreenFreq ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
+
+*ColorSepScreenFreq ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
+
+*ColorSepScreenFreq ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
+
+
+
+*% For 133 lpi / 2540 dpi
+
+*ColorSepScreenAngle CustomColor.133lpi.2540dpi/133 lpi / 2540 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.133lpi.2540dpi/133 lpi / 2540 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.133lpi.2540dpi/133 lpi / 2540 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.133lpi.2540dpi/133 lpi / 2540 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.133lpi.2540dpi/133 lpi / 2540 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
+
+*ColorSepScreenFreq ProcessCyan.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
+
+*ColorSepScreenFreq ProcessMagenta.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
+
+*ColorSepScreenFreq ProcessYellow.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
+
+*ColorSepScreenFreq ProcessBlack.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
+
+
+
+*% For 150 lpi / 2540 dpi
+
+*ColorSepScreenAngle CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
+
+*ColorSepScreenFreq ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
+
+*ColorSepScreenFreq ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
+
+*ColorSepScreenFreq ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
+
+*ColorSepScreenFreq ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
+
+
+
+*% For 175 lpi / 2540 dpi
+
+*ColorSepScreenAngle CustomColor.175lpi.2540dpi/175 lpi / 2540 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.175lpi.2540dpi/175 lpi / 2540 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.175lpi.2540dpi/175 lpi / 2540 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.175lpi.2540dpi/175 lpi / 2540 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.175lpi.2540dpi/175 lpi / 2540 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
+
+*ColorSepScreenFreq ProcessCyan.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
+
+*ColorSepScreenFreq ProcessMagenta.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
+
+*ColorSepScreenFreq ProcessYellow.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
+
+*ColorSepScreenFreq ProcessBlack.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
+
+
+
+*% For 200 lpi / 2540 dpi
+
+*ColorSepScreenAngle CustomColor.200lpi.2540dpi/200 lpi / 2540 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.200lpi.2540dpi/200 lpi / 2540 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.200lpi.2540dpi/200 lpi / 2540 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.200lpi.2540dpi/200 lpi / 2540 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.200lpi.2540dpi/200 lpi / 2540 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
+
+*ColorSepScreenFreq ProcessCyan.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
+
+*ColorSepScreenFreq ProcessMagenta.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
+
+*ColorSepScreenFreq ProcessYellow.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
+
+*ColorSepScreenFreq ProcessBlack.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
+
+
+
+*% For 50 lpi / 3386 dpi
+
+*ColorSepScreenAngle CustomColor.50lpi.3386dpi/50 lpi / 3386 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.50lpi.3386dpi/50 lpi / 3386 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.50lpi.3386dpi/50 lpi / 3386 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.50lpi.3386dpi/50 lpi / 3386 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.50lpi.3386dpi/50 lpi / 3386 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.50lpi.3386dpi/50 lpi / 3386 dpi: "50"
+
+*ColorSepScreenFreq ProcessCyan.50lpi.3386dpi/50 lpi / 3386 dpi: "50"
+
+*ColorSepScreenFreq ProcessMagenta.50lpi.3386dpi/50 lpi / 3386 dpi: "50"
+
+*ColorSepScreenFreq ProcessYellow.50lpi.3386dpi/50 lpi / 3386 dpi: "50"
+
+*ColorSepScreenFreq ProcessBlack.50lpi.3386dpi/50 lpi / 3386 dpi: "50"
+
+
+
+*% For 60 lpi / 3386 dpi
+
+*ColorSepScreenAngle CustomColor.60lpi.3386dpi/60 lpi / 3386 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.60lpi.3386dpi/60 lpi / 3386 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.60lpi.3386dpi/60 lpi / 3386 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.60lpi.3386dpi/60 lpi / 3386 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.60lpi.3386dpi/60 lpi / 3386 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.60lpi.3386dpi/60 lpi / 3386 dpi: "60"
+
+*ColorSepScreenFreq ProcessCyan.60lpi.3386dpi/60 lpi / 3386 dpi: "60"
+
+*ColorSepScreenFreq ProcessMagenta.60lpi.3386dpi/60 lpi / 3386 dpi: "60"
+
+*ColorSepScreenFreq ProcessYellow.60lpi.3386dpi/60 lpi / 3386 dpi: "60"
+
+*ColorSepScreenFreq ProcessBlack.60lpi.3386dpi/60 lpi / 3386 dpi: "60"
+
+
+
+*% For 75 lpi / 3386 dpi
+
+*ColorSepScreenAngle CustomColor.75lpi.3386dpi/75 lpi / 3386 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.75lpi.3386dpi/75 lpi / 3386 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.75lpi.3386dpi/75 lpi / 3386 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.75lpi.3386dpi/75 lpi / 3386 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.75lpi.3386dpi/75 lpi / 3386 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.75lpi.3386dpi/75 lpi / 3386 dpi: "75"
+
+*ColorSepScreenFreq ProcessCyan.75lpi.3386dpi/75 lpi / 3386 dpi: "75"
+
+*ColorSepScreenFreq ProcessMagenta.75lpi.3386dpi/75 lpi / 3386 dpi: "75"
+
+*ColorSepScreenFreq ProcessYellow.75lpi.3386dpi/75 lpi / 3386 dpi: "75"
+
+*ColorSepScreenFreq ProcessBlack.75lpi.3386dpi/75 lpi / 3386 dpi: "75"
+
+
+
+*% For 85 lpi / 3386 dpi
+
+*ColorSepScreenAngle CustomColor.85lpi.3386dpi/85 lpi / 3386 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.85lpi.3386dpi/85 lpi / 3386 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.85lpi.3386dpi/85 lpi / 3386 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.85lpi.3386dpi/85 lpi / 3386 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.85lpi.3386dpi/85 lpi / 3386 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.85lpi.3386dpi/85 lpi / 3386 dpi: "85"
+
+*ColorSepScreenFreq ProcessCyan.85lpi.3386dpi/85 lpi / 3386 dpi: "85"
+
+*ColorSepScreenFreq ProcessMagenta.85lpi.3386dpi/85 lpi / 3386 dpi: "85"
+
+*ColorSepScreenFreq ProcessYellow.85lpi.3386dpi/85 lpi / 3386 dpi: "85"
+
+*ColorSepScreenFreq ProcessBlack.85lpi.3386dpi/85 lpi / 3386 dpi: "85"
+
+
+
+*% For 100 lpi / 3386 dpi
+
+*ColorSepScreenAngle CustomColor.100lpi.3386dpi/100 lpi / 3386 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.100lpi.3386dpi/100 lpi / 3386 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.100lpi.3386dpi/100 lpi / 3386 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.100lpi.3386dpi/100 lpi / 3386 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.100lpi.3386dpi/100 lpi / 3386 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
+
+*ColorSepScreenFreq ProcessCyan.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
+
+*ColorSepScreenFreq ProcessMagenta.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
+
+*ColorSepScreenFreq ProcessYellow.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
+
+*ColorSepScreenFreq ProcessBlack.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
+
+
+
+*% For 120 lpi / 3386 dpi
+
+*ColorSepScreenAngle CustomColor.120lpi.3386dpi/120 lpi / 3386 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.120lpi.3386dpi/120 lpi / 3386 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.120lpi.3386dpi/120 lpi / 3386 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.120lpi.3386dpi/120 lpi / 3386 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.120lpi.3386dpi/120 lpi / 3386 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
+
+*ColorSepScreenFreq ProcessCyan.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
+
+*ColorSepScreenFreq ProcessMagenta.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
+
+*ColorSepScreenFreq ProcessYellow.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
+
+*ColorSepScreenFreq ProcessBlack.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
+
+
+
+*% For 133 lpi / 3386 dpi
+
+*ColorSepScreenAngle CustomColor.133lpi.3386dpi/133 lpi / 3386 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.133lpi.3386dpi/133 lpi / 3386 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.133lpi.3386dpi/133 lpi / 3386 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.133lpi.3386dpi/133 lpi / 3386 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.133lpi.3386dpi/133 lpi / 3386 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
+
+*ColorSepScreenFreq ProcessCyan.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
+
+*ColorSepScreenFreq ProcessMagenta.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
+
+*ColorSepScreenFreq ProcessYellow.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
+
+*ColorSepScreenFreq ProcessBlack.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
+
+
+
+*% For 150 lpi / 3386 dpi
+
+*ColorSepScreenAngle CustomColor.150lpi.3386dpi/150 lpi / 3386 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.150lpi.3386dpi/150 lpi / 3386 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.150lpi.3386dpi/150 lpi / 3386 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.150lpi.3386dpi/150 lpi / 3386 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.150lpi.3386dpi/150 lpi / 3386 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
+
+*ColorSepScreenFreq ProcessCyan.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
+
+*ColorSepScreenFreq ProcessMagenta.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
+
+*ColorSepScreenFreq ProcessYellow.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
+
+*ColorSepScreenFreq ProcessBlack.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
+
+
+
+*% For 165 lpi / 3386 dpi
+
+*ColorSepScreenAngle CustomColor.165lpi.3386dpi/165 lpi / 3386 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.165lpi.3386dpi/165 lpi / 3386 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.165lpi.3386dpi/165 lpi / 3386 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.165lpi.3386dpi/165 lpi / 3386 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.165lpi.3386dpi/165 lpi / 3386 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.165lpi.3386dpi/165 lpi / 3386 dpi: "165"
+
+*ColorSepScreenFreq ProcessCyan.165lpi.3386dpi/165 lpi / 3386 dpi: "165"
+
+*ColorSepScreenFreq ProcessMagenta.165lpi.3386dpi/165 lpi / 3386 dpi: "165"
+
+*ColorSepScreenFreq ProcessYellow.165lpi.3386dpi/165 lpi / 3386 dpi: "165"
+
+*ColorSepScreenFreq ProcessBlack.165lpi.3386dpi/165 lpi / 3386 dpi: "165"
+
+
+
+*% For 175 lpi / 3386 dpi
+
+*ColorSepScreenAngle CustomColor.175lpi.3386dpi/175 lpi / 3386 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.175lpi.3386dpi/175 lpi / 3386 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.175lpi.3386dpi/175 lpi / 3386 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.175lpi.3386dpi/175 lpi / 3386 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.175lpi.3386dpi/175 lpi / 3386 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
+
+*ColorSepScreenFreq ProcessCyan.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
+
+*ColorSepScreenFreq ProcessMagenta.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
+
+*ColorSepScreenFreq ProcessYellow.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
+
+*ColorSepScreenFreq ProcessBlack.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
+
+
+
+*% For 200 lpi / 3386 dpi
+
+*ColorSepScreenAngle CustomColor.200lpi.3386dpi/200 lpi / 3386 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.200lpi.3386dpi/200 lpi / 3386 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.200lpi.3386dpi/200 lpi / 3386 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.200lpi.3386dpi/200 lpi / 3386 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.200lpi.3386dpi/200 lpi / 3386 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
+
+*ColorSepScreenFreq ProcessCyan.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
+
+*ColorSepScreenFreq ProcessMagenta.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
+
+*ColorSepScreenFreq ProcessYellow.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
+
+*ColorSepScreenFreq ProcessBlack.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
+
+
+
+*% For 225 lpi / 3386 dpi
+
+*ColorSepScreenAngle CustomColor.225lpi.3386dpi/225 lpi / 3386 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.225lpi.3386dpi/225 lpi / 3386 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.225lpi.3386dpi/225 lpi / 3386 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.225lpi.3386dpi/225 lpi / 3386 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.225lpi.3386dpi/225 lpi / 3386 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
+
+*ColorSepScreenFreq ProcessCyan.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
+
+*ColorSepScreenFreq ProcessMagenta.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
+
+*ColorSepScreenFreq ProcessYellow.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
+
+*ColorSepScreenFreq ProcessBlack.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
+
+
+
+*% For 275 lpi / 3386 dpi
+
+*ColorSepScreenAngle CustomColor.275lpi.3386dpi/275 lpi / 3386 dpi: "45"
+
+*ColorSepScreenAngle ProcessCyan.275lpi.3386dpi/275 lpi / 3386 dpi: "15"
+
+*ColorSepScreenAngle ProcessMagenta.275lpi.3386dpi/275 lpi / 3386 dpi: "75"
+
+*ColorSepScreenAngle ProcessYellow.275lpi.3386dpi/275 lpi / 3386 dpi: "0"
+
+*ColorSepScreenAngle ProcessBlack.275lpi.3386dpi/275 lpi / 3386 dpi: "45"
+
+
+
+*ColorSepScreenFreq CustomColor.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
+
+*ColorSepScreenFreq ProcessCyan.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
+
+*ColorSepScreenFreq ProcessMagenta.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
+
+*ColorSepScreenFreq ProcessYellow.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
+
+*ColorSepScreenFreq ProcessBlack.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
+
+
+
+*% The byte count of this file should be exactly 068975 or 072111
+*% depending on the filesystem it resides in.
+*% end of PPD file for Linotype-Hell Herkules Plate IS
+
+
+