home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 December / Chip_2000-12_cd1.bin / tema / starof / f_0130 / LHQUSIJ4.PS < prev    next >
PostScript Printer Description  |  2000-05-04  |  78KB  |  3,205 lines

  1. *PPD-Adobe: "4.3"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1995 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9.  
  10.  
  11. *% All Rights Reserved. 
  12.  
  13. *% Permission is granted for redistribution of this file as
  14.  
  15. *% long as this copyright notice is intact and the contents
  16.  
  17. *% of the file is not altered in any way from its original form.
  18.  
  19. *% End of Copyright statement
  20.  
  21. *%
  22.  
  23. *% Creation Date Apr. 18, 1996; By: Berthold Giess, Linotype-Hell AG
  24.  
  25. *%
  26.  
  27.  
  28.  
  29. *% ----- Basic Capabilities -----
  30.  
  31. *FormatVersion: "4.3"
  32.  
  33. *FileVersion: "1.0"
  34.  
  35. *LanguageEncoding: ISOLatin1
  36.  
  37. *LanguageVersion: English
  38.  
  39. *PSVersion: "(2013.114) 9"
  40.  
  41. *Product: "(Linotype)"
  42.  
  43. *Manufacturer: "LHAG Linotype-Hell"
  44.  
  45. *% 31 Chars  *******************************
  46.  
  47. *ModelName: "Lino Quasar IS V 3.3 J"
  48.  
  49. *ShortNickName: "Lino Quasar IS V 3.3 J"
  50.  
  51. *NickName: "Lino Quasar IS V 3.3 J"
  52.  
  53. *PCFileName: "LHQUSIJ4.PPD"
  54.  
  55.  
  56.  
  57. *% ----- General Information and Defaults -----
  58.  
  59. *FreeVM: "5242880"
  60.  
  61. *PrintPSErrors: False
  62.  
  63. *LanguageLevel: "2"
  64.  
  65. *ColorDevice: True
  66.  
  67. *DefaultColorSpace: Gray
  68.  
  69. *DefaultHalftoneType: 1
  70.  
  71. *Throughput: "1"
  72.  
  73. *VariablePaperSize: True
  74.  
  75. *FileSystem: True
  76.  
  77.  
  78.  
  79. *?FileSystem: "
  80.  
  81. save
  82.  
  83.  statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  84.  
  85. restore
  86.  
  87. "
  88.  
  89. *End
  90.  
  91.  
  92.  
  93. *Password: "0"
  94.  
  95. *ExitServer: "
  96.  
  97.  count 0 eq { % is the password on the stack?
  98.  
  99.  true
  100.  
  101.  }{
  102.  
  103.  dup % potential password
  104.  
  105.  statusdict /checkpassword get exec not
  106.  
  107.  } ifelse
  108.  
  109.  { % if no password or not valid
  110.  
  111.  (WARNING : Cannot perform the exitserver command.) =
  112.  
  113.  (Password supplied is not valid.) =
  114.  
  115.  (Please contact the author of this software.) = flush
  116.  
  117.  quit
  118.  
  119.  } if
  120.  
  121.  serverdict /exitserver get exec
  122.  
  123. "
  124.  
  125. *End
  126.  
  127.  
  128.  
  129. *Reset: "
  130.  
  131.  count 0 eq { % is the password on the stack?
  132.  
  133.  true
  134.  
  135.  }{
  136.  
  137.  dup % potential password
  138.  
  139.  statusdict /checkpassword get exec not
  140.  
  141.  } ifelse
  142.  
  143.  { % if no password or not valid
  144.  
  145.  (WARNING : Cannot reset printer.) =
  146.  
  147.  (Password supplied is not valid.) =
  148.  
  149.  (Please contact the author of this software.) = flush
  150.  
  151.  quit
  152.  
  153.  } if
  154.  
  155.  serverdict /exitserver get exec
  156.  
  157.  systemdict /quit get exec
  158.  
  159.  (WARNING : Printer Reset Failed.) = flush
  160.  
  161. "
  162.  
  163. *End
  164.  
  165.  
  166.  
  167. *DefaultResolution: 2540dpi
  168.  
  169.  
  170.  
  171. *?Resolution: "
  172.  
  173.  save 
  174.  
  175.  72 72 matrix defaultmatrix dtransform
  176.  
  177.  pop abs round cvi =print (dpi\n) print
  178.  
  179.  restore 
  180.  
  181. "
  182.  
  183. *End
  184.  
  185.  
  186.  
  187. *% Halftone Information ===============
  188.  
  189. *ScreenFreq: "150"
  190.  
  191. *ScreenAngle: "45"
  192.  
  193. *AccurateScreensSupport: True
  194.  
  195. *DefaultScreenProc: Euclidean
  196.  
  197.  
  198.  
  199. *ScreenProc Euclidean: "
  200.  
  201. {
  202.  
  203.  abs exch abs 2 copy add 1 gt
  204.  
  205.  {1 sub dup mul exch 1 sub dup mul add 1 sub}
  206.  
  207.  { dup mul exch dup mul add 1 exch sub}
  208.  
  209.  ifelse
  210.  
  211. }
  212.  
  213. "
  214.  
  215. *End
  216.  
  217.  
  218.  
  219. *ScreenProc Round: "
  220.  
  221. {
  222.  
  223.  dup mul exch dup mul add 1 exch sub
  224.  
  225.  
  226. "
  227.  
  228. *End
  229.  
  230.  
  231.  
  232. *ScreenProc Square: "
  233.  
  234. {
  235.  
  236.  abs exch abs add 1 exch sub
  237.  
  238.  
  239. "
  240.  
  241. *End
  242.  
  243.  
  244.  
  245. *ScreenProc HeavyEllipse: "
  246.  
  247. { %Copyright Linotype-Hell AG 1996
  248.  
  249.  exch 
  250.  
  251.  abs exch abs 2 copy 0.80 mul add 0.80 lt { 
  252.  
  253.  exch 0.80 div
  254.  
  255.  dup dup mul exch 2 mul 3 sub mul exch
  256.  
  257.  dup dup mul exch 2 mul 3 sub mul add 0.80 mul 1 add 
  258.  
  259.  } { 
  260.  
  261.  2 copy 0.80 mul add 1 gt {
  262.  
  263.  1 sub exch 1 sub 0.80 div 
  264.  
  265.  dup dup mul exch 2 mul 3 add mul exch
  266.  
  267.  dup dup mul exch 2 mul 3 add mul add 0.80 mul 1 sub 
  268.  
  269.  } { 
  270.  
  271.  0.80 mul add 2 mul neg 1 add 0.80 add   
  272.  
  273.  } ifelse
  274.  
  275.  } ifelse
  276.  
  277.  
  278. "
  279.  
  280. *End
  281.  
  282.  
  283.  
  284. *ScreenProc Ellipse: "
  285.  
  286. { %Copyright Linotype-Hell AG 1996
  287.  
  288.  exch 
  289.  
  290.  abs exch abs 2 copy 0.85 mul add 0.85 lt { 
  291.  
  292.  exch 0.85 div
  293.  
  294.  dup dup mul exch 2 mul 3 sub mul exch
  295.  
  296.  dup dup mul exch 2 mul 3 sub mul add 0.85 mul 1 add 
  297.  
  298.  } { 
  299.  
  300.  2 copy 0.85 mul add 1 gt { 
  301.  
  302.  1 sub exch 1 sub 0.85 div 
  303.  
  304.  dup dup mul exch 2 mul 3 add mul exch
  305.  
  306.  dup dup mul exch 2 mul 3 add mul add 0.85 mul 1 sub 
  307.  
  308.  } { 
  309.  
  310.  0.85 mul add 2 mul neg 1 add 0.85 add   
  311.  
  312.  } ifelse
  313.  
  314.  } ifelse
  315.  
  316.  
  317. "
  318.  
  319. *End
  320.  
  321.  
  322.  
  323. *ScreenProc LightEllipse: "
  324.  
  325. { %Copyright Linotype-Hell AG 1996
  326.  
  327.  exch 
  328.  
  329.  abs exch abs 2 copy 0.90 mul add 0.90 lt { 
  330.  
  331.  exch 0.90 div
  332.  
  333.  dup dup mul exch 2 mul 3 sub mul exch
  334.  
  335.  dup dup mul exch 2 mul 3 sub mul add 0.90 mul 1 add 
  336.  
  337.  } { 
  338.  
  339.  2 copy 0.90 mul add 1 gt { 
  340.  
  341.  1 sub exch 1 sub 0.90 div 
  342.  
  343.  dup dup mul exch 2 mul 3 add mul exch
  344.  
  345.  dup dup mul exch 2 mul 3 add mul add 0.90 mul 1 sub 
  346.  
  347.  } { 
  348.  
  349.  0.90 mul add 2 mul neg 1 add 0.90 add   
  350.  
  351.  } ifelse
  352.  
  353.  } ifelse
  354.  
  355.  
  356. "
  357.  
  358. *End
  359.  
  360.  
  361.  
  362. *ScreenProc LineX: "
  363.  
  364. { %Copyright Linotype-Hell AG 1996
  365.  
  366.  abs exch 0.9 mul 0.01 sub abs exch
  367.  
  368.  0.003 mul add 1 exch sub
  369.  
  370.  
  371. "
  372.  
  373. *End
  374.  
  375.  
  376.  
  377. *ScreenProc LineY: "
  378.  
  379. { %Copyright Linotype-Hell AG 1996
  380.  
  381.  0.9 mul 0.01 sub abs exch abs
  382.  
  383.  0.003 mul add 1 exch sub
  384.  
  385.  
  386. "
  387.  
  388. *End
  389.  
  390.  
  391.  
  392. *ScreenProc Grid: "
  393.  
  394. { %Copyright Linotype-Hell AG 1996
  395.  
  396.  0.9 mul 0.01 sub abs exch
  397.  
  398.  0.9 mul 0.01 sub abs exch
  399.  
  400.  2 copy lt { 0.003 mul add } { exch 0.003 mul add } ifelse
  401.  
  402.  1 exch sub
  403.  
  404.  
  405. "
  406.  
  407. *End
  408.  
  409.  
  410.  
  411. *DefaultTransfer: Null
  412.  
  413. *Transfer Null: "{ }"
  414.  
  415. *Transfer Null.Inverse: "{ 1 exch sub }"
  416.  
  417.  
  418.  
  419. *% Paper Handling ===================
  420.  
  421. *% Use these entries to set paper size most of the time, unless there is
  422.  
  423. *% specific reason to use PageRegion.
  424.  
  425. *OpenUI *PageSize: PickOne
  426.  
  427. *OrderDependency: 20 AnySetup *PageSize
  428.  
  429.  
  430.  
  431. *DefaultPageSize: Letter
  432.  
  433. *PageSize Letter: "<</PageSize [612 792] /Orientation 1>> setpagedevice"
  434.  
  435. *PageSize Letter.Extra: "<</PageSize [684 864] /Orientation 1>> setpagedevice"
  436.  
  437. *PageSize Letter.Transverse: "<</PageSize [612 792] /Orientation 0>> setpagedevice"
  438.  
  439. *PageSize Letter.Extra.Transverse: "<</PageSize [684 864] /Orientation 0>> setpagedevice"
  440.  
  441.  
  442.  
  443. *PageSize Legal: "<</PageSize [612 1008] /Orientation 1>> setpagedevice"
  444.  
  445. *PageSize Legal.Extra: "<</PageSize [684 1080] /Orientation 1>> setpagedevice"
  446.  
  447. *PageSize Legal.Transverse: "<</PageSize [612 1008] /Orientation 0>> setpagedevice"
  448.  
  449. *PageSize Legal.Extra.Transverse: "<</PageSize [684 1080] /Orientation 0>> setpagedevice"
  450.  
  451.  
  452.  
  453. *PageSize Tabloid: "<</PageSize [792 1224] /Orientation 1>> setpagedevice"
  454.  
  455. *PageSize Tabloid.Extra: "<</PageSize [864 1296] /Orientation 1>> setpagedevice"
  456.  
  457. *PageSize Tabloid.Transverse: "<</PageSize [792 1224] /Orientation 0>> setpagedevice"
  458.  
  459. *PageSize Tabloid.Extra.Transverse:"<</PageSize [864 1296] /Orientation 0>> setpagedevice"
  460.  
  461.  
  462.  
  463. *PageSize A3: "<</PageSize [842 1191] /Orientation 1>> setpagedevice"
  464.  
  465. *PageSize A3.Extra: "<</PageSize [914 1263] /Orientation 1>> setpagedevice"
  466.  
  467. *PageSize A3.Transverse: "<</PageSize [842 1191] /Orientation 0>> setpagedevice"
  468.  
  469. *PageSize A3.Extra.Transverse: "<</PageSize [914 1262] /Orientation 0>> setpagedevice"
  470.  
  471.  
  472.  
  473. *PageSize A4: "<</PageSize [595 842] /Orientation 1>> setpagedevice"
  474.  
  475. *PageSize A4.Extra: "<</PageSize [667 914] /Orientation 1>> setpagedevice"
  476.  
  477. *PageSize A4.Transverse: "<</PageSize [595 842] /Orientation 0>> setpagedevice"
  478.  
  479. *PageSize A4.Extra.Transverse: "<</PageSize [667 914] /Orientation 0>> setpagedevice"
  480.  
  481.  
  482.  
  483. *PageSize A5: "<</PageSize [420 595] /Orientation 1>> setpagedevice"
  484.  
  485. *PageSize A5.Extra: "<</PageSize [492 667] /Orientation 1>> setpagedevice"
  486.  
  487. *PageSize A5.Transverse: "<</PageSize [420 595] /Orientation 0>> setpagedevice"
  488.  
  489. *PageSize A5.Extra.Transverse: "<</PageSize [492 667] /Orientation 0>> setpagedevice"
  490.  
  491.  
  492.  
  493. *PageSize B3: "<</PageSize [1032 1460] /Orientation 1>> setpagedevice"
  494.  
  495. *PageSize B3.Transverse: "<</PageSize [1032 1460] /Orientation 0>> setpagedevice"
  496.  
  497.  
  498.  
  499. *PageSize B4: "<</PageSize [729 1032] /Orientation 1>> setpagedevice"
  500.  
  501. *PageSize B4.Extra: "<</PageSize [801 1104] /Orientation 1>> setpagedevice"
  502.  
  503. *PageSize B4.Transverse: "<</PageSize [729 1032] /Orientation 0>> setpagedevice"
  504.  
  505. *PageSize B4.Extra.Transverse: "<</PageSize [801 1104] /Orientation 0>> setpagedevice"
  506.  
  507.  
  508.  
  509. *PageSize B5: "<</PageSize [516 729] /Orientation 1>> setpagedevice"
  510.  
  511. *PageSize B5.Extra: "<</PageSize [588 801] /Orientation 1>> setpagedevice"
  512.  
  513. *PageSize B5.Transverse: "<</PageSize [516 729] /Orientation 0>> setpagedevice"
  514.  
  515. *PageSize B5.Extra.Transverse: "<</PageSize [588 801] /Orientation 0>> setpagedevice"
  516.  
  517.  
  518.  
  519. *PageSize ISOB3: "<</PageSize [1001 1417] /Orientation 1>> setpagedevice"
  520.  
  521. *PageSize ISOB3.Transverse: "<</PageSize [1001 1417] /Orientation 0>> setpagedevice"
  522.  
  523.  
  524.  
  525. *PageSize ISOB4: "<</PageSize [709 1001] /Orientation 1>> setpagedevice"
  526.  
  527. *PageSize ISOB4.Extra: "<</PageSize [781 1073] /Orientation 1>> setpagedevice"
  528.  
  529. *PageSize ISOB4.Transverse: "<</PageSize [709 1001] /Orientation 0>> setpagedevice"
  530.  
  531. *PageSize ISOB4.Extra.Transverse: "<</PageSize [781 1073] /Orientation 0>> setpagedevice"
  532.  
  533.  
  534.  
  535. *PageSize ISOB5: "<</PageSize [499 709] /Orientation 1>> setpagedevice"
  536.  
  537. *PageSize ISOB5.Extra: "<</PageSize [569.7 782] /Orientation 1>> setpagedevice"
  538.  
  539. *PageSize ISOB5.Transverse: "<</PageSize [499 709] /Orientation 0>> setpagedevice"
  540.  
  541. *PageSize ISOB5.Extra.Transverse: "<</PageSize [569.7 782] /Orientation 0>> setpagedevice"
  542.  
  543.  
  544.  
  545. *PageSize MaxPage: "<</PageSize [1431 1488] /Orientation 1>> setpagedevice"
  546.  
  547.  
  548.  
  549. *?PageSize: "
  550.  
  551. save
  552.  
  553.     mark 
  554.  
  555.     currentpagedevice /PageSize get aload pop
  556.  
  557.     2 copy gt {exch} if 
  558.  
  559.     (Unknown)
  560.  
  561.     37 dict
  562.  
  563.     dup [612 792] (Letter) put
  564.  
  565.     dup [684 864] (Letter.Extra) put
  566.  
  567.     
  568.  
  569.     dup [612 1008] (Legal) put
  570.  
  571.     dup [684 1080] (Legal.Extra) put
  572.  
  573.     
  574.  
  575.     dup [792 1224] (Tabloid) put
  576.  
  577.     dup [864 1296] (Tabloid.Extra) put
  578.  
  579.  
  580.  
  581.     dup [1684 2384] (A1) put
  582.  
  583.     dup [1756 2456] (A1.Extra) put
  584.  
  585.     
  586.  
  587.     dup [1191 1684] (A2) put
  588.  
  589.     dup [1263 1756] (A2.Extra) put
  590.  
  591.     
  592.  
  593.     dup [842 1191] (A3) put
  594.  
  595.     dup [914 1263] (A3.Extra) put
  596.  
  597.     
  598.  
  599.     dup [595 842] (A4) put
  600.  
  601.     dup [667 914] (A4.Extra) put
  602.  
  603.     
  604.  
  605.     dup [420 595] (A5) put
  606.  
  607.     dup [492 667] (A5.Extra) put
  608.  
  609.     
  610.  
  611.     dup [2064 2920] (B1) put
  612.  
  613.     dup [2136 2992] (B1.Extra) put
  614.  
  615.     
  616.  
  617.     dup [1460 2064] (B2) put
  618.  
  619.     dup [1532 2136] (B2.Extra) put
  620.  
  621.     
  622.  
  623.     dup [1032 1460] (B3) put
  624.  
  625.     dup [1104 1532] (B3.Extra) put
  626.  
  627.     
  628.  
  629.     dup [729 1032] (B4) put
  630.  
  631.     dup [801 1104] (B4.Extra) put
  632.  
  633.     
  634.  
  635.     dup [516 729] (B5) put
  636.  
  637.     dup [588 801] (B5.Extra) put
  638.  
  639.     
  640.  
  641.     dup [2004 2835] (ISOB1) put
  642.  
  643.     dup [2076 2907] (ISOB1.Extra) put
  644.  
  645.     
  646.  
  647.     dup [1417 2004] (ISOB2) put
  648.  
  649.     dup [1489 2076] (ISOB2.Extra) put
  650.  
  651.     
  652.  
  653.     dup [1001 1417] (ISOB3) put
  654.  
  655.     dup [1073 1489] (ISOB3.Extra) put
  656.  
  657.     
  658.  
  659.     dup [709 1001] (ISOB4) put
  660.  
  661.     dup [781 1073] (ISOB4.Extra) put
  662.  
  663.     
  664.  
  665.     dup [499 709] (ISOB5) put
  666.  
  667.     dup [571 781] (ISOB5.Extra) put
  668.  
  669.     
  670.  
  671.     dup [1431 1488] (MaxPage) put
  672.  
  673.     
  674.  
  675.     { 
  676.  
  677.         exch aload pop 4 index sub abs 5 le exch 
  678.  
  679.  5 index sub abs 5 le and 
  680.  
  681.  {exch pop exit} {pop} ifelse
  682.  
  683.     } bind forall
  684.  
  685.     
  686.  
  687.     = flush
  688.  
  689.     cleartomark
  690.  
  691.     
  692.  
  693. restore
  694.  
  695. "
  696.  
  697. *End
  698.  
  699. *CloseUI: *PageSize
  700.  
  701.  
  702.  
  703. *% These entries will set up the frame buffer. Usually used with manual feed.
  704.  
  705. *OpenUI *PageRegion: PickOne
  706.  
  707. *OrderDependency: 10 AnySetup *PageRegion
  708.  
  709.  
  710.  
  711. *DefaultPageRegion: Letter
  712.  
  713. *PageRegion Letter: "<</PageSize [612 792] /Orientation 1>> setpagedevice"
  714.  
  715. *PageRegion Letter.Extra: "<</PageSize [684 864] /Orientation 1>> setpagedevice"
  716.  
  717. *PageRegion Letter.Transverse: "<</PageSize [612 792] /Orientation 0>> setpagedevice"
  718.  
  719. *PageRegion Letter.Extra.Transverse:"<</PageSize [684 864] /Orientation 0>> setpagedevice"
  720.  
  721.  
  722.  
  723. *PageRegion Legal: "<</PageSize [612 1008] /Orientation 1>> setpagedevice"
  724.  
  725. *PageRegion Legal.Extra: "<</PageSize [684 1080] /Orientation 1>> setpagedevice"
  726.  
  727. *PageRegion Legal.Transverse: "<</PageSize [612 1008] /Orientation 0>> setpagedevice"
  728.  
  729. *PageRegion Legal.Extra.Transverse: "<</PageSize [684 1080] /Orientation 0>> setpagedevice"
  730.  
  731.  
  732.  
  733. *PageRegion Tabloid: "<</PageSize [792 1224] /Orientation 1>> setpagedevice"
  734.  
  735. *PageRegion Tabloid.Extra: "<</PageSize [864 1296] /Orientation 1>> setpagedevice"
  736.  
  737. *PageRegion Tabloid.Transverse: "<</PageSize [792 1224] /Orientation 0>> setpagedevice"
  738.  
  739. *PageRegion Tabloid.Extra.Transverse:"<</PageSize [864 1296] /Orientation 0>> setpagedevice"
  740.  
  741.  
  742.  
  743. *PageRegion A3: "<</PageSize [842 1191] /Orientation 1>> setpagedevice"
  744.  
  745. *PageRegion A3.Extra: "<</PageSize [914 1263] /Orientation 1>> setpagedevice"
  746.  
  747. *PageRegion A3.Transverse: "<</PageSize [842 1191] /Orientation 0>> setpagedevice"
  748.  
  749. *PageRegion A3.Extra.Transverse: "<</PageSize [914 1262] /Orientation 0>> setpagedevice"
  750.  
  751.  
  752.  
  753. *PageRegion A4: "<</PageSize [595 842] /Orientation 1>> setpagedevice"
  754.  
  755. *PageRegion A4.Extra: "<</PageSize [667 914] /Orientation 1>> setpagedevice"
  756.  
  757. *PageRegion A4.Transverse: "<</PageSize [595 842] /Orientation 0>> setpagedevice"
  758.  
  759. *PageRegion A4.Extra.Transverse: "<</PageSize [667 914] /Orientation 0>> setpagedevice"
  760.  
  761.  
  762.  
  763. *PageRegion A5: "<</PageSize [420 595] /Orientation 1>> setpagedevice"
  764.  
  765. *PageRegion A5.Extra: "<</PageSize [492 667] /Orientation 1>> setpagedevice"
  766.  
  767. *PageRegion A5.Transverse: "<</PageSize [420 595] /Orientation 0>> setpagedevice"
  768.  
  769. *PageRegion A5.Extra.Transverse: "<</PageSize [492 667] /Orientation 0>> setpagedevice"
  770.  
  771.  
  772.  
  773. *PageRegion B3: "<</PageSize [1032 1460] /Orientation 1>> setpagedevice"
  774.  
  775. *PageRegion B3.Transverse: "<</PageSize [1032 1460] /Orientation 0>> setpagedevice"
  776.  
  777.  
  778.  
  779. *PageRegion B4: "<</PageSize [729 1032] /Orientation 1>> setpagedevice"
  780.  
  781. *PageRegion B4.Extra: "<</PageSize [801 1104] /Orientation 1>> setpagedevice"
  782.  
  783. *PageRegion B4.Transverse: "<</PageSize [729 1032] /Orientation 0>> setpagedevice"
  784.  
  785. *PageRegion B4.Extra.Transverse: "<</PageSize [801 1104] /Orientation 0>> setpagedevice"
  786.  
  787.  
  788.  
  789. *PageRegion B5: "<</PageSize [516 729] /Orientation 1>> setpagedevice"
  790.  
  791. *PageRegion B5.Extra: "<</PageSize [588 801] /Orientation 1>> setpagedevice"
  792.  
  793. *PageRegion B5.Transverse: "<</PageSize [516 729] /Orientation 0>> setpagedevice"
  794.  
  795. *PageRegion B5.Extra.Transverse: "<</PageSize [588 801] /Orientation 0>> setpagedevice"
  796.  
  797.  
  798.  
  799. *PageRegion ISOB3: "<</PageSize [1001 1417] /Orientation 1>> setpagedevice"
  800.  
  801. *PageRegion ISOB3.Transverse: "<</PageSize [1001 1417] /Orientation 0>> setpagedevice"
  802.  
  803.  
  804.  
  805. *PageRegion ISOB4: "<</PageSize [709 1001] /Orientation 1>> setpagedevice"
  806.  
  807. *PageRegion ISOB4.Extra: "<</PageSize [781 1073] /Orientation 1>> setpagedevice"
  808.  
  809. *PageRegion ISOB4.Transverse: "<</PageSize [709 1001] /Orientation 0>> setpagedevice"
  810.  
  811. *PageRegion ISOB4.Extra.Transverse: "<</PageSize [781 1073] /Orientation 0>> setpagedevice"
  812.  
  813.  
  814.  
  815. *PageRegion ISOB5: "<</PageSize [499 709] /Orientation 1>> setpagedevice"
  816.  
  817. *PageRegion ISOB5.Extra: "<</PageSize [569.7 782] /Orientation 1>> setpagedevice"
  818.  
  819. *PageRegion ISOB5.Transverse: "<</PageSize [499 709] /Orientation 0>> setpagedevice"
  820.  
  821. *PageRegion ISOB5.Extra.Transverse: "<</PageSize [569.7 782] /Orientation 0>> setpagedevice"
  822.  
  823.  
  824.  
  825. *PageRegion MaxPage: "<</PageSize [1431 1488] /Orientation 1>> setpagedevice"
  826.  
  827.  
  828.  
  829. *CloseUI: *PageRegion
  830.  
  831.  
  832.  
  833. *% The following entries provide information about specific paper keywords.
  834.  
  835. *DefaultImageableArea: Letter
  836.  
  837.  
  838.  
  839. *ImageableArea Letter: "0.0 0.0 612.0 792.0"
  840.  
  841. *ImageableArea Letter.Extra: "0.0 0.0 684.0 864.0"
  842.  
  843. *ImageableArea Letter.Transverse: "0.0 0.0 612.0 791.0"
  844.  
  845. *ImageableArea Letter.Extra.Transverse: "0.0 0.0 684.0 863.0"
  846.  
  847.  
  848.  
  849. *ImageableArea Legal: "0.0 0.0 612.0 1008.0"
  850.  
  851. *ImageableArea Legal.Extra: "0.0 0.0 684.0 1080.0"
  852.  
  853. *ImageableArea Legal.Transverse: "0.0 0.0 612.0 1007.0"
  854.  
  855. *ImageableArea Legal.Extra.Transverse: "0.0 0.0 684.0 1079.0"
  856.  
  857.  
  858.  
  859. *ImageableArea Tabloid: "0.0 0.0 792.0 1224.0"
  860.  
  861. *ImageableArea Tabloid.Extra: "0.0 0.0 864.0 1296.0"
  862.  
  863. *ImageableArea Tabloid.Transverse: "0.0 0.0 792.0 1223.0"
  864.  
  865. *ImageableArea Tabloid.Extra.Transverse:"0.0 0.0 864.0 1295.0"
  866.  
  867.  
  868.  
  869. *ImageableArea A3: "0.0 0.0 842.0 1191.0"
  870.  
  871. *ImageableArea A3.Extra: "0.0 0.0 914.0 1263.0"
  872.  
  873. *ImageableArea A3.Transverse: "0.0 0.0 842.0 1190.0"
  874.  
  875. *ImageableArea A3.Extra.Transverse: "0.0 0.0 914.0 1262.0"
  876.  
  877.  
  878.  
  879. *ImageableArea A4: "0.0 0.0 595.0 842.0"
  880.  
  881. *ImageableArea A4.Extra: "0.0 0.0 667.0 914.0"
  882.  
  883. *ImageableArea A4.Transverse: "0.0 0.0 595.0 841.0"
  884.  
  885. *ImageableArea A4.Extra.Transverse: "0.0 0.0 667.0 913.0"
  886.  
  887.  
  888.  
  889. *ImageableArea A5: "0.0 0.0 420.0 595.0"
  890.  
  891. *ImageableArea A5.Extra: "0.0 0.0 492.0 667.0"
  892.  
  893. *ImageableArea A5.Transverse: "0.0 0.0 420.0 594.0"
  894.  
  895. *ImageableArea A5.Extra.Transverse: "0.0 0.0 492.0 666.0"
  896.  
  897.  
  898.  
  899. *ImageableArea B3: "0.0 0.0 1032.0 1460.0"
  900.  
  901. *ImageableArea B3.Transverse: "0.0 0.0 1032.0 1459.0"
  902.  
  903.  
  904.  
  905. *ImageableArea B4: "0.0 0.0 729.0 1032.0"
  906.  
  907. *ImageableArea B4.Extra: "0.0 0.0 801.0 1104.0"
  908.  
  909. *ImageableArea B4.Transverse: "0.0 0.0 729.0 1031.0"
  910.  
  911. *ImageableArea B4.Extra.Transverse: "0.0 0.0 801.0 1103.0"
  912.  
  913.  
  914.  
  915. *ImageableArea B5: "0.0 0.0 516.0 729.0"
  916.  
  917. *ImageableArea B5.Extra: "0.0 0.0 588.0 801.0"
  918.  
  919. *ImageableArea B5.Transverse: "0.0 0.0 516.0 728.0"
  920.  
  921. *ImageableArea B5.Extra.Transverse: "0.0 0.0 588.0 800.0"
  922.  
  923.  
  924.  
  925. *ImageableArea ISOB3: "0.0 0.0 1001.0 1417.0"
  926.  
  927. *ImageableArea ISOB3.Transverse: "0.0 0.0 1001.0 1416.0"
  928.  
  929.  
  930.  
  931. *ImageableArea ISOB4: "0.0 0.0 709.0 1001.0"
  932.  
  933. *ImageableArea ISOB4.Extra: "0.0 0.0 781.0 1073.0"
  934.  
  935. *ImageableArea ISOB4.Transverse: "0.0 0.0 709.0 1000.0"
  936.  
  937. *ImageableArea ISOB4.Extra.Transverse: "0.0 0.0 781.0 1072.0"
  938.  
  939.  
  940.  
  941. *ImageableArea ISOB5: "0.0 0.0 499.0 709.0"
  942.  
  943. *ImageableArea ISOB5.Extra: "0.0 0.0 569.7 782.0"
  944.  
  945. *ImageableArea ISOB5.Transverse: "0.0 0.0 499.0 708.0"
  946.  
  947. *ImageableArea ISOB5.Extra.Transverse: "0.0 0.0 569.7 781.0"
  948.  
  949.  
  950.  
  951. *ImageableArea MaxPage: "0.0 0.0 1431.0 1488.0"
  952.  
  953.  
  954.  
  955. *?ImageableArea: "
  956.  
  957.  save 
  958.  
  959.  initclip clippath pathbbox 
  960.  
  961.  4 -2 roll exch round cvr =print ( ) print round cvr =print ( ) print
  962.  
  963.   exch round cvr =print ( ) print round cvr =print (\n) print flush
  964.  
  965.  restore
  966.  
  967. "
  968.  
  969. *End
  970.  
  971.  
  972.  
  973. *% These provide the physical dimensions of the paper (by keyword)
  974.  
  975. *DefaultPaperDimension: Letter
  976.  
  977.  
  978.  
  979. *PaperDimension Letter: "612.0 792.0"
  980.  
  981. *PaperDimension Letter.Extra: "684.0 864.0"
  982.  
  983. *PaperDimension Letter.Transverse: "612.0 791.0"
  984.  
  985. *PaperDimension Letter.Extra.Transverse: "684.0 863.0"
  986.  
  987.  
  988.  
  989. *PaperDimension Legal: "612.0 1008.0"
  990.  
  991. *PaperDimension Legal.Extra: "684.0 1080.0"
  992.  
  993. *PaperDimension Legal.Transverse: "612.0 1007.0"
  994.  
  995. *PaperDimension Legal.Extra.Transverse: "684.0 1079.0"
  996.  
  997.  
  998.  
  999. *PaperDimension Tabloid: "792.0 1224.0"
  1000.  
  1001. *PaperDimension Tabloid.Extra: "864.0 1296.0"
  1002.  
  1003. *PaperDimension Tabloid.Transverse: "792.0 1223.0"
  1004.  
  1005. *PaperDimension Tabloid.Extra.Transverse: "864.0 1295.0"
  1006.  
  1007.  
  1008.  
  1009. *PaperDimension A3: "842.0 1191.0"
  1010.  
  1011. *PaperDimension A3.Extra: "914.0 1263.0"
  1012.  
  1013. *PaperDimension A3.Transverse: "842.0 1190.0"
  1014.  
  1015. *PaperDimension A3.Extra.Transverse: "914.0 1262.0"
  1016.  
  1017.  
  1018.  
  1019. *PaperDimension A4: "595.0 842.0"
  1020.  
  1021. *PaperDimension A4.Extra: "667.0 914.0"
  1022.  
  1023. *PaperDimension A4.Transverse: "595.0 841.0"
  1024.  
  1025. *PaperDimension A4.Extra.Transverse: "667.0 913.0"
  1026.  
  1027.  
  1028.  
  1029. *PaperDimension A5: "420.0 595.0"
  1030.  
  1031. *PaperDimension A5.Extra: "492.0 667.0"
  1032.  
  1033. *PaperDimension A5.Transverse: "420.0 594.0"
  1034.  
  1035. *PaperDimension A5.Extra.Transverse: "492.0 666.0"
  1036.  
  1037.  
  1038.  
  1039. *PaperDimension B3: "1032.0 1460.0"
  1040.  
  1041. *PaperDimension B3.Transverse: "1032.0 1459.0"
  1042.  
  1043.  
  1044.  
  1045. *PaperDimension B4: "729.0 1032.0"
  1046.  
  1047. *PaperDimension B4.Extra: "801.0 1104.0"
  1048.  
  1049. *PaperDimension B4.Transverse: "729.0 1031.0"
  1050.  
  1051. *PaperDimension B4.Extra.Transverse: "801.0 1103.0"
  1052.  
  1053.  
  1054.  
  1055. *PaperDimension B5: "516.0 729.0"
  1056.  
  1057. *PaperDimension B5.Extra: "588.0 801.0"
  1058.  
  1059. *PaperDimension B5.Transverse: "516.0 728.0"
  1060.  
  1061. *PaperDimension B5.Extra.Transverse: "588.0 800.0"
  1062.  
  1063.  
  1064.  
  1065. *PaperDimension ISOB3: "1001.0 1417.0"
  1066.  
  1067. *PaperDimension ISOB3.Transverse: "1001.0 1416.0"
  1068.  
  1069.  
  1070.  
  1071. *PaperDimension ISOB4: "709.0 1001.0"
  1072.  
  1073. *PaperDimension ISOB4.Extra: "781.0 1073.0"
  1074.  
  1075. *PaperDimension ISOB4.Transverse: "709.0 1000.0"
  1076.  
  1077. *PaperDimension ISOB4.Extra.Transverse: "781.0 1072.0"
  1078.  
  1079.  
  1080.  
  1081. *PaperDimension ISOB5: "499.0 709.0"
  1082.  
  1083. *PaperDimension ISOB5.Extra: "569.7 782.0"
  1084.  
  1085. *PaperDimension ISOB5.Transverse: "499.0 708.0"
  1086.  
  1087. *PaperDimension ISOB5.Extra.Transverse: "569.7 781.0"
  1088.  
  1089.  
  1090.  
  1091. *PaperDimension MaxPage: "1431.0 1488.0"
  1092.  
  1093.  
  1094.  
  1095. *%=== Custom Page Sizes ==================================
  1096.  
  1097.  
  1098.  
  1099. *% These entries provide the code and parameter ranges for a user
  1100.  
  1101. *% to set up a custom page size.
  1102.  
  1103. *%CustomPageSize
  1104.  
  1105.  
  1106.  
  1107. *CustomPageSize True: "
  1108.  
  1109.     % B. Giess 960228
  1110.  
  1111.     % params order: Width (FastScan); Height (SlowScan); WidthOffset; foo; Orientation
  1112.  
  1113.     %
  1114.  
  1115.     exch pop statusdict /setpageparams get exec
  1116.  
  1117. "
  1118.  
  1119. *End
  1120.  
  1121.  
  1122.  
  1123. *DefaultLeadingEdge: PreferLong
  1124.  
  1125. *LeadingEdge: PreferLong
  1126.  
  1127.  
  1128.  
  1129. *ParamCustomPageSize Width: 1 points 72.0 1431.0
  1130.  
  1131. *ParamCustomPageSize Height: 2 points 72.0 1488.0
  1132.  
  1133. *ParamCustomPageSize WidthOffset/Margins: 3 points 0.0 1431.0
  1134.  
  1135. *ParamCustomPageSize HeightOffset: 4 points 0.0 0.0
  1136.  
  1137. *ParamCustomPageSize Orientation: 5 int 0 3
  1138.  
  1139. *CenterRegistered: False
  1140.  
  1141.  
  1142.  
  1143. *MaxMediaWidth: "1431.0"
  1144.  
  1145. *MaxMediaHeight: "1488.0"
  1146.  
  1147.  
  1148.  
  1149. *?CurrentMediaWidth: "
  1150.  
  1151.  save
  1152.  
  1153.  currentpagedevice /OutputDevice get cvlit /OutputDevice findresource
  1154.  
  1155.  /PageSize get 0 get dup length 2 sub 0 add get cvr = flush
  1156.  
  1157.  restore
  1158.  
  1159.  "
  1160.  
  1161. *End
  1162.  
  1163.  
  1164.  
  1165. *?CurrentMediaHeight: "
  1166.  
  1167.  save
  1168.  
  1169.  currentpagedevice /OutputDevice get cvlit /OutputDevice findresource
  1170.  
  1171.  /PageSize get 0 get dup length 2 sub 1 add get cvr = flush
  1172.  
  1173.  restore
  1174.  
  1175.  "
  1176.  
  1177. *End
  1178.  
  1179.  
  1180.  
  1181. *% === Imagesetter Information ===========================
  1182.  
  1183. *OpenGroup: Imagesetter
  1184.  
  1185.  
  1186.  
  1187. *OpenUI *MirrorPrint/Mirror: Boolean
  1188.  
  1189. *OrderDependency: 30 DocumentSetup *MirrorPrint
  1190.  
  1191. *DefaultMirrorPrint: False
  1192.  
  1193.  
  1194.  
  1195. *MirrorPrint True: " <</MirrorPrint true>> setpagedevice "
  1196.  
  1197. *MirrorPrint False: " <</MirrorPrint false>> setpagedevice "
  1198.  
  1199. *?MirrorPrint: "
  1200.  
  1201.  currentpagedevice /MirrorPrint get {(True)}{(False)} ifelse = flush
  1202.  
  1203. "
  1204.  
  1205. *End
  1206.  
  1207. *CloseUI: *MirrorPrint
  1208.  
  1209.  
  1210.  
  1211. *OpenUI *NegativePrint/Negative: Boolean
  1212.  
  1213. *OrderDependency: 40 DocumentSetup *NegativePrint
  1214.  
  1215. *DefaultNegativePrint: False
  1216.  
  1217.  
  1218.  
  1219. *NegativePrint True: " <</NegativePrint true>> setpagedevice "
  1220.  
  1221. *NegativePrint False: " <</NegativePrint false>> setpagedevice "
  1222.  
  1223. *?NegativePrint: "
  1224.  
  1225.  currentpagedevice /NegativePrint get {(True)}{(False)}ifelse = flush
  1226.  
  1227. "
  1228.  
  1229. *End
  1230.  
  1231. *CloseUI: *NegativePrint
  1232.  
  1233.  
  1234.  
  1235. *CloseGroup: Imagesetter
  1236.  
  1237.  
  1238.  
  1239. *DefaultOutputOrder: Normal
  1240.  
  1241. *RequiresPageRegion All: False
  1242.  
  1243.  
  1244.  
  1245. *% Font Information =====================
  1246.  
  1247. *DefaultFont: Courier
  1248.  
  1249. *Font AvantGarde-Book: Standard "(001.001)" Standard Disk
  1250.  
  1251. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard Disk
  1252.  
  1253. *Font AvantGarde-Demi: Standard "(001.001)" Standard Disk
  1254.  
  1255. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard Disk
  1256.  
  1257. *Font Bookman-Demi: Standard "(001.001)" Standard Disk
  1258.  
  1259. *Font Bookman-DemiItalic: Standard "(001.001)" Standard Disk
  1260.  
  1261. *Font Bookman-Light: Standard "(001.001)" Standard Disk
  1262.  
  1263. *Font Bookman-LightItalic: Standard "(001.001)" Standard Disk
  1264.  
  1265. *Font Courier: Standard "(002.002)" Standard ROM
  1266.  
  1267. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  1268.  
  1269. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  1270.  
  1271. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  1272.  
  1273. *Font Helvetica: Standard "(001.006)" Standard ROM
  1274.  
  1275. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  1276.  
  1277. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  1278.  
  1279. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  1280.  
  1281. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  1282.  
  1283. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  1284.  
  1285. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  1286.  
  1287. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  1288.  
  1289. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard Disk
  1290.  
  1291. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard Disk
  1292.  
  1293. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard Disk
  1294.  
  1295. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard Disk
  1296.  
  1297. *Font Palatino-Bold: Standard "(001.000)" Standard Disk
  1298.  
  1299. *Font Palatino-BoldItalic: Standard "(001.000)" Standard Disk
  1300.  
  1301. *Font Palatino-Italic: Standard "(001.000)" Standard Disk
  1302.  
  1303. *Font Palatino-Roman: Standard "(001.000)" Standard Disk
  1304.  
  1305. *Font Symbol: Special "(001.003)" Standard ROM
  1306.  
  1307. *Font Times-Bold: Standard "(001.007)" Standard ROM
  1308.  
  1309. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  1310.  
  1311. *Font Times-Italic: Standard "(001.007)" Standard ROM
  1312.  
  1313. *Font Times-Roman: Standard "(001.007)" Standard ROM
  1314.  
  1315. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard Disk
  1316.  
  1317. *Font ZapfDingbats: Special "(001.000)" Standard Disk
  1318.  
  1319.  
  1320.  
  1321. *Font FutoGoB101-Bold-Add-H: JIS "(003.000)" Add Disk
  1322.  
  1323. *Font FutoGoB101-Bold-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  1324.  
  1325. *Font FutoGoB101-Bold-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  1326.  
  1327. *Font FutoGoB101-Bold-Add-V: JIS "(003.000)" Add Disk
  1328.  
  1329. *Font FutoGoB101-Bold-EUC-H: EUC "(003.000)" JIS-83 Disk
  1330.  
  1331. *Font FutoGoB101-Bold-EUC-V: EUC "(003.000)" JIS-83 Disk
  1332.  
  1333. *Font FutoGoB101-Bold-Ext-H: JIS "(003.000)" Ext Disk
  1334.  
  1335. *Font FutoGoB101-Bold-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  1336.  
  1337. *Font FutoGoB101-Bold-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  1338.  
  1339. *Font FutoGoB101-Bold-Ext-V: JIS "(003.000)" Ext Disk
  1340.  
  1341. *Font FutoGoB101-Bold-H: JIS "(003.000)" JIS-83 Disk
  1342.  
  1343. *Font FutoGoB101-Bold-NWP-H: JIS "(003.000)" NWP Disk
  1344.  
  1345. *Font FutoGoB101-Bold-NWP-V: JIS "(003.000)" NWP Disk
  1346.  
  1347. *Font FutoGoB101-Bold-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  1348.  
  1349. *Font FutoGoB101-Bold-RKSJ-UserGaiji: Special "(003.000)" Special Disk
  1350.  
  1351. *Font FutoGoB101-Bold-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  1352.  
  1353. *Font FutoGoB101-Bold-V: JIS "(003.000)" JIS-83 Disk
  1354.  
  1355. *Font FutoGoB101-Bold.Oubun: Special "(003.000)" Special Disk
  1356.  
  1357. *Font FutoGoB101-Bold.Roman: Special "(003.000)" Special Disk
  1358.  
  1359. *Font FutoGoB101-Bold.Roman83pv: Special "(003.000)" Special Disk
  1360.  
  1361. *Font FutoGoB101-Bold.WP-Symbol: Special "(003.000)" Special Disk
  1362.  
  1363. *Font FutoMinA101-Bold-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  1364.  
  1365. *Font FutoMinA101-Bold-Add-H: JIS "(003.000)" Add Disk
  1366.  
  1367. *Font FutoMinA101-Bold-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  1368.  
  1369. *Font FutoMinA101-Bold-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  1370.  
  1371. *Font FutoMinA101-Bold-Add-V: JIS "(003.000)" Add Disk
  1372.  
  1373. *Font FutoMinA101-Bold-EUC-H: EUC "(003.000)" JIS-83 Disk
  1374.  
  1375. *Font FutoMinA101-Bold-EUC-V: EUC "(003.000)" JIS-83 Disk
  1376.  
  1377. *Font FutoMinA101-Bold-Ext-H: JIS "(003.000)" Ext Disk
  1378.  
  1379. *Font FutoMinA101-Bold-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  1380.  
  1381. *Font FutoMinA101-Bold-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  1382.  
  1383. *Font FutoMinA101-Bold-Ext-V: JIS "(003.000)" Ext Disk
  1384.  
  1385. *Font FutoMinA101-Bold-H: JIS "(003.000)" JIS-83 Disk
  1386.  
  1387. *Font FutoMinA101-Bold-NWP-H: JIS "(003.000)" NWP Disk
  1388.  
  1389. *Font FutoMinA101-Bold-NWP-V: JIS "(003.000)" NWP Disk
  1390.  
  1391. *Font FutoMinA101-Bold-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  1392.  
  1393. *Font FutoMinA101-Bold-RKSJ-UserGaiji: Special "(003.000)" Special Disk
  1394.  
  1395. *Font FutoMinA101-Bold-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  1396.  
  1397. *Font FutoMinA101-Bold-V: JIS "(003.000)" JIS-83 Disk
  1398.  
  1399. *Font FutoMinA101-Bold.Oubun: Special "(003.000)" Special Disk
  1400.  
  1401. *Font FutoMinA101-Bold.Roman: Special "(003.000)" Special Disk
  1402.  
  1403. *Font FutoMinA101-Bold.Roman83pv: Special "(003.000)" Special Disk
  1404.  
  1405. *Font FutoMinA101-Bold.WP-Symbol: Special "(003.000)" Special Disk
  1406.  
  1407. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  1408.  
  1409. *Font GothicBBB-Medium-Add-H: JIS "(003.001)" Add Disk
  1410.  
  1411. *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  1412.  
  1413. *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  1414.  
  1415. *Font GothicBBB-Medium-Add-V: JIS "(003.001)" Add Disk
  1416.  
  1417. *Font GothicBBB-Medium-EUC-H: EUC "(003.001)" JIS-83 Disk
  1418.  
  1419. *Font GothicBBB-Medium-EUC-V: EUC "(003.001)" JIS-83 Disk
  1420.  
  1421. *Font GothicBBB-Medium-Ext-H: JIS "(003.001)" Ext Disk
  1422.  
  1423. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  1424.  
  1425. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  1426.  
  1427. *Font GothicBBB-Medium-Ext-V: JIS "(003.001)" Ext Disk
  1428.  
  1429. *Font GothicBBB-Medium-H: JIS "(003.001)" JIS-83 Disk
  1430.  
  1431. *Font GothicBBB-Medium-NWP-H: JIS "(003.001)" NWP Disk
  1432.  
  1433. *Font GothicBBB-Medium-NWP-V: JIS "(003.001)" NWP Disk
  1434.  
  1435. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  1436.  
  1437. *Font GothicBBB-Medium-RKSJ-UserGaiji: Special "(003.000)" Special Disk
  1438.  
  1439. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  1440.  
  1441. *Font GothicBBB-Medium-V: JIS "(003.001)" JIS-83 Disk
  1442.  
  1443. *Font GothicBBB-Medium.Oubun: Special "(003.001)" Special Disk
  1444.  
  1445. *Font GothicBBB-Medium.Roman: Special "(003.001)" Special Disk
  1446.  
  1447. *Font GothicBBB-Medium.Roman83pv: Special "(003.001)" Special Disk
  1448.  
  1449. *Font GothicBBB-Medium.WP-Symbol: Special "(003.001)" Special Disk
  1450.  
  1451. *Font Jun101-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  1452.  
  1453. *Font Jun101-Light-Add-H: JIS "(003.000)" Add Disk
  1454.  
  1455. *Font Jun101-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  1456.  
  1457. *Font Jun101-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  1458.  
  1459. *Font Jun101-Light-Add-V: JIS "(003.000)" Add Disk
  1460.  
  1461. *Font Jun101-Light-EUC-H: EUC "(003.000)" JIS-83 Disk
  1462.  
  1463. *Font Jun101-Light-EUC-V: EUC "(003.000)" JIS-83 Disk
  1464.  
  1465. *Font Jun101-Light-Ext-H: JIS "(003.000)" Ext Disk
  1466.  
  1467. *Font Jun101-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  1468.  
  1469. *Font Jun101-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  1470.  
  1471. *Font Jun101-Light-Ext-V: JIS "(003.000)" Ext Disk
  1472.  
  1473. *Font Jun101-Light-H: JIS "(003.000)" JIS-83 Disk
  1474.  
  1475. *Font Jun101-Light-NWP-H: JIS "(003.000)" NWP Disk
  1476.  
  1477. *Font Jun101-Light-NWP-V: JIS "(003.000)" NWP Disk
  1478.  
  1479. *Font Jun101-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  1480.  
  1481. *Font Jun101-Light-RKSJ-UserGaiji: Special "(003.000)" Special Disk
  1482.  
  1483. *Font Jun101-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  1484.  
  1485. *Font Jun101-Light-V: JIS "(003.000)" JIS-83 Disk
  1486.  
  1487. *Font Jun101-Light.Oubun: Special "(003.000)" Special Disk
  1488.  
  1489. *Font Jun101-Light.Roman: Special "(003.000)" Special Disk
  1490.  
  1491. *Font Jun101-Light.Roman83pv: Special "(003.000)" Special Disk
  1492.  
  1493. *Font Jun101-Light.WP-Symbol: Special "(003.000)" Special Disk
  1494.  
  1495. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  1496.  
  1497. *Font Ryumin-Light-Add-H: JIS "(003.000)" Add Disk
  1498.  
  1499. *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  1500.  
  1501. *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  1502.  
  1503. *Font Ryumin-Light-Add-V: JIS "(003.000)" Add Disk
  1504.  
  1505. *Font Ryumin-Light-EUC-H: EUC "(003.000)" JIS-83 Disk
  1506.  
  1507. *Font Ryumin-Light-EUC-V: EUC "(003.000)" JIS-83 Disk
  1508.  
  1509. *Font Ryumin-Light-Ext-H: JIS "(003.000)" Ext Disk
  1510.  
  1511. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  1512.  
  1513. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  1514.  
  1515. *Font Ryumin-Light-Ext-V: JIS "(003.000)" Ext Disk
  1516.  
  1517. *Font Ryumin-Light-H: JIS "(003.000)" JIS-83 Disk
  1518.  
  1519. *Font Ryumin-Light-NWP-H: JIS "(003.000)" NWP Disk
  1520.  
  1521. *Font Ryumin-Light-NWP-V: JIS "(003.000)" NWP Disk
  1522.  
  1523. *Font Ryumin-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  1524.  
  1525. *Font Ryumin-Light-RKSJ-UserGaiji: Special "(003.000)" Special Disk
  1526.  
  1527. *Font Ryumin-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  1528.  
  1529. *Font Ryumin-Light-V: JIS "(003.000)" JIS-83 Disk
  1530.  
  1531. *Font Ryumin-Light.Oubun: Special "(003.000)" Special Disk
  1532.  
  1533. *Font Ryumin-Light.Roman: Special "(003.000)" Special Disk
  1534.  
  1535. *Font Ryumin-Light.Roman83pv: Special "(003.000)" Special Disk
  1536.  
  1537. *Font Ryumin-Light.WP-Symbol: Special "(003.000)" Special Disk
  1538.  
  1539.  
  1540.  
  1541. *?FontQuery: "
  1542.  
  1543. save
  1544.  
  1545.  /str 100 string dup 0 (fonts/) putinterval def
  1546.  
  1547.  {
  1548.  
  1549.  count 1 gt
  1550.  
  1551.  {
  1552.  
  1553.  exch dup str 6 94 getinterval cvs
  1554.  
  1555.  (/) print dup print (:) print exch
  1556.  
  1557.  FontDirectory exch known
  1558.  
  1559.  { pop (Yes) }
  1560.  
  1561.  {
  1562.  
  1563.  length 6 add str 0 3 -1 roll getinterval
  1564.  
  1565.  mark exch status
  1566.  
  1567.  {cleartomark (Yes)}{cleartomark (No)} ifelse
  1568.  
  1569.  } ifelse =
  1570.  
  1571.  }
  1572.  
  1573.  {exit} ifelse
  1574.  
  1575.  }bind loop
  1576.  
  1577.  (*) = flush
  1578.  
  1579. restore
  1580.  
  1581. "
  1582.  
  1583. *End
  1584.  
  1585.  
  1586.  
  1587. *?FontList: "
  1588.  
  1589. save
  1590.  
  1591.  FontDirectory { pop == } bind forall flush
  1592.  
  1593.  /filenameforall where
  1594.  
  1595.  {
  1596.  
  1597.  pop (fonts/*)
  1598.  
  1599.  { dup length 6 sub 6 exch getinterval cvn == } bind
  1600.  
  1601.  128 string filenameforall flush
  1602.  
  1603.  } if
  1604.  
  1605.  (*) = flush
  1606.  
  1607. restore
  1608.  
  1609. "
  1610.  
  1611. *End
  1612.  
  1613.  
  1614.  
  1615. *% Printer Messages (verbatim from printer):
  1616.  
  1617. *Message: "%%[exitserver: permanent state may be changed ]%%"
  1618.  
  1619. *Message: "%%[Flushing: rest of job (to end-of-file) will be ignored ]%%"
  1620.  
  1621. *Message: "\FontName\ not found, using Courier"
  1622.  
  1623.  
  1624.  
  1625. *% Status (format: %%[status: <one of these> ]%% )
  1626.  
  1627. *Status: "idle"
  1628.  
  1629. *Status: "busy"
  1630.  
  1631. *Status: "waiting"
  1632.  
  1633. *Status: "printing"
  1634.  
  1635. *Status: "PrinterError: recorder offline or film problem"
  1636.  
  1637. *Status: "PrinterError: "
  1638.  
  1639.  
  1640.  
  1641. *% Input Sources (format: %%[status: <stat>; source: <one of these> ]%% )
  1642.  
  1643. *Source: "userjob"
  1644.  
  1645. *Source: "other"
  1646.  
  1647.  
  1648.  
  1649. *% Printer Error (format: %%[PrinterError: <one of these> ]%%)
  1650.  
  1651. *PrinterError: "recorder offline or film problem"
  1652.  
  1653. *PrinterError: " "
  1654.  
  1655.  
  1656.  
  1657. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  1658.  
  1659.  
  1660.  
  1661. *% Color Separation Information =====================
  1662.  
  1663.  
  1664.  
  1665. *DefaultColorSep: ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi
  1666.  
  1667.  
  1668.  
  1669. *OpenUI *Separations/InRIP Color Separation: Boolean
  1670.  
  1671. *OrderDependency: 60 DocumentSetup *Separations
  1672.  
  1673.  
  1674.  
  1675. *DefaultSeparations: False
  1676.  
  1677. *Separations True: "
  1678.  
  1679.  <<
  1680.  
  1681.  /Separations true
  1682.  
  1683.  /ProcessColorModel /DeviceCMYK
  1684.  
  1685.  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
  1686.  
  1687.  /SeparationOrder [/Cyan /Magenta /Yellow /Black]
  1688.  
  1689.  >> setpagedevice
  1690.  
  1691. "
  1692.  
  1693. *End
  1694.  
  1695.  
  1696.  
  1697. *Separations False: "
  1698.  
  1699.  <<
  1700.  
  1701.  /Separations false
  1702.  
  1703.  /ProcessColorModel /DeviceGray
  1704.  
  1705.  >> setpagedevice
  1706.  
  1707. "
  1708.  
  1709. *End
  1710.  
  1711.  
  1712.  
  1713. *?Separations: "
  1714.  
  1715.  save
  1716.  
  1717.  currentpagedevice /Separations get 
  1718.  
  1719.  currentpagedevice /ProcessColorModel get /DeviceGray ne and
  1720.  
  1721.  {(True)}{(False)} ifelse = flush
  1722.  
  1723.  restore
  1724.  
  1725. "
  1726.  
  1727. *End
  1728.  
  1729. *CloseUI: *Separations
  1730.  
  1731.  
  1732.  
  1733. *% For 50 lpi / 1270 dpi
  1734.  
  1735. *ColorSepScreenAngle CustomColor.50lpi.1270dpi/50 lpi / 1270 dpi:"45"
  1736.  
  1737. *ColorSepScreenAngle ProcessCyan.50lpi.1270dpi/50 lpi / 1270 dpi:"15"
  1738.  
  1739. *ColorSepScreenAngle ProcessMagenta.50lpi.1270dpi/50 lpi / 1270 dpi:"75"
  1740.  
  1741. *ColorSepScreenAngle ProcessYellow.50lpi.1270dpi/50 lpi / 1270 dpi:"0"
  1742.  
  1743. *ColorSepScreenAngle ProcessBlack.50lpi.1270dpi/50 lpi / 1270 dpi:"45"
  1744.  
  1745.  
  1746.  
  1747. *ColorSepScreenFreq CustomColor.50lpi.1270dpi/50 lpi / 1270 dpi:"50"
  1748.  
  1749. *ColorSepScreenFreq ProcessCyan.50lpi.1270dpi/50 lpi / 1270 dpi:"50"
  1750.  
  1751. *ColorSepScreenFreq ProcessMagenta.50lpi.1270dpi/50 lpi / 1270 dpi:"50"
  1752.  
  1753. *ColorSepScreenFreq ProcessYellow.50lpi.1270dpi/50 lpi / 1270 dpi:"50"
  1754.  
  1755. *ColorSepScreenFreq ProcessBlack.50lpi.1270dpi/50 lpi / 1270 dpi:"50"
  1756.  
  1757.  
  1758.  
  1759. *% For 60 lpi / 1270 dpi
  1760.  
  1761. *ColorSepScreenAngle CustomColor.60lpi.1270dpi/60 lpi / 1270 dpi:"45"
  1762.  
  1763. *ColorSepScreenAngle ProcessCyan.60lpi.1270dpi/60 lpi / 1270 dpi:"15"
  1764.  
  1765. *ColorSepScreenAngle ProcessMagenta.60lpi.1270dpi/60 lpi / 1270 dpi:"75"
  1766.  
  1767. *ColorSepScreenAngle ProcessYellow.60lpi.1270dpi/60 lpi / 1270 dpi:"0"
  1768.  
  1769. *ColorSepScreenAngle ProcessBlack.60lpi.1270dpi/60 lpi / 1270 dpi:"45"
  1770.  
  1771.  
  1772.  
  1773. *ColorSepScreenFreq CustomColor.60lpi.1270dpi/60 lpi / 1270 dpi:"60"
  1774.  
  1775. *ColorSepScreenFreq ProcessCyan.60lpi.1270dpi/60 lpi / 1270 dpi:"60"
  1776.  
  1777. *ColorSepScreenFreq ProcessMagenta.60lpi.1270dpi/60 lpi / 1270 dpi:"60"
  1778.  
  1779. *ColorSepScreenFreq ProcessYellow.60lpi.1270dpi/60 lpi / 1270 dpi:"60"
  1780.  
  1781. *ColorSepScreenFreq ProcessBlack.60lpi.1270dpi/60 lpi / 1270 dpi:"60"
  1782.  
  1783.  
  1784.  
  1785. *% For 75 lpi / 1270 dpi
  1786.  
  1787. *ColorSepScreenAngle CustomColor.75lpi.1270dpi/75 lpi / 1270 dpi:"45"
  1788.  
  1789. *ColorSepScreenAngle ProcessCyan.75lpi.1270dpi/75 lpi / 1270 dpi:"15"
  1790.  
  1791. *ColorSepScreenAngle ProcessMagenta.75lpi.1270dpi/75 lpi / 1270 dpi:"75"
  1792.  
  1793. *ColorSepScreenAngle ProcessYellow.75lpi.1270dpi/75 lpi / 1270 dpi:"0"
  1794.  
  1795. *ColorSepScreenAngle ProcessBlack.75lpi.1270dpi/75 lpi / 1270 dpi:"45"
  1796.  
  1797.  
  1798.  
  1799. *ColorSepScreenFreq CustomColor.75lpi.1270dpi/75 lpi / 1270 dpi:"75"
  1800.  
  1801. *ColorSepScreenFreq ProcessCyan.75lpi.1270dpi/75 lpi / 1270 dpi:"75"
  1802.  
  1803. *ColorSepScreenFreq ProcessMagenta.75lpi.1270dpi/75 lpi / 1270 dpi:"75"
  1804.  
  1805. *ColorSepScreenFreq ProcessYellow.75lpi.1270dpi/75 lpi / 1270 dpi:"75"
  1806.  
  1807. *ColorSepScreenFreq ProcessBlack.75lpi.1270dpi/75 lpi / 1270 dpi:"75"
  1808.  
  1809.  
  1810.  
  1811. *% For 85 lpi / 1270 dpi
  1812.  
  1813. *ColorSepScreenAngle CustomColor.85lpi.1270dpi/85 lpi / 1270 dpi:"45"
  1814.  
  1815. *ColorSepScreenAngle ProcessCyan.85lpi.1270dpi/85 lpi / 1270 dpi:"15"
  1816.  
  1817. *ColorSepScreenAngle ProcessMagenta.85lpi.1270dpi/85 lpi / 1270 dpi:"75"
  1818.  
  1819. *ColorSepScreenAngle ProcessYellow.85lpi.1270dpi/85 lpi / 1270 dpi:"0"
  1820.  
  1821. *ColorSepScreenAngle ProcessBlack.85lpi.1270dpi/85 lpi / 1270 dpi:"45"
  1822.  
  1823.  
  1824.  
  1825. *ColorSepScreenFreq CustomColor.85lpi.1270dpi/85 lpi / 1270 dpi:"85"
  1826.  
  1827. *ColorSepScreenFreq ProcessCyan.85lpi.1270dpi/85 lpi / 1270 dpi:"85"
  1828.  
  1829. *ColorSepScreenFreq ProcessMagenta.85lpi.1270dpi/85 lpi / 1270 dpi:"85"
  1830.  
  1831. *ColorSepScreenFreq ProcessYellow.85lpi.1270dpi/85 lpi / 1270 dpi:"85"
  1832.  
  1833. *ColorSepScreenFreq ProcessBlack.85lpi.1270dpi/85 lpi / 1270 dpi:"85"
  1834.  
  1835.  
  1836.  
  1837. *% For 100 lpi / 1270 dpi
  1838.  
  1839. *ColorSepScreenAngle CustomColor.100lpi.1270dpi/100 lpi / 1270 dpi:"45"
  1840.  
  1841. *ColorSepScreenAngle ProcessCyan.100lpi.1270dpi/100 lpi / 1270 dpi:"15"
  1842.  
  1843. *ColorSepScreenAngle ProcessMagenta.100lpi.1270dpi/100 lpi / 1270 dpi:"75"
  1844.  
  1845. *ColorSepScreenAngle ProcessYellow.100lpi.1270dpi/100 lpi / 1270 dpi:"0"
  1846.  
  1847. *ColorSepScreenAngle ProcessBlack.100lpi.1270dpi/100 lpi / 1270 dpi:"45"
  1848.  
  1849.  
  1850.  
  1851. *ColorSepScreenFreq CustomColor.100lpi.1270dpi/100 lpi / 1270 dpi:"100"
  1852.  
  1853. *ColorSepScreenFreq ProcessCyan.100lpi.1270dpi/100 lpi / 1270 dpi:"100"
  1854.  
  1855. *ColorSepScreenFreq ProcessMagenta.100lpi.1270dpi/100 lpi / 1270 dpi:"100"
  1856.  
  1857. *ColorSepScreenFreq ProcessYellow.100lpi.1270dpi/100 lpi / 1270 dpi:"100"
  1858.  
  1859. *ColorSepScreenFreq ProcessBlack.100lpi.1270dpi/100 lpi / 1270 dpi:"100"
  1860.  
  1861.  
  1862.  
  1863. *% For 50 lpi / 1693 dpi
  1864.  
  1865. *ColorSepScreenAngle CustomColor.50lpi.1693dpi/50 lpi / 1693 dpi:"45"
  1866.  
  1867. *ColorSepScreenAngle ProcessCyan.50lpi.1693dpi/50 lpi / 1693 dpi:"15"
  1868.  
  1869. *ColorSepScreenAngle ProcessMagenta.50lpi.1693dpi/50 lpi / 1693 dpi:"75"
  1870.  
  1871. *ColorSepScreenAngle ProcessYellow.50lpi.1693dpi/50 lpi / 1693 dpi:"0"
  1872.  
  1873. *ColorSepScreenAngle ProcessBlack.50lpi.1693dpi/50 lpi / 1693 dpi:"45"
  1874.  
  1875.  
  1876.  
  1877. *ColorSepScreenFreq CustomColor.50lpi.1693dpi/50 lpi / 1693 dpi:"50"
  1878.  
  1879. *ColorSepScreenFreq ProcessCyan.50lpi.1693dpi/50 lpi / 1693 dpi:"50"
  1880.  
  1881. *ColorSepScreenFreq ProcessMagenta.50lpi.1693dpi/50 lpi / 1693 dpi:"50"
  1882.  
  1883. *ColorSepScreenFreq ProcessYellow.50lpi.1693dpi/50 lpi / 1693 dpi:"50"
  1884.  
  1885. *ColorSepScreenFreq ProcessBlack.50lpi.1693dpi/50 lpi / 1693 dpi:"50"
  1886.  
  1887.  
  1888.  
  1889. *% For 60 lpi / 1693 dpi
  1890.  
  1891. *ColorSepScreenAngle CustomColor.60lpi.1693dpi/60 lpi / 1693 dpi:"45"
  1892.  
  1893. *ColorSepScreenAngle ProcessCyan.60lpi.1693dpi/60 lpi / 1693 dpi:"15"
  1894.  
  1895. *ColorSepScreenAngle ProcessMagenta.60lpi.1693dpi/60 lpi / 1693 dpi:"75"
  1896.  
  1897. *ColorSepScreenAngle ProcessYellow.60lpi.1693dpi/60 lpi / 1693 dpi:"0"
  1898.  
  1899. *ColorSepScreenAngle ProcessBlack.60lpi.1693dpi/60 lpi / 1693 dpi:"45"
  1900.  
  1901.  
  1902.  
  1903. *ColorSepScreenFreq CustomColor.60lpi.1693dpi/60 lpi / 1693 dpi:"60"
  1904.  
  1905. *ColorSepScreenFreq ProcessCyan.60lpi.1693dpi/60 lpi / 1693 dpi:"60"
  1906.  
  1907. *ColorSepScreenFreq ProcessMagenta.60lpi.1693dpi/60 lpi / 1693 dpi:"60"
  1908.  
  1909. *ColorSepScreenFreq ProcessYellow.60lpi.1693dpi/60 lpi / 1693 dpi:"60"
  1910.  
  1911. *ColorSepScreenFreq ProcessBlack.60lpi.1693dpi/60 lpi / 1693 dpi:"60"
  1912.  
  1913.  
  1914.  
  1915. *% For 75 lpi / 1693 dpi
  1916.  
  1917. *ColorSepScreenAngle CustomColor.75lpi.1693dpi/75 lpi / 1693 dpi:"45"
  1918.  
  1919. *ColorSepScreenAngle ProcessCyan.75lpi.1693dpi/75 lpi / 1693 dpi:"15"
  1920.  
  1921. *ColorSepScreenAngle ProcessMagenta.75lpi.1693dpi/75 lpi / 1693 dpi:"75"
  1922.  
  1923. *ColorSepScreenAngle ProcessYellow.75lpi.1693dpi/75 lpi / 1693 dpi:"0"
  1924.  
  1925. *ColorSepScreenAngle ProcessBlack.75lpi.1693dpi/75 lpi / 1693 dpi:"45"
  1926.  
  1927.  
  1928.  
  1929. *ColorSepScreenFreq CustomColor.75lpi.1693dpi/75 lpi / 1693 dpi:"75"
  1930.  
  1931. *ColorSepScreenFreq ProcessCyan.75lpi.1693dpi/75 lpi / 1693 dpi:"75"
  1932.  
  1933. *ColorSepScreenFreq ProcessMagenta.75lpi.1693dpi/75 lpi / 1693 dpi:"75"
  1934.  
  1935. *ColorSepScreenFreq ProcessYellow.75lpi.1693dpi/75 lpi / 1693 dpi:"75"
  1936.  
  1937. *ColorSepScreenFreq ProcessBlack.75lpi.1693dpi/75 lpi / 1693 dpi:"75"
  1938.  
  1939.  
  1940.  
  1941. *% For 85 lpi / 1693 dpi
  1942.  
  1943. *ColorSepScreenAngle CustomColor.85lpi.1693dpi/85 lpi / 1693 dpi:"45"
  1944.  
  1945. *ColorSepScreenAngle ProcessCyan.85lpi.1693dpi/85 lpi / 1693 dpi:"15"
  1946.  
  1947. *ColorSepScreenAngle ProcessMagenta.85lpi.1693dpi/85 lpi / 1693 dpi:"75"
  1948.  
  1949. *ColorSepScreenAngle ProcessYellow.85lpi.1693dpi/85 lpi / 1693 dpi:"0"
  1950.  
  1951. *ColorSepScreenAngle ProcessBlack.85lpi.1693dpi/85 lpi / 1693 dpi:"45"
  1952.  
  1953.  
  1954.  
  1955. *ColorSepScreenFreq CustomColor.85lpi.1693dpi/85 lpi / 1693 dpi:"85"
  1956.  
  1957. *ColorSepScreenFreq ProcessCyan.85lpi.1693dpi/85 lpi / 1693 dpi:"85"
  1958.  
  1959. *ColorSepScreenFreq ProcessMagenta.85lpi.1693dpi/85 lpi / 1693 dpi:"85"
  1960.  
  1961. *ColorSepScreenFreq ProcessYellow.85lpi.1693dpi/85 lpi / 1693 dpi:"85"
  1962.  
  1963. *ColorSepScreenFreq ProcessBlack.85lpi.1693dpi/85 lpi / 1693 dpi:"85"
  1964.  
  1965.  
  1966.  
  1967. *% For 100 lpi / 1693 dpi
  1968.  
  1969. *ColorSepScreenAngle CustomColor.100lpi.1693dpi/100 lpi / 1693 dpi:"45"
  1970.  
  1971. *ColorSepScreenAngle ProcessCyan.100lpi.1693dpi/100 lpi / 1693 dpi:"15"
  1972.  
  1973. *ColorSepScreenAngle ProcessMagenta.100lpi.1693dpi/100 lpi / 1693 dpi:"75"
  1974.  
  1975. *ColorSepScreenAngle ProcessYellow.100lpi.1693dpi/100 lpi / 1693 dpi:"0"
  1976.  
  1977. *ColorSepScreenAngle ProcessBlack.100lpi.1693dpi/100 lpi / 1693 dpi:"45"
  1978.  
  1979.  
  1980.  
  1981. *ColorSepScreenFreq CustomColor.100lpi.1693dpi/100 lpi / 1693 dpi:"100"
  1982.  
  1983. *ColorSepScreenFreq ProcessCyan.100lpi.1693dpi/100 lpi / 1693 dpi:"100"
  1984.  
  1985. *ColorSepScreenFreq ProcessMagenta.100lpi.1693dpi/100 lpi / 1693 dpi:"100"
  1986.  
  1987. *ColorSepScreenFreq ProcessYellow.100lpi.1693dpi/100 lpi / 1693 dpi:"100"
  1988.  
  1989. *ColorSepScreenFreq ProcessBlack.100lpi.1693dpi/100 lpi / 1693 dpi:"100"
  1990.  
  1991.  
  1992.  
  1993. *% For 120 lpi / 1693 dpi
  1994.  
  1995. *ColorSepScreenAngle CustomColor.120lpi.1693dpi/120 lpi / 1693 dpi:"45"
  1996.  
  1997. *ColorSepScreenAngle ProcessCyan.120lpi.1693dpi/120 lpi / 1693 dpi:"15"
  1998.  
  1999. *ColorSepScreenAngle ProcessMagenta.120lpi.1693dpi/120 lpi / 1693 dpi:"75"
  2000.  
  2001. *ColorSepScreenAngle ProcessYellow.120lpi.1693dpi/120 lpi / 1693 dpi:"0"
  2002.  
  2003. *ColorSepScreenAngle ProcessBlack.120lpi.1693dpi/120 lpi / 1693 dpi:"45"
  2004.  
  2005.  
  2006.  
  2007. *ColorSepScreenFreq CustomColor.120lpi.1693dpi/120 lpi / 1693 dpi:"120"
  2008.  
  2009. *ColorSepScreenFreq ProcessCyan.120lpi.1693dpi/120 lpi / 1693 dpi:"120"
  2010.  
  2011. *ColorSepScreenFreq ProcessMagenta.120lpi.1693dpi/120 lpi / 1693 dpi:"120"
  2012.  
  2013. *ColorSepScreenFreq ProcessYellow.120lpi.1693dpi/120 lpi / 1693 dpi:"120"
  2014.  
  2015. *ColorSepScreenFreq ProcessBlack.120lpi.1693dpi/120 lpi / 1693 dpi:"120"
  2016.  
  2017.  
  2018.  
  2019. *% For 133 lpi / 1693 dpi
  2020.  
  2021. *ColorSepScreenAngle CustomColor.133lpi.1693dpi/133 lpi / 1693 dpi:"45"
  2022.  
  2023. *ColorSepScreenAngle ProcessCyan.133lpi.1693dpi/133 lpi / 1693 dpi:"15"
  2024.  
  2025. *ColorSepScreenAngle ProcessMagenta.133lpi.1693dpi/133 lpi / 1693 dpi:"75"
  2026.  
  2027. *ColorSepScreenAngle ProcessYellow.133lpi.1693dpi/133 lpi / 1693 dpi:"0"
  2028.  
  2029. *ColorSepScreenAngle ProcessBlack.133lpi.1693dpi/133 lpi / 1693 dpi:"45"
  2030.  
  2031.  
  2032.  
  2033. *ColorSepScreenFreq CustomColor.133lpi.1693dpi/133 lpi / 1693 dpi:"133"
  2034.  
  2035. *ColorSepScreenFreq ProcessCyan.133lpi.1693dpi/133 lpi / 1693 dpi:"133"
  2036.  
  2037. *ColorSepScreenFreq ProcessMagenta.133lpi.1693dpi/133 lpi / 1693 dpi:"133"
  2038.  
  2039. *ColorSepScreenFreq ProcessYellow.133lpi.1693dpi/133 lpi / 1693 dpi:"133"
  2040.  
  2041. *ColorSepScreenFreq ProcessBlack.133lpi.1693dpi/133 lpi / 1693 dpi:"133"
  2042.  
  2043. *% For 50 lpi / 2032 dpi
  2044.  
  2045. *ColorSepScreenAngle CustomColor.50lpi.2032dpi/50 lpi / 2032 dpi:"45"
  2046.  
  2047. *ColorSepScreenAngle ProcessCyan.50lpi.2032dpi/50 lpi / 2032 dpi:"15"
  2048.  
  2049. *ColorSepScreenAngle ProcessMagenta.50lpi.2032dpi/50 lpi / 2032 dpi:"75"
  2050.  
  2051. *ColorSepScreenAngle ProcessYellow.50lpi.2032dpi/50 lpi / 2032 dpi:"0"
  2052.  
  2053. *ColorSepScreenAngle ProcessBlack.50lpi.2032dpi/50 lpi / 2032 dpi:"45"
  2054.  
  2055.  
  2056.  
  2057. *ColorSepScreenFreq CustomColor.50lpi.2032dpi/50 lpi / 2032 dpi:"50"
  2058.  
  2059. *ColorSepScreenFreq ProcessCyan.50lpi.2032dpi/50 lpi / 2032 dpi:"50"
  2060.  
  2061. *ColorSepScreenFreq ProcessMagenta.50lpi.2032dpi/50 lpi / 2032 dpi:"50"
  2062.  
  2063. *ColorSepScreenFreq ProcessYellow.50lpi.2032dpi/50 lpi / 2032 dpi:"50"
  2064.  
  2065. *ColorSepScreenFreq ProcessBlack.50lpi.2032dpi/50 lpi / 2032 dpi:"50"
  2066.  
  2067.  
  2068.  
  2069. *% For 60 lpi / 2032 dpi
  2070.  
  2071. *ColorSepScreenAngle CustomColor.60lpi.2032dpi/60 lpi / 2032 dpi:"45"
  2072.  
  2073. *ColorSepScreenAngle ProcessCyan.60lpi.2032dpi/60 lpi / 2032 dpi:"15"
  2074.  
  2075. *ColorSepScreenAngle ProcessMagenta.60lpi.2032dpi/60 lpi / 2032 dpi:"75"
  2076.  
  2077. *ColorSepScreenAngle ProcessYellow.60lpi.2032dpi/60 lpi / 2032 dpi:"0"
  2078.  
  2079. *ColorSepScreenAngle ProcessBlack.60lpi.2032dpi/60 lpi / 2032 dpi:"45"
  2080.  
  2081.  
  2082.  
  2083. *ColorSepScreenFreq CustomColor.60lpi.2032dpi/60 lpi / 2032 dpi:"60"
  2084.  
  2085. *ColorSepScreenFreq ProcessCyan.60lpi.2032dpi/60 lpi / 2032 dpi:"60"
  2086.  
  2087. *ColorSepScreenFreq ProcessMagenta.60lpi.2032dpi/60 lpi / 2032 dpi:"60"
  2088.  
  2089. *ColorSepScreenFreq ProcessYellow.60lpi.2032dpi/60 lpi / 2032 dpi:"60"
  2090.  
  2091. *ColorSepScreenFreq ProcessBlack.60lpi.2032dpi/60 lpi / 2032 dpi:"60"
  2092.  
  2093.  
  2094.  
  2095. *% For 75 lpi / 2032 dpi
  2096.  
  2097. *ColorSepScreenAngle CustomColor.75lpi.2032dpi/75 lpi / 2032 dpi:"45"
  2098.  
  2099. *ColorSepScreenAngle ProcessCyan.75lpi.2032dpi/75 lpi / 2032 dpi:"15"
  2100.  
  2101. *ColorSepScreenAngle ProcessMagenta.75lpi.2032dpi/75 lpi / 2032 dpi:"75"
  2102.  
  2103. *ColorSepScreenAngle ProcessYellow.75lpi.2032dpi/75 lpi / 2032 dpi:"0"
  2104.  
  2105. *ColorSepScreenAngle ProcessBlack.75lpi.2032dpi/75 lpi / 2032 dpi:"45"
  2106.  
  2107.  
  2108.  
  2109. *ColorSepScreenFreq CustomColor.75lpi.2032dpi/75 lpi / 2032 dpi:"75"
  2110.  
  2111. *ColorSepScreenFreq ProcessCyan.75lpi.2032dpi/75 lpi / 2032 dpi:"75"
  2112.  
  2113. *ColorSepScreenFreq ProcessMagenta.75lpi.2032dpi/75 lpi / 2032 dpi:"75"
  2114.  
  2115. *ColorSepScreenFreq ProcessYellow.75lpi.2032dpi/75 lpi / 2032 dpi:"75"
  2116.  
  2117. *ColorSepScreenFreq ProcessBlack.75lpi.2032dpi/75 lpi / 2032 dpi:"75"
  2118.  
  2119.  
  2120.  
  2121. *% For 85 lpi / 2032 dpi
  2122.  
  2123. *ColorSepScreenAngle CustomColor.85lpi.2032dpi/85 lpi / 2032 dpi:"45"
  2124.  
  2125. *ColorSepScreenAngle ProcessCyan.85lpi.2032dpi/85 lpi / 2032 dpi:"15"
  2126.  
  2127. *ColorSepScreenAngle ProcessMagenta.85lpi.2032dpi/85 lpi / 2032 dpi:"75"
  2128.  
  2129. *ColorSepScreenAngle ProcessYellow.85lpi.2032dpi/85 lpi / 2032 dpi:"0"
  2130.  
  2131. *ColorSepScreenAngle ProcessBlack.85lpi.2032dpi/85 lpi / 2032 dpi:"45"
  2132.  
  2133.  
  2134.  
  2135. *ColorSepScreenFreq CustomColor.85lpi.2032dpi/85 lpi / 2032 dpi:"85"
  2136.  
  2137. *ColorSepScreenFreq ProcessCyan.85lpi.2032dpi/85 lpi / 2032 dpi:"85"
  2138.  
  2139. *ColorSepScreenFreq ProcessMagenta.85lpi.2032dpi/85 lpi / 2032 dpi:"85"
  2140.  
  2141. *ColorSepScreenFreq ProcessYellow.85lpi.2032dpi/85 lpi / 2032 dpi:"85"
  2142.  
  2143. *ColorSepScreenFreq ProcessBlack.85lpi.2032dpi/85 lpi / 2032 dpi:"85"
  2144.  
  2145.  
  2146.  
  2147. *% For 100 lpi / 2032 dpi
  2148.  
  2149. *ColorSepScreenAngle CustomColor.100lpi.2032dpi/100 lpi / 2032 dpi:"45"
  2150.  
  2151. *ColorSepScreenAngle ProcessCyan.100lpi.2032dpi/100 lpi / 2032 dpi:"15"
  2152.  
  2153. *ColorSepScreenAngle ProcessMagenta.100lpi.2032dpi/100 lpi / 2032 dpi:"75"
  2154.  
  2155. *ColorSepScreenAngle ProcessYellow.100lpi.2032dpi/100 lpi / 2032 dpi:"0"
  2156.  
  2157. *ColorSepScreenAngle ProcessBlack.100lpi.2032dpi/100 lpi / 2032 dpi:"45"
  2158.  
  2159.  
  2160.  
  2161. *ColorSepScreenFreq CustomColor.100lpi.2032dpi/100 lpi / 2032 dpi:"100"
  2162.  
  2163. *ColorSepScreenFreq ProcessCyan.100lpi.2032dpi/100 lpi / 2032 dpi:"100"
  2164.  
  2165. *ColorSepScreenFreq ProcessMagenta.100lpi.2032dpi/100 lpi / 2032 dpi:"100"
  2166.  
  2167. *ColorSepScreenFreq ProcessYellow.100lpi.2032dpi/100 lpi / 2032 dpi:"100"
  2168.  
  2169. *ColorSepScreenFreq ProcessBlack.100lpi.2032dpi/100 lpi / 2032 dpi:"100"
  2170.  
  2171.  
  2172.  
  2173. *% For 120 lpi / 2032 dpi
  2174.  
  2175. *ColorSepScreenAngle CustomColor.120lpi.2032dpi/120 lpi / 2032 dpi:"45"
  2176.  
  2177. *ColorSepScreenAngle ProcessCyan.120lpi.2032dpi/120 lpi / 2032 dpi:"15"
  2178.  
  2179. *ColorSepScreenAngle ProcessMagenta.120lpi.2032dpi/120 lpi / 2032 dpi:"75"
  2180.  
  2181. *ColorSepScreenAngle ProcessYellow.120lpi.2032dpi/120 lpi / 2032 dpi:"0"
  2182.  
  2183. *ColorSepScreenAngle ProcessBlack.120lpi.2032dpi/120 lpi / 2032 dpi:"45"
  2184.  
  2185.  
  2186.  
  2187. *ColorSepScreenFreq CustomColor.120lpi.2032dpi/120 lpi / 2032 dpi:"120"
  2188.  
  2189. *ColorSepScreenFreq ProcessCyan.120lpi.2032dpi/120 lpi / 2032 dpi:"120"
  2190.  
  2191. *ColorSepScreenFreq ProcessMagenta.120lpi.2032dpi/120 lpi / 2032 dpi:"120"
  2192.  
  2193. *ColorSepScreenFreq ProcessYellow.120lpi.2032dpi/120 lpi / 2032 dpi:"120"
  2194.  
  2195. *ColorSepScreenFreq ProcessBlack.120lpi.2032dpi/120 lpi / 2032 dpi:"120"
  2196.  
  2197.  
  2198.  
  2199. *% For 133 lpi / 2032 dpi
  2200.  
  2201. *ColorSepScreenAngle CustomColor.133lpi.2032dpi/133 lpi / 2032 dpi:"45"
  2202.  
  2203. *ColorSepScreenAngle ProcessCyan.133lpi.2032dpi/133 lpi / 2032 dpi:"15"
  2204.  
  2205. *ColorSepScreenAngle ProcessMagenta.133lpi.2032dpi/133 lpi / 2032 dpi:"75"
  2206.  
  2207. *ColorSepScreenAngle ProcessYellow.133lpi.2032dpi/133 lpi / 2032 dpi:"0"
  2208.  
  2209. *ColorSepScreenAngle ProcessBlack.133lpi.2032dpi/133 lpi / 2032 dpi:"45"
  2210.  
  2211.  
  2212.  
  2213. *ColorSepScreenFreq CustomColor.133lpi.2032dpi/133 lpi / 2032 dpi:"133"
  2214.  
  2215. *ColorSepScreenFreq ProcessCyan.133lpi.2032dpi/133 lpi / 2032 dpi:"133"
  2216.  
  2217. *ColorSepScreenFreq ProcessMagenta.133lpi.2032dpi/133 lpi / 2032 dpi:"133"
  2218.  
  2219. *ColorSepScreenFreq ProcessYellow.133lpi.2032dpi/133 lpi / 2032 dpi:"133"
  2220.  
  2221. *ColorSepScreenFreq ProcessBlack.133lpi.2032dpi/133 lpi / 2032 dpi:"133"
  2222.  
  2223.  
  2224.  
  2225. *% For 165 lpi / 2032 dpi
  2226.  
  2227. *ColorSepScreenAngle CustomColor.165lpi.2032dpi/165 lpi / 2032 dpi:"45"
  2228.  
  2229. *ColorSepScreenAngle ProcessCyan.165lpi.2032dpi/165 lpi / 2032 dpi:"15"
  2230.  
  2231. *ColorSepScreenAngle ProcessMagenta.165lpi.2032dpi/165 lpi / 2032 dpi:"75"
  2232.  
  2233. *ColorSepScreenAngle ProcessYellow.165lpi.2032dpi/165 lpi / 2032 dpi:"0"
  2234.  
  2235. *ColorSepScreenAngle ProcessBlack.165lpi.2032dpi/165 lpi / 2032 dpi:"45"
  2236.  
  2237.  
  2238.  
  2239. *ColorSepScreenFreq CustomColor.165lpi.2032dpi/165 lpi / 2032 dpi:"165"
  2240.  
  2241. *ColorSepScreenFreq ProcessCyan.165lpi.2032dpi/165 lpi / 2032 dpi:"165"
  2242.  
  2243. *ColorSepScreenFreq ProcessMagenta.165lpi.2032dpi/165 lpi / 2032 dpi:"165"
  2244.  
  2245. *ColorSepScreenFreq ProcessYellow.165lpi.2032dpi/165 lpi / 2032 dpi:"165"
  2246.  
  2247. *ColorSepScreenFreq ProcessBlack.165lpi.2032dpi/165 lpi / 2032 dpi:"165"
  2248.  
  2249.  
  2250.  
  2251. *% For 50 lpi / 2540 dpi
  2252.  
  2253. *ColorSepScreenAngle CustomColor.50lpi.2540dpi/50 lpi / 2540 dpi:"45"
  2254.  
  2255. *ColorSepScreenAngle ProcessCyan.50lpi.2540dpi/50 lpi / 2540 dpi:"15"
  2256.  
  2257. *ColorSepScreenAngle ProcessMagenta.50lpi.2540dpi/50 lpi / 2540 dpi:"75"
  2258.  
  2259. *ColorSepScreenAngle ProcessYellow.50lpi.2540dpi/50 lpi / 2540 dpi:"0"
  2260.  
  2261. *ColorSepScreenAngle ProcessBlack.50lpi.2540dpi/50 lpi / 2540 dpi:"45"
  2262.  
  2263.  
  2264.  
  2265. *ColorSepScreenFreq CustomColor.50lpi.2540dpi/50 lpi / 2540 dpi:"50"
  2266.  
  2267. *ColorSepScreenFreq ProcessCyan.50lpi.2540dpi/50 lpi / 2540 dpi:"50"
  2268.  
  2269. *ColorSepScreenFreq ProcessMagenta.50lpi.2540dpi/50 lpi / 2540 dpi:"50"
  2270.  
  2271. *ColorSepScreenFreq ProcessYellow.50lpi.2540dpi/50 lpi / 2540 dpi:"50"
  2272.  
  2273. *ColorSepScreenFreq ProcessBlack.50lpi.2540dpi/50 lpi / 2540 dpi:"50"
  2274.  
  2275.  
  2276.  
  2277. *% For 60 lpi / 2540 dpi
  2278.  
  2279. *ColorSepScreenAngle CustomColor.60lpi.2540dpi/60 lpi / 2540 dpi:"45"
  2280.  
  2281. *ColorSepScreenAngle ProcessCyan.60lpi.2540dpi/60 lpi / 2540 dpi:"15"
  2282.  
  2283. *ColorSepScreenAngle ProcessMagenta.60lpi.2540dpi/60 lpi / 2540 dpi:"75"
  2284.  
  2285. *ColorSepScreenAngle ProcessYellow.60lpi.2540dpi/60 lpi / 2540 dpi:"0"
  2286.  
  2287. *ColorSepScreenAngle ProcessBlack.60lpi.2540dpi/60 lpi / 2540 dpi:"45"
  2288.  
  2289.  
  2290.  
  2291. *ColorSepScreenFreq CustomColor.60lpi.2540dpi/60 lpi / 2540 dpi:"60"
  2292.  
  2293. *ColorSepScreenFreq ProcessCyan.60lpi.2540dpi/60 lpi / 2540 dpi:"60"
  2294.  
  2295. *ColorSepScreenFreq ProcessMagenta.60lpi.2540dpi/60 lpi / 2540 dpi:"60"
  2296.  
  2297. *ColorSepScreenFreq ProcessYellow.60lpi.2540dpi/60 lpi / 2540 dpi:"60"
  2298.  
  2299. *ColorSepScreenFreq ProcessBlack.60lpi.2540dpi/60 lpi / 2540 dpi:"60"
  2300.  
  2301.  
  2302.  
  2303. *% For 75 lpi / 2540 dpi
  2304.  
  2305. *ColorSepScreenAngle CustomColor.75lpi.2540dpi/75 lpi / 2540 dpi:"45"
  2306.  
  2307. *ColorSepScreenAngle ProcessCyan.75lpi.2540dpi/75 lpi / 2540 dpi:"15"
  2308.  
  2309. *ColorSepScreenAngle ProcessMagenta.75lpi.2540dpi/75 lpi / 2540 dpi:"75"
  2310.  
  2311. *ColorSepScreenAngle ProcessYellow.75lpi.2540dpi/75 lpi / 2540 dpi:"0"
  2312.  
  2313. *ColorSepScreenAngle ProcessBlack.75lpi.2540dpi/75 lpi / 2540 dpi:"45"
  2314.  
  2315.  
  2316.  
  2317. *ColorSepScreenFreq CustomColor.75lpi.2540dpi/75 lpi / 2540 dpi:"75"
  2318.  
  2319. *ColorSepScreenFreq ProcessCyan.75lpi.2540dpi/75 lpi / 2540 dpi:"75"
  2320.  
  2321. *ColorSepScreenFreq ProcessMagenta.75lpi.2540dpi/75 lpi / 2540 dpi:"75"
  2322.  
  2323. *ColorSepScreenFreq ProcessYellow.75lpi.2540dpi/75 lpi / 2540 dpi:"75"
  2324.  
  2325. *ColorSepScreenFreq ProcessBlack.75lpi.2540dpi/75 lpi / 2540 dpi:"75"
  2326.  
  2327.  
  2328.  
  2329. *% For 85 lpi / 2540 dpi
  2330.  
  2331. *ColorSepScreenAngle CustomColor.85lpi.2540dpi/85 lpi / 2540 dpi:"45"
  2332.  
  2333. *ColorSepScreenAngle ProcessCyan.85lpi.2540dpi/85 lpi / 2540 dpi:"15"
  2334.  
  2335. *ColorSepScreenAngle ProcessMagenta.85lpi.2540dpi/85 lpi / 2540 dpi:"75"
  2336.  
  2337. *ColorSepScreenAngle ProcessYellow.85lpi.2540dpi/85 lpi / 2540 dpi:"0"
  2338.  
  2339. *ColorSepScreenAngle ProcessBlack.85lpi.2540dpi/85 lpi / 2540 dpi:"45"
  2340.  
  2341.  
  2342.  
  2343. *ColorSepScreenFreq CustomColor.85lpi.2540dpi/85 lpi / 2540 dpi:"85"
  2344.  
  2345. *ColorSepScreenFreq ProcessCyan.85lpi.2540dpi/85 lpi / 2540 dpi:"85"
  2346.  
  2347. *ColorSepScreenFreq ProcessMagenta.85lpi.2540dpi/85 lpi / 2540 dpi:"85"
  2348.  
  2349. *ColorSepScreenFreq ProcessYellow.85lpi.2540dpi/85 lpi / 2540 dpi:"85"
  2350.  
  2351. *ColorSepScreenFreq ProcessBlack.85lpi.2540dpi/85 lpi / 2540 dpi:"85"
  2352.  
  2353.  
  2354.  
  2355. *% For 100 lpi / 2540 dpi
  2356.  
  2357. *ColorSepScreenAngle CustomColor.100lpi.2540dpi/100 lpi / 2540 dpi:"45"
  2358.  
  2359. *ColorSepScreenAngle ProcessCyan.100lpi.2540dpi/100 lpi / 2540 dpi:"15"
  2360.  
  2361. *ColorSepScreenAngle ProcessMagenta.100lpi.2540dpi/100 lpi / 2540 dpi:"75"
  2362.  
  2363. *ColorSepScreenAngle ProcessYellow.100lpi.2540dpi/100 lpi / 2540 dpi:"0"
  2364.  
  2365. *ColorSepScreenAngle ProcessBlack.100lpi.2540dpi/100 lpi / 2540 dpi:"45"
  2366.  
  2367.  
  2368.  
  2369. *ColorSepScreenFreq CustomColor.100lpi.2540dpi/100 lpi / 2540 dpi:"100"
  2370.  
  2371. *ColorSepScreenFreq ProcessCyan.100lpi.2540dpi/100 lpi / 2540 dpi:"100"
  2372.  
  2373. *ColorSepScreenFreq ProcessMagenta.100lpi.2540dpi/100 lpi / 2540 dpi:"100"
  2374.  
  2375. *ColorSepScreenFreq ProcessYellow.100lpi.2540dpi/100 lpi / 2540 dpi:"100"
  2376.  
  2377. *ColorSepScreenFreq ProcessBlack.100lpi.2540dpi/100 lpi / 2540 dpi:"100"
  2378.  
  2379.  
  2380.  
  2381. *% For 120 lpi / 2540 dpi
  2382.  
  2383. *ColorSepScreenAngle CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi:"45"
  2384.  
  2385. *ColorSepScreenAngle ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi:"15"
  2386.  
  2387. *ColorSepScreenAngle ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi:"75"
  2388.  
  2389. *ColorSepScreenAngle ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi:"0"
  2390.  
  2391. *ColorSepScreenAngle ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi:"45"
  2392.  
  2393.  
  2394.  
  2395. *ColorSepScreenFreq CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi:"120"
  2396.  
  2397. *ColorSepScreenFreq ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi:"120"
  2398.  
  2399. *ColorSepScreenFreq ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi:"120"
  2400.  
  2401. *ColorSepScreenFreq ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi:"120"
  2402.  
  2403. *ColorSepScreenFreq ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi:"120"
  2404.  
  2405.  
  2406.  
  2407. *% For 133 lpi / 2540 dpi
  2408.  
  2409. *ColorSepScreenAngle CustomColor.133lpi.2540dpi/133 lpi / 2540 dpi:"45"
  2410.  
  2411. *ColorSepScreenAngle ProcessCyan.133lpi.2540dpi/133 lpi / 2540 dpi:"15"
  2412.  
  2413. *ColorSepScreenAngle ProcessMagenta.133lpi.2540dpi/133 lpi / 2540 dpi:"75"
  2414.  
  2415. *ColorSepScreenAngle ProcessYellow.133lpi.2540dpi/133 lpi / 2540 dpi:"0"
  2416.  
  2417. *ColorSepScreenAngle ProcessBlack.133lpi.2540dpi/133 lpi / 2540 dpi:"45"
  2418.  
  2419.  
  2420.  
  2421. *ColorSepScreenFreq CustomColor.133lpi.2540dpi/133 lpi / 2540 dpi:"133"
  2422.  
  2423. *ColorSepScreenFreq ProcessCyan.133lpi.2540dpi/133 lpi / 2540 dpi:"133"
  2424.  
  2425. *ColorSepScreenFreq ProcessMagenta.133lpi.2540dpi/133 lpi / 2540 dpi:"133"
  2426.  
  2427. *ColorSepScreenFreq ProcessYellow.133lpi.2540dpi/133 lpi / 2540 dpi:"133"
  2428.  
  2429. *ColorSepScreenFreq ProcessBlack.133lpi.2540dpi/133 lpi / 2540 dpi:"133"
  2430.  
  2431.  
  2432.  
  2433. *% For 150 lpi / 2540 dpi
  2434.  
  2435. *ColorSepScreenAngle CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi:"45"
  2436.  
  2437. *ColorSepScreenAngle ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi:"15"
  2438.  
  2439. *ColorSepScreenAngle ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi:"75"
  2440.  
  2441. *ColorSepScreenAngle ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi:"0"
  2442.  
  2443. *ColorSepScreenAngle ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi:"45"
  2444.  
  2445.  
  2446.  
  2447. *ColorSepScreenFreq CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi:"150"
  2448.  
  2449. *ColorSepScreenFreq ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi:"150"
  2450.  
  2451. *ColorSepScreenFreq ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi:"150"
  2452.  
  2453. *ColorSepScreenFreq ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi:"150"
  2454.  
  2455. *ColorSepScreenFreq ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi:"150"
  2456.  
  2457.  
  2458.  
  2459. *% For 175 lpi / 2540 dpi
  2460.  
  2461. *ColorSepScreenAngle CustomColor.175lpi.2540dpi/175 lpi / 2540 dpi:"45"
  2462.  
  2463. *ColorSepScreenAngle ProcessCyan.175lpi.2540dpi/175 lpi / 2540 dpi:"15"
  2464.  
  2465. *ColorSepScreenAngle ProcessMagenta.175lpi.2540dpi/175 lpi / 2540 dpi:"75"
  2466.  
  2467. *ColorSepScreenAngle ProcessYellow.175lpi.2540dpi/175 lpi / 2540 dpi:"0"
  2468.  
  2469. *ColorSepScreenAngle ProcessBlack.175lpi.2540dpi/175 lpi / 2540 dpi:"45"
  2470.  
  2471.  
  2472.  
  2473. *ColorSepScreenFreq CustomColor.175lpi.2540dpi/175 lpi / 2540 dpi:"175"
  2474.  
  2475. *ColorSepScreenFreq ProcessCyan.175lpi.2540dpi/175 lpi / 2540 dpi:"175"
  2476.  
  2477. *ColorSepScreenFreq ProcessMagenta.175lpi.2540dpi/175 lpi / 2540 dpi:"175"
  2478.  
  2479. *ColorSepScreenFreq ProcessYellow.175lpi.2540dpi/175 lpi / 2540 dpi:"175"
  2480.  
  2481. *ColorSepScreenFreq ProcessBlack.175lpi.2540dpi/175 lpi / 2540 dpi:"175"
  2482.  
  2483.  
  2484.  
  2485. *% For 200 lpi / 2540 dpi
  2486.  
  2487. *ColorSepScreenAngle CustomColor.200lpi.2540dpi/200 lpi / 2540 dpi:"45"
  2488.  
  2489. *ColorSepScreenAngle ProcessCyan.200lpi.2540dpi/200 lpi / 2540 dpi:"15"
  2490.  
  2491. *ColorSepScreenAngle ProcessMagenta.200lpi.2540dpi/200 lpi / 2540 dpi:"75"
  2492.  
  2493. *ColorSepScreenAngle ProcessYellow.200lpi.2540dpi/200 lpi / 2540 dpi:"0"
  2494.  
  2495. *ColorSepScreenAngle ProcessBlack.200lpi.2540dpi/200 lpi / 2540 dpi:"45"
  2496.  
  2497.  
  2498.  
  2499. *ColorSepScreenFreq CustomColor.200lpi.2540dpi/200 lpi / 2540 dpi:"200"
  2500.  
  2501. *ColorSepScreenFreq ProcessCyan.200lpi.2540dpi/200 lpi / 2540 dpi:"200"
  2502.  
  2503. *ColorSepScreenFreq ProcessMagenta.200lpi.2540dpi/200 lpi / 2540 dpi:"200"
  2504.  
  2505. *ColorSepScreenFreq ProcessYellow.200lpi.2540dpi/200 lpi / 2540 dpi:"200"
  2506.  
  2507. *ColorSepScreenFreq ProcessBlack.200lpi.2540dpi/200 lpi / 2540 dpi:"200"
  2508.  
  2509.  
  2510.  
  2511. *% For 50 lpi / 3386 dpi
  2512.  
  2513. *ColorSepScreenAngle CustomColor.50lpi.3386dpi/50 lpi / 3386 dpi:"45"
  2514.  
  2515. *ColorSepScreenAngle ProcessCyan.50lpi.3386dpi/50 lpi / 3386 dpi:"15"
  2516.  
  2517. *ColorSepScreenAngle ProcessMagenta.50lpi.3386dpi/50 lpi / 3386 dpi:"75"
  2518.  
  2519. *ColorSepScreenAngle ProcessYellow.50lpi.3386dpi/50 lpi / 3386 dpi:"0"
  2520.  
  2521. *ColorSepScreenAngle ProcessBlack.50lpi.3386dpi/50 lpi / 3386 dpi:"45"
  2522.  
  2523.  
  2524.  
  2525. *ColorSepScreenFreq CustomColor.50lpi.3386dpi/50 lpi / 3386 dpi:"50"
  2526.  
  2527. *ColorSepScreenFreq ProcessCyan.50lpi.3386dpi/50 lpi / 3386 dpi:"50"
  2528.  
  2529. *ColorSepScreenFreq ProcessMagenta.50lpi.3386dpi/50 lpi / 3386 dpi:"50"
  2530.  
  2531. *ColorSepScreenFreq ProcessYellow.50lpi.3386dpi/50 lpi / 3386 dpi:"50"
  2532.  
  2533. *ColorSepScreenFreq ProcessBlack.50lpi.3386dpi/50 lpi / 3386 dpi:"50"
  2534.  
  2535.  
  2536.  
  2537. *% For 60 lpi / 3386 dpi
  2538.  
  2539. *ColorSepScreenAngle CustomColor.60lpi.3386dpi/60 lpi / 3386 dpi:"45"
  2540.  
  2541. *ColorSepScreenAngle ProcessCyan.60lpi.3386dpi/60 lpi / 3386 dpi:"15"
  2542.  
  2543. *ColorSepScreenAngle ProcessMagenta.60lpi.3386dpi/60 lpi / 3386 dpi:"75"
  2544.  
  2545. *ColorSepScreenAngle ProcessYellow.60lpi.3386dpi/60 lpi / 3386 dpi:"0"
  2546.  
  2547. *ColorSepScreenAngle ProcessBlack.60lpi.3386dpi/60 lpi / 3386 dpi:"45"
  2548.  
  2549.  
  2550.  
  2551. *ColorSepScreenFreq CustomColor.60lpi.3386dpi/60 lpi / 3386 dpi:"60"
  2552.  
  2553. *ColorSepScreenFreq ProcessCyan.60lpi.3386dpi/60 lpi / 3386 dpi:"60"
  2554.  
  2555. *ColorSepScreenFreq ProcessMagenta.60lpi.3386dpi/60 lpi / 3386 dpi:"60"
  2556.  
  2557. *ColorSepScreenFreq ProcessYellow.60lpi.3386dpi/60 lpi / 3386 dpi:"60"
  2558.  
  2559. *ColorSepScreenFreq ProcessBlack.60lpi.3386dpi/60 lpi / 3386 dpi:"60"
  2560.  
  2561.  
  2562.  
  2563. *% For 75 lpi / 3386 dpi
  2564.  
  2565. *ColorSepScreenAngle CustomColor.75lpi.3386dpi/75 lpi / 3386 dpi:"45"
  2566.  
  2567. *ColorSepScreenAngle ProcessCyan.75lpi.3386dpi/75 lpi / 3386 dpi:"15"
  2568.  
  2569. *ColorSepScreenAngle ProcessMagenta.75lpi.3386dpi/75 lpi / 3386 dpi:"75"
  2570.  
  2571. *ColorSepScreenAngle ProcessYellow.75lpi.3386dpi/75 lpi / 3386 dpi:"0"
  2572.  
  2573. *ColorSepScreenAngle ProcessBlack.75lpi.3386dpi/75 lpi / 3386 dpi:"45"
  2574.  
  2575.  
  2576.  
  2577. *ColorSepScreenFreq CustomColor.75lpi.3386dpi/75 lpi / 3386 dpi:"75"
  2578.  
  2579. *ColorSepScreenFreq ProcessCyan.75lpi.3386dpi/75 lpi / 3386 dpi:"75"
  2580.  
  2581. *ColorSepScreenFreq ProcessMagenta.75lpi.3386dpi/75 lpi / 3386 dpi:"75"
  2582.  
  2583. *ColorSepScreenFreq ProcessYellow.75lpi.3386dpi/75 lpi / 3386 dpi:"75"
  2584.  
  2585. *ColorSepScreenFreq ProcessBlack.75lpi.3386dpi/75 lpi / 3386 dpi:"75"
  2586.  
  2587.  
  2588.  
  2589. *% For 85 lpi / 3386 dpi
  2590.  
  2591. *ColorSepScreenAngle CustomColor.85lpi.3386dpi/85 lpi / 3386 dpi:"45"
  2592.  
  2593. *ColorSepScreenAngle ProcessCyan.85lpi.3386dpi/85 lpi / 3386 dpi:"15"
  2594.  
  2595. *ColorSepScreenAngle ProcessMagenta.85lpi.3386dpi/85 lpi / 3386 dpi:"75"
  2596.  
  2597. *ColorSepScreenAngle ProcessYellow.85lpi.3386dpi/85 lpi / 3386 dpi:"0"
  2598.  
  2599. *ColorSepScreenAngle ProcessBlack.85lpi.3386dpi/85 lpi / 3386 dpi:"45"
  2600.  
  2601.  
  2602.  
  2603. *ColorSepScreenFreq CustomColor.85lpi.3386dpi/85 lpi / 3386 dpi:"85"
  2604.  
  2605. *ColorSepScreenFreq ProcessCyan.85lpi.3386dpi/85 lpi / 3386 dpi:"85"
  2606.  
  2607. *ColorSepScreenFreq ProcessMagenta.85lpi.3386dpi/85 lpi / 3386 dpi:"85"
  2608.  
  2609. *ColorSepScreenFreq ProcessYellow.85lpi.3386dpi/85 lpi / 3386 dpi:"85"
  2610.  
  2611. *ColorSepScreenFreq ProcessBlack.85lpi.3386dpi/85 lpi / 3386 dpi:"85"
  2612.  
  2613.  
  2614.  
  2615. *% For 100 lpi / 3386 dpi
  2616.  
  2617. *ColorSepScreenAngle CustomColor.100lpi.3386dpi/100 lpi / 3386 dpi:"45"
  2618.  
  2619. *ColorSepScreenAngle ProcessCyan.100lpi.3386dpi/100 lpi / 3386 dpi:"15"
  2620.  
  2621. *ColorSepScreenAngle ProcessMagenta.100lpi.3386dpi/100 lpi / 3386 dpi:"75"
  2622.  
  2623. *ColorSepScreenAngle ProcessYellow.100lpi.3386dpi/100 lpi / 3386 dpi:"0"
  2624.  
  2625. *ColorSepScreenAngle ProcessBlack.100lpi.3386dpi/100 lpi / 3386 dpi:"45"
  2626.  
  2627.  
  2628.  
  2629. *ColorSepScreenFreq CustomColor.100lpi.3386dpi/100 lpi / 3386 dpi:"100"
  2630.  
  2631. *ColorSepScreenFreq ProcessCyan.100lpi.3386dpi/100 lpi / 3386 dpi:"100"
  2632.  
  2633. *ColorSepScreenFreq ProcessMagenta.100lpi.3386dpi/100 lpi / 3386 dpi:"100"
  2634.  
  2635. *ColorSepScreenFreq ProcessYellow.100lpi.3386dpi/100 lpi / 3386 dpi:"100"
  2636.  
  2637. *ColorSepScreenFreq ProcessBlack.100lpi.3386dpi/100 lpi / 3386 dpi:"100"
  2638.  
  2639.  
  2640.  
  2641. *% For 120 lpi / 3386 dpi
  2642.  
  2643. *ColorSepScreenAngle CustomColor.120lpi.3386dpi/120 lpi / 3386 dpi:"45"
  2644.  
  2645. *ColorSepScreenAngle ProcessCyan.120lpi.3386dpi/120 lpi / 3386 dpi:"15"
  2646.  
  2647. *ColorSepScreenAngle ProcessMagenta.120lpi.3386dpi/120 lpi / 3386 dpi:"75"
  2648.  
  2649. *ColorSepScreenAngle ProcessYellow.120lpi.3386dpi/120 lpi / 3386 dpi:"0"
  2650.  
  2651. *ColorSepScreenAngle ProcessBlack.120lpi.3386dpi/120 lpi / 3386 dpi:"45"
  2652.  
  2653.  
  2654.  
  2655. *ColorSepScreenFreq CustomColor.120lpi.3386dpi/120 lpi / 3386 dpi:"120"
  2656.  
  2657. *ColorSepScreenFreq ProcessCyan.120lpi.3386dpi/120 lpi / 3386 dpi:"120"
  2658.  
  2659. *ColorSepScreenFreq ProcessMagenta.120lpi.3386dpi/120 lpi / 3386 dpi:"120"
  2660.  
  2661. *ColorSepScreenFreq ProcessYellow.120lpi.3386dpi/120 lpi / 3386 dpi:"120"
  2662.  
  2663. *ColorSepScreenFreq ProcessBlack.120lpi.3386dpi/120 lpi / 3386 dpi:"120"
  2664.  
  2665.  
  2666.  
  2667. *% For 133 lpi / 3386 dpi
  2668.  
  2669. *ColorSepScreenAngle CustomColor.133lpi.3386dpi/133 lpi / 3386 dpi:"45"
  2670.  
  2671. *ColorSepScreenAngle ProcessCyan.133lpi.3386dpi/133 lpi / 3386 dpi:"15"
  2672.  
  2673. *ColorSepScreenAngle ProcessMagenta.133lpi.3386dpi/133 lpi / 3386 dpi:"75"
  2674.  
  2675. *ColorSepScreenAngle ProcessYellow.133lpi.3386dpi/133 lpi / 3386 dpi:"0"
  2676.  
  2677. *ColorSepScreenAngle ProcessBlack.133lpi.3386dpi/133 lpi / 3386 dpi:"45"
  2678.  
  2679.  
  2680.  
  2681. *ColorSepScreenFreq CustomColor.133lpi.3386dpi/133 lpi / 3386 dpi:"133"
  2682.  
  2683. *ColorSepScreenFreq ProcessCyan.133lpi.3386dpi/133 lpi / 3386 dpi:"133"
  2684.  
  2685. *ColorSepScreenFreq ProcessMagenta.133lpi.3386dpi/133 lpi / 3386 dpi:"133"
  2686.  
  2687. *ColorSepScreenFreq ProcessYellow.133lpi.3386dpi/133 lpi / 3386 dpi:"133"
  2688.  
  2689. *ColorSepScreenFreq ProcessBlack.133lpi.3386dpi/133 lpi / 3386 dpi:"133"
  2690.  
  2691.  
  2692.  
  2693. *% For 150 lpi / 3386 dpi
  2694.  
  2695. *ColorSepScreenAngle CustomColor.150lpi.3386dpi/150 lpi / 3386 dpi:"45"
  2696.  
  2697. *ColorSepScreenAngle ProcessCyan.150lpi.3386dpi/150 lpi / 3386 dpi:"15"
  2698.  
  2699. *ColorSepScreenAngle ProcessMagenta.150lpi.3386dpi/150 lpi / 3386 dpi:"75"
  2700.  
  2701. *ColorSepScreenAngle ProcessYellow.150lpi.3386dpi/150 lpi / 3386 dpi:"0"
  2702.  
  2703. *ColorSepScreenAngle ProcessBlack.150lpi.3386dpi/150 lpi / 3386 dpi:"45"
  2704.  
  2705.  
  2706.  
  2707. *ColorSepScreenFreq CustomColor.150lpi.3386dpi/150 lpi / 3386 dpi:"150"
  2708.  
  2709. *ColorSepScreenFreq ProcessCyan.150lpi.3386dpi/150 lpi / 3386 dpi:"150"
  2710.  
  2711. *ColorSepScreenFreq ProcessMagenta.150lpi.3386dpi/150 lpi / 3386 dpi:"150"
  2712.  
  2713. *ColorSepScreenFreq ProcessYellow.150lpi.3386dpi/150 lpi / 3386 dpi:"150"
  2714.  
  2715. *ColorSepScreenFreq ProcessBlack.150lpi.3386dpi/150 lpi / 3386 dpi:"150"
  2716.  
  2717.  
  2718.  
  2719. *% For 165 lpi / 3386 dpi
  2720.  
  2721. *ColorSepScreenAngle CustomColor.165lpi.3386dpi/165 lpi / 3386 dpi:"45"
  2722.  
  2723. *ColorSepScreenAngle ProcessCyan.165lpi.3386dpi/165 lpi / 3386 dpi:"15"
  2724.  
  2725. *ColorSepScreenAngle ProcessMagenta.165lpi.3386dpi/165 lpi / 3386 dpi:"75"
  2726.  
  2727. *ColorSepScreenAngle ProcessYellow.165lpi.3386dpi/165 lpi / 3386 dpi:"0"
  2728.  
  2729. *ColorSepScreenAngle ProcessBlack.165lpi.3386dpi/165 lpi / 3386 dpi:"45"
  2730.  
  2731.  
  2732.  
  2733. *ColorSepScreenFreq CustomColor.165lpi.3386dpi/165 lpi / 3386 dpi:"165"
  2734.  
  2735. *ColorSepScreenFreq ProcessCyan.165lpi.3386dpi/165 lpi / 3386 dpi:"165"
  2736.  
  2737. *ColorSepScreenFreq ProcessMagenta.165lpi.3386dpi/165 lpi / 3386 dpi:"165"
  2738.  
  2739. *ColorSepScreenFreq ProcessYellow.165lpi.3386dpi/165 lpi / 3386 dpi:"165"
  2740.  
  2741. *ColorSepScreenFreq ProcessBlack.165lpi.3386dpi/165 lpi / 3386 dpi:"165"
  2742.  
  2743.  
  2744.  
  2745. *% For 175 lpi / 3386 dpi
  2746.  
  2747. *ColorSepScreenAngle CustomColor.175lpi.3386dpi/175 lpi / 3386 dpi:"45"
  2748.  
  2749. *ColorSepScreenAngle ProcessCyan.175lpi.3386dpi/175 lpi / 3386 dpi:"15"
  2750.  
  2751. *ColorSepScreenAngle ProcessMagenta.175lpi.3386dpi/175 lpi / 3386 dpi:"75"
  2752.  
  2753. *ColorSepScreenAngle ProcessYellow.175lpi.3386dpi/175 lpi / 3386 dpi:"0"
  2754.  
  2755. *ColorSepScreenAngle ProcessBlack.175lpi.3386dpi/175 lpi / 3386 dpi:"45"
  2756.  
  2757.  
  2758.  
  2759. *ColorSepScreenFreq CustomColor.175lpi.3386dpi/175 lpi / 3386 dpi:"175"
  2760.  
  2761. *ColorSepScreenFreq ProcessCyan.175lpi.3386dpi/175 lpi / 3386 dpi:"175"
  2762.  
  2763. *ColorSepScreenFreq ProcessMagenta.175lpi.3386dpi/175 lpi / 3386 dpi:"175"
  2764.  
  2765. *ColorSepScreenFreq ProcessYellow.175lpi.3386dpi/175 lpi / 3386 dpi:"175"
  2766.  
  2767. *ColorSepScreenFreq ProcessBlack.175lpi.3386dpi/175 lpi / 3386 dpi:"175"
  2768.  
  2769.  
  2770.  
  2771. *% For 200 lpi / 3386 dpi
  2772.  
  2773. *ColorSepScreenAngle CustomColor.200lpi.3386dpi/200 lpi / 3386 dpi:"45"
  2774.  
  2775. *ColorSepScreenAngle ProcessCyan.200lpi.3386dpi/200 lpi / 3386 dpi:"15"
  2776.  
  2777. *ColorSepScreenAngle ProcessMagenta.200lpi.3386dpi/200 lpi / 3386 dpi:"75"
  2778.  
  2779. *ColorSepScreenAngle ProcessYellow.200lpi.3386dpi/200 lpi / 3386 dpi:"0"
  2780.  
  2781. *ColorSepScreenAngle ProcessBlack.200lpi.3386dpi/200 lpi / 3386 dpi:"45"
  2782.  
  2783.  
  2784.  
  2785. *ColorSepScreenFreq CustomColor.200lpi.3386dpi/200 lpi / 3386 dpi:"200"
  2786.  
  2787. *ColorSepScreenFreq ProcessCyan.200lpi.3386dpi/200 lpi / 3386 dpi:"200"
  2788.  
  2789. *ColorSepScreenFreq ProcessMagenta.200lpi.3386dpi/200 lpi / 3386 dpi:"200"
  2790.  
  2791. *ColorSepScreenFreq ProcessYellow.200lpi.3386dpi/200 lpi / 3386 dpi:"200"
  2792.  
  2793. *ColorSepScreenFreq ProcessBlack.200lpi.3386dpi/200 lpi / 3386 dpi:"200"
  2794.  
  2795.  
  2796.  
  2797. *% For 225 lpi / 3386 dpi
  2798.  
  2799. *ColorSepScreenAngle CustomColor.225lpi.3386dpi/225 lpi / 3386 dpi:"45"
  2800.  
  2801. *ColorSepScreenAngle ProcessCyan.225lpi.3386dpi/225 lpi / 3386 dpi:"15"
  2802.  
  2803. *ColorSepScreenAngle ProcessMagenta.225lpi.3386dpi/225 lpi / 3386 dpi:"75"
  2804.  
  2805. *ColorSepScreenAngle ProcessYellow.225lpi.3386dpi/225 lpi / 3386 dpi:"0"
  2806.  
  2807. *ColorSepScreenAngle ProcessBlack.225lpi.3386dpi/225 lpi / 3386 dpi:"45"
  2808.  
  2809.  
  2810.  
  2811. *ColorSepScreenFreq CustomColor.225lpi.3386dpi/225 lpi / 3386 dpi:"225"
  2812.  
  2813. *ColorSepScreenFreq ProcessCyan.225lpi.3386dpi/225 lpi / 3386 dpi:"225"
  2814.  
  2815. *ColorSepScreenFreq ProcessMagenta.225lpi.3386dpi/225 lpi / 3386 dpi:"225"
  2816.  
  2817. *ColorSepScreenFreq ProcessYellow.225lpi.3386dpi/225 lpi / 3386 dpi:"225"
  2818.  
  2819. *ColorSepScreenFreq ProcessBlack.225lpi.3386dpi/225 lpi / 3386 dpi:"225"
  2820.  
  2821.  
  2822.  
  2823. *% For 275 lpi / 3386 dpi
  2824.  
  2825. *ColorSepScreenAngle CustomColor.275lpi.3386dpi/275 lpi / 3386 dpi:"45"
  2826.  
  2827. *ColorSepScreenAngle ProcessCyan.275lpi.3386dpi/275 lpi / 3386 dpi:"15"
  2828.  
  2829. *ColorSepScreenAngle ProcessMagenta.275lpi.3386dpi/275 lpi / 3386 dpi:"75"
  2830.  
  2831. *ColorSepScreenAngle ProcessYellow.275lpi.3386dpi/275 lpi / 3386 dpi:"0"
  2832.  
  2833. *ColorSepScreenAngle ProcessBlack.275lpi.3386dpi/275 lpi / 3386 dpi:"45"
  2834.  
  2835.  
  2836.  
  2837. *ColorSepScreenFreq CustomColor.275lpi.3386dpi/275 lpi / 3386 dpi:"275"
  2838.  
  2839. *ColorSepScreenFreq ProcessCyan.275lpi.3386dpi/275 lpi / 3386 dpi:"275"
  2840.  
  2841. *ColorSepScreenFreq ProcessMagenta.275lpi.3386dpi/275 lpi / 3386 dpi:"275"
  2842.  
  2843. *ColorSepScreenFreq ProcessYellow.275lpi.3386dpi/275 lpi / 3386 dpi:"275"
  2844.  
  2845. *ColorSepScreenFreq ProcessBlack.275lpi.3386dpi/275 lpi / 3386 dpi:"275"
  2846.  
  2847.  
  2848.  
  2849. *% For 75 lpi / 4064 dpi
  2850.  
  2851. *ColorSepScreenAngle CustomColor.75lpi.4064dpi/75 lpi / 4064 dpi:"45"
  2852.  
  2853. *ColorSepScreenAngle ProcessCyan.75lpi.4064dpi/75 lpi / 4064 dpi:"15"
  2854.  
  2855. *ColorSepScreenAngle ProcessMagenta.75lpi.4064dpi/75 lpi / 4064 dpi:"75"
  2856.  
  2857. *ColorSepScreenAngle ProcessYellow.75lpi.4064dpi/75 lpi / 4064 dpi:"0"
  2858.  
  2859. *ColorSepScreenAngle ProcessBlack.75lpi.4064dpi/75 lpi / 4064 dpi:"45"
  2860.  
  2861.  
  2862.  
  2863. *ColorSepScreenFreq CustomColor.75lpi.4064dpi/75 lpi / 4064 dpi:"75"
  2864.  
  2865. *ColorSepScreenFreq ProcessCyan.75lpi.4064dpi/75 lpi / 4064 dpi:"75"
  2866.  
  2867. *ColorSepScreenFreq ProcessMagenta.75lpi.4064dpi/75 lpi / 4064 dpi:"75"
  2868.  
  2869. *ColorSepScreenFreq ProcessYellow.75lpi.4064dpi/75 lpi / 4064 dpi:"75"
  2870.  
  2871. *ColorSepScreenFreq ProcessBlack.75lpi.4064dpi/75 lpi / 4064 dpi:"75"
  2872.  
  2873.  
  2874.  
  2875. *% For 85 lpi / 4064 dpi
  2876.  
  2877. *ColorSepScreenAngle CustomColor.85lpi.4064dpi/85 lpi / 4064 dpi:"45"
  2878.  
  2879. *ColorSepScreenAngle ProcessCyan.85lpi.4064dpi/85 lpi / 4064 dpi:"15"
  2880.  
  2881. *ColorSepScreenAngle ProcessMagenta.85lpi.4064dpi/85 lpi / 4064 dpi:"75"
  2882.  
  2883. *ColorSepScreenAngle ProcessYellow.85lpi.4064dpi/85 lpi / 4064 dpi:"0"
  2884.  
  2885. *ColorSepScreenAngle ProcessBlack.85lpi.4064dpi/85 lpi / 4064 dpi:"45"
  2886.  
  2887.  
  2888.  
  2889. *ColorSepScreenFreq CustomColor.85lpi.4064dpi/85 lpi / 4064 dpi:"85"
  2890.  
  2891. *ColorSepScreenFreq ProcessCyan.85lpi.4064dpi/85 lpi / 4064 dpi:"85"
  2892.  
  2893. *ColorSepScreenFreq ProcessMagenta.85lpi.4064dpi/85 lpi / 4064 dpi:"85"
  2894.  
  2895. *ColorSepScreenFreq ProcessYellow.85lpi.4064dpi/85 lpi / 4064 dpi:"85"
  2896.  
  2897. *ColorSepScreenFreq ProcessBlack.85lpi.4064dpi/85 lpi / 4064 dpi:"85"
  2898.  
  2899.  
  2900.  
  2901. *% For 100 lpi / 4064 dpi
  2902.  
  2903. *ColorSepScreenAngle CustomColor.100lpi.4064dpi/100 lpi / 4064 dpi:"45"
  2904.  
  2905. *ColorSepScreenAngle ProcessCyan.100lpi.4064dpi/100 lpi / 4064 dpi:"15"
  2906.  
  2907. *ColorSepScreenAngle ProcessMagenta.100lpi.4064dpi/100 lpi / 4064 dpi:"75"
  2908.  
  2909. *ColorSepScreenAngle ProcessYellow.100lpi.4064dpi/100 lpi / 4064 dpi:"0"
  2910.  
  2911. *ColorSepScreenAngle ProcessBlack.100lpi.4064dpi/100 lpi / 4064 dpi:"45"
  2912.  
  2913.  
  2914.  
  2915. *ColorSepScreenFreq CustomColor.100lpi.4064dpi/100 lpi / 4064 dpi:"100"
  2916.  
  2917. *ColorSepScreenFreq ProcessCyan.100lpi.4064dpi/100 lpi / 4064 dpi:"100"
  2918.  
  2919. *ColorSepScreenFreq ProcessMagenta.100lpi.4064dpi/100 lpi / 4064 dpi:"100"
  2920.  
  2921. *ColorSepScreenFreq ProcessYellow.100lpi.4064dpi/100 lpi / 4064 dpi:"100"
  2922.  
  2923. *ColorSepScreenFreq ProcessBlack.100lpi.4064dpi/100 lpi / 4064 dpi:"100"
  2924.  
  2925.  
  2926.  
  2927. *% For 120 lpi / 4064 dpi
  2928.  
  2929. *ColorSepScreenAngle CustomColor.120lpi.4064dpi/120 lpi / 4064 dpi:"45"
  2930.  
  2931. *ColorSepScreenAngle ProcessCyan.120lpi.4064dpi/120 lpi / 4064 dpi:"15"
  2932.  
  2933. *ColorSepScreenAngle ProcessMagenta.120lpi.4064dpi/120 lpi / 4064 dpi:"75"
  2934.  
  2935. *ColorSepScreenAngle ProcessYellow.120lpi.4064dpi/120 lpi / 4064 dpi:"0"
  2936.  
  2937. *ColorSepScreenAngle ProcessBlack.120lpi.4064dpi/120 lpi / 4064 dpi:"45"
  2938.  
  2939.  
  2940.  
  2941. *ColorSepScreenFreq CustomColor.120lpi.4064dpi/120 lpi / 4064 dpi:"120"
  2942.  
  2943. *ColorSepScreenFreq ProcessCyan.120lpi.4064dpi/120 lpi / 4064 dpi:"120"
  2944.  
  2945. *ColorSepScreenFreq ProcessMagenta.120lpi.4064dpi/120 lpi / 4064 dpi:"120"
  2946.  
  2947. *ColorSepScreenFreq ProcessYellow.120lpi.4064dpi/120 lpi / 4064 dpi:"120"
  2948.  
  2949. *ColorSepScreenFreq ProcessBlack.120lpi.4064dpi/120 lpi / 4064 dpi:"120"
  2950.  
  2951.  
  2952.  
  2953. *% For 133 lpi / 4064 dpi
  2954.  
  2955. *ColorSepScreenAngle CustomColor.133lpi.4064dpi/133 lpi / 4064 dpi:"45"
  2956.  
  2957. *ColorSepScreenAngle ProcessCyan.133lpi.4064dpi/133 lpi / 4064 dpi:"15"
  2958.  
  2959. *ColorSepScreenAngle ProcessMagenta.133lpi.4064dpi/133 lpi / 4064 dpi:"75"
  2960.  
  2961. *ColorSepScreenAngle ProcessYellow.133lpi.4064dpi/133 lpi / 4064 dpi:"0"
  2962.  
  2963. *ColorSepScreenAngle ProcessBlack.133lpi.4064dpi/133 lpi / 4064 dpi:"45"
  2964.  
  2965.  
  2966.  
  2967. *ColorSepScreenFreq CustomColor.133lpi.4064dpi/133 lpi / 4064 dpi:"133"
  2968.  
  2969. *ColorSepScreenFreq ProcessCyan.133lpi.4064dpi/133 lpi / 4064 dpi:"133"
  2970.  
  2971. *ColorSepScreenFreq ProcessMagenta.133lpi.4064dpi/133 lpi / 4064 dpi:"133"
  2972.  
  2973. *ColorSepScreenFreq ProcessYellow.133lpi.4064dpi/133 lpi / 4064 dpi:"133"
  2974.  
  2975. *ColorSepScreenFreq ProcessBlack.133lpi.4064dpi/133 lpi / 4064 dpi:"133"
  2976.  
  2977.  
  2978.  
  2979. *% For 150 lpi / 4064 dpi
  2980.  
  2981. *ColorSepScreenAngle CustomColor.150lpi.4064dpi/150 lpi / 4064 dpi:"45"
  2982.  
  2983. *ColorSepScreenAngle ProcessCyan.150lpi.4064dpi/150 lpi / 4064 dpi:"15"
  2984.  
  2985. *ColorSepScreenAngle ProcessMagenta.150lpi.4064dpi/150 lpi / 4064 dpi:"75"
  2986.  
  2987. *ColorSepScreenAngle ProcessYellow.150lpi.4064dpi/150 lpi / 4064 dpi:"0"
  2988.  
  2989. *ColorSepScreenAngle ProcessBlack.150lpi.4064dpi/150 lpi / 4064 dpi:"45"
  2990.  
  2991.  
  2992.  
  2993. *ColorSepScreenFreq CustomColor.150lpi.4064dpi/150 lpi / 4064 dpi:"150"
  2994.  
  2995. *ColorSepScreenFreq ProcessCyan.150lpi.4064dpi/150 lpi / 4064 dpi:"150"
  2996.  
  2997. *ColorSepScreenFreq ProcessMagenta.150lpi.4064dpi/150 lpi / 4064 dpi:"150"
  2998.  
  2999. *ColorSepScreenFreq ProcessYellow.150lpi.4064dpi/150 lpi / 4064 dpi:"150"
  3000.  
  3001. *ColorSepScreenFreq ProcessBlack.150lpi.4064dpi/150 lpi / 4064 dpi:"150"
  3002.  
  3003.  
  3004.  
  3005. *% For 165 lpi / 4064 dpi
  3006.  
  3007. *ColorSepScreenAngle CustomColor.165lpi.4064dpi/165 lpi / 4064 dpi:"45"
  3008.  
  3009. *ColorSepScreenAngle ProcessCyan.165lpi.4064dpi/165 lpi / 4064 dpi:"15"
  3010.  
  3011. *ColorSepScreenAngle ProcessMagenta.165lpi.4064dpi/165 lpi / 4064 dpi:"75"
  3012.  
  3013. *ColorSepScreenAngle ProcessYellow.165lpi.4064dpi/165 lpi / 4064 dpi:"0"
  3014.  
  3015. *ColorSepScreenAngle ProcessBlack.165lpi.4064dpi/165 lpi / 4064 dpi:"45"
  3016.  
  3017.  
  3018.  
  3019. *ColorSepScreenFreq CustomColor.165lpi.4064dpi/165 lpi / 4064 dpi:"165"
  3020.  
  3021. *ColorSepScreenFreq ProcessCyan.165lpi.4064dpi/165 lpi / 4064 dpi:"165"
  3022.  
  3023. *ColorSepScreenFreq ProcessMagenta.165lpi.4064dpi/165 lpi / 4064 dpi:"165"
  3024.  
  3025. *ColorSepScreenFreq ProcessYellow.165lpi.4064dpi/165 lpi / 4064 dpi:"165"
  3026.  
  3027. *ColorSepScreenFreq ProcessBlack.165lpi.4064dpi/165 lpi / 4064 dpi:"165"
  3028.  
  3029.  
  3030.  
  3031. *% For 175 lpi / 4064 dpi
  3032.  
  3033. *ColorSepScreenAngle CustomColor.175lpi.4064dpi/175 lpi / 4064 dpi:"45"
  3034.  
  3035. *ColorSepScreenAngle ProcessCyan.175lpi.4064dpi/175 lpi / 4064 dpi:"15"
  3036.  
  3037. *ColorSepScreenAngle ProcessMagenta.175lpi.4064dpi/175 lpi / 4064 dpi:"75"
  3038.  
  3039. *ColorSepScreenAngle ProcessYellow.175lpi.4064dpi/175 lpi / 4064 dpi:"0"
  3040.  
  3041. *ColorSepScreenAngle ProcessBlack.175lpi.4064dpi/175 lpi / 4064 dpi:"45"
  3042.  
  3043.  
  3044.  
  3045. *ColorSepScreenFreq CustomColor.175lpi.4064dpi/175 lpi / 4064 dpi:"175"
  3046.  
  3047. *ColorSepScreenFreq ProcessCyan.175lpi.4064dpi/175 lpi / 4064 dpi:"175"
  3048.  
  3049. *ColorSepScreenFreq ProcessMagenta.175lpi.4064dpi/175 lpi / 4064 dpi:"175"
  3050.  
  3051. *ColorSepScreenFreq ProcessYellow.175lpi.4064dpi/175 lpi / 4064 dpi:"175"
  3052.  
  3053. *ColorSepScreenFreq ProcessBlack.175lpi.4064dpi/175 lpi / 4064 dpi:"175"
  3054.  
  3055.  
  3056.  
  3057. *% For 200 lpi / 4064 dpi
  3058.  
  3059. *ColorSepScreenAngle CustomColor.200lpi.4064dpi/200 lpi / 4064 dpi:"45"
  3060.  
  3061. *ColorSepScreenAngle ProcessCyan.200lpi.4064dpi/200 lpi / 4064 dpi:"15"
  3062.  
  3063. *ColorSepScreenAngle ProcessMagenta.200lpi.4064dpi/200 lpi / 4064 dpi:"75"
  3064.  
  3065. *ColorSepScreenAngle ProcessYellow.200lpi.4064dpi/200 lpi / 4064 dpi:"0"
  3066.  
  3067. *ColorSepScreenAngle ProcessBlack.200lpi.4064dpi/200 lpi / 4064 dpi:"45"
  3068.  
  3069.  
  3070.  
  3071. *ColorSepScreenFreq CustomColor.200lpi.4064dpi/200 lpi / 4064 dpi:"200"
  3072.  
  3073. *ColorSepScreenFreq ProcessCyan.200lpi.4064dpi/200 lpi / 4064 dpi:"200"
  3074.  
  3075. *ColorSepScreenFreq ProcessMagenta.200lpi.4064dpi/200 lpi / 4064 dpi:"200"
  3076.  
  3077. *ColorSepScreenFreq ProcessYellow.200lpi.4064dpi/200 lpi / 4064 dpi:"200"
  3078.  
  3079. *ColorSepScreenFreq ProcessBlack.200lpi.4064dpi/200 lpi / 4064 dpi:"200"
  3080.  
  3081.  
  3082.  
  3083. *% For 225 lpi / 4064 dpi
  3084.  
  3085. *ColorSepScreenAngle CustomColor.225lpi.4064dpi/225 lpi / 4064 dpi:"45"
  3086.  
  3087. *ColorSepScreenAngle ProcessCyan.225lpi.4064dpi/225 lpi / 4064 dpi:"15"
  3088.  
  3089. *ColorSepScreenAngle ProcessMagenta.225lpi.4064dpi/225 lpi / 4064 dpi:"75"
  3090.  
  3091. *ColorSepScreenAngle ProcessYellow.225lpi.4064dpi/225 lpi / 4064 dpi:"0"
  3092.  
  3093. *ColorSepScreenAngle ProcessBlack.225lpi.4064dpi/225 lpi / 4064 dpi:"45"
  3094.  
  3095.  
  3096.  
  3097. *ColorSepScreenFreq CustomColor.225lpi.4064dpi/225 lpi / 4064 dpi:"225"
  3098.  
  3099. *ColorSepScreenFreq ProcessCyan.225lpi.4064dpi/225 lpi / 4064 dpi:"225"
  3100.  
  3101. *ColorSepScreenFreq ProcessMagenta.225lpi.4064dpi/225 lpi / 4064 dpi:"225"
  3102.  
  3103. *ColorSepScreenFreq ProcessYellow.225lpi.4064dpi/225 lpi / 4064 dpi:"225"
  3104.  
  3105. *ColorSepScreenFreq ProcessBlack.225lpi.4064dpi/225 lpi / 4064 dpi:"225"
  3106.  
  3107.  
  3108.  
  3109. *% For 250 lpi / 4064 dpi
  3110.  
  3111. *ColorSepScreenAngle CustomColor.250lpi.4064dpi/250 lpi / 4064 dpi:"45"
  3112.  
  3113. *ColorSepScreenAngle ProcessCyan.250lpi.4064dpi/250 lpi / 4064 dpi:"15"
  3114.  
  3115. *ColorSepScreenAngle ProcessMagenta.250lpi.4064dpi/250 lpi / 4064 dpi:"75"
  3116.  
  3117. *ColorSepScreenAngle ProcessYellow.250lpi.4064dpi/250 lpi / 4064 dpi:"0"
  3118.  
  3119. *ColorSepScreenAngle ProcessBlack.250lpi.4064dpi/250 lpi / 4064 dpi:"45"
  3120.  
  3121.  
  3122.  
  3123. *ColorSepScreenFreq CustomColor.250lpi.4064dpi/250 lpi / 4064 dpi:"250"
  3124.  
  3125. *ColorSepScreenFreq ProcessCyan.250lpi.4064dpi/250 lpi / 4064 dpi:"250"
  3126.  
  3127. *ColorSepScreenFreq ProcessMagenta.250lpi.4064dpi/250 lpi / 4064 dpi:"250"
  3128.  
  3129. *ColorSepScreenFreq ProcessYellow.250lpi.4064dpi/250 lpi / 4064 dpi:"250"
  3130.  
  3131. *ColorSepScreenFreq ProcessBlack.250lpi.4064dpi/250 lpi / 4064 dpi:"250"
  3132.  
  3133.  
  3134.  
  3135. *% For 275 lpi / 4064 dpi
  3136.  
  3137. *ColorSepScreenAngle CustomColor.275lpi.4064dpi/275 lpi / 4064 dpi:"45"
  3138.  
  3139. *ColorSepScreenAngle ProcessCyan.275lpi.4064dpi/275 lpi / 4064 dpi:"15"
  3140.  
  3141. *ColorSepScreenAngle ProcessMagenta.275lpi.4064dpi/275 lpi / 4064 dpi:"75"
  3142.  
  3143. *ColorSepScreenAngle ProcessYellow.275lpi.4064dpi/275 lpi / 4064 dpi:"0"
  3144.  
  3145. *ColorSepScreenAngle ProcessBlack.275lpi.4064dpi/275 lpi / 4064 dpi:"45"
  3146.  
  3147.  
  3148.  
  3149. *ColorSepScreenFreq CustomColor.275lpi.4064dpi/275 lpi / 4064 dpi:"275"
  3150.  
  3151. *ColorSepScreenFreq ProcessCyan.275lpi.4064dpi/275 lpi / 4064 dpi:"275"
  3152.  
  3153. *ColorSepScreenFreq ProcessMagenta.275lpi.4064dpi/275 lpi / 4064 dpi:"275"
  3154.  
  3155. *ColorSepScreenFreq ProcessYellow.275lpi.4064dpi/275 lpi / 4064 dpi:"275"
  3156.  
  3157. *ColorSepScreenFreq ProcessBlack.275lpi.4064dpi/275 lpi / 4064 dpi:"275"
  3158.  
  3159.  
  3160.  
  3161. *% For 300 lpi / 4064 dpi
  3162.  
  3163. *ColorSepScreenAngle CustomColor.300lpi.4064dpi/300 lpi / 4064 dpi:"45"
  3164.  
  3165. *ColorSepScreenAngle ProcessCyan.300lpi.4064dpi/300 lpi / 4064 dpi:"15"
  3166.  
  3167. *ColorSepScreenAngle ProcessMagenta.300lpi.4064dpi/300 lpi / 4064 dpi:"75"
  3168.  
  3169. *ColorSepScreenAngle ProcessYellow.300lpi.4064dpi/300 lpi / 4064 dpi:"0"
  3170.  
  3171. *ColorSepScreenAngle ProcessBlack.300lpi.4064dpi/300 lpi / 4064 dpi:"45"
  3172.  
  3173.  
  3174.  
  3175. *ColorSepScreenFreq CustomColor.300lpi.4064dpi/300 lpi / 4064 dpi:"300"
  3176.  
  3177. *ColorSepScreenFreq ProcessCyan.300lpi.4064dpi/300 lpi / 4064 dpi:"300"
  3178.  
  3179. *ColorSepScreenFreq ProcessMagenta.300lpi.4064dpi/300 lpi / 4064 dpi:"300"
  3180.  
  3181. *ColorSepScreenFreq ProcessYellow.300lpi.4064dpi/300 lpi / 4064 dpi:"300"
  3182.  
  3183. *ColorSepScreenFreq ProcessBlack.300lpi.4064dpi/300 lpi / 4064 dpi:"300"
  3184.  
  3185.  
  3186.  
  3187. *% The byte count of this file should be exactly 074889 or 078093
  3188. *% depending on the filesystem it resides in.
  3189. *% end of PPD file for Linotype
  3190.  
  3191. *% Last edited JUL 26, 1996-Hell Quasar IS
  3192.  
  3193.  
  3194.  
  3195.  
  3196.  
  3197.