home *** CD-ROM | disk | FTP | other *** search
- *% Adobe Systems PostScript(R) Printer Description File
- *% For "Linotype" version 47.1
- *% Produced by "GETapd.ps" version 3.0 edit 53
- *%
- *% Copyright 1988, 1989 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.
- *%
- *% The byte count of this file should be exactly 018139 or 018647
- *% depending on the filesystem it resides in.
- *%
- *% Date: 4/6/89
- *FormatVersion: "3.0"
- *FileVersion: "1.0"
- *LanguageVersion: English
-
- *Product: "(Linotype)"
- *PSVersion: "(47.1) 0"
- *NickName: "Linotronic 200 v47.1"
-
- *% General Information and Defaults ===============
- *ColorDevice: False
- *FreeVM: "176232"
- *VariablePaperSize: True
- *FileSystem: True
- *?FileSystem: "
- statusdict begin diskstatus end
- exch pop 0 eq {(False)} {(True)} ifelse = flush
- "
- *End
-
- *Password: "0"
- *ExitServer: "
- count 0 eq { % is the password on the stack?
- true
- }{
- dup % potential password
- statusdict begin checkpassword end 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 begin exitserver
- "
- *End
-
- *Reset: "
- count 0 eq { % is the password on the stack?
- true
- }{
- dup % potential password
- statusdict begin checkpassword end 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 begin exitserver
- systemdict /quit get exec
- (WARNING : Printer Reset Failed.) = flush
- "
- *End
-
- *DefaultResolution: 1693dpi
- *SetResolution 635dpi: "
- count 0 eq { % is the password on the stack?
- true
- }{
- dup % potential password
- statusdict begin checkpassword end not
- } ifelse
- { % if no password or not valid
- (WARNING : Cannot set the resolution.) =
- (Password supplied is not valid.) =
- (Please contact the author of this software.) = flush
- quit
- } if
- 256 string
- statusdict begin li5backendparams end
- length 0 eq
- {
- (WARNING : Cannot set the resolution through software) = flush
- quit
- } if
- serverdict begin exitserver
- statusdict begin 635 setresolution end
- "
- *End
- *SetResolution 1270dpi: "
- count 0 eq { % is the password on the stack?
- true
- }{
- dup % potential password
- statusdict begin checkpassword end not
- } ifelse
- { % if no password or not valid
- (WARNING : Cannot set the resolution.) =
- (Password supplied is not valid.) =
- (Please contact the author of this software.) = flush
- quit
- } if
- 256 string
- statusdict begin li5backendparams end
- length 0 eq
- {
- (WARNING : Cannot set the resolution through software) = flush
- quit
- } if
- serverdict begin exitserver
- statusdict begin 1270 setresolution end
- "
- *End
- *SetResolution 1693dpi: "
- count 0 eq { % is the password on the stack?
- true
- }{
- dup % potential password
- statusdict begin checkpassword end not
- } ifelse
- { % if no password or not valid
- (WARNING : Cannot set the resolution.) =
- (Password supplied is not valid.) =
- (Please contact the author of this software.) = flush
- quit
- } if
- 256 string
- statusdict begin li5backendparams end
- length 0 eq
- {
- (WARNING : Cannot set the resolution through software) = flush
- quit
- } if
- serverdict begin exitserver
- statusdict begin 1693 setresolution end
- "
- *End
- *?Resolution: "
- save
- statusdict begin resolution end
- 128 string cvs print(dpi)= flush
- restore
- "
- *End
-
- *% Halftone Information ===============
- *ScreenFreq: "105.0"
- *ScreenAngle: "45.0"
- *DefaultScreenProc: Dot
- *ScreenProc Dot: "
- {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 Line: "{ pop }"
-
- *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 or PaperTray.
- *DefaultPageSize: Letter
- *PageSize Letter: "letter"
- *PageSize Legal: "legal"
- *PageSize Note: "note"
- *PageSize Ledger: "ledger"
- *PageSize Tabloid: "11x17"
- *PageSize A3: "a3"
- *PageSize A4: "a4"
- *PageSize A5: "a5"
- *PageSize B5: "b5"
- *PageSize Letter.Transverse: "Letter"
- *PageSize A4.Transverse: "A4"
- *PageSize A5.Transverse: "A5"
- *PageSize B5.Transverse: "B5"
- *?PageSize: "
- save
- /d0 5 dict def d0 begin
- /420_596 (A5.Transverse) def
- /499_709 (B5.Transverse) def
- /596_840 (A4.Transverse) def
- /612_792 (Letter.Transverse) def
- /1224_792 (Ledger) def
- end
- /d1 7 dict def d1 begin
- /596_420 (A5) def
- /709_499 (B5) def
- /792_612 (Letter) def
- /842_596 (A4) def
- /1008_612 (Legal) def
- /1191_840 (A3) def
- /1224_792 (Tabloid) def
- end
- statusdict begin pageparams end
- 4 1 roll pop
- /high exch 10 string cvs dup length /hlen exch def def
- /wide exch 10 string cvs def
- /key hlen 1 add wide length add string def
- key 0 high putinterval
- key hlen (_) putinterval
- key hlen 1 add wide putinterval
- 0 eq{d0}{d1}ifelse
- key cvn{get}stopped{(Unknown)}if
- = flush
- restore
- "
- *End
-
- *DefaultPageRegion: Letter
- *PageRegion Letter: "letter"
- *PageRegion Legal: "legal"
- *PageRegion Note: "note"
- *PageRegion Ledger: "ledger"
- *PageRegion Tabloid: "11x17"
- *PageRegion A3: "a3"
- *PageRegion A4: "a4"
- *PageRegion A5: "a5"
- *PageRegion B5: "b5"
- *PageRegion Letter.Transverse: "Letter"
- *PageRegion A4.Transverse: "A4"
- *PageRegion A5.Transverse: "A5"
- *PageRegion B5.Transverse: "B5"
-
- *% Default Paper Handling Features
- *% Because the Linotronics are roll-fed machines, most of these features
- *% have values of "None". None of them have related invocation keywords.
- *DefaultPaperTray: None
- *DefaultOutputBin: Upper
- *DefaultInputSlot: None
- *DefaultManualFeed: None
- *DefaultOutputOrder: Normal
- *DefaultCollator: None
- *DefaultSorter: None
- *DefaultDuplex: None
-
- *% The following entries provide information about specific paper keywords.
- *DefaultImageableArea: Letter
- *ImageableArea Letter: "0 1 612 791 "
- *ImageableArea Legal: "0 1 612 1007 "
- *ImageableArea Note: "0 1 612 791 "
- *ImageableArea Ledger: "0 0 1223 791 "
- *ImageableArea Tabloid: "0 1 791 1223 "
- *ImageableArea A3: "0 1 840 1190 "
- *ImageableArea A4: "0 1 596 842 "
- *ImageableArea A5: "0 1 420 595 "
- *ImageableArea B5: "0 1 499 708 "
- *ImageableArea Letter.Transverse: "0 0 611 791 "
- *ImageableArea A4.Transverse: "0 0 595 840 "
- *ImageableArea A5.Transverse: "0 0 419 596 "
- *ImageableArea B5.Transverse: "0 0 498 708 "
- *?ImageableArea: "
- save /cvp { cvi ( ) cvs print ( ) print } bind def
- newpath clippath pathbbox
- 4 -2 roll exch 2 {ceiling cvp} repeat
- exch 2 {floor cvp} repeat flush
- restore
- "
- *End
-
- *% These provide the physical dimensions of the paper (by keyword)
- *DefaultPaperDimension: Letter
- *PaperDimension Letter: "612 792"
- *PaperDimension Legal: "612 1008"
- *PaperDimension Note: "612 792"
- *PaperDimension Ledger: "1224 792"
- *PaperDimension Tabloid: "792 1224"
- *PaperDimension A3: "842 1190"
- *PaperDimension A4: "595 842"
- *PaperDimension A5: "420 595"
- *PaperDimension B5: "516 729"
- *PaperDimension Letter.Transverse: "792 612"
- *PaperDimension A4.Transverse: "842 595"
- *PaperDimension A5.Transverse: "595 420"
- *PaperDimension B5.Transverse: "729 516"
-
- *% Font Information =====================
-
- *DefaultFont: Courier
- *Font Courier: Standard "(001.004)"
- *Font Courier-Bold: Standard "(001.004)"
- *Font Courier-BoldOblique: Standard "(001.004)"
- *Font Courier-Oblique: Standard "(001.004)"
- *Font Helvetica: Standard "(001.001)"
- *Font Helvetica-Bold: Standard "(001.001)"
- *Font Helvetica-BoldOblique: Standard "(001.001)"
- *Font Helvetica-Oblique: Standard "(001.001)"
- *Font Symbol: Special "(001.001)"
- *Font Times-Bold: Standard "(001.001)"
- *Font Times-BoldItalic: Standard "(001.001)"
- *Font Times-Italic: Standard "(001.001)"
- *Font Times-Roman: Standard "(001.001)"
- *?FontQuery: "
- save 4 dict begin /sv exch def
- /str (fonts/ ) def
- /st2 128 string def
- {
- count 0 gt {
- dup st2 cvs (/) print print (:) print
- dup FontDirectory exch known {pop (Yes)}{
- str exch st2 cvs dup length /len exch def
- 6 exch putinterval str 0 len 6 add getinterval mark exch
- { } st2 filenameforall counttomark 0 gt {
- cleartomark (Yes)}{cleartomark (No)}ifelse
- }ifelse = flush
- }{ exit } ifelse
- } bind loop
- (*) = flush
- sv end restore
- "
- *End
-
- *?FontList: "
- save 2 dict begin /sv exch def
- /str 128 string def
- FontDirectory { pop == } bind forall flush
- /filenameforall where {
- pop save (fonts/*) {
- dup length 6 sub 6 exch getinterval cvn ==
- } bind str filenameforall flush restore
- } if
- (*) = flush
- sv end 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: "warming up"
- *Status: "PrinterError: recorder idle"
- *Status: "PrinterError: recorder busy"
- *Status: "PrinterError: recorder offline or film problem"
- *Status: "PrinterError: recorder not responding"
- *Status: "PrinterError: page too large at current resolution"
- *Status: "PrinterError: knife not in end position"
- *Status: "PrinterError: cassette error"
- *Status: "PrinterError: change cassette"
- *Status: "PrinterError: knife error"
- *Status: "PrinterError: no cassette"
- *Status: "PrinterError: end of film"
- *Status: "PrinterError: end of job"
-
- *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
- *Source: "serial9"
- *Source: "serial25"
- *Source: "AppleTalk"
- *Source: "Centronics"
-
- *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
- *PrinterError: "recorder idle"
- *PrinterError: "recorder busy"
- *PrinterError: "recorder offline or film problem"
- *PrinterError: "recorder not responding"
- *PrinterError: "page too large at current resolution"
- *PrinterError: "knife not in end position"
- *PrinterError: "cassette error"
- *PrinterError: "change cassette"
- *PrinterError: "knife error"
- *PrinterError: "no cassette"
- *PrinterError: "end of film"
- *PrinterError: "end of job"
-
- *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
-
- *% Color Separation Information =====================
-
- *DefaultColorSep: ProcessBlack.120lpi.1693dpi/120 lpi / 1693 dpi
-
- *InkName: ProcessBlack/Process Black
- *InkName: CustomColor/Custom Color
- *InkName: ProcessCyan/Process Cyan
- *InkName: ProcessMagenta/Process Magenta
- *InkName: ProcessYellow/Process Yellow
-
- *% For 90 lpi / 635 dpi (5,5,2,6,6,2,20/3,0) ===============================
-
- *ColorSepScreenAngle ProcessBlack.90lpi.635dpi/90 lpi / 635 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.90lpi.635dpi/90 lpi / 635 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.90lpi.635dpi/90 lpi / 635 dpi: "71.5651"
- *ColorSepScreenAngle ProcessMagenta.90lpi.635dpi/90 lpi / 635 dpi: "18.4349"
- *ColorSepScreenAngle ProcessYellow.90lpi.635dpi/90 lpi / 635 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.90lpi.635dpi/90 lpi / 635 dpi: "89.8026"
- *ColorSepScreenFreq CustomColor.90lpi.635dpi/90 lpi / 635 dpi: "89.8026"
- *ColorSepScreenFreq ProcessCyan.90lpi.635dpi/90 lpi / 635 dpi: "100.402"
- *ColorSepScreenFreq ProcessMagenta.90lpi.635dpi/90 lpi / 635 dpi: "100.402"
- *ColorSepScreenFreq ProcessYellow.90lpi.635dpi/90 lpi / 635 dpi: "31.75"
-
- *ColorSepScreenProc ProcessYellow.90lpi.635dpi/90 lpi / 635 dpi: "
- {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
- 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
- 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
-
- *% For 75 lpi / 635 dpi =====================================================
-
- *ColorSepScreenAngle ProcessBlack.75lpi.635dpi/75 lpi / 635 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.75lpi.635dpi/75 lpi / 635 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.75lpi.635dpi/75 lpi / 635 dpi: "71.5651"
- *ColorSepScreenAngle ProcessMagenta.75lpi.635dpi/75 lpi / 635 dpi: "18.4349"
- *ColorSepScreenAngle ProcessYellow.75lpi.635dpi/75 lpi / 635 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.75lpi.635dpi/75 lpi / 635 dpi: "74.8355"
- *ColorSepScreenFreq CustomColor.75lpi.635dpi/75 lpi / 635 dpi: "74.8355"
- *ColorSepScreenFreq ProcessCyan.75lpi.635dpi/75 lpi / 635 dpi: "66.9349"
- *ColorSepScreenFreq ProcessMagenta.75lpi.635dpi/75 lpi / 635 dpi: "66.9349"
- *ColorSepScreenFreq ProcessYellow.75lpi.635dpi/75 lpi / 635 dpi: "70.5556"
-
- *% For 128 lpi / 1270 dpi (7,7,4,11,11,4,11,0) ===============================
-
- *ColorSepScreenAngle ProcessBlack.128lpi.1270dpi/128 lpi / 1270 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.128lpi.1270dpi/128 lpi / 1270 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.128lpi.1270dpi/128 lpi / 1270 dpi: "70.0169"
- *ColorSepScreenAngle ProcessMagenta.128lpi.1270dpi/128 lpi / 1270 dpi: "19.9831"
- *ColorSepScreenAngle ProcessYellow.128lpi.1270dpi/128 lpi / 1270 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.128lpi.1270dpi/128 lpi / 1270 dpi: "128.289"
- *ColorSepScreenFreq CustomColor.128lpi.1270dpi/128 lpi / 1270 dpi: "128.289"
- *ColorSepScreenFreq ProcessCyan.128lpi.1270dpi/128 lpi / 1270 dpi: "108.503"
- *ColorSepScreenFreq ProcessMagenta.128lpi.1270dpi/128 lpi / 1270 dpi: "108.503"
- *ColorSepScreenFreq ProcessYellow.128lpi.1270dpi/128 lpi / 1270 dpi: "115.455"
-
- *% For 112 lpi / 1270 dpi ===================================================
-
- *ColorSepScreenAngle ProcessBlack.112lpi.1270dpi/112 lpi / 1270 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.112lpi.1270dpi/112 lpi / 1270 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.112lpi.1270dpi/112 lpi / 1270 dpi: "71.5651"
- *ColorSepScreenAngle ProcessMagenta.112lpi.1270dpi/112 lpi / 1270 dpi: "18.4349"
- *ColorSepScreenAngle ProcessYellow.112lpi.1270dpi/112 lpi / 1270 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.112lpi.1270dpi/112 lpi / 1270 dpi: "112.253"
- *ColorSepScreenFreq CustomColor.112lpi.1270dpi/112 lpi / 1270 dpi: "112.253"
- *ColorSepScreenFreq ProcessCyan.112lpi.1270dpi/112 lpi / 1270 dpi: "100.402"
- *ColorSepScreenFreq ProcessMagenta.112lpi.1270dpi/112 lpi / 1270 dpi: "100.402"
- *ColorSepScreenFreq ProcessYellow.112lpi.1270dpi/112 lpi / 1270 dpi: "105.833"
-
- *% For 90 lpi / 1270 dpi (10,10,4,12,12,4,40/3,0) ===========================
-
- *ColorSepScreenAngle ProcessBlack.90lpi.1270dpi/90 lpi / 1270 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.90lpi.1270dpi/90 lpi / 1270 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.90lpi.1270dpi/90 lpi / 1270 dpi: "71.5651"
- *ColorSepScreenAngle ProcessMagenta.90lpi.1270dpi/90 lpi / 1270 dpi: "18.4349"
- *ColorSepScreenAngle ProcessYellow.90lpi.1270dpi/90 lpi / 1270 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.90lpi.1270dpi/90 lpi / 1270 dpi: "89.8026"
- *ColorSepScreenFreq CustomColor.90lpi.1270dpi/90 lpi / 1270 dpi: "89.8026"
- *ColorSepScreenFreq ProcessCyan.90lpi.1270dpi/90 lpi / 1270 dpi: "100.402"
- *ColorSepScreenFreq ProcessMagenta.90lpi.1270dpi/90 lpi / 1270 dpi: "100.402"
- *ColorSepScreenFreq ProcessYellow.90lpi.1270dpi/90 lpi / 1270 dpi: "31.75"
-
- *ColorSepScreenProc ProcessYellow.90lpi.1270dpi/90 lpi / 1270 dpi: "
- {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
- 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
- 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
-
- *% For 120 lpi / 1693 dpi (10,10,4,12,12,4,40/3,0) ===========================
-
- *ColorSepScreenAngle ProcessBlack.120lpi.1693dpi/120 lpi / 1693 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.120lpi.1693dpi/120 lpi / 1693 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.120lpi.1693dpi/120 lpi / 1693 dpi: "71.5651"
- *ColorSepScreenAngle ProcessMagenta.120lpi.1693dpi/120 lpi / 1693 dpi: "18.4349"
- *ColorSepScreenAngle ProcessYellow.120lpi.1693dpi/120 lpi / 1693 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.120lpi.1693dpi/120 lpi / 1693 dpi: "119.713"
- *ColorSepScreenFreq CustomColor.120lpi.1693dpi/120 lpi / 1693 dpi: "119.713"
- *ColorSepScreenFreq ProcessCyan.120lpi.1693dpi/120 lpi / 1693 dpi: "133.843"
- *ColorSepScreenFreq ProcessMagenta.120lpi.1693dpi/120 lpi / 1693 dpi: "133.843"
- *ColorSepScreenFreq ProcessYellow.120lpi.1693dpi/120 lpi / 1693 dpi: "42.325"
-
- *ColorSepScreenProc ProcessYellow.120lpi.1693dpi/120 lpi / 1693 dpi: "
- {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
- 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
- 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
-
- *% For 100 lpi / 1693 dpi ====================================================
-
- *ColorSepScreenAngle ProcessBlack.100lpi.1693dpi/100 lpi / 1693 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.100lpi.1693dpi/100 lpi / 1693 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.100lpi.1693dpi/100 lpi / 1693 dpi: "71.5651"
- *ColorSepScreenAngle ProcessMagenta.100lpi.1693dpi/100 lpi / 1693 dpi: "18.4349"
- *ColorSepScreenAngle ProcessYellow.100lpi.1693dpi/100 lpi / 1693 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.100lpi.1693dpi/100 lpi / 1693 dpi: "99.761"
- *ColorSepScreenFreq CustomColor.100lpi.1693dpi/100 lpi / 1693 dpi: "99.761"
- *ColorSepScreenFreq ProcessCyan.100lpi.1693dpi/100 lpi / 1693 dpi: "89.2289"
- *ColorSepScreenFreq ProcessMagenta.100lpi.1693dpi/100 lpi / 1693 dpi: "89.2289"
- *ColorSepScreenFreq ProcessYellow.100lpi.1693dpi/100 lpi / 1693 dpi: "94.0556"
-
- *% For 80 lpi / 1693 dpi (15,15,6,18,18,6,20,0) ==============================
-
- *ColorSepScreenAngle ProcessBlack.80lpi.1693dpi/80 lpi / 1693 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.80lpi.1693dpi/80 lpi / 1693 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.80lpi.1693dpi/80 lpi / 1693 dpi: "71.5651"
- *ColorSepScreenAngle ProcessMagenta.80lpi.1693dpi/80 lpi / 1693 dpi: "18.4349"
- *ColorSepScreenAngle ProcessYellow.80lpi.1693dpi/80 lpi / 1693 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.80lpi.1693dpi/80 lpi / 1693 dpi: "79.8088"
- *ColorSepScreenFreq CustomColor.80lpi.1693dpi/80 lpi / 1693 dpi: "79.8088"
- *ColorSepScreenFreq ProcessCyan.80lpi.1693dpi/80 lpi / 1693 dpi: "89.2289"
- *ColorSepScreenFreq ProcessMagenta.80lpi.1693dpi/80 lpi / 1693 dpi: "89.2289"
- *ColorSepScreenFreq ProcessYellow.80lpi.1693dpi/80 lpi / 1693 dpi: "84.65"
-
- *% end of PPD file for Linotype