*PPD-Adobe: "4.1"
*% Adobe Systems PostScript(R) Printer Description File
*% Copyright 1987-1993 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
*FormatVersion: "4.1"
*FileVersion: "1.1"
*PCFileName: "VT4563A1.PPD"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English
*Product: "(Varityper)"
*PSVersion: "(52.3) 4.7"
*ModelName: "Varityper 4000/5630A"
*NickName: "Varityper 4000/5630A v52.3"

*% General Information and Defaults ===============
*FreeVM: "2415554"
*LanguageLevel: "1"
*Extensions: FileSystem CMYK Composite
*ColorDevice: False
*DefaultColorSpace: Gray
*FileSystem: True
*?FileSystem: "
save
  statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
restore
"
*End
*Throughput: "1"
*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

*OpenUI *Resolution: PickOne
*OrderDependency: 10 AnySetup *Resolution
*DefaultResolution: 3600dpi
*Resolution 2400dpi: "2400 statusdict /setresolution get exec"
*Resolution 3600dpi: "3600 statusdict /setresolution get exec"
*?Resolution: "
  save
  initgraphics
  0 0 moveto currentpoint matrix defaultmatrix transform
  0 72 lineto currentpoint matrix defaultmatrix transform
  3 -1 roll sub dup mul
  3 1 roll exch sub dup mul
  add sqrt round cvi
  (          ) cvs print (dpi) = flush
  restore
"
*End
*CloseUI: *Resolution

*AccurateScreensSupport: True

*% Halftone Information ===============
*ScreenFreq: "159.1"
*ScreenAngle: "45.0"
*DefaultScreenProc: Dot
*ScreenProc Dot: "
{abs exch abs 2 copy add 1.0 gt {1.0 sub dup mul exch 1.0 sub dup mul add 1.0
sub }{dup mul exch dup mul add 1.0 exch sub }ifelse }
"
*End
*ScreenProc Line: "{ pop }"
*ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"

*DefaultTransfer: Normalized
*Transfer Normalized: "
{
  userdict /mediadict known {
  mediadict /VTXfer known {
    mediadict begin VTXfer end
  }{
    mediadict /ChooseXfer known {
        mediadict /ChooseXfer get exec 255 mul 0.5 add cvi
        mediadict /xfer get exch get
    } if
  } ifelse
  } if
} bind
"
*End

*Transfer Normalized.Inverse: "
{
  userdict /mediadict known {
  mediadict /VTXfer known {
    mediadict begin VTXfer end
  }{
    mediadict /ChooseXfer known {
        mediadict /ChooseXfer get exec 255 mul 0.5 add cvi
        mediadict /xfer get exch get
    } if
  } ifelse
  } if
  1.0 exch sub
} bind
"
*End

*Transfer Null: "{} "
*Transfer Null.Inverse: "{1.0 exch sub} "

*% Paper Handling =====================
*OpenUI *PageSize: PickOne
*OrderDependency: 30 AnySetup *PageSize
*DefaultPageSize: Letter.Transverse
*PageSize Letter: "letter"
*PageSize Letter.Transverse: "Letter"
*PageSize Letter.Extra: "684 864 1 statusdict /setpage get exec"
*PageSize Letter.Extra.Transverse: "864 684 0 statusdict /setpage get exec"
*PageSize Legal: "legal"
*PageSize Legal.Extra: "684 1080 1 statusdict /setpage get exec"
*PageSize Tabloid.Transverse: "17x11"
*PageSize A4: "a4"
*PageSize A4.Transverse: "A4"
*PageSize A4.Extra: "668 914 1 statusdict /setpage get exec"
*PageSize A4.Extra.Transverse: "914 668 0 statusdict /setpage get exec"
*PageSize A5: "a5"
*PageSize A5.Transverse: "A5"   
*PageSize A5.Extra: "492 668 1 statusdict /setpage get exec"
*PageSize A5.Extra.Transverse: "668 492 0 statusdict /setpage get exec"
*PageSize B4: "729.72 1031.46 1 statusdict /setpage get exec"
*PageSize B4.Extra: "801.72 1103.46 1 statusdict /setpage get exec"
*PageSize ISOB5: "b5"
*PageSize ISOB5.Transverse: "B5"
*PageSize ISOB5.Extra: "571 781 1 statusdict /setpage get exec"
*PageSize ISOB5.Extra.Transverse: "781 571 0 statusdict /setpage get exec"
*PageSize 16x22.Transverse: "1559 1127 0 statusdict /setpage get exec"
*?PageSize: "
  save
  mark  statusdict /pageparams get exec  exch pop
  12 dict
  dup [612 792] (Letter) put
  dup [684 864] (Letter.Extra) put
  dup [612 1008] (Legal) put
  dup [684 1080] (Legal.Extra) put
  dup [595 842] (A4) put
  dup [668 914] (A4.Extra) put
  dup [420 595] (A5) put
  dup [492 668] (A5.Extra) put
  dup [729.72 1031.46] (B4) put
  dup [801.72 1103.46] (B4.Extra) put
  dup [499 709] (ISOB5) put
  dup [571 781] (ISOB5.Extra) put
  10 dict
  dup [792 612] (Letter.Transverse) put
  dup [864 684] (Letter.Extra.Transverse) put
  dup [1224 792] (Tabloid.Transverse) put
  dup [842 595] (A4.Transverse) put
  dup [914 668] (A4.Extra.Transverse) put
  dup [595 420] (A5.Transverse) put
  dup [668 492] (A5.Extra.Transverse) put
  dup [709 499] (ISOB5.Transverse) put
  dup [781 571] (ISOB5.Extra.Transverse) put
  dup [1559 1127] (16x22.Transverse) put
  3 -1 roll 1 eq { pop } { exch pop }ifelse
  (Unknown) exch
  { exch aload pop
    4 index eq exch 5 index eq and
    { exch pop exit } { pop } ifelse
  } bind forall = flush cleartomark
  restore
"
*End
*CloseUI: *PageSize

*OpenUI *PageRegion: PickOne
*OrderDependency: 40 AnySetup *PageRegion
*DefaultPageRegion: Letter.Transverse
*PageRegion Letter: "letter"
*PageRegion Letter.Transverse: "Letter"
*PageRegion Letter.Extra: "684 864 1 statusdict /setpage get exec"
*PageRegion Letter.Extra.Transverse: "864 684 0 statusdict /setpage get exec"
*PageRegion Legal: "legal"
*PageRegion Legal.Extra: "684 1080 1 statusdict /setpage get exec"
*PageRegion Tabloid.Transverse: "17x11"
*PageRegion A4: "a4"
*PageRegion A4.Transverse: "A4"
*PageRegion A4.Extra: "668 914 1 statusdict /setpage get exec"
*PageRegion A4.Extra.Transverse: "914 668 0 statusdict /setpage get exec"
*PageRegion A5: "a5"
*PageRegion A5.Transverse: "A5"   
*PageRegion A5.Extra: "492 668 1 statusdict /setpage get exec"
*PageRegion A5.Extra.Transverse: "668 492 0 statusdict /setpage get exec"
*PageRegion B4: "729.72 1031.46 1 statusdict /setpage get exec"
*PageRegion B4.Extra: "801.72 1103.46 1 statusdict /setpage get exec"
*PageRegion ISOB5: "b5"
*PageRegion ISOB5.Transverse: "B5"
*PageRegion ISOB5.Extra: "571 781 1 statusdict /setpage get exec"
*PageRegion ISOB5.Extra.Transverse: "781 571 0 statusdict /setpage get exec"
*PageRegion 16x22.Transverse: "1559 1127 0 statusdict /setpage get exec"
*CloseUI: *PageRegion

*DefaultImageableArea: Letter.Transverse
*ImageableArea Letter: "0 1 612 792"
*ImageableArea Letter.Transverse: "0 0 611 791"
*ImageableArea Letter.Extra: "0 1 684 864"
*ImageableArea Letter.Extra.Transverse: "0 0 683 863"
*ImageableArea Legal: "0 1 612 1008"
*ImageableArea Legal.Extra: " 0 1 684 1080"
*ImageableArea Tabloid.Transverse: "0 0 791 1223"
*ImageableArea A4: "0 1 595.3 842"
*ImageableArea A4.Transverse: "0 0 595.3 842"
*ImageableArea A4.Extra: "0 1 668 914"
*ImageableArea A4.Extra.Transverse: "0 0 667 914"
*ImageableArea A5: "0 1 420 595.3"
*ImageableArea A5.Transverse: "0 0 419 595.3"
*ImageableArea A5.Extra: "0 1 492 668"
*ImageableArea A5.Extra.Transverse: "0 0 491 668"
*ImageableArea B4: "0 1 729.72 1031.46"
*ImageableArea B4.Extra: "0 1 801.72 1103.46"
*ImageableArea ISOB5: "0 1 499 709"
*ImageableArea ISOB5.Transverse: "0 0 498 709"
*ImageableArea ISOB5.Extra: "0 1 571 781"
*ImageableArea ISOB5.Extra.Transverse: "0 0 570 781"
*ImageableArea 16x22.Transverse: "0 1 1126 1559"
*?ImageableArea: "
save
/cvp {(                ) cvs print ( ) print } bind def
/upperright {10000 mul floor 10000 div} bind def
/lowerleft {10000 mul ceiling 10000 div} bind def
newpath clippath pathbbox
4 -2 roll exch 2 {lowerleft cvp} repeat
exch 2 {upperright cvp} repeat flush
restore
"
*End

*% These provide the physical dimensions of the paper (by keyword)
*DefaultPaperDimension: Letter.Transverse
*PaperDimension Letter: "612 792 "
*PaperDimension Letter.Transverse: "612 792 "
*PaperDimension Letter.Extra: "684 864 "
*PaperDimension Letter.Extra.Transverse: "684 864 "
*PaperDimension Legal: "612 1008 "
*PaperDimension Legal.Extra:  "684 1080 "
*PaperDimension Tabloid.Transverse: "792 1224 "
*PaperDimension A4: "595.3 842 "
*PaperDimension A4.Transverse: "595.3 842 "
*PaperDimension A4.Extra: "668 914 "
*PaperDimension A4.Extra.Transverse: "668 914 "
*PaperDimension A5: "420 595.3 "
*PaperDimension A5.Transverse: "420 595.3 "
*PaperDimension A5.Extra: "492 668 "
*PaperDimension A5.Extra.Transverse: "492 668 "
*PaperDimension B4: "729.72 1031.46"
*PaperDimension B4.Extra: "801.72 1103.46"
*PaperDimension ISOB5: "499 709 "
*PaperDimension ISOB5.Transverse: "499 709 "
*PaperDimension ISOB5.Extra: "571 781 "
*PaperDimension ISOB5.Extra.Transverse: "571 781 "
*PaperDimension 16x22.Transverse: "1127 1559 "

*CustomPageSize True: "1 exch sub exch pop statusdict /setpageparams get exec"
*ParamCustomPageSize Width: 2 points 1 1127
*ParamCustomPageSize Height: 1 points 1 1559
*ParamCustomPageSize WidthOffset/Margins: 4 points 0 0
*ParamCustomPageSize HeightOffset: 3 points 0 1558
*ParamCustomPageSize Orientation: 5 int 0 1
*CenterRegistered: False
*MaxMediaWidth: "1127"
*?CurrentMediaWidth: "save statusdict /medialength get exec = flush restore"
*MaxMediaHeight: "1559"
*?CurrentMediaHeight: "save statusdict /mediawidth get exec = flush restore"

*DefaultOutputOrder: Normal

*RequiresPageRegion All: True
*OpenUI *InputSlot: PickOne
*OrderDependency: 20 AnySetup *InputSlot
*DefaultInputSlot: Cassette
*InputSlot Cassette: ""   
*CloseUI: *InputSlot

*OpenGroup: Imagesetter
*OpenUI *MirrorPrint/Mirror: Boolean
*OrderDependency: 50 AnySetup *MirrorPrint
*DefaultMirrorPrint: False
*MirrorPrint True: "true statusdict/setmirrorprint get exec"
*MirrorPrint False: "false statusdict/setmirrorprint get exec"
*?MirrorPrint: "statusdict/mirrorprint get exec {(True)}{(False)}ifelse = flush"
*CloseUI: *MirrorPrint

*OpenUI *NegativePrint/Negative: Boolean
*OrderDependency: 50 AnySetup *NegativePrint
*DefaultNegativePrint: False
*NegativePrint True: "true statusdict/negativeprint get exec"
*NegativePrint False: "false statusdict/negativeprint get exec"
*?NegativePrint: "statusdict/getglobrev get exec {(True)}{(False)}ifelse = flush"
*CloseUI: *NegativePrint
*CloseGroup: Imagesetter

*% Font Information =====================

*DefaultFont: Courier
*Font Courier: Standard "(001.004)" Standard ROM
*Font Courier-Bold: Standard "(001.004)" Standard ROM
*Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
*Font Courier-Oblique: Standard "(001.004)" Standard ROM
*Font Symbol: Special "(001.003)" Special ROM
*?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

*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: Printer OK"
*Status: "PrinterError: Printer never accepted band"
*Status: "PrinterError: Printer Intensity Invalid"
*Status: "PrinterError: PrintXferBusy for too long"
*Status: "PrinterError: Printer not ready to write:unused"
*Status: "PrinterError: Fifo transfer took too long:DMABusy still"
*Status: "PrinterError: Printer Resolution Invalid"
*Status: "PrinterError: Failed printerstart:!BEG"
*Status: "PrinterError: Fifo transfer did not start:DMABusy still"
*Status: "PrinterError: Printer Hardware Error"
*Status: "PrinterError: Printer Disk Full"
*Status: "PrinterError: Printer Media Cassette Full"
*Status: "PrinterError: Printer No Takeup"
*Status: "PrinterError: Re-transmitting Page To Printer"
*Status: "PrinterError: Printer Line Length Invalid"
*Status: "PrinterError: Printer Busy with Previous Page"
*Status: "PrinterError: Default page being defined is too big"
*Status: "PrinterError: Printer Media Value Invalid"
*Status: "PrinterError: Printer Cover Open"
*Status: "PrinterError: Printer never was ready to start band:!STA"
*Status: "PrinterError: Proofer Error"
*Status: "PrinterError: Printer not ready;printer needs attention"
*Status: "PrinterError: Printer Paper Out"
*Status: "PrinterError: Printer Disk Error"
*Status: "PrinterError: Proofer Not Available"
*Status: "PrinterError: Program Load Error"
*Status: "PrinterError: Printer Leading Value Invalid"
*Status: "PrinterError: Printer Offline"

*Source: "serial9"
*Source: "serial25"
*Source: "AppleTalk"
*Source: "Centronics"
*Source: "other"

*PrinterError: "Printer OK"
*PrinterError: "Printer never accepted band"
*PrinterError: "Printer Intensity Invalid"
*PrinterError: "PrintXferBusy for too long"
*PrinterError: "Printer not ready to write:unused"
*PrinterError: "Fifo transfer took too long:DMABusy still"
*PrinterError: "Printer Resolution Invalid"
*PrinterError: "Failed printerstart:!BEG"
*PrinterError: "Fifo transfer did not start:DMABusy still"
*PrinterError: "Printer Hardware Error"
*PrinterError: "Printer Disk Full"
*PrinterError: "Printer Media Cassette Full"
*PrinterError: "Printer No Takeup"
*PrinterError: "Re-transmitting Page To Printer"
*PrinterError: "Printer Line Length Invalid"
*PrinterError: "Printer Busy with Previous Page"
*PrinterError: "Default page being defined is too big"
*PrinterError: "Printer Media Value Invalid"
*PrinterError: "Printer Cover Open"
*PrinterError: "Printer never was ready to start band:!STA"
*PrinterError: "Proofer Error"
*PrinterError: "Printer not ready;printer needs attention"
*PrinterError: "Printer Paper Out"
*PrinterError: "Printer Disk Error"
*PrinterError: "Proofer Not Available"
*PrinterError: "Program Load Error"
*PrinterError: "Printer Leading Value Invalid"
*PrinterError: "Printer Offline"

*%DeviceAdjustMatrix: "[1 0 0 1 0 0]"

*% Color Separation Information =====================
*% Accuratescreen angles/freqs added to bottom of file

*DefaultColorSep: ProcessBlack.120.1lpi.3600dpi/120 lpi / 3600 dpi

*InkName: ProcessBlack/Process Black
*InkName: CustomColor/Custom Color
*InkName: ProcessCyan/Process Cyan
*InkName: ProcessMagenta/Process Magenta
*InkName: ProcessYellow/Process Yellow

*% For 212 lpi / 2400 dpi ===================================================

*ColorSepScreenAngle ProcessBlack.212lpi.2400dpi/212 lpi / 2400 dpi: "45.0"
*ColorSepScreenAngle CustomColor.212lpi.2400dpi/212 lpi / 2400 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.212lpi.2400dpi/212 lpi / 2400 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.212lpi.2400dpi/212 lpi / 2400 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.212lpi.2400dpi/212 lpi / 2400 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.212lpi.2400dpi/212 lpi / 2400 dpi: "212.1320"
*ColorSepScreenFreq CustomColor.212lpi.2400dpi/212 lpi / 2400 dpi: "212.1320"
*ColorSepScreenFreq ProcessCyan.212lpi.2400dpi/212 lpi / 2400 dpi: "189.7367"
*ColorSepScreenFreq ProcessMagenta.212lpi.2400dpi/212 lpi / 2400 dpi: "189.7367"
*ColorSepScreenFreq ProcessYellow.212lpi.2400dpi/212 lpi / 2400 dpi: "200.0"

*% For 170 lpi / 2400 dpi ===================================================

*ColorSepScreenAngle ProcessBlack.170lpi.2400dpi/170 lpi / 2400 dpi: "45.0"
*ColorSepScreenAngle CustomColor.170lpi.2400dpi/170 lpi / 2400 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.170lpi.2400dpi/170 lpi / 2400 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.170lpi.2400dpi/170 lpi / 2400 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.170lpi.2400dpi/170 lpi / 2400 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.170lpi.2400dpi/170 lpi / 2400 dpi: "169.7056"
*ColorSepScreenFreq CustomColor.170lpi.2400dpi/170 lpi / 2400 dpi: "169.7056"
*ColorSepScreenFreq ProcessCyan.170lpi.2400dpi/170 lpi / 2400 dpi: "151.7893"
*ColorSepScreenFreq ProcessMagenta.170lpi.2400dpi/170 lpi / 2400 dpi: "151.7893"
*ColorSepScreenFreq ProcessYellow.170lpi.2400dpi/170 lpi / 2400 dpi: "160.0"

*% For 141 lpi / 2400 dpi ===================================================

*ColorSepScreenAngle ProcessBlack.141lpi.2400dpi/141 lpi / 2400 dpi: "45.0"
*ColorSepScreenAngle CustomColor.141lpi.2400dpi/141 lpi / 2400 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.141lpi.2400dpi/141 lpi / 2400 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.141lpi.2400dpi/141 lpi / 2400 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.141lpi.2400dpi/141 lpi / 2400 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.141lpi.2400dpi/141 lpi / 2400 dpi: "141.421"
*ColorSepScreenFreq CustomColor.141lpi.2400dpi/141 lpi / 2400 dpi: "141.421"
*ColorSepScreenFreq ProcessCyan.141lpi.2400dpi/141 lpi / 2400 dpi: "126.491"
*ColorSepScreenFreq ProcessMagenta.141lpi.2400dpi/141 lpi / 2400 dpi: "126.491"
*ColorSepScreenFreq ProcessYellow.141lpi.2400dpi/141 lpi / 2400 dpi: "133.333"

*% For 121 lpi / 2400 dpi ===================================================

*ColorSepScreenAngle ProcessBlack.121lpi.2400dpi/121 lpi / 2400 dpi: "45.0"
*ColorSepScreenAngle CustomColor.121lpi.2400dpi/121 lpi / 2400 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.121lpi.2400dpi/121 lpi / 2400 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.121lpi.2400dpi/121 lpi / 2400 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.121lpi.2400dpi/121 lpi / 2400 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.121lpi.2400dpi/121 lpi / 2400 dpi: "121.218"
*ColorSepScreenFreq CustomColor.121lpi.2400dpi/121 lpi / 2400 dpi: "121.218"
*ColorSepScreenFreq ProcessCyan.121lpi.2400dpi/121 lpi / 2400 dpi: "108.421"
*ColorSepScreenFreq ProcessMagenta.121lpi.2400dpi/121 lpi / 2400 dpi: "108.421"
*ColorSepScreenFreq ProcessYellow.121lpi.2400dpi/121 lpi / 2400 dpi: "114.286"

*% For 106 lpi / 2400 dpi ===================================================

*ColorSepScreenAngle ProcessBlack.106lpi.2400dpi/106 lpi / 2400 dpi: "45.0"
*ColorSepScreenAngle CustomColor.106lpi.2400dpi/106 lpi / 2400 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.106lpi.2400dpi/106 lpi / 2400 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.106lpi.2400dpi/106 lpi / 2400 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.106lpi.2400dpi/106 lpi / 2400 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.106lpi.2400dpi/106 lpi / 2400 dpi: "106.066"
*ColorSepScreenFreq CustomColor.106lpi.2400dpi/106 lpi / 2400 dpi: "106.066"
*ColorSepScreenFreq ProcessCyan.106lpi.2400dpi/106 lpi / 2400 dpi: "94.8683"
*ColorSepScreenFreq ProcessMagenta.106lpi.2400dpi/106 lpi / 2400 dpi: "94.8683"
*ColorSepScreenFreq ProcessYellow.106lpi.2400dpi/106 lpi / 2400 dpi: "100.0"

*% For 85 lpi / 2400 dpi (20,20,8,24,24,8,80/3,0) ===========================

*ColorSepScreenAngle ProcessBlack.85.1lpi.2400dpi/85 lpi / 2400 dpi: "45.0"
*ColorSepScreenAngle CustomColor.85.1lpi.2400dpi/85 lpi / 2400 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.85.1lpi.2400dpi/85 lpi / 2400 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.85.1lpi.2400dpi/85 lpi / 2400 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.85.1lpi.2400dpi/85 lpi / 2400 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.85.1lpi.2400dpi/85 lpi / 2400 dpi: "94.2809"
*ColorSepScreenFreq CustomColor.85.1lpi.2400dpi/85 lpi / 2400 dpi: "94.2809"
*ColorSepScreenFreq ProcessCyan.85.1lpi.2400dpi/85 lpi / 2400 dpi: "84.3274"
*ColorSepScreenFreq ProcessMagenta.85.1lpi.2400dpi/85 lpi / 2400 dpi: "84.3274"
*ColorSepScreenFreq ProcessYellow.85.1lpi.2400dpi/85 lpi / 2400 dpi: "88.8889"

*% For 71 lpi / 2400 dpi ===================================================

*ColorSepScreenAngle ProcessBlack.71lpi.2400dpi/71 lpi / 2400 dpi: "45.0"
*ColorSepScreenAngle CustomColor.71lpi.2400dpi/71 lpi / 2400 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.71lpi.2400dpi/71 lpi / 2400 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.71lpi.2400dpi/71 lpi / 2400 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.71lpi.2400dpi/71 lpi / 2400 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.71lpi.2400dpi/71 lpi / 2400 dpi: "70.7107"
*ColorSepScreenFreq CustomColor.71lpi.2400dpi/71 lpi / 2400 dpi: "70.7107"
*ColorSepScreenFreq ProcessCyan.71lpi.2400dpi/71 lpi / 2400 dpi: "63.2456"
*ColorSepScreenFreq ProcessMagenta.71lpi.2400dpi/71 lpi / 2400 dpi: "63.2456"
*ColorSepScreenFreq ProcessYellow.71lpi.2400dpi/71 lpi / 2400 dpi: "66.6667"

*% For 71 lpi / 3600 dpi ===================================================

*ColorSepScreenAngle ProcessBlack.75.1lpi.3600dpi/75 lpi / 3600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.75.1lpi.3600dpi/75 lpi / 3600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.75.1lpi.3600dpi/75 lpi / 3600 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.75.1lpi.3600dpi/75 lpi / 3600 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.75.1lpi.3600dpi/75 lpi / 3600 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.75.1lpi.3600dpi/75 lpi / 3600 dpi: "79.5495"
*ColorSepScreenFreq CustomColor.75.1lpi.3600dpi/75 lpi / 3600 dpi: "79.5495"
*ColorSepScreenFreq ProcessCyan.75.1lpi.3600dpi/75 lpi / 3600 dpi: "71.1512"
*ColorSepScreenFreq ProcessMagenta.75.1lpi.3600dpi/75 lpi / 3600 dpi: "71.1512"
*ColorSepScreenFreq ProcessYellow.75.1lpi.3600dpi/75 lpi / 3600 dpi: "75"

*% For 80 lpi / 3600 dpi ===================================================

*ColorSepScreenAngle ProcessBlack.80lpi.3600dpi/80 lpi / 3600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.80lpi.3600dpi/80 lpi / 3600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.80lpi.3600dpi/80 lpi / 3600 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.80lpi.3600dpi/80 lpi / 3600 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.80lpi.3600dpi/80 lpi / 3600 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.80lpi.3600dpi/80 lpi / 3600 dpi: "84.8528"
*ColorSepScreenFreq CustomColor.80lpi.3600dpi/80 lpi / 3600 dpi: "84.8528"
*ColorSepScreenFreq ProcessCyan.80lpi.3600dpi/80 lpi / 3600 dpi: "75.8947"
*ColorSepScreenFreq ProcessMagenta.80lpi.3600dpi/80 lpi / 3600 dpi: "75.8947"
*ColorSepScreenFreq ProcessYellow.80lpi.3600dpi/80 lpi / 3600 dpi: "80"

*% For 92 lpi / 3600 dpi ===================================================

*ColorSepScreenAngle ProcessBlack.92lpi.3600dpi/92 lpi / 3600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.92lpi.3600dpi/92 lpi / 3600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.92lpi.3600dpi/92 lpi / 3600 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.92lpi.3600dpi/92 lpi / 3600 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.92lpi.3600dpi/92 lpi / 3600 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.92lpi.3600dpi/92 lpi / 3600 dpi: "97.9071"
*ColorSepScreenFreq CustomColor.92lpi.3600dpi/92 lpi / 3600 dpi: "97.9071"
*ColorSepScreenFreq ProcessCyan.92lpi.3600dpi/92 lpi / 3600 dpi: "87.5708"
*ColorSepScreenFreq ProcessMagenta.92lpi.3600dpi/92 lpi / 3600 dpi: "87.5708"
*ColorSepScreenFreq ProcessYellow.92lpi.3600dpi/92 lpi / 3600 dpi: "92.3077"

*% For 120 lpi / 3600 dpi ===================================================

*ColorSepScreenAngle ProcessBlack.120.1lpi.3600dpi/120 lpi / 3600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.120.1lpi.3600dpi/120 lpi / 3600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.120.1lpi.3600dpi/120 lpi / 3600 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.120.1lpi.3600dpi/120 lpi / 3600 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.120.1lpi.3600dpi/120 lpi / 3600 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.120.1lpi.3600dpi/120 lpi / 3600 dpi: "127.2792"
*ColorSepScreenFreq CustomColor.120.1lpi.3600dpi/120 lpi / 3600 dpi: "127.2792"
*ColorSepScreenFreq ProcessCyan.120.1lpi.3600dpi/120 lpi / 3600 dpi: "113.842"
*ColorSepScreenFreq ProcessMagenta.120.1lpi.3600dpi/120 lpi / 3600 dpi: "113.842"
*ColorSepScreenFreq ProcessYellow.120.1lpi.3600dpi/120 lpi / 3600 dpi: "120"

*% For 85 lpi / 900+ AFT, 900-2540 ESCOR ===================================================

*ColorSepScreenAngle ProcessBlack.85lpi/85 lpi / 900+ AFT,900-2540 ESCOR: "45.0"
*ColorSepScreenAngle CustomColor.85lpi/85 lpi / 900+ AFT,900-2540 ESCOR: "45.0"
*ColorSepScreenAngle ProcessCyan.85lpi/85 lpi / 900+ AFT,900-2540 ESCOR: "75.0"
*ColorSepScreenAngle ProcessMagenta.85lpi/85 lpi / 900+ AFT,900-2540 ESCOR: "15.0"
*ColorSepScreenAngle ProcessYellow.85lpi/85 lpi / 900+ AFT,900-2540 ESCOR: "0.0"

*ColorSepScreenFreq ProcessBlack.85lpi/85 lpi / 900+ AFT,900-2540 ESCOR: "85.0"
*ColorSepScreenFreq CustomColor.85lpi/85 lpi / 900+ AFT,900-2540 ESCOR: "85.0"
*ColorSepScreenFreq ProcessCyan.85lpi/85 lpi / 900+ AFT,900-2540 ESCOR: "85.0"
*ColorSepScreenFreq ProcessMagenta.85lpi/85 lpi / 900+ AFT,900-2540 ESCOR: "85.0"
*ColorSepScreenFreq ProcessYellow.85lpi/85 lpi / 900+ AFT,900-2540 ESCOR: "85.0"

*% For 100 lpi / 900+ AFT,1016-3048 ESCOR ===================================================

*ColorSepScreenAngle ProcessBlack.100lpi/100 lpi / 900+ AFT,1016-3048 ESCOR: "45.0"
*ColorSepScreenAngle CustomColor.100lpi/100 lpi / 900+ AFT,1016-3048 ESCOR: "45.0"
*ColorSepScreenAngle ProcessCyan.100lpi/100 lpi / 900+ AFT,1016-3048 ESCOR: "75.0"
*ColorSepScreenAngle ProcessMagenta.100lpi/100 lpi / 900+ AFT,1016-3048 ESCOR: "15.0"
*ColorSepScreenAngle ProcessYellow.100lpi/100 lpi / 900+ AFT,1016-3048 ESCOR: "0.0"

*ColorSepScreenFreq ProcessBlack.100lpi/100 lpi / 900+ AFT,1016-3048 ESCOR: "100.0"
*ColorSepScreenFreq CustomColor.100lpi/100 lpi / 900+ AFT,1016-3048 ESCOR: "100.0"
*ColorSepScreenFreq ProcessCyan.100lpi/100 lpi / 900+ AFT,1016-3048 ESCOR: "100.0"
*ColorSepScreenFreq ProcessMagenta.100lpi/100 lpi / 900+ AFT,1016-3048 ESCOR: "100.0"
*ColorSepScreenFreq ProcessYellow.100lpi/100 lpi / 900+ AFT,1016-3048 ESCOR: "100.0"


*% For 110 lpi / 1016+ dpi ===================================================

*ColorSepScreenAngle ProcessBlack.110lpi/110 lpi / 1016+ AFT: "45.0"
*ColorSepScreenAngle CustomColor.110lpi/110 lpi / 1016+ AFT: "45.0"
*ColorSepScreenAngle ProcessCyan.110lpi/110 lpi / 1016+ AFT: "75.0"
*ColorSepScreenAngle ProcessMagenta.110lpi/110 lpi / 1016+ AFT: "15.0"
*ColorSepScreenAngle ProcessYellow.110lpi/110 lpi / 1016+ AFT: "0.0"

*ColorSepScreenFreq ProcessBlack.110lpi/110 lpi / 1016+ AFT: "110.0"
*ColorSepScreenFreq CustomColor.110lpi/110 lpi / 1016+ AFT: "110.0"
*ColorSepScreenFreq ProcessCyan.110lpi/110 lpi / 1016+ AFT: "110.0"
*ColorSepScreenFreq ProcessMagenta.110lpi/110 lpi / 1016+ AFT: "110.0"
*ColorSepScreenFreq ProcessYellow.110lpi/110 lpi / 1016+ AFT: "110.0"

*% For 120 lpi / 1524+ ESCOR ===================================================

*ColorSepScreenAngle ProcessBlack.120lpi/120 lpi / 1524+ ESCOR: "45.0"
*ColorSepScreenAngle CustomColor.120lpi/120 lpi / 1524+ ESCOR: "45.0"
*ColorSepScreenAngle ProcessCyan.120lpi/120 lpi / 1524+ ESCOR: "75.0"
*ColorSepScreenAngle ProcessMagenta.120lpi/120 lpi / 1524+ ESCOR: "15.0"
*ColorSepScreenAngle ProcessYellow.120lpi/120 lpi / 1524+ ESCOR: "0.0"

*ColorSepScreenFreq ProcessBlack.120lpi/120 lpi / 1524+ ESCOR: "120.0"
*ColorSepScreenFreq CustomColor.120lpi/120 lpi / 1524+ ESCOR: "120.0"
*ColorSepScreenFreq ProcessCyan.120lpi/120 lpi / 1524+ ESCOR: "120.0"
*ColorSepScreenFreq ProcessMagenta.120lpi/120 lpi / 1524+ ESCOR: "120.0"
*ColorSepScreenFreq ProcessYellow.120lpi/120 lpi / 1524+ ESCOR: "120.0"

*% For 133 lpi / 1270+ AFT,1524+ ESCOR ===================================================

*ColorSepScreenAngle ProcessBlack.133lpi/133 lpi / 1270+ AFT,1524+ ESCOR: "45.0"
*ColorSepScreenAngle CustomColor.133lpi/133 lpi / 1270+ AFT,1524+ ESCOR: "45.0"
*ColorSepScreenAngle ProcessCyan.133lpi/133 lpi / 1270+ AFT,1524+ ESCOR: "75.0"
*ColorSepScreenAngle ProcessMagenta.133lpi/133 lpi / 1270+ AFT,1524+ ESCOR: "15.0"
*ColorSepScreenAngle ProcessYellow.133lpi/133 lpi / 1270+ AFT,1524+ ESCOR: "0.0"

*ColorSepScreenFreq ProcessBlack.133lpi/133 lpi / 1270+ AFT,1524+ ESCOR: "133.0"
*ColorSepScreenFreq CustomColor.133lpi/133 lpi / 1270+ AFT,1524+ ESCOR: "133.0"
*ColorSepScreenFreq ProcessCyan.133lpi/133 lpi / 1270+ AFT,1524+ ESCOR: "133.0"
*ColorSepScreenFreq ProcessMagenta.133lpi/133 lpi / 1270+ AFT,1524+ ESCOR: "133.0"
*ColorSepScreenFreq ProcessYellow.133lpi/133 lpi / 1270+ AFT,1524+ ESCOR: "133.0"

*% For 150 lpi / 1524+ AFT,2032+ ESCOR ===================================================

*ColorSepScreenAngle ProcessBlack.150lpi/150 lpi / 1524+ AFT,2032+ ESCOR: "45.0"
*ColorSepScreenAngle CustomColor.150lpi/150 lpi / 1524+ AFT,2032+ ESCOR: "45.0"
*ColorSepScreenAngle ProcessCyan.150lpi/150 lpi / 1524+ AFT,2032+ ESCOR: "75.0"
*ColorSepScreenAngle ProcessMagenta.150lpi/150 lpi / 1524+ AFT,2032+ ESCOR: "15.0"
*ColorSepScreenAngle ProcessYellow.150lpi/150 lpi / 1524+ AFT,2032+ ESCOR: "0.0"

*ColorSepScreenFreq ProcessBlack.150lpi/150 lpi / 1524+ AFT,2032+ ESCOR: "150.0"
*ColorSepScreenFreq CustomColor.150lpi/150 lpi / 1524+ AFT,2032+ ESCOR: "150.0"
*ColorSepScreenFreq ProcessCyan.150lpi/150 lpi / 1524+ AFT,2032+ ESCOR: "150.0"
*ColorSepScreenFreq ProcessMagenta.150lpi/150 lpi / 1524+ AFT,2032+ ESCOR: "150.0"
*ColorSepScreenFreq ProcessYellow.150lpi/150 lpi / 1524+ AFT,2032+ ESCOR: "150.0"

*% For 175 lpi / 2032+ AFT,2400+ ESCOR ===================================================

*ColorSepScreenAngle ProcessBlack.175lpi/175 lpi / 2032+ AFT,2400+ ESCOR: "45.0"
*ColorSepScreenAngle CustomColor.175lpi/175 lpi / 2032+ AFT,2400+ ESCOR: "45.0"
*ColorSepScreenAngle ProcessCyan.175lpi/175 lpi / 2032+ AFT,2400+ ESCOR: "75.0"
*ColorSepScreenAngle ProcessMagenta.175lpi/175 lpi / 2032+ AFT,2400+ ESCOR: "15.0"
*ColorSepScreenAngle ProcessYellow.175lpi/175 lpi / 2032+ AFT,2400+ ESCOR: "0.0"

*ColorSepScreenFreq ProcessBlack.175lpi/175 lpi / 2032+ AFT,2400+ ESCOR: "175.0"
*ColorSepScreenFreq CustomColor.175lpi/175 lpi / 2032+ AFT,2400+ ESCOR: "175.0"
*ColorSepScreenFreq ProcessCyan.175lpi/175 lpi / 2032+ AFT,2400+ ESCOR: "175.0"
*ColorSepScreenFreq ProcessMagenta.175lpi/175 lpi / 2032+ AFT,2400+ ESCOR: "175.0"
*ColorSepScreenFreq ProcessYellow.175lpi/175 lpi / 2032+ AFT,2400+ ESCOR: "175.0"

*% For 200 lpi / 2540+ AFT,3048+ ESCOR ===================================================

*ColorSepScreenAngle ProcessBlack.200lpi/200 lpi / 2540+ AFT,3048+ ESCOR: "45.0"
*ColorSepScreenAngle CustomColor.200lpi/200 lpi / 2540+ AFT,3048+ ESCOR: "45.0"
*ColorSepScreenAngle ProcessCyan.200lpi/200 lpi / 2540+ AFT,3048+ ESCOR: "75.0"
*ColorSepScreenAngle ProcessMagenta.200lpi/200 lpi / 2540+ AFT,3048+ ESCOR: "15.0"
*ColorSepScreenAngle ProcessYellow.200lpi/200 lpi / 2540+ AFT,3048+ ESCOR: "0.0"

*ColorSepScreenFreq ProcessBlack.200lpi/200 lpi / 2540+ AFT,3048+ ESCOR: "200.0"
*ColorSepScreenFreq CustomColor.200lpi/200 lpi / 2540+ AFT,3048+ ESCOR: "200.0"
*ColorSepScreenFreq ProcessCyan.200lpi/200 lpi / 2540+ AFT,3048+ ESCOR: "200.0"
*ColorSepScreenFreq ProcessMagenta.200lpi/200 lpi / 2540+ AFT,3048+ ESCOR: "200.0"
*ColorSepScreenFreq ProcessYellow.200lpi/200 lpi / 2540+ AFT,3048+ ESCOR: "200.0"

*% For 225 lpi / 3048+ AFT,ESCOR ===================================================

*ColorSepScreenAngle ProcessBlack.225lpi/225 lpi / 3048+ AFT,ESCOR: "45.0"
*ColorSepScreenAngle CustomColor.225lpi/225 lpi / 3048+ AFT,ESCOR: "45.0"
*ColorSepScreenAngle ProcessCyan.225lpi/225 lpi / 3048+ AFT,ESCOR: "75.0"
*ColorSepScreenAngle ProcessMagenta.225lpi/225 lpi / 3048+ AFT,ESCOR: "15.0"
*ColorSepScreenAngle ProcessYellow.225lpi/225 lpi / 3048+ AFT,ESCOR: "0.0"

*ColorSepScreenFreq ProcessBlack.225lpi/225 lpi / 3048+ AFT,ESCOR: "225.0"
*ColorSepScreenFreq CustomColor.225lpi/225 lpi / 3048+ AFT,ESCOR: "225.0"
*ColorSepScreenFreq ProcessCyan.225lpi/225 lpi / 3048+ AFT,ESCOR: "225.0"
*ColorSepScreenFreq ProcessMagenta.225lpi/225 lpi / 3048+ AFT,ESCOR: "225.0"
*ColorSepScreenFreq ProcessYellow.225lpi/225 lpi / 3048+ AFT,ESCOR: "225.0"

*% For 250 lpi / 3386+ AFT,ESCOR ===================================================

*ColorSepScreenAngle ProcessBlack.250lpi/250 lpi / 3386+ AFT,ESCOR: "45.0"
*ColorSepScreenAngle CustomColor.250lpi/250 lpi / 3386+ AFT,ESCOR: "45.0"
*ColorSepScreenAngle ProcessCyan.250lpi/250 lpi / 3386+ AFT,ESCOR: "75.0"
*ColorSepScreenAngle ProcessMagenta.250lpi/250 lpi / 3386+ AFT,ESCOR: "15.0"
*ColorSepScreenAngle ProcessYellow.250lpi/250 lpi / 3386+ AFT,ESCOR: "0.0"

*ColorSepScreenFreq ProcessBlack.250lpi/250 lpi / 3386+ AFT,ESCOR: "250.0"
*ColorSepScreenFreq CustomColor.250lpi/250 lpi / 3386+ AFT,ESCOR: "250.0"
*ColorSepScreenFreq ProcessCyan.250lpi/250 lpi / 3386+ AFT,ESCOR: "250.0"
*ColorSepScreenFreq ProcessMagenta.250lpi/250 lpi / 3386+ AFT,ESCOR: "250.0"
*ColorSepScreenFreq ProcessYellow.250lpi/250 lpi / 3386+ AFT,ESCOR: "250.0"

*% For 300 lpi / 3556+ AFT,ESCOR ===================================================

*ColorSepScreenAngle ProcessBlack.300lpi/300 lpi / 3556+ AFT,ESCOR: "45.0"
*ColorSepScreenAngle CustomColor.300lpi/300 lpi / 3556+ AFT,ESCOR: "45.0"
*ColorSepScreenAngle ProcessCyan.300lpi/300 lpi / 3556+ AFT,ESCOR: "75.0"
*ColorSepScreenAngle ProcessMagenta.300lpi/300 lpi / 3556+ AFT,ESCOR: "15.0"
*ColorSepScreenAngle ProcessYellow.300lpi/300 lpi / 3556+ AFT,ESCOR: "0.0"

*ColorSepScreenFreq ProcessBlack.300lpi/300 lpi / 3556+ AFT,ESCOR: "300.0"
*ColorSepScreenFreq CustomColor.300lpi/300 lpi / 3556+ AFT,ESCOR: "300.0"
*ColorSepScreenFreq ProcessCyan.300lpi/300 lpi / 3556+ AFT,ESCOR: "300.0"
*ColorSepScreenFreq ProcessMagenta.300lpi/300 lpi / 3556+ AFT,ESCOR: "300.0"
*ColorSepScreenFreq ProcessYellow.300lpi/300 lpi / 3556+ AFT,ESCOR: "300.0"

*% The byte count of this file should be exactly 034498 or 035270
*% depending on the filesystem it resides in.
*% end of PPD file for Varityper 4000/5630A