home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 December / Chip_2000-12_cd1.bin / tema / starof / f_0130 / LHHRKPH7.PS < prev    next >
PostScript Printer Description  |  2000-05-04  |  71KB  |  3,109 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: May  20, 1997; By: Berthold Giess, Linotype-Hell AG
  24.  
  25. *% Last Edit    : Jun.  2, 1997; By: Berthold Giess, Linotype-Hell AG
  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. *% 31 Chars *******************************
  44.  
  45. *Manufacturer: "LHAG Linotype-Hell"
  46.  
  47. *ModelName: "Lino Herkules Plate HQS V 3.7"
  48.  
  49. *ShortNickName: "Lino Herkules Plate HQS V 3.7"
  50.  
  51. *NickName: "Lino Herkules Plate HQS V 3.7"
  52.  
  53. *PCFileName: "LHHRKPH7.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 PageSetup *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 A2: "<</PageSize [1191 1684] /Orientation 1>> setpagedevice"
  464.  
  465. *PageSize A2.Extra: "<</PageSize [1263 1756] /Orientation 1>> setpagedevice"
  466.  
  467.  
  468.  
  469. *PageSize A3: "<</PageSize [842 1191] /Orientation 1>> setpagedevice"
  470.  
  471. *PageSize A3.Extra: "<</PageSize [914 1263] /Orientation 1>> setpagedevice"
  472.  
  473. *PageSize A3.Transverse: "<</PageSize [842 1191] /Orientation 0>> setpagedevice"
  474.  
  475. *PageSize A3.Extra.Transverse: "<</PageSize [914 1262] /Orientation 0>> setpagedevice"
  476.  
  477.  
  478.  
  479. *PageSize A4: "<</PageSize [595 842] /Orientation 1>> setpagedevice"
  480.  
  481. *PageSize A4.Extra: "<</PageSize [667 914] /Orientation 1>> setpagedevice"
  482.  
  483. *PageSize A4.Transverse: "<</PageSize [595 842] /Orientation 0>> setpagedevice"
  484.  
  485. *PageSize A4.Extra.Transverse: "<</PageSize [667 914] /Orientation 0>> setpagedevice"
  486.  
  487.  
  488.  
  489. *PageSize A5: "<</PageSize [420 595] /Orientation 1>> setpagedevice"
  490.  
  491. *PageSize A5.Extra: "<</PageSize [492 667] /Orientation 1>> setpagedevice"
  492.  
  493. *PageSize A5.Transverse: "<</PageSize [420 595] /Orientation 0>> setpagedevice"
  494.  
  495. *PageSize A5.Extra.Transverse: "<</PageSize [492 667] /Orientation 0>> setpagedevice"
  496.  
  497.  
  498.  
  499. *PageSize B2: "<</PageSize [1460 2064] /Orientation 1>> setpagedevice"
  500.  
  501. *PageSize B2.Extra: "<</PageSize [1532 2136] /Orientation 1>> setpagedevice"
  502.  
  503.  
  504.  
  505. *PageSize B3: "<</PageSize [1032 1460] /Orientation 1>> setpagedevice"
  506.  
  507. *PageSize B3.Extra: "<</PageSize [1104 1532] /Orientation 1>> setpagedevice"
  508.  
  509. *PageSize B3.Transverse: "<</PageSize [1032 1460] /Orientation 0>> setpagedevice"
  510.  
  511. *PageSize B3.Extra.Transverse: "<</PageSize [1104 1532] /Orientation 0>> setpagedevice"
  512.  
  513.  
  514.  
  515. *PageSize B4: "<</PageSize [729 1032] /Orientation 1>> setpagedevice"
  516.  
  517. *PageSize B4.Extra: "<</PageSize [801 1104] /Orientation 1>> setpagedevice"
  518.  
  519. *PageSize B4.Transverse: "<</PageSize [729 1032] /Orientation 0>> setpagedevice"
  520.  
  521. *PageSize B4.Extra.Transverse: "<</PageSize [801 1104] /Orientation 0>> setpagedevice"
  522.  
  523.  
  524.  
  525. *PageSize B5: "<</PageSize [516 729] /Orientation 1>> setpagedevice"
  526.  
  527. *PageSize B5.Extra: "<</PageSize [588 801] /Orientation 1>> setpagedevice"
  528.  
  529. *PageSize B5.Transverse: "<</PageSize [516 729] /Orientation 0>> setpagedevice"
  530.  
  531. *PageSize B5.Extra.Transverse: "<</PageSize [588 801] /Orientation 0>> setpagedevice"
  532.  
  533.  
  534.  
  535. *PageSize ISOB2: "<</PageSize [1417 2004] /Orientation 1>> setpagedevice"
  536.  
  537. *PageSize ISOB2.Extra: "<</PageSize [1489 2076] /Orientation 1>> setpagedevice"
  538.  
  539.  
  540.  
  541. *PageSize ISOB3: "<</PageSize [1001 1417] /Orientation 1>> setpagedevice"
  542.  
  543. *PageSize ISOB3.Extra: "<</PageSize [1073 1489] /Orientation 1>> setpagedevice"
  544.  
  545. *PageSize ISOB3.Transverse: "<</PageSize [1001 1417] /Orientation 0>> setpagedevice"
  546.  
  547. *PageSize ISOB3.Extra.Transverse: "<</PageSize [1073 1489] /Orientation 0>> setpagedevice"
  548.  
  549.  
  550.  
  551. *PageSize ISOB4: "<</PageSize [709 1001] /Orientation 1>> setpagedevice"
  552.  
  553. *PageSize ISOB4.Extra: "<</PageSize [781 1073] /Orientation 1>> setpagedevice"
  554.  
  555. *PageSize ISOB4.Transverse: "<</PageSize [709 1001] /Orientation 0>> setpagedevice"
  556.  
  557. *PageSize ISOB4.Extra.Transverse: "<</PageSize [781 1073] /Orientation 0>> setpagedevice"
  558.  
  559.  
  560.  
  561. *PageSize ISOB5: "<</PageSize [499 709] /Orientation 1>> setpagedevice"
  562.  
  563. *PageSize ISOB5.Extra: "<</PageSize [569.7 782] /Orientation 1>> setpagedevice"
  564.  
  565. *PageSize ISOB5.Transverse: "<</PageSize [499 709] /Orientation 0>> setpagedevice"
  566.  
  567. *PageSize ISOB5.Extra.Transverse: "<</PageSize [569.7 782] /Orientation 0>> setpagedevice"
  568.  
  569.  
  570.  
  571. *PageSize MaxPage: "<</PageSize [1587.4 2126.0] /Orientation 1>> setpagedevice"
  572.  
  573.  
  574.  
  575. *?PageSize: "
  576.  
  577. save
  578.  
  579. mark 
  580.  
  581. currentpagedevice /PageSize get aload pop
  582.  
  583. 2 copy gt {exch} if 
  584.  
  585. (Unknown)
  586.  
  587. 37 dict
  588.  
  589. dup [ 612 792] (Letter) put
  590.  
  591. dup [ 684 864] (Letter.Extra) put
  592.  
  593.  
  594.  
  595. dup [ 612 1008] (Legal) put
  596.  
  597. dup [ 684 1080] (Legal.Extra) put
  598.  
  599.  
  600.  
  601. dup [ 792 1224] (Tabloid) put
  602.  
  603. dup [ 864 1296] (Tabloid.Extra) put
  604.  
  605.  
  606.  
  607. dup [1684 2384] (A1) put
  608.  
  609. dup [1756 2456] (A1.Extra) put
  610.  
  611.  
  612.  
  613. dup [1191 1684] (A2) put
  614.  
  615. dup [1263 1756] (A2.Extra) put
  616.  
  617.  
  618.  
  619. dup [ 842 1191] (A3) put
  620.  
  621. dup [ 914 1263] (A3.Extra) put
  622.  
  623.  
  624.  
  625. dup [ 595 842] (A4) put
  626.  
  627. dup [ 667 914] (A4.Extra) put
  628.  
  629.  
  630.  
  631. dup [ 420 595] (A5) put
  632.  
  633. dup [ 492 667] (A5.Extra) put
  634.  
  635.  
  636.  
  637. dup [2064 2920] (B1) put
  638.  
  639. dup [2136 2992] (B1.Extra) put
  640.  
  641.  
  642.  
  643. dup [1460 2064] (B2) put
  644.  
  645. dup [1532 2136] (B2.Extra) put
  646.  
  647.  
  648.  
  649. dup [1032 1460] (B3) put
  650.  
  651. dup [1104 1532] (B3.Extra) put
  652.  
  653.  
  654.  
  655. dup [ 729 1032] (B4) put
  656.  
  657. dup [ 801 1104] (B4.Extra) put
  658.  
  659.  
  660.  
  661. dup [ 516 729] (B5) put
  662.  
  663. dup [ 588 801] (B5.Extra) put
  664.  
  665.  
  666.  
  667. dup [2004 2835] (ISOB1) put
  668.  
  669. dup [2076 2907] (ISOB1.Extra) put
  670.  
  671.  
  672.  
  673. dup [1417 2004] (ISOB2) put
  674.  
  675. dup [1489 2076] (ISOB2.Extra) put
  676.  
  677.  
  678.  
  679. dup [1001 1417] (ISOB3) put
  680.  
  681. dup [1073 1489] (ISOB3.Extra) put
  682.  
  683.  
  684.  
  685. dup [ 709 1001] (ISOB4) put
  686.  
  687. dup [ 781 1073] (ISOB4.Extra) put
  688.  
  689.  
  690.  
  691. dup [ 499 709] (ISOB5) put
  692.  
  693. dup [ 571 781] (ISOB5.Extra) put
  694.  
  695.  
  696.  
  697. dup [1587.4 2126.0] (MaxPage) put
  698.  
  699.  
  700.  
  701.  
  702. exch aload pop 4 index sub abs 5 le exch 
  703.  
  704.  5 index sub abs 5 le and 
  705.  
  706.  {exch pop exit} {pop} ifelse
  707.  
  708. } bind forall
  709.  
  710.  
  711.  
  712. = flush
  713.  
  714. cleartomark
  715.  
  716.  
  717.  
  718. restore
  719.  
  720. "
  721.  
  722. *End
  723.  
  724. *CloseUI: *PageSize
  725.  
  726.  
  727.  
  728. *% These entries will set up the frame buffer. Usually used with manual feed.
  729.  
  730. *OpenUI *PageRegion: PickOne
  731.  
  732. *OrderDependency: 10 PageSetup *PageRegion
  733.  
  734.  
  735.  
  736. *DefaultPageRegion: Letter
  737.  
  738. *PageRegion Letter: "<</PageSize [612 792] /Orientation 1>> setpagedevice"
  739.  
  740. *PageRegion Letter.Extra: "<</PageSize [684 864] /Orientation 1>> setpagedevice"
  741.  
  742. *PageRegion Letter.Transverse: "<</PageSize [612 792] /Orientation 0>> setpagedevice"
  743.  
  744. *PageRegion Letter.Extra.Transverse: "<</PageSize [684 864] /Orientation 0>> setpagedevice"
  745.  
  746.  
  747.  
  748. *PageRegion Legal: "<</PageSize [612 1008] /Orientation 1>> setpagedevice"
  749.  
  750. *PageRegion Legal.Extra: "<</PageSize [684 1080] /Orientation 1>> setpagedevice"
  751.  
  752. *PageRegion Legal.Transverse: "<</PageSize [612 1008] /Orientation 0>> setpagedevice"
  753.  
  754. *PageRegion Legal.Extra.Transverse: "<</PageSize [684 1080] /Orientation 0>> setpagedevice"
  755.  
  756.  
  757.  
  758. *PageRegion Tabloid: "<</PageSize [792 1224] /Orientation 1>> setpagedevice"
  759.  
  760. *PageRegion Tabloid.Extra: "<</PageSize [864 1296] /Orientation 1>> setpagedevice"
  761.  
  762. *PageRegion Tabloid.Transverse: "<</PageSize [792 1224] /Orientation 0>> setpagedevice"
  763.  
  764. *PageRegion Tabloid.Extra.Transverse: "<</PageSize [864 1296] /Orientation 0>> setpagedevice"
  765.  
  766.  
  767.  
  768. *PageRegion A2: "<</PageSize [1191 1684] /Orientation 1>> setpagedevice"
  769.  
  770. *PageRegion A2.Extra: "<</PageSize [1263 1756] /Orientation 1>> setpagedevice"
  771.  
  772.  
  773.  
  774. *PageRegion A3: "<</PageSize [842 1191] /Orientation 1>> setpagedevice"
  775.  
  776. *PageRegion A3.Extra: "<</PageSize [914 1263] /Orientation 1>> setpagedevice"
  777.  
  778. *PageRegion A3.Transverse: "<</PageSize [842 1191] /Orientation 0>> setpagedevice"
  779.  
  780. *PageRegion A3.Extra.Transverse: "<</PageSize [914 1262] /Orientation 0>> setpagedevice"
  781.  
  782.  
  783.  
  784. *PageRegion A4: "<</PageSize [595 842] /Orientation 1>> setpagedevice"
  785.  
  786. *PageRegion A4.Extra: "<</PageSize [667 914] /Orientation 1>> setpagedevice"
  787.  
  788. *PageRegion A4.Transverse: "<</PageSize [595 842] /Orientation 0>> setpagedevice"
  789.  
  790. *PageRegion A4.Extra.Transverse: "<</PageSize [667 914] /Orientation 0>> setpagedevice"
  791.  
  792.  
  793.  
  794. *PageRegion A5: "<</PageSize [420 595] /Orientation 1>> setpagedevice"
  795.  
  796. *PageRegion A5.Extra: "<</PageSize [492 667] /Orientation 1>> setpagedevice"
  797.  
  798. *PageRegion A5.Transverse: "<</PageSize [420 595] /Orientation 0>> setpagedevice"
  799.  
  800. *PageRegion A5.Extra.Transverse: "<</PageSize [492 667] /Orientation 0>> setpagedevice"
  801.  
  802.  
  803.  
  804. *PageRegion B2: "<</PageSize [1460 2064] /Orientation 1>> setpagedevice"
  805.  
  806. *PageRegion B2.Extra: "<</PageSize [1532 2136] /Orientation 1>> setpagedevice"
  807.  
  808.  
  809.  
  810. *PageRegion B3: "<</PageSize [1032 1460] /Orientation 1>> setpagedevice"
  811.  
  812. *PageRegion B3.Extra: "<</PageSize [1104 1532] /Orientation 1>> setpagedevice"
  813.  
  814. *PageRegion B3.Transverse: "<</PageSize [1032 1460] /Orientation 0>> setpagedevice"
  815.  
  816. *PageRegion B3.Extra.Transverse: "<</PageSize [1104 1532] /Orientation 0>> setpagedevice"
  817.  
  818.  
  819.  
  820. *PageRegion B4: "<</PageSize [729 1032] /Orientation 1>> setpagedevice"
  821.  
  822. *PageRegion B4.Extra: "<</PageSize [801 1104] /Orientation 1>> setpagedevice"
  823.  
  824. *PageRegion B4.Transverse: "<</PageSize [729 1032] /Orientation 0>> setpagedevice"
  825.  
  826. *PageRegion B4.Extra.Transverse: "<</PageSize [801 1104] /Orientation 0>> setpagedevice"
  827.  
  828.  
  829.  
  830. *PageRegion B5: "<</PageSize [516 729] /Orientation 1>> setpagedevice"
  831.  
  832. *PageRegion B5.Extra: "<</PageSize [588 801] /Orientation 1>> setpagedevice"
  833.  
  834. *PageRegion B5.Transverse: "<</PageSize [516 729] /Orientation 0>> setpagedevice"
  835.  
  836. *PageRegion B5.Extra.Transverse: "<</PageSize [588 801] /Orientation 0>> setpagedevice"
  837.  
  838.  
  839.  
  840. *PageRegion ISOB2: "<</PageSize [1417 2004] /Orientation 1>> setpagedevice"
  841.  
  842. *PageRegion ISOB2.Extra: "<</PageSize [1489 2076] /Orientation 1>> setpagedevice"
  843.  
  844.  
  845.  
  846. *PageRegion ISOB3: "<</PageSize [1001 1417] /Orientation 1>> setpagedevice"
  847.  
  848. *PageRegion ISOB3.Extra: "<</PageSize [1073 1489] /Orientation 1>> setpagedevice"
  849.  
  850. *PageRegion ISOB3.Transverse: "<</PageSize [1001 1417] /Orientation 0>> setpagedevice"
  851.  
  852. *PageRegion ISOB3.Extra.Transverse: "<</PageSize [1073 1489] /Orientation 0>> setpagedevice"
  853.  
  854.  
  855.  
  856. *PageRegion ISOB4: "<</PageSize [709 1001] /Orientation 1>> setpagedevice"
  857.  
  858. *PageRegion ISOB4.Extra: "<</PageSize [781 1073] /Orientation 1>> setpagedevice"
  859.  
  860. *PageRegion ISOB4.Transverse: "<</PageSize [709 1001] /Orientation 0>> setpagedevice"
  861.  
  862. *PageRegion ISOB4.Extra.Transverse: "<</PageSize [781 1073] /Orientation 0>> setpagedevice"
  863.  
  864.  
  865.  
  866. *PageRegion ISOB5: "<</PageSize [499 709] /Orientation 1>> setpagedevice"
  867.  
  868. *PageRegion ISOB5.Extra: "<</PageSize [569.7 782] /Orientation 1>> setpagedevice"
  869.  
  870. *PageRegion ISOB5.Transverse: "<</PageSize [499 709] /Orientation 0>> setpagedevice"
  871.  
  872. *PageRegion ISOB5.Extra.Transverse: "<</PageSize [569.7 782] /Orientation 0>> setpagedevice"
  873.  
  874.  
  875.  
  876. *PageRegion MaxPage: "<</PageSize [1587.4 2126.0] /Orientation 1>> setpagedevice"
  877.  
  878.  
  879.  
  880. *CloseUI: *PageRegion
  881.  
  882.  
  883.  
  884. *% The following entries provide information about specific paper keywords.
  885.  
  886. *DefaultImageableArea: Letter
  887.  
  888.  
  889.  
  890. *ImageableArea Letter: "0.0 0.0 612.0 792.0"
  891.  
  892. *ImageableArea Letter.Extra: "0.0 0.0 684.0 864.0"
  893.  
  894. *ImageableArea Letter.Transverse: "0.0 0.0 612.0 791.0"
  895.  
  896. *ImageableArea Letter.Extra.Transverse: "0.0 0.0 684.0 863.0"
  897.  
  898.  
  899.  
  900. *ImageableArea Legal: "0.0 0.0 612.0 1008.0"
  901.  
  902. *ImageableArea Legal.Extra: "0.0 0.0 684.0 1080.0"
  903.  
  904. *ImageableArea Legal.Transverse: "0.0 0.0 612.0 1007.0"
  905.  
  906. *ImageableArea Legal.Extra.Transverse: "0.0 0.0 684.0 1079.0"
  907.  
  908.  
  909.  
  910. *ImageableArea Tabloid: "0.0 0.0 792.0 1224.0"
  911.  
  912. *ImageableArea Tabloid.Extra: "0.0 0.0 864.0 1296.0"
  913.  
  914. *ImageableArea Tabloid.Transverse: "0.0 0.0 792.0 1223.0"
  915.  
  916. *ImageableArea Tabloid.Extra.Transverse: "0.0 0.0 864.0 1295.0"
  917.  
  918.  
  919.  
  920. *ImageableArea A2: "0.0 0.0 1191.0 1684.0"
  921.  
  922. *ImageableArea A2.Extra: "0.0 0.0 1263.0 1756.0"
  923.  
  924.  
  925.  
  926. *ImageableArea A3: "0.0 0.0 842.0 1191.0"
  927.  
  928. *ImageableArea A3.Extra: "0.0 0.0 914.0 1263.0"
  929.  
  930. *ImageableArea A3.Transverse: "0.0 0.0 842.0 1190.0"
  931.  
  932. *ImageableArea A3.Extra.Transverse: "0.0 0.0 914.0 1262.0"
  933.  
  934.  
  935.  
  936. *ImageableArea A4: "0.0 0.0 595.0 842.0"
  937.  
  938. *ImageableArea A4.Extra: "0.0 0.0 667.0 914.0"
  939.  
  940. *ImageableArea A4.Transverse: "0.0 0.0 595.0 841.0"
  941.  
  942. *ImageableArea A4.Extra.Transverse: "0.0 0.0 667.0 913.0"
  943.  
  944.  
  945.  
  946. *ImageableArea A5: "0.0 0.0 420.0 595.0"
  947.  
  948. *ImageableArea A5.Extra: "0.0 0.0 492.0 667.0"
  949.  
  950. *ImageableArea A5.Transverse: "0.0 0.0 420.0 594.0"
  951.  
  952. *ImageableArea A5.Extra.Transverse: "0.0 0.0 492.0 666.0"
  953.  
  954.  
  955.  
  956. *ImageableArea B2: "0.0 0.0 1460.0 2064.0"
  957.  
  958. *ImageableArea B2.Extra: "0.0 0.0 1532.0 2136.0"
  959.  
  960.  
  961.  
  962. *ImageableArea B3: "0.0 0.0 1032.0 1460.0"
  963.  
  964. *ImageableArea B3.Extra: "0.0 0.0 1104.0 1532.0"
  965.  
  966. *ImageableArea B3.Transverse: "0.0 0.0 1032.0 1459.0"
  967.  
  968. *ImageableArea B3.Extra.Transverse: "0.0 0.0 1104.0 1531.0"
  969.  
  970.  
  971.  
  972. *ImageableArea B4: "0.0 0.0 729.0 1032.0"
  973.  
  974. *ImageableArea B4.Extra: "0.0 0.0 801.0 1104.0"
  975.  
  976. *ImageableArea B4.Transverse: "0.0 0.0 729.0 1031.0"
  977.  
  978. *ImageableArea B4.Extra.Transverse: "0.0 0.0 801.0 1103.0"
  979.  
  980.  
  981.  
  982. *ImageableArea B5: "0.0 0.0 516.0 729.0"
  983.  
  984. *ImageableArea B5.Extra: "0.0 0.0 588.0 801.0"
  985.  
  986. *ImageableArea B5.Transverse: "0.0 0.0 516.0 728.0"
  987.  
  988. *ImageableArea B5.Extra.Transverse: "0.0 0.0 588.0 800.0"
  989.  
  990.  
  991.  
  992. *ImageableArea ISOB2: "0.0 0.0 1417.0 2004.0"
  993.  
  994. *ImageableArea ISOB2.Extra: "0.0 0.0 1489.0 2076.0"
  995.  
  996.  
  997.  
  998. *ImageableArea ISOB3: "0.0 0.0 1001.0 1417.0"
  999.  
  1000. *ImageableArea ISOB3.Extra: "0.0 0.0 1073.0 1489.0"
  1001.  
  1002. *ImageableArea ISOB3.Transverse: "0.0 0.0 1001.0 1416.0"
  1003.  
  1004. *ImageableArea ISOB3.Extra.Transverse: "0.0 0.0 1073.0 1488.0"
  1005.  
  1006.  
  1007.  
  1008. *ImageableArea ISOB4: "0.0 0.0 709.0 1001.0"
  1009.  
  1010. *ImageableArea ISOB4.Extra: "0.0 0.0 781.0 1073.0"
  1011.  
  1012. *ImageableArea ISOB4.Transverse: "0.0 0.0 709.0 1000.0"
  1013.  
  1014. *ImageableArea ISOB4.Extra.Transverse: "0.0 0.0 781.0 1072.0"
  1015.  
  1016.  
  1017.  
  1018. *ImageableArea ISOB5: "0.0 0.0 499.0 709.0"
  1019.  
  1020. *ImageableArea ISOB5.Extra: "0.0 0.0 569.7 782.0"
  1021.  
  1022. *ImageableArea ISOB5.Transverse: "0.0 0.0 499.0 708.0"
  1023.  
  1024. *ImageableArea ISOB5.Extra.Transverse: "0.0 0.0 569.7 781.0"
  1025.  
  1026.  
  1027.  
  1028. *ImageableArea MaxPage: "0.0 0.0 1587.4 2126.0"
  1029.  
  1030.  
  1031.  
  1032. *?ImageableArea: "
  1033.  
  1034.  save 
  1035.  
  1036.  initclip clippath pathbbox 
  1037.  
  1038.  4 -2 roll exch round cvr =print ( ) print round cvr =print ( ) print
  1039.  
  1040.  exch round cvr =print ( ) print round cvr =print (\n) print flush
  1041.  
  1042.  restore
  1043.  
  1044. "
  1045.  
  1046. *End
  1047.  
  1048.  
  1049.  
  1050. *% These provide the physical dimensions of the paper (by keyword)
  1051.  
  1052. *DefaultPaperDimension: Letter
  1053.  
  1054.  
  1055.  
  1056. *PaperDimension Letter: "612.0 792.0"
  1057.  
  1058. *PaperDimension Letter.Extra: "684.0 864.0"
  1059.  
  1060. *PaperDimension Letter.Transverse: "612.0 791.0"
  1061.  
  1062. *PaperDimension Letter.Extra.Transverse: "684.0 863.0"
  1063.  
  1064.  
  1065.  
  1066. *PaperDimension Legal: "612.0 1008.0"
  1067.  
  1068. *PaperDimension Legal.Extra: "684.0 1080.0"
  1069.  
  1070. *PaperDimension Legal.Transverse: "612.0 1007.0"
  1071.  
  1072. *PaperDimension Legal.Extra.Transverse: "684.0 1079.0"
  1073.  
  1074.  
  1075.  
  1076. *PaperDimension Tabloid: "792.0 1224.0"
  1077.  
  1078. *PaperDimension Tabloid.Extra: "864.0 1296.0"
  1079.  
  1080. *PaperDimension Tabloid.Transverse: "792.0 1223.0"
  1081.  
  1082. *PaperDimension Tabloid.Extra.Transverse: "864.0 1295.0"
  1083.  
  1084.  
  1085.  
  1086. *PaperDimension A2: "1191.0 1684.0"
  1087.  
  1088. *PaperDimension A2.Extra: "1263.0 1756.0"
  1089.  
  1090.  
  1091.  
  1092. *PaperDimension A3: "842.0 1191.0"
  1093.  
  1094. *PaperDimension A3.Extra: "914.0 1263.0"
  1095.  
  1096. *PaperDimension A3.Transverse: "842.0 1190.0"
  1097.  
  1098. *PaperDimension A3.Extra.Transverse: "914.0 1262.0"
  1099.  
  1100.  
  1101.  
  1102. *PaperDimension A4: "595.0 842.0"
  1103.  
  1104. *PaperDimension A4.Extra: "667.0 914.0"
  1105.  
  1106. *PaperDimension A4.Transverse: "595.0 841.0"
  1107.  
  1108. *PaperDimension A4.Extra.Transverse: "667.0 913.0"
  1109.  
  1110.  
  1111.  
  1112. *PaperDimension A5: "420.0 595.0"
  1113.  
  1114. *PaperDimension A5.Extra: "492.0 667.0"
  1115.  
  1116. *PaperDimension A5.Transverse: "420.0 594.0"
  1117.  
  1118. *PaperDimension A5.Extra.Transverse: "492.0 666.0"
  1119.  
  1120.  
  1121.  
  1122. *PaperDimension B2: "1460.0 2064.0"
  1123.  
  1124. *PaperDimension B2.Extra: "1532.0 2136.0"
  1125.  
  1126.  
  1127.  
  1128. *PaperDimension B3: "1032.0 1460.0"
  1129.  
  1130. *PaperDimension B3.Extra: "1104.0 1532.0"
  1131.  
  1132. *PaperDimension B3.Transverse: "1032.0 1459.0"
  1133.  
  1134. *PaperDimension B3.Extra.Transverse: "1104.0 1531.0"
  1135.  
  1136.  
  1137.  
  1138. *PaperDimension B4: "729.0 1032.0"
  1139.  
  1140. *PaperDimension B4.Extra: "801.0 1104.0"
  1141.  
  1142. *PaperDimension B4.Transverse: "729.0 1031.0"
  1143.  
  1144. *PaperDimension B4.Extra.Transverse: "801.0 1103.0"
  1145.  
  1146.  
  1147.  
  1148. *PaperDimension B5: "516.0 729.0"
  1149.  
  1150. *PaperDimension B5.Extra: "588.0 801.0"
  1151.  
  1152. *PaperDimension B5.Transverse: "516.0 728.0"
  1153.  
  1154. *PaperDimension B5.Extra.Transverse: "588.0 800.0"
  1155.  
  1156.  
  1157.  
  1158. *PaperDimension ISOB2: "1417.0 2004.0"
  1159.  
  1160. *PaperDimension ISOB2.Extra: "1489.0 2076.0"
  1161.  
  1162.  
  1163.  
  1164. *PaperDimension ISOB3: "1001.0 1417.0"
  1165.  
  1166. *PaperDimension ISOB3.Extra: "1073.0 1489.0"
  1167.  
  1168. *PaperDimension ISOB3.Transverse: "1001.0 1416.0"
  1169.  
  1170. *PaperDimension ISOB3.Extra.Transverse: "1073.0 1488.0"
  1171.  
  1172.  
  1173.  
  1174. *PaperDimension ISOB4: "709.0 1001.0"
  1175.  
  1176. *PaperDimension ISOB4.Extra: "781.0 1073.0"
  1177.  
  1178. *PaperDimension ISOB4.Transverse: "709.0 1000.0"
  1179.  
  1180. *PaperDimension ISOB4.Extra.Transverse: "781.0 1072.0"
  1181.  
  1182.  
  1183.  
  1184. *PaperDimension ISOB5: "499.0 709.0"
  1185.  
  1186. *PaperDimension ISOB5.Extra: "569.7 782.0"
  1187.  
  1188. *PaperDimension ISOB5.Transverse: "499.0 708.0"
  1189.  
  1190. *PaperDimension ISOB5.Extra.Transverse: "569.7 781.0"
  1191.  
  1192.  
  1193.  
  1194. *PaperDimension MaxPage: "1587.4 2126.0"
  1195.  
  1196.  
  1197.  
  1198. *%=== Custom Page Sizes ==================================
  1199.  
  1200.  
  1201.  
  1202. *% These entries provide the code and parameter ranges for a user
  1203.  
  1204. *% to set up a custom page size.
  1205.  
  1206. *%CustomPageSize
  1207.  
  1208.  
  1209.  
  1210. *NonUIOrderDependency: 20 PageSetup *CustomPageSize
  1211.  
  1212. *CustomPageSize True: "
  1213.  
  1214. % B. Giess 960228
  1215.  
  1216. % params order: Width (FastScan); Height (SlowScan); WidthOffset; foo; Orientation
  1217.  
  1218. %
  1219.  
  1220. exch pop statusdict /setpageparams get exec
  1221.  
  1222. "
  1223.  
  1224. *End
  1225.  
  1226.  
  1227.  
  1228. *DefaultLeadingEdge: PreferLong
  1229.  
  1230. *LeadingEdge PreferLong: ""
  1231.  
  1232.  
  1233.  
  1234. *ParamCustomPageSize Width: 1 points 72.0 1587.4
  1235.  
  1236. *ParamCustomPageSize Height: 2 points 72.0 12126.0
  1237.  
  1238. *ParamCustomPageSize WidthOffset/Margins: 3 points 0.0 1587.4
  1239.  
  1240. *ParamCustomPageSize HeightOffset: 4 points 0.0 0.0
  1241.  
  1242. *ParamCustomPageSize Orientation: 5 int 0 3
  1243.  
  1244.  
  1245.  
  1246. *CenterRegistered: False
  1247.  
  1248.  
  1249.  
  1250. *MaxMediaWidth: "1587.4"
  1251.  
  1252. *MaxMediaHeight: "2126.0"
  1253.  
  1254.  
  1255.  
  1256. *?CurrentMediaWidth: "
  1257.  
  1258.  save
  1259.  
  1260.  currentpagedevice /OutputDevice get cvlit /OutputDevice findresource
  1261.  
  1262.  /PageSize get 0 get dup length 2 sub 0 add get cvr = flush
  1263.  
  1264.  restore
  1265.  
  1266.  "
  1267.  
  1268. *End
  1269.  
  1270.  
  1271.  
  1272. *?CurrentMediaHeight: "
  1273.  
  1274.  save
  1275.  
  1276.  currentpagedevice /OutputDevice get cvlit /OutputDevice findresource
  1277.  
  1278.  /PageSize get 0 get dup length 2 sub 1 add get cvr = flush
  1279.  
  1280.  restore
  1281.  
  1282.  "
  1283.  
  1284. *End
  1285.  
  1286.  
  1287.  
  1288. *DefaultOutputOrder: Normal
  1289.  
  1290. *RequiresPageRegion All: False
  1291.  
  1292.  
  1293.  
  1294. *% Font Information =====================
  1295.  
  1296. *DefaultFont: Courier
  1297.  
  1298. *Font AvantGarde-Book: Standard "(001.001)" Standard Disk
  1299.  
  1300. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard Disk
  1301.  
  1302. *Font AvantGarde-Demi: Standard "(001.001)" Standard Disk
  1303.  
  1304. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard Disk
  1305.  
  1306. *Font Bookman-Demi: Standard "(001.001)" Standard Disk
  1307.  
  1308. *Font Bookman-DemiItalic: Standard "(001.001)" Standard Disk
  1309.  
  1310. *Font Bookman-Light: Standard "(001.001)" Standard Disk
  1311.  
  1312. *Font Bookman-LightItalic: Standard "(001.001)" Standard Disk
  1313.  
  1314. *Font Courier: Standard "(002.002)" Standard ROM
  1315.  
  1316. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  1317.  
  1318. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  1319.  
  1320. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  1321.  
  1322. *Font Helvetica: Standard "(001.006)" Standard ROM
  1323.  
  1324. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  1325.  
  1326. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  1327.  
  1328. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  1329.  
  1330. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  1331.  
  1332. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  1333.  
  1334. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  1335.  
  1336. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  1337.  
  1338. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard Disk
  1339.  
  1340. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard Disk
  1341.  
  1342. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard Disk
  1343.  
  1344. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard Disk
  1345.  
  1346. *Font Palatino-Bold: Standard "(001.000)" Standard Disk
  1347.  
  1348. *Font Palatino-BoldItalic: Standard "(001.000)" Standard Disk
  1349.  
  1350. *Font Palatino-Italic: Standard "(001.000)" Standard Disk
  1351.  
  1352. *Font Palatino-Roman: Standard "(001.000)" Standard Disk
  1353.  
  1354. *Font Symbol: Special "(001.003)" Standard ROM
  1355.  
  1356. *Font Times-Bold: Standard "(001.007)" Standard ROM
  1357.  
  1358. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  1359.  
  1360. *Font Times-Italic: Standard "(001.007)" Standard ROM
  1361.  
  1362. *Font Times-Roman: Standard "(001.007)" Standard ROM
  1363.  
  1364. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard Disk
  1365.  
  1366. *Font ZapfDingbats: Special "(001.000)" Standard Disk
  1367.  
  1368.  
  1369.  
  1370. *?FontQuery: "
  1371.  
  1372. save
  1373.  
  1374.  /str 100 string dup 0 (fonts/) putinterval def
  1375.  
  1376.  {
  1377.  
  1378.  count 1 gt
  1379.  
  1380.  {
  1381.  
  1382.  exch dup str 6 94 getinterval cvs
  1383.  
  1384.  (/) print dup print (:) print exch
  1385.  
  1386.  FontDirectory exch known
  1387.  
  1388.  { pop (Yes) }
  1389.  
  1390.  {
  1391.  
  1392.  length 6 add str 0 3 -1 roll getinterval
  1393.  
  1394.  mark exch status
  1395.  
  1396.  {cleartomark (Yes)}{cleartomark (No)} ifelse
  1397.  
  1398.  } ifelse =
  1399.  
  1400.  }
  1401.  
  1402.  {exit} ifelse
  1403.  
  1404.  }bind loop
  1405.  
  1406.  (*) = flush
  1407.  
  1408. restore
  1409.  
  1410. "
  1411.  
  1412. *End
  1413.  
  1414.  
  1415.  
  1416. *?FontList: "
  1417.  
  1418. save
  1419.  
  1420.  FontDirectory { pop == } bind forall flush
  1421.  
  1422.  /filenameforall where
  1423.  
  1424.  {
  1425.  
  1426.  pop (fonts/*)
  1427.  
  1428.  { dup length 6 sub 6 exch getinterval cvn == } bind
  1429.  
  1430.  128 string filenameforall flush
  1431.  
  1432.  } if
  1433.  
  1434.  (*) = flush
  1435.  
  1436. restore
  1437.  
  1438. "
  1439.  
  1440. *End
  1441.  
  1442.  
  1443.  
  1444. *% Printer Messages (verbatim from printer):
  1445.  
  1446. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  1447.  
  1448. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  1449.  
  1450. *Message: "\FontName\ not found, using Courier"
  1451.  
  1452.  
  1453.  
  1454. *% Status (format: %%[ status: <one of these> ]%% )
  1455.  
  1456. *Status: "idle"
  1457.  
  1458. *Status: "busy"
  1459.  
  1460. *Status: "waiting"
  1461.  
  1462. *Status: "printing"
  1463.  
  1464. *Status: "PrinterError: recorder offline or film problem"
  1465.  
  1466. *Status: "PrinterError: "
  1467.  
  1468.  
  1469.  
  1470. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  1471.  
  1472. *Source: "userjob"
  1473.  
  1474. *Source: "other"
  1475.  
  1476.  
  1477.  
  1478. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  1479.  
  1480. *PrinterError: "recorder offline or film problem"
  1481.  
  1482. *PrinterError: ""
  1483.  
  1484.  
  1485.  
  1486. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  1487.  
  1488.  
  1489.  
  1490. *%
  1491.  
  1492. *%  User Interface: Printer Specific Options
  1493.  
  1494. *%
  1495.  
  1496. *OpenGroup: Imagesetter
  1497.  
  1498. *OpenSubGroup: PrintingMode
  1499.  
  1500.  
  1501.  
  1502. *OpenUI *MirrorPrint/Mirror Print: Boolean
  1503.  
  1504. *OrderDependency: 30 Prolog *MirrorPrint
  1505.  
  1506. *DefaultMirrorPrint: False
  1507.  
  1508.  
  1509.  
  1510. *MirrorPrint True/On: "<</MirrorPrint true >> setpagedevice "
  1511.  
  1512. *MirrorPrint False/Off: "   % MirrorPrint Off is Default!"
  1513.  
  1514. *?MirrorPrint: "
  1515.  
  1516.  currentpagedevice /MirrorPrint get {(True)}{(False)} ifelse = flush
  1517.  
  1518. "
  1519.  
  1520. *End
  1521.  
  1522. *CloseUI: *MirrorPrint
  1523.  
  1524.  
  1525.  
  1526. *OpenUI *NegativePrint/Negative Print: Boolean
  1527.  
  1528. *OrderDependency: 40 Prolog *NegativePrint
  1529.  
  1530. *DefaultNegativePrint: False
  1531.  
  1532.  
  1533.  
  1534. *NegativePrint True/On: "<</NegativePrint true >> setpagedevice "
  1535.  
  1536. *NegativePrint False/Off: "   % NegativePrint Off is Default!"
  1537.  
  1538. *?NegativePrint: "
  1539.  
  1540.  currentpagedevice /NegativePrint get {(True)}{(False)}ifelse = flush
  1541.  
  1542. "
  1543.  
  1544. *End
  1545.  
  1546. *CloseUI: *NegativePrint
  1547.  
  1548.  
  1549.  
  1550. *CloseSubGroup: PrintingMode
  1551.  
  1552. *OpenSubGroup: Separations
  1553.  
  1554.  
  1555.  
  1556. *OpenUI *LHSeparations/InRIP Color Separation: PickOne
  1557.  
  1558. *OrderDependency: 50 Prolog *LHSeparations
  1559.  
  1560.  
  1561.  
  1562. *DefaultLHSeparations: Off
  1563.  
  1564.  
  1565.  
  1566. *LHSeparations All/On; all planes: "
  1567.  
  1568.  <<
  1569.  
  1570.  /Separations true
  1571.  
  1572.  /ProcessColorModel /DeviceCMYK
  1573.  
  1574.  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
  1575.  
  1576.  /SeparationOrder [/Cyan /Magenta /Yellow /Black]
  1577.  
  1578.  >> setpagedevice
  1579.  
  1580. "
  1581.  
  1582. *End
  1583.  
  1584.  
  1585.  
  1586. *LHSeparations Cyan/On; Cyan plane only: "
  1587.  
  1588.  <<
  1589.  
  1590.  /Separations true
  1591.  
  1592.  /ProcessColorModel /DeviceCMYK
  1593.  
  1594.  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
  1595.  
  1596.  /SeparationOrder [/Cyan]
  1597.  
  1598.  >> setpagedevice
  1599.  
  1600. "
  1601.  
  1602. *End
  1603.  
  1604.  
  1605.  
  1606. *LHSeparations Magenta/On; Magenta plane only: "
  1607.  
  1608.  <<
  1609.  
  1610.  /Separations true
  1611.  
  1612.  /ProcessColorModel /DeviceCMYK
  1613.  
  1614.  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
  1615.  
  1616.  /SeparationOrder [/Magenta]
  1617.  
  1618.  >> setpagedevice
  1619.  
  1620. "
  1621.  
  1622. *End
  1623.  
  1624.  
  1625.  
  1626. *LHSeparations Yellow/On; Yellow plane only: "
  1627.  
  1628.  <<
  1629.  
  1630.  /Separations true
  1631.  
  1632.  /ProcessColorModel /DeviceCMYK
  1633.  
  1634.  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
  1635.  
  1636.  /SeparationOrder [/Yellow]
  1637.  
  1638.  >> setpagedevice
  1639.  
  1640. "
  1641.  
  1642. *End
  1643.  
  1644.  
  1645.  
  1646. *LHSeparations Black/On; Black plane only: "
  1647.  
  1648.  <<
  1649.  
  1650.  /Separations true
  1651.  
  1652.  /ProcessColorModel /DeviceCMYK
  1653.  
  1654.  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
  1655.  
  1656.  /SeparationOrder [/Black]
  1657.  
  1658.  >> setpagedevice
  1659.  
  1660. "
  1661.  
  1662. *End
  1663.  
  1664.  
  1665.  
  1666. *LHSeparations Off/Off: "   % Separation Off is Default"
  1667.  
  1668.  
  1669.  
  1670. *?LHSeparations: "
  1671.  
  1672.  save
  1673.  
  1674.  currentpagedevice /Separations get { 
  1675.  
  1676.      currentpagedevice /ProcessColorModel get /DeviceCMYK eq { 
  1677.  
  1678.          currentpagedevice /SeparationOrder get {
  1679.  
  1680.              dup length 4 eq { pop (All) exit} if
  1681.  
  1682.              dup length 1 eq {0 get 10 string cvs exit} if
  1683.  
  1684.              pop (Unknown) exit
  1685.  
  1686.          } loop
  1687.  
  1688.          (Unknown) exit
  1689.  
  1690.  }{(Unknown)} ifelse
  1691.  
  1692.  }{(Off)} ifelse = flush 
  1693.  
  1694.  restore
  1695.  
  1696. "
  1697.  
  1698. *End
  1699.  
  1700. *CloseUI: *LHSeparations
  1701.  
  1702.  
  1703.  
  1704. *UIConstraints: *LHOverprint True *LHSeparations Off
  1705.  
  1706.  
  1707.  
  1708. *OpenUI *LHOverprint/Black Overprint: Boolean
  1709.  
  1710. *OrderDependency: 60 Prolog *LHOverprint
  1711.  
  1712. *DefaultLHOverprint: False
  1713.  
  1714.  
  1715.  
  1716. *LHOverprint True/On: "
  1717.  
  1718.     % LH Black Overprint
  1719.  
  1720.    userdict /BGOvpdict known {
  1721.  
  1722.            userdict /Overprint_Enabled true put
  1723.  
  1724.        }{
  1725.  
  1726.            (%% Warning: The Black Overprint feature is not working with this Printer Driver.\n) print
  1727.  
  1728.            (%%          The currently used Printer Driver might not support all necessary PPD features.\n) print
  1729.  
  1730.  
  1731.  
  1732.        } ifelse
  1733.  
  1734. "
  1735.  
  1736. *End
  1737.  
  1738.  
  1739.  
  1740. *LHOverprint False/Off: "   % Overprint Off is Default"
  1741.  
  1742.  
  1743.  
  1744. *?LHOverprint: "
  1745.  
  1746.     userdict /Overprint_Enabled get {(True)}{(False)} ifelse
  1747.  
  1748.     = flush
  1749.  
  1750. "
  1751.  
  1752. *End
  1753.  
  1754.  
  1755.  
  1756. *CloseUI: *LHOverprint
  1757.  
  1758.  
  1759.  
  1760. *JobPatchFile 1: "
  1761.  
  1762. %
  1763.  
  1764. %%BeginResource: LH PatchFile
  1765.  
  1766. %
  1767.  
  1768. % Title       : BlackOverprint.ps
  1769.  
  1770. % Creator     : Berthold Giess
  1771.  
  1772. % For         : Linotype-Hell AG
  1773.  
  1774. % CreationDate: May 23, 1997
  1775.  
  1776. % Version     : 3.7
  1777.  
  1778. %
  1779.  
  1780. %% Copyright (C) 1996, 1997
  1781.  
  1782. %% Linotype-Hell AG - All Rights Reserved
  1783.  
  1784. %% All Rights Reserved. 
  1785.  
  1786. %% Restricted permission is granted for redistribution of this
  1787.  
  1788. %% file to be used on Linotype-Hell devices only as long as this
  1789.  
  1790. %% copyright notice is intact and the contents of the file is not 
  1791.  
  1792. %% altered in any way from its original form.
  1793.  
  1794. %% End of Copyright statement
  1795.  
  1796. %
  1797.  
  1798. false(
  1799.  
  1800. 800344A251010CD0613719CCA731D08205041C8DC6031190C04032170C61A728
  1801.  
  1802. 59D0DF1C10420C82039984EC65101B4DE6434998D26532434C6683298CD62031
  1803.  
  1804. 9D4E51C371D0C66F3647CE6703098CCB0F1044626321A080662E18434A50B37C
  1805.  
  1806. EA8D2132192610D2111C8672379C09A61391ACE748A5450734E8CC364B27909B
  1807.  
  1808. A471C39C7A4061ACCC0406937082A673AA9CAAE4236514D64F939C8E072BE1D0
  1809.  
  1810. 40668F8808D1C329224568890C46716A78CA1A6834DE6FB2C31E3B2072101BF1
  1811.  
  1812. 38BC6C90E8753319B3030190C8636C19C34CA789A97CC270381B0BF61398EEF6
  1813.  
  1814. 66101D4E665396931C6939EA6FB1E386A790749A0839DAE3961841D8946FF826
  1815.  
  1816. 931984E869379BACF03107B7DDEFF7472B52E371A7CFE9E89BF918036CA0A029
  1817.  
  1818. B52383A2320DE100DC37B1C8531CDDA6A3A8E8BD050E5A7C368F235A7EA0B503
  1819.  
  1820. 285C3385217366198621BAD81A374DE0C6DF380E1388BD8DCA2BCE3B3CC98058
  1821.  
  1822. 100E107242360D8D4B56C627A103E4328CCE8AF8102BAC40E0EDA45008CABEA1
  1823.  
  1824. E04C9CF72C325C8823C8D2431CF0040310CA33AF8FAA12EB3BEEC8D4378C4100
  1825.  
  1826. 50154B52E0DC1505319C1913BC5154041020E91C109A0E526C9EF68E6D0A5120
  1827.  
  1828. 0CC9A8E839C3CF629510070B606A86886A023F16BFA100EEB04BE96238D2BD0B
  1829.  
  1830. EA5A10098910E6F28E09423E97A7AF3533300A23AAC835CF404BDC143E6308EA
  1831.  
  1832. 360E836BCCC60F0920CB5AD6E34D72328D8348DABE46291C92DB85ADBD3E308D
  1833.  
  1834. 8F0AF23205287B661A86419AD81B21AE5398EDCD2BE46622A76C88EEFB0D0100
  1835.  
  1836. 9C2A040FF84022318C4AE2918A030A14B18D6E65A5432241AB36B606E8688AB2
  1837.  
  1838. 0D83CC0C30D22312F8964BF61B51090CEEEE0524C2431C290B51C39466930DF3
  1839.  
  1840. F47D068E53EBF00681B6D39AF231C17C8A3B48F9204035C0E3BB463ABAA3DC68
  1841.  
  1842. B0CA72AE5417E2389C2EC8E5837E5C3EB8E068F6068501285A16C88C2A6C1031
  1843.  
  1844. 0E63591E89834CCB66238BC605258C23159A91E8E128B8376BE14C691E0E806A
  1845.  
  1846. 729DC963A25D66B1E36394346D6A3E8096E41A2E8FA4BBDA6B15B2539A90402B
  1847.  
  1848. 5F8A4DF37DEB1AD2F5AEEBFB0EC6C6E41915B92DAF9B32AB1EA2C328E2100F63
  1849.  
  1850. 3598E5EE6D90C9983BE3CD421005E310DEA00CA840E9D125037251CCF3632F3A
  1851.  
  1852. 06E4C238BE220CA310EA33840DDA66ED481DA2BA2FC8EF6E6406813C766FE1F7
  1853.  
  1854. 1DD779057301EE9E3A0FA3D8E0B0F3B6039606E80F9E41DAF88322FBE3F92E5E
  1855.  
  1856. 46D2F49E6773DD841E873017FC1E2F7B134CDC57E1E1FE537FABEB8E1EC8D8F6
  1857.  
  1858. DEEBC101AFA9E7398051011F63856B6E29E9BB321E109C806E2FE604A315C694
  1859.  
  1860. 61D1DB8C6CC4E89E0743B61CC3C9750CA1B4EDB9673092C3240E794FA1DAB367
  1861.  
  1862. D00C48B1DB46AD96181DA654B743738D7CC76C17A6F450704E1A736860261042
  1863.  
  1864. 2848CA9DF2E57A09BDEE23441CF7C388780E017D091AA662080823A6280F2199
  1865.  
  1866. 0288A314E2AB28040D89FBBB678B1312702F552AAC2C0502E81CC2F94F440A49
  1867.  
  1868. 3C3AF4CC082359658DB1BE3882E8E7191F89238D11A63C86B8F642E3847236EF
  1869.  
  1870. 41CF8707911A62B32B65AF8E24BA492325619BFB668FF1FF3DB49C024DD9F691
  1871.  
  1872. EECE422AA8F51BA4447D0660CA3A1CC8EC0A23C4A690D2A039C898FD2B2403F8
  1873.  
  1874. 90489A478098D52CA43CB59552B24633097A0BE48B3D65D09C3C3BF99118A4C2
  1875.  
  1876. 0E9347564E1C77B451E4FCA16CA93A524BE90B3065B0335AC1DE3AB988EF37E5
  1877.  
  1878. A4E15AD2E6334BB26B31E7447C8E4B5A62C8E93F33CEACCA92933572CF87E6EF
  1879.  
  1880. E4CBD6936F626B3FF9B093A6D4A3682939FE3F3944025A01412C2F201406F0D7
  1881.  
  1882. 3B1F0BF39DED01831727806C9DA06C0D11515D9AA69CDF02DBC82EA798E543C2
  1883.  
  1884. 7E4F4B02383992499F4390120F4BAA3C7794ACD7873A5C7A43A53159A6A225BF
  1885.  
  1886. 40501102284C0A81042F852092141B14267914E2A097CA761D29653E66F4BEA0
  1887.  
  1888. 940A86FB55DD1A0C6998353303EC732A8B973229250398E886025B3C1D6E2DB5
  1889.  
  1890. B7B71790ECC2ED1F7BE12439850398B0C3A20F24710EB8B69288428AD0763C84
  1891.  
  1892. A0178530CA510EE9F73D54D265C8D73123E86D8527B61C98065B1455EC6D8F2C
  1893.  
  1894. 8A98FC5609B75C20E5865E5676CFD8C8DC1BCA34B551A8602692B58165197B31
  1895.  
  1896. 97B666D4D9BB57626C5BA4B5F6C439DB323F6D4AD2397A00BDDC5AD0861342C8
  1897.  
  1898. 4B77A1C68537449C65E885D6B2D5B6CBA4E0501260954F20AC541058EB21690B
  1899.  
  1900. EDDC8144C010BF690358ABBD0B856C95BD3D30BE11516B862473E8ED3A0ADF43
  1901.  
  1902. 6F9BA4BEAD92FBDF96B769887510A177601460335B46233BF4B2C1EC142A10E5
  1903.  
  1904. 602C14637AA0A2EE616C305E814C9DB197BE2651C60F5E9DA30C61D39908ABB6
  1905.  
  1906. 1A1858102EC6518D29D1991EFC2BE57EC2E7DB0CA6FC59499BDE0FC6AF1647D9
  1907.  
  1908. 691EE55CBD6F01216ED0DE7B24FA60BBA4B9B62C23E2B6641F6BCC4541F11E16
  1909.  
  1910. 31162A50CA2928A8B3BE4FD410EA4A32D423879186939ADCC618E5EE66C4717E
  1911.  
  1912. 9211E9A12F24F9B792A1CC3AA65CD397192E5E43182241BD598F8AB183A487A8
  1913.  
  1914. 9A1FA723A320C04B9AA0C49210E5BCD74960CA3DCDF2F7491CBD159D2309D5D0
  1915.  
  1916. B4164F6868D3A21813F087C9C620E8FCF188A8A1A9A2F90DF144DA3A48DEF629
  1917.  
  1918. 576C490AB3B3511759CEBDBC98C8176349758271C57DAFF8F0BD63E8BB901E9E
  1919.  
  1920. C69DB8240494D27E1C18148FCF4E5E4AE485DF3FD72EDE493B76E9EDF91F92B2
  1921.  
  1922. 65E6B4793D93651B9967B2A6560419634A446D2E4FB2F9442AFA6F32872CCFBD
  1923.  
  1924. 74B337CD99074D561D219CB4FC52CEB25F3C24ECFFBDF5F6847E94378A5139B9
  1925.  
  1926. 9299C6BB6757935568CD588AF4869DCD1A5735702D319B782A0BE1BA45D8F098
  1927.  
  1928. C1A635170DD61442B7F19427B0B41F1D37BC7D39C68E672C28B3629750E71351
  1929.  
  1930. ED720BCBA1760CA70D941A86840255B1658B923ECD6F8431980ABD96756E8C17
  1931.  
  1932. 96461DD6D3FE4997B659669093B00836DDDD93E459E807B0132F527596DDF73A
  1933.  
  1934. E85D284C1EFAAEBC629CE79B77AE238FA86CDA9BB27FB965328D95744F77EAB8
  1935.  
  1936. BD811F07E1AA010508E26CD3C150B93E027C0878A1F27E88BA79EC93C3EDD6C1
  1937.  
  1938. 575B799AE2C2A8491D9959A5908F751559D175C40205EC348E91F95FED0BAFB6
  1939.  
  1940. 041B1369636889C93403A4F71D2B896647E1D27DB74C3177C157515D67D0F5B6
  1941.  
  1942. 277BDDBFA47B5241177E4120F79D0B6980DF23C3D9BFD9CC5C1B3C7C7FADD2E2
  1943.  
  1944. B219CF099BA0EB4E88967E97B22F87DB1787034018CE8C5DFE61D3FAFF73A2FB
  1945.  
  1946. 6D68C12FC0858FF6FFA3C83A2DF897CFAAF72238F94FD4CC8FD8F9E9DAFDED6E
  1947.  
  1948. C5064E6528580CE2DEE46DEC66F03424CFC631CA1846C04A0DA39431C4B44C23
  1949.  
  1950. A0524D124B43CA5B44C03260CA32A32F02ECD70404F8F8106E2E0C1104631D04
  1951.  
  1952. B04E4B22503B10560EF05A26A564D3C3F432432832C2E48064A8650878F86F74
  1953.  
  1954. 8D2F66FC455CF310482F639E4840DA7AE0E4AB047A23C3B440A3ED0543A308C0
  1955.  
  1956. F30A085C64B0B10AD0B0F228668B10B82F70BD0C10C44AE40A4090EB0890D2C6
  1957.  
  1958. 10D90A4E4CFF861C9EEE6CF190B30E62090CF0565850F07543BF0F70CC4AE341
  1959.  
  1960. 0FF0D706C79608EB1D108C610ACD511130B71190EE23F0F31230CB0FB12B0591
  1961.  
  1962. 2F0A3030D02E34E7023F13D15EEF63230B507F0EB11B0BF1491210C90F90CF0F
  1963.  
  1964. D15510315A7D3135166D7D014D8316835116D0E91442F71750C317912515108B
  1965.  
  1966. 100642877132AF80BE47E390664810778C282BB1B51B821A6C4DA2B2C07A07AF
  1967.  
  1968. 4ABACC0276A0D204059289C9B6C8C012EC0BFA3AA05EDF45EA0C8EBCC611EC84
  1969.  
  1970. C92AEBA2771FC758DCA322ADEC2697B1DA2BB1DF218ED02B0F5246CEC67411EC
  1971.  
  1972. EE51F42611FA0F31FEDB89F8749233236352D7EEE121C92B1C48E11B8DC03931
  1973.  
  1974. B07D120324923A86697AF4236493EC94012EE4F20EEEEE0012C5B1386043200E
  1975.  
  1976. A2E47149752749F826A26F26AEE274121C76B136F182700EC5731E5274D4CF2F
  1977.  
  1978. 26D29408F1DF298C5CC572A52AB2649AF274A12F2EF072AD1F1192EFEEC52AB2
  1979.  
  1980. 78EFCBC927F2820DCFB87C328826728CED4F2EB2D2962BB1372D8D060C72A03D
  1981.  
  1982. B2612BD2912CA4A72B32F518CBC92BB2C625B2C12AB2C4F38F2CA18F28F34B4E
  1983.  
  1984. C14A24F3E68034E5980D8BE26E86812611AE5B713302B00664B02A7A13411DB0
  1985.  
  1986. 2B2107400EF2E8696C6EF203E02822F066B104CBB2B6D123E0896BA8D4F310D0
  1987.  
  1988. 7368247131370E6F194D0872EDA8AD6A3CC9524D1B6B3B266F473A02BAD6EFA2
  1989.  
  1990. A3D3408503DA04A3403440BE39CEDE21EBF00C88262AC28E81E8233C63040CA2
  1991.  
  1992. B82BC2C02C45563D65D63BA0EE20B3DA2C62CA3A2492B8C3BA47A5202504863C
  1993.  
  1994. B094390BC0A9C0A005B3F4BCC8753448582BA2BE2C2088654BF8BB888676B41A
  1995.  
  1996. 0E141E7D022A86C7D07BC81D3870508230A142B42F43E4D4640A78A5AE043803
  1997.  
  1998. E62F82F5422410BBA67038035CAB2DEEB38BCE0DB010AC343868276809B04E0A
  1999.  
  2000. 52803BEDFC250E8F3F409C6082160A009AC5948D490AFA09AC207C4AC50E80B0
  2001.  
  2002. 0400B279103E24E79025424E23D4B657A572562566578AAA57242456D4CA7900
  2003.  
  2004. 5E51A27425E0E405A08428024686A39659A34A32047A790E10E067A74B103679
  2005.  
  2006. 0DD2B44B2254F4D60F2210CA4DE0F0EDE4DE934A748D04284DF50434A6594D76
  2007.  
  2008. BC94F6E4EE089B605008750C2FAC68B2CA72AAC5C60C8ECEA1B1E304C47222CC
  2009.  
  2010. 2EA4D0C80E60D067D4B0FC54FD041500C9ADD75082C621454B510B5AF10604CA
  2011.  
  2012. ECB3075106D7CEB1524C7D528EAC32352ECECE515355726D20C23DA6C5540AAA
  2013.  
  2014. 21354754A66954E5660415554B8A4A24955E0EF562FCF5674B4C9756D5063D27
  2015.  
  2016. 480B25802833E6EE6DE2D13580E00E4B389589522F8AAC7590E23596DA06C8A2
  2017.  
  2018. 95D847067D5A51EE3B95443435B03AB5B555247D5BD55B5C35C70189B14B29B1
  2019.  
  2020. 502C9D5083083BD5E15155E4DE758303B5ECDF2CC35F321F51E3515FAD335356
  2021.  
  2022. 3269753E7415435AD6105CB54C36F5515B961B55840B55D5600130A8239622E9
  2023.  
  2024. 489B3A6FE2A414D662B48E3FA0E60A34AA8BB49B6916954A22FAC7D5CA9B104B
  2025.  
  2026. 4C0A3E5645694D05705754C85714D54D83183994E14E4ED022D4EA5054F09B76
  2027.  
  2028. 5159A79022C86B5574BA40A5905943CA59B6A756ADD55D22FB50B50F6360CB57
  2029.  
  2030. C9CD519585642EAF5F0CDF64B52AD076D7532D6220B53A6C56755C5679565679
  2031.  
  2032. 4FF5CF6F2BD074959F5776FD7015E751AEFB644DF6FC826B71159364F4876B95
  2033.  
  2034. FC7192763DB736AB17216217275C972B56972F50573205F6035DD5795E357F63
  2035.  
  2036. D5E8F8374370B64770F5F752D7534F95FF75B4AD5DA67D76367767B62772D62D
  2037.  
  2038. 56F5D4DDB634F0D6FF51763EE0370952178B7495F56B95F97935314FB799656D
  2039.  
  2040. 6772367EF6D7DB67C681684E8CF6549406C22C8BA5E25E60C25EA35006C2A16A
  2041.  
  2042. 0F980512500E00EE04806D8016A40134193DB44674980980CB7040D45E0F7817
  2043.  
  2044. 41C66F81E06C5D206C5D51F380B8333509A4A160A183640183B8208BB8318107
  2045.  
  2046. E891F03604183236EA8536257639762E3D329C0F6CF523ACF84CAB2D87B65D37
  2047.  
  2048. E23F7E208F02AFA78153D982C8598315F291F72933E89EEDF2772500AC0C180E
  2049.  
  2050. D14E874A679182B42C66F8A783345CADD8B581A05F8BB8358398C98407A98458
  2051.  
  2052. 487498C88BB8BB854CC8889070445860ABD864507770B2586F87277F87760B87
  2053.  
  2054. C3AB2CE62B88588878249D8C38B98A989649D89B2BAA292500AF8A98E0AC78B3
  2055.  
  2056. 88F8B68599238BC9278258C192D8C59338CB84B9418D09498478399408BB9339
  2057.  
  2058. 278598E721F86337D8F186A212CAD8F85CB8FD90160B90443190968691F91193
  2059.  
  2060. 191501391B30391F39E0400B19258AD0278B188D44466F991934A6B93873197E
  2061.  
  2062. 64B9A19427499AF9498D58399AE8BB9A1926DA985B85E47CABCDA836E60E3768
  2063.  
  2064. B00B0DB44582B457229B9D25722F024604B4AF90F93C66F69B493497012E6D86
  2065.  
  2066. 97AD9675E596A248CFB8FE7415418800E59797E73A59F28599B57C589976989C
  2067.  
  2068. 9B798A3E62420639928CA7C36A385799B81866E0C3A359A29974259AB23DA499
  2069.  
  2070. B0EBBA559B6BAD94D84BA479148BBA658ABA3848FA3D8E385A29B8EA4718EFA0
  2071.  
  2072. 16F58F725396FA11A8B903A15A18F63A1D99C859A6B91601398689E803689494
  2073.  
  2074. 06B7EE4CD7F20CA5E8A6606B7FF995A3B80380780B9C392BA9864B81F823A4FA
  2075.  
  2076. 1FACF80A040082099839AD1A5D267ADFAE3ADB851AC7ABFA719998E42E19C995
  2077.  
  2078. E97C425A80BD1A84CF7A0D971A1338AD7DA92AF59F1ACD81DADB985A2991D8A3
  2079.  
  2080. 98D8A7AC9A4189064B8A7AD3827A518C60C1ADDAE184BB39AE6791AEBB49B438
  2081.  
  2082. DC0C1956E1D95BA7B339961B078F5969A87B0FA8D973A904A790BA97A42859B4
  2083.  
  2084. BA25919B27989B2BA31923B31B3F923B3B93BB1E05FB95B50749B95B4C013BA1
  2085.  
  2086. B9DB544CDB8FAF54A490785B8E99CBA7DB658F2533B0B875B6E3AB971975883B
  2087.  
  2088. 7797BB1DB7C64BBA5B83AA1B8789FA2E48198FB59BB5A73929B3392F9ADB438B
  2089.  
  2090. F9A9AD79B3B43BAB990C10932A17C0BBAE051991B31AFA251AFF9CD9DB9E59D7
  2091.  
  2092. C262E59D59E3C2F9E62B28B19EFBF98C59F749FA9F9FFBC586DB6BB0D879B71B
  2093.  
  2094. 132F9BD57E5A9597DC0405FC0DB25624BE3261B18E8F6940A00A49C436E8BA9E
  2095.  
  2096. 2910370063B5B80598C27256BB5BB3FC8E0DBB97C03B9BC966360CEF5CA5C41D
  2097.  
  2098. C99BA6239CA4557CA856AC59C97B5BC3EAB7CABA9F62821CF2249C0809580804
  2099.  
  2100. 45C995544B647275C778C2EFBC93FB3FC43695649CE7767C6AC15C6FBD7A1A7B
  2101.  
  2102. FC75C78956C59C8096A370065C89251CBDBF2F99C95CC5C01829C63CA1CB1CA7
  2103.  
  2104. CC3CB9CAE4B7D2A859CA08BBD17A6FBB6E1BD1DD2FBE3CC9CF2013CD0041CD42
  2105.  
  2106. 5366DCB1CDE4B761BCCBCE9C63CED4AB70FCF37A5C6DAA5CFDC5E7BF40EB1F3E
  2107.  
  2108. C2CC0BFC4349862ABCDD808E1C43B5AEAAB38B80B41730B243A2BF92133243AB
  2109.  
  2110. D96B7F512B19D9E533472B4FDACB11DB0B842C0B893F4B90B6FDA4BFCB76669D
  2111.  
  2112. BCB58B8205EB86911DC8B6CB94AC36FCB9EBA2BA6BAB3A0BB12648B00A948621
  2113.  
  2114. B406BC586877AC0C261ACBBDD73547F4827A0BB1699D8BD7F3DFD8568D49C041
  2115.  
  2116. 47C2EB4812E1D18907399C63E2C0E9E3031EE5B30249C98FA60F2E9C895C9CCA
  2117.  
  2118. 1A7E17EA22CF2574AF2AF4497DBA03E03DA49DE50FAE6671F1DDC09BAADCCCC7
  2119.  
  2120. DE633A097DD29CB4649E6E9CA665E568D48DBD0436E9407E9E8297A97BB3FE3D
  2121.  
  2122. E40E11E47E9EF36F3AE2C767C7080544EAB4CBB454481458BF79374244CD1B94
  2123.  
  2124. 596B9D99DB12E3AF67911DA425EDAB5AC59EE7DAEB5BEDF4A4DA91E8F7F64115
  2125.  
  2126. C0E9EE8B839FDAB20A60D20F4250BF80F67E1D7D3DD3EFE2443168E216AC5B18
  2127.  
  2128. BADA2A89A6E801BEC0CD7EC63E945BECF827ED339FED7EEE21546E0E7EF4A6DF
  2129.  
  2130. 3710746CB47471EEC577F5A3BB471F52DA9B3E2863AB9FD68A431D8DE23D86E7
  2131.  
  2132. D2A481DF57EC448FEC875C247EAE89E01B3B004B9ABF96A3DF9B15839D3427CE
  2133.  
  2134. 64A4D0822055782878871C0E89F354822BBA27F28083C648A566965AD2739F10
  2135.  
  2136. DAD15FAE4D405491FFBE4D4393C2E39133B2667E1FDA2F9FB3683886C4F34008
  2137.  
  2138. 4200472F910CA623A99C407B1413CEC65391C0E469371D040733A98CC665399C
  2139.  
  2140. CCC75361B0F220891CCE8618F994C85C370A44110891D0FB2233034CA6E32024
  2141.  
  2142. 4A7539C38C869319D01A633A9C8E5353A198D26C32880C66C37CEE914A06D4EA
  2143.  
  2144. 9010>)0()/SubFileDecode/XY56EHB728E45ADCCA32FCCE5{eexec cvx%96A3
  2145.  
  2146. exec}def filter%E6E9CA665E56871C0E89F354822BD48DBD0436E9407E9E82
  2147.  
  2148. (7ff3429bb896e585e69988dd498a83bd9ae4a2be5fe1a7fdba170f85d656e49
  2149.  
  2150. 5b4ebd2711bf0b15010c913e73bb3e5998f660414a3de706dab0278bc065ae45
  2151.  
  2152. 6eca5188cf043fe52da914224ad0bb25eb6%%%)
  2153.  
  2154. XY56EHB728E45ADCCA32FCCE5
  2155.  
  2156. %%EndResource
  2157.  
  2158. "
  2159.  
  2160. *End
  2161.  
  2162.  
  2163.  
  2164. *CloseSubGroup: Separations
  2165.  
  2166. *OpenSubGroup: Policies
  2167.  
  2168.  
  2169.  
  2170. *OpenUI *LHPageSizePol/PageSize Policies: PickOne
  2171.  
  2172. *OrderDependency: 10 Prolog *LHPageSizePol
  2173.  
  2174. *DefaultLHPageSizePol: Abort
  2175.  
  2176.  
  2177.  
  2178. *LHPageSizePol Abort/Abort if PageSize is too big: "   % PageSize Policy >Abort< is Default!"
  2179.  
  2180.  
  2181.  
  2182. *LHPageSizePol Largest/Use MaxPage and clip image: "
  2183.  
  2184.     %! BGiess 970227
  2185.  
  2186.     statusdict /setpageparams {
  2187.  
  2188.     dup 1 gt {errordict /rangecheck get exec} if 1 dict begin /CPSI /ProcSet findresource 
  2189.  
  2190.     /variables get /engineOrientation get /orientation [[1 0 0 3] [3 2 2 1] [0 3 3 2] [2 1 1 0]] 3 -1 roll get 
  2191.  
  2192.     def 4 2 roll 2 copy 5 -1 roll 0 eq {gt {orientation 0 get}{orientation 1 get} ifelse 3 1 roll exch
  2193.  
  2194.     }{lt{orientation 2 get}{orientation 3 get} ifelse 3 1 roll} ifelse end 
  2195.  
  2196.     <</PageOffset [ 7 -1 roll 0 ]/Orientation 7 -1 roll /PageSize [ 9 -2 roll ]/ImagingBBox null>>
  2197.  
  2198.     setpagedevice
  2199.  
  2200.     } put
  2201.  
  2202.     <</Policies << /PageSize 4 >> >> setpagedevice 
  2203.  
  2204. "
  2205.  
  2206. *End
  2207.  
  2208.  
  2209.  
  2210. *LHPageSizePol Ignore/Ignore requested PageSize: "
  2211.  
  2212.     %! BGiess 970227
  2213.  
  2214.     statusdict /setpageparams {
  2215.  
  2216.     dup 1 gt {errordict /rangecheck get exec} if 1 dict begin /CPSI /ProcSet findresource 
  2217.  
  2218.     /variables get /engineOrientation get /orientation [[1 0 0 3] [3 2 2 1] [0 3 3 2] [2 1 1 0]] 3 -1 roll get 
  2219.  
  2220.     def 4 2 roll 2 copy 5 -1 roll 0 eq {gt {orientation 0 get}{orientation 1 get} ifelse 3 1 roll exch
  2221.  
  2222.     }{lt{orientation 2 get}{orientation 3 get} ifelse 3 1 roll} ifelse end 
  2223.  
  2224.     <</PageOffset [ 7 -1 roll 0 ]/Orientation 7 -1 roll /PageSize [ 9 -2 roll ]/ImagingBBox null>>
  2225.  
  2226.     setpagedevice
  2227.  
  2228.     } put
  2229.  
  2230.     <</Policies << /PageSize 1 >> >> setpagedevice
  2231.  
  2232. "
  2233.  
  2234. *End
  2235.  
  2236.  
  2237.  
  2238. *?LHPageSizePol: "
  2239.  
  2240.  save
  2241.  
  2242.  currentpagedevice /Policies get /PageSize get 
  2243.  
  2244.  {
  2245.  
  2246.      dup 0 eq {(Abort) exit} if
  2247.  
  2248.      dup 1 eq {(Ignore) exit} if
  2249.  
  2250.      dup 4 eq {(Largest) exit} if
  2251.  
  2252.      (Unknown) exit
  2253.  
  2254.  } loop = flush pop
  2255.  
  2256.  restore
  2257.  
  2258. "
  2259.  
  2260. *End
  2261.  
  2262. *CloseUI: *LHPageSizePol
  2263.  
  2264.  
  2265.  
  2266. *CloseSubGroup: Policies
  2267.  
  2268. *CloseGroup: Imagesetter
  2269.  
  2270.  
  2271.  
  2272. *%
  2273.  
  2274. *%  End of Printer Specific Options
  2275.  
  2276. *%
  2277.  
  2278.  
  2279.  
  2280. *% Color Separation Information =====================
  2281.  
  2282.  
  2283.  
  2284. *DefaultColorSep: ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi
  2285.  
  2286.  
  2287.  
  2288. *InkName: ProcessBlack/Process Black
  2289.  
  2290. *InkName: CustomColor/Custom Color
  2291.  
  2292. *InkName: ProcessCyan/Process Cyan
  2293.  
  2294. *InkName: ProcessMagenta/Process Magenta
  2295.  
  2296. *InkName: ProcessYellow/Process Yellow
  2297.  
  2298.  
  2299.  
  2300. *%
  2301.  
  2302. *% Screening Params for HQS
  2303.  
  2304. *%
  2305.  
  2306. *%
  2307.  
  2308. *% ----- for Resolution 3386 dpi -----
  2309.  
  2310. *%
  2311.  
  2312. *% For 100 lpi / 3386 dpi
  2313.  
  2314. *ColorSepScreenAngle ProcessBlack.100lpi.3386dpi/100 lpi / 3386 dpi: "45"
  2315.  
  2316. *ColorSepScreenAngle CustomColor.100lpi.3386dpi/100 lpi / 3386 dpi: "45"
  2317.  
  2318. *ColorSepScreenAngle ProcessCyan.100lpi.3386dpi/100 lpi / 3386 dpi: "15"
  2319.  
  2320. *ColorSepScreenAngle ProcessMagenta.100lpi.3386dpi/100 lpi / 3386 dpi: "75"
  2321.  
  2322. *ColorSepScreenAngle ProcessYellow.100lpi.3386dpi/100 lpi / 3386 dpi: "0"
  2323.  
  2324.  
  2325.  
  2326. *ColorSepScreenFreq ProcessBlack.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
  2327.  
  2328. *ColorSepScreenFreq CustomColor.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
  2329.  
  2330. *ColorSepScreenFreq ProcessCyan.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
  2331.  
  2332. *ColorSepScreenFreq ProcessMagenta.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
  2333.  
  2334. *ColorSepScreenFreq ProcessYellow.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
  2335.  
  2336.  
  2337.  
  2338. *% For 120 lpi / 3386 dpi
  2339.  
  2340. *ColorSepScreenAngle ProcessBlack.120lpi.3386dpi/120 lpi / 3386 dpi: "45"
  2341.  
  2342. *ColorSepScreenAngle CustomColor.120lpi.3386dpi/120 lpi / 3386 dpi: "45"
  2343.  
  2344. *ColorSepScreenAngle ProcessCyan.120lpi.3386dpi/120 lpi / 3386 dpi: "15"
  2345.  
  2346. *ColorSepScreenAngle ProcessMagenta.120lpi.3386dpi/120 lpi / 3386 dpi: "75"
  2347.  
  2348. *ColorSepScreenAngle ProcessYellow.120lpi.3386dpi/120 lpi / 3386 dpi: "0"
  2349.  
  2350.  
  2351.  
  2352. *ColorSepScreenFreq ProcessBlack.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
  2353.  
  2354. *ColorSepScreenFreq CustomColor.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
  2355.  
  2356. *ColorSepScreenFreq ProcessCyan.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
  2357.  
  2358. *ColorSepScreenFreq ProcessMagenta.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
  2359.  
  2360. *ColorSepScreenFreq ProcessYellow.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
  2361.  
  2362.  
  2363.  
  2364. *% For 133 lpi / 3386 dpi
  2365.  
  2366. *ColorSepScreenAngle ProcessBlack.133lpi.3386dpi/133 lpi / 3386 dpi: "45"
  2367.  
  2368. *ColorSepScreenAngle CustomColor.133lpi.3386dpi/133 lpi / 3386 dpi: "45"
  2369.  
  2370. *ColorSepScreenAngle ProcessCyan.133lpi.3386dpi/133 lpi / 3386 dpi: "15"
  2371.  
  2372. *ColorSepScreenAngle ProcessMagenta.133lpi.3386dpi/133 lpi / 3386 dpi: "75"
  2373.  
  2374. *ColorSepScreenAngle ProcessYellow.133lpi.3386dpi/133 lpi / 3386 dpi: "0"
  2375.  
  2376.  
  2377.  
  2378. *ColorSepScreenFreq ProcessBlack.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
  2379.  
  2380. *ColorSepScreenFreq CustomColor.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
  2381.  
  2382. *ColorSepScreenFreq ProcessCyan.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
  2383.  
  2384. *ColorSepScreenFreq ProcessMagenta.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
  2385.  
  2386. *ColorSepScreenFreq ProcessYellow.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
  2387.  
  2388.  
  2389.  
  2390. *% For 150 lpi / 3386 dpi
  2391.  
  2392. *ColorSepScreenAngle ProcessBlack.150lpi.3386dpi/150 lpi / 3386 dpi: "45"
  2393.  
  2394. *ColorSepScreenAngle CustomColor.150lpi.3386dpi/150 lpi / 3386 dpi: "45"
  2395.  
  2396. *ColorSepScreenAngle ProcessCyan.150lpi.3386dpi/150 lpi / 3386 dpi: "15"
  2397.  
  2398. *ColorSepScreenAngle ProcessMagenta.150lpi.3386dpi/150 lpi / 3386 dpi: "75"
  2399.  
  2400. *ColorSepScreenAngle ProcessYellow.150lpi.3386dpi/150 lpi / 3386 dpi: "0"
  2401.  
  2402.  
  2403.  
  2404. *ColorSepScreenFreq ProcessBlack.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
  2405.  
  2406. *ColorSepScreenFreq CustomColor.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
  2407.  
  2408. *ColorSepScreenFreq ProcessCyan.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
  2409.  
  2410. *ColorSepScreenFreq ProcessMagenta.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
  2411.  
  2412. *ColorSepScreenFreq ProcessYellow.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
  2413.  
  2414.  
  2415.  
  2416. *% For 175 lpi / 3386 dpi
  2417.  
  2418. *ColorSepScreenAngle ProcessBlack.175lpi.3386dpi/175 lpi / 3386 dpi: "45"
  2419.  
  2420. *ColorSepScreenAngle CustomColor.175lpi.3386dpi/175 lpi / 3386 dpi: "45"
  2421.  
  2422. *ColorSepScreenAngle ProcessCyan.175lpi.3386dpi/175 lpi / 3386 dpi: "15"
  2423.  
  2424. *ColorSepScreenAngle ProcessMagenta.175lpi.3386dpi/175 lpi / 3386 dpi: "75"
  2425.  
  2426. *ColorSepScreenAngle ProcessYellow.175lpi.3386dpi/175 lpi / 3386 dpi: "0"
  2427.  
  2428.  
  2429.  
  2430. *ColorSepScreenFreq ProcessBlack.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
  2431.  
  2432. *ColorSepScreenFreq CustomColor.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
  2433.  
  2434. *ColorSepScreenFreq ProcessCyan.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
  2435.  
  2436. *ColorSepScreenFreq ProcessMagenta.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
  2437.  
  2438. *ColorSepScreenFreq ProcessYellow.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
  2439.  
  2440.  
  2441.  
  2442. *% For 200 lpi / 3386 dpi
  2443.  
  2444. *ColorSepScreenAngle ProcessBlack.200lpi.3386dpi/200 lpi / 3386 dpi: "45"
  2445.  
  2446. *ColorSepScreenAngle CustomColor.200lpi.3386dpi/200 lpi / 3386 dpi: "45"
  2447.  
  2448. *ColorSepScreenAngle ProcessCyan.200lpi.3386dpi/200 lpi / 3386 dpi: "15"
  2449.  
  2450. *ColorSepScreenAngle ProcessMagenta.200lpi.3386dpi/200 lpi / 3386 dpi: "75"
  2451.  
  2452. *ColorSepScreenAngle ProcessYellow.200lpi.3386dpi/200 lpi / 3386 dpi: "0"
  2453.  
  2454.  
  2455.  
  2456. *ColorSepScreenFreq ProcessBlack.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
  2457.  
  2458. *ColorSepScreenFreq CustomColor.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
  2459.  
  2460. *ColorSepScreenFreq ProcessCyan.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
  2461.  
  2462. *ColorSepScreenFreq ProcessMagenta.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
  2463.  
  2464. *ColorSepScreenFreq ProcessYellow.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
  2465.  
  2466.  
  2467.  
  2468. *% For 225 lpi / 3386 dpi
  2469.  
  2470. *ColorSepScreenAngle ProcessBlack.225lpi.3386dpi/225 lpi / 3386 dpi: "45"
  2471.  
  2472. *ColorSepScreenAngle CustomColor.225lpi.3386dpi/225 lpi / 3386 dpi: "45"
  2473.  
  2474. *ColorSepScreenAngle ProcessCyan.225lpi.3386dpi/225 lpi / 3386 dpi: "15"
  2475.  
  2476. *ColorSepScreenAngle ProcessMagenta.225lpi.3386dpi/225 lpi / 3386 dpi: "75"
  2477.  
  2478. *ColorSepScreenAngle ProcessYellow.225lpi.3386dpi/225 lpi / 3386 dpi: "0"
  2479.  
  2480.  
  2481.  
  2482. *ColorSepScreenFreq ProcessBlack.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
  2483.  
  2484. *ColorSepScreenFreq CustomColor.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
  2485.  
  2486. *ColorSepScreenFreq ProcessCyan.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
  2487.  
  2488. *ColorSepScreenFreq ProcessMagenta.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
  2489.  
  2490. *ColorSepScreenFreq ProcessYellow.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
  2491.  
  2492.  
  2493.  
  2494. *% For 275 lpi / 3386 dpi
  2495.  
  2496. *ColorSepScreenAngle ProcessBlack.275lpi.3386dpi/275 lpi / 3386 dpi: "45"
  2497.  
  2498. *ColorSepScreenAngle CustomColor.275lpi.3386dpi/275 lpi / 3386 dpi: "45"
  2499.  
  2500. *ColorSepScreenAngle ProcessCyan.275lpi.3386dpi/275 lpi / 3386 dpi: "15"
  2501.  
  2502. *ColorSepScreenAngle ProcessMagenta.275lpi.3386dpi/275 lpi / 3386 dpi: "75"
  2503.  
  2504. *ColorSepScreenAngle ProcessYellow.275lpi.3386dpi/275 lpi / 3386 dpi: "0"
  2505.  
  2506.  
  2507.  
  2508. *ColorSepScreenFreq ProcessBlack.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
  2509.  
  2510. *ColorSepScreenFreq CustomColor.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
  2511.  
  2512. *ColorSepScreenFreq ProcessCyan.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
  2513.  
  2514. *ColorSepScreenFreq ProcessMagenta.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
  2515.  
  2516. *ColorSepScreenFreq ProcessYellow.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
  2517.  
  2518.  
  2519.  
  2520. *% For 400 lpi / 3386 dpi
  2521.  
  2522. *ColorSepScreenAngle ProcessBlack.400lpi.3386dpi/400 lpi / 3386 dpi: "45"
  2523.  
  2524. *ColorSepScreenAngle CustomColor.400lpi.3386dpi/400 lpi / 3386 dpi: "45"
  2525.  
  2526. *ColorSepScreenAngle ProcessCyan.400lpi.3386dpi/400 lpi / 3386 dpi: "15"
  2527.  
  2528. *ColorSepScreenAngle ProcessMagenta.400lpi.3386dpi/400 lpi / 3386 dpi: "75"
  2529.  
  2530. *ColorSepScreenAngle ProcessYellow.400lpi.3386dpi/400 lpi / 3386 dpi: "0"
  2531.  
  2532.  
  2533.  
  2534. *ColorSepScreenFreq ProcessBlack.400lpi.3386dpi/400 lpi / 3386 dpi: "400"
  2535.  
  2536. *ColorSepScreenFreq CustomColor.400lpi.3386dpi/400 lpi / 3386 dpi: "400"
  2537.  
  2538. *ColorSepScreenFreq ProcessCyan.400lpi.3386dpi/400 lpi / 3386 dpi: "400"
  2539.  
  2540. *ColorSepScreenFreq ProcessMagenta.400lpi.3386dpi/400 lpi / 3386 dpi: "400"
  2541.  
  2542. *ColorSepScreenFreq ProcessYellow.400lpi.3386dpi/400 lpi / 3386 dpi: "400"
  2543.  
  2544. *%
  2545.  
  2546. *% ----- for Resolution 2540 dpi -----
  2547.  
  2548. *%
  2549.  
  2550. *% For 20 lpi / 2540 dpi
  2551.  
  2552. *ColorSepScreenAngle ProcessBlack.20lpi.2540dpi/20 lpi / 2540 dpi: "45"
  2553.  
  2554. *ColorSepScreenAngle CustomColor.20lpi.2540dpi/20 lpi / 2540 dpi: "45"
  2555.  
  2556. *ColorSepScreenAngle ProcessCyan.20lpi.2540dpi/20 lpi / 2540 dpi: "15"
  2557.  
  2558. *ColorSepScreenAngle ProcessMagenta.20lpi.2540dpi/20 lpi / 2540 dpi: "75"
  2559.  
  2560. *ColorSepScreenAngle ProcessYellow.20lpi.2540dpi/20 lpi / 2540 dpi: "0"
  2561.  
  2562.  
  2563.  
  2564. *ColorSepScreenFreq ProcessBlack.20lpi.2540dpi/20 lpi / 2540 dpi: "20"
  2565.  
  2566. *ColorSepScreenFreq CustomColor.20lpi.2540dpi/20 lpi / 2540 dpi: "20"
  2567.  
  2568. *ColorSepScreenFreq ProcessCyan.20lpi.2540dpi/20 lpi / 2540 dpi: "20"
  2569.  
  2570. *ColorSepScreenFreq ProcessMagenta.20lpi.2540dpi/20 lpi / 2540 dpi: "20"
  2571.  
  2572. *ColorSepScreenFreq ProcessYellow.20lpi.2540dpi/20 lpi / 2540 dpi: "20"
  2573.  
  2574.  
  2575.  
  2576. *% For 33 lpi / 2540 dpi
  2577.  
  2578. *ColorSepScreenAngle ProcessBlack.33lpi.2540dpi/33 lpi / 2540 dpi: "45"
  2579.  
  2580. *ColorSepScreenAngle CustomColor.33lpi.2540dpi/33 lpi / 2540 dpi: "45"
  2581.  
  2582. *ColorSepScreenAngle ProcessCyan.33lpi.2540dpi/33 lpi / 2540 dpi: "15"
  2583.  
  2584. *ColorSepScreenAngle ProcessMagenta.33lpi.2540dpi/33 lpi / 2540 dpi: "75"
  2585.  
  2586. *ColorSepScreenAngle ProcessYellow.33lpi.2540dpi/33 lpi / 2540 dpi: "0"
  2587.  
  2588.  
  2589.  
  2590. *ColorSepScreenFreq ProcessBlack.33lpi.2540dpi/33 lpi / 2540 dpi: "33"
  2591.  
  2592. *ColorSepScreenFreq CustomColor.33lpi.2540dpi/33 lpi / 2540 dpi: "33"
  2593.  
  2594. *ColorSepScreenFreq ProcessCyan.33lpi.2540dpi/33 lpi / 2540 dpi: "33"
  2595.  
  2596. *ColorSepScreenFreq ProcessMagenta.33lpi.2540dpi/33 lpi / 2540 dpi: "33"
  2597.  
  2598. *ColorSepScreenFreq ProcessYellow.33lpi.2540dpi/33 lpi / 2540 dpi: "33"
  2599.  
  2600.  
  2601.  
  2602. *% For 38 lpi / 2540 dpi
  2603.  
  2604. *ColorSepScreenAngle ProcessBlack.38lpi.2540dpi/38 lpi / 2540 dpi: "45"
  2605.  
  2606. *ColorSepScreenAngle CustomColor.38lpi.2540dpi/38 lpi / 2540 dpi: "45"
  2607.  
  2608. *ColorSepScreenAngle ProcessCyan.38lpi.2540dpi/38 lpi / 2540 dpi: "15"
  2609.  
  2610. *ColorSepScreenAngle ProcessMagenta.38lpi.2540dpi/38 lpi / 2540 dpi: "75"
  2611.  
  2612. *ColorSepScreenAngle ProcessYellow.38lpi.2540dpi/38 lpi / 2540 dpi: "0"
  2613.  
  2614.  
  2615.  
  2616. *ColorSepScreenFreq ProcessBlack.38lpi.2540dpi/38 lpi / 2540 dpi: "38"
  2617.  
  2618. *ColorSepScreenFreq CustomColor.38lpi.2540dpi/38 lpi / 2540 dpi: "38"
  2619.  
  2620. *ColorSepScreenFreq ProcessCyan.38lpi.2540dpi/38 lpi / 2540 dpi: "38"
  2621.  
  2622. *ColorSepScreenFreq ProcessMagenta.38lpi.2540dpi/38 lpi / 2540 dpi: "38"
  2623.  
  2624. *ColorSepScreenFreq ProcessYellow.38lpi.2540dpi/38 lpi / 2540 dpi: "38"
  2625.  
  2626.  
  2627.  
  2628. *% For 46 lpi / 2540 dpi
  2629.  
  2630. *ColorSepScreenAngle ProcessBlack.46lpi.2540dpi/46 lpi / 2540 dpi: "45"
  2631.  
  2632. *ColorSepScreenAngle CustomColor.46lpi.2540dpi/46 lpi / 2540 dpi: "45"
  2633.  
  2634. *ColorSepScreenAngle ProcessCyan.46lpi.2540dpi/46 lpi / 2540 dpi: "15"
  2635.  
  2636. *ColorSepScreenAngle ProcessMagenta.46lpi.2540dpi/46 lpi / 2540 dpi: "75"
  2637.  
  2638. *ColorSepScreenAngle ProcessYellow.46lpi.2540dpi/46 lpi / 2540 dpi: "0"
  2639.  
  2640.  
  2641.  
  2642. *ColorSepScreenFreq ProcessBlack.46lpi.2540dpi/46 lpi / 2540 dpi: "46"
  2643.  
  2644. *ColorSepScreenFreq CustomColor.46lpi.2540dpi/46 lpi / 2540 dpi: "46"
  2645.  
  2646. *ColorSepScreenFreq ProcessCyan.46lpi.2540dpi/46 lpi / 2540 dpi: "46"
  2647.  
  2648. *ColorSepScreenFreq ProcessMagenta.46lpi.2540dpi/46 lpi / 2540 dpi: "46"
  2649.  
  2650. *ColorSepScreenFreq ProcessYellow.46lpi.2540dpi/46 lpi / 2540 dpi: "46"
  2651.  
  2652.  
  2653.  
  2654. *% For 50 lpi / 2540 dpi
  2655.  
  2656. *ColorSepScreenAngle ProcessBlack.50lpi.2540dpi/50 lpi / 2540 dpi: "45"
  2657.  
  2658. *ColorSepScreenAngle CustomColor.50lpi.2540dpi/50 lpi / 2540 dpi: "45"
  2659.  
  2660. *ColorSepScreenAngle ProcessCyan.50lpi.2540dpi/50 lpi / 2540 dpi: "15"
  2661.  
  2662. *ColorSepScreenAngle ProcessMagenta.50lpi.2540dpi/50 lpi / 2540 dpi: "75"
  2663.  
  2664. *ColorSepScreenAngle ProcessYellow.50lpi.2540dpi/50 lpi / 2540 dpi: "0"
  2665.  
  2666.  
  2667.  
  2668. *ColorSepScreenFreq ProcessBlack.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
  2669.  
  2670. *ColorSepScreenFreq CustomColor.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
  2671.  
  2672. *ColorSepScreenFreq ProcessCyan.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
  2673.  
  2674. *ColorSepScreenFreq ProcessMagenta.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
  2675.  
  2676. *ColorSepScreenFreq ProcessYellow.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
  2677.  
  2678.  
  2679.  
  2680. *% For 60 lpi / 2540 dpi
  2681.  
  2682. *ColorSepScreenAngle ProcessBlack.60lpi.2540dpi/60 lpi / 2540 dpi: "45"
  2683.  
  2684. *ColorSepScreenAngle CustomColor.60lpi.2540dpi/60 lpi / 2540 dpi: "45"
  2685.  
  2686. *ColorSepScreenAngle ProcessCyan.60lpi.2540dpi/60 lpi / 2540 dpi: "15"
  2687.  
  2688. *ColorSepScreenAngle ProcessMagenta.60lpi.2540dpi/60 lpi / 2540 dpi: "75"
  2689.  
  2690. *ColorSepScreenAngle ProcessYellow.60lpi.2540dpi/60 lpi / 2540 dpi: "0"
  2691.  
  2692.  
  2693.  
  2694. *ColorSepScreenFreq ProcessBlack.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
  2695.  
  2696. *ColorSepScreenFreq CustomColor.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
  2697.  
  2698. *ColorSepScreenFreq ProcessCyan.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
  2699.  
  2700. *ColorSepScreenFreq ProcessMagenta.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
  2701.  
  2702. *ColorSepScreenFreq ProcessYellow.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
  2703.  
  2704.  
  2705.  
  2706. *% For 65 lpi / 2540 dpi
  2707.  
  2708. *ColorSepScreenAngle ProcessBlack.65lpi.2540dpi/65 lpi / 2540 dpi: "45"
  2709.  
  2710. *ColorSepScreenAngle CustomColor.65lpi.2540dpi/65 lpi / 2540 dpi: "45"
  2711.  
  2712. *ColorSepScreenAngle ProcessCyan.65lpi.2540dpi/65 lpi / 2540 dpi: "15"
  2713.  
  2714. *ColorSepScreenAngle ProcessMagenta.65lpi.2540dpi/65 lpi / 2540 dpi: "75"
  2715.  
  2716. *ColorSepScreenAngle ProcessYellow.65lpi.2540dpi/65 lpi / 2540 dpi: "0"
  2717.  
  2718.  
  2719.  
  2720. *ColorSepScreenFreq ProcessBlack.65lpi.2540dpi/65 lpi / 2540 dpi: "65"
  2721.  
  2722. *ColorSepScreenFreq CustomColor.65lpi.2540dpi/65 lpi / 2540 dpi: "65"
  2723.  
  2724. *ColorSepScreenFreq ProcessCyan.65lpi.2540dpi/65 lpi / 2540 dpi: "65"
  2725.  
  2726. *ColorSepScreenFreq ProcessMagenta.65lpi.2540dpi/65 lpi / 2540 dpi: "65"
  2727.  
  2728. *ColorSepScreenFreq ProcessYellow.65lpi.2540dpi/65 lpi / 2540 dpi: "65"
  2729.  
  2730.  
  2731.  
  2732. *% For 70 lpi / 2540 dpi
  2733.  
  2734. *ColorSepScreenAngle ProcessBlack.70lpi.2540dpi/70 lpi / 2540 dpi: "45"
  2735.  
  2736. *ColorSepScreenAngle CustomColor.70lpi.2540dpi/70 lpi / 2540 dpi: "45"
  2737.  
  2738. *ColorSepScreenAngle ProcessCyan.70lpi.2540dpi/70 lpi / 2540 dpi: "15"
  2739.  
  2740. *ColorSepScreenAngle ProcessMagenta.70lpi.2540dpi/70 lpi / 2540 dpi: "75"
  2741.  
  2742. *ColorSepScreenAngle ProcessYellow.70lpi.2540dpi/70 lpi / 2540 dpi: "0"
  2743.  
  2744.  
  2745.  
  2746. *ColorSepScreenFreq ProcessBlack.70lpi.2540dpi/70 lpi / 2540 dpi: "70"
  2747.  
  2748. *ColorSepScreenFreq CustomColor.70lpi.2540dpi/70 lpi / 2540 dpi: "70"
  2749.  
  2750. *ColorSepScreenFreq ProcessCyan.70lpi.2540dpi/70 lpi / 2540 dpi: "70"
  2751.  
  2752. *ColorSepScreenFreq ProcessMagenta.70lpi.2540dpi/70 lpi / 2540 dpi: "70"
  2753.  
  2754. *ColorSepScreenFreq ProcessYellow.70lpi.2540dpi/70 lpi / 2540 dpi: "70"
  2755.  
  2756.  
  2757.  
  2758. *% For 75 lpi / 2540 dpi
  2759.  
  2760. *ColorSepScreenAngle ProcessBlack.75lpi.2540dpi/75 lpi / 2540 dpi: "45"
  2761.  
  2762. *ColorSepScreenAngle CustomColor.75lpi.2540dpi/75 lpi / 2540 dpi: "45"
  2763.  
  2764. *ColorSepScreenAngle ProcessCyan.75lpi.2540dpi/75 lpi / 2540 dpi: "15"
  2765.  
  2766. *ColorSepScreenAngle ProcessMagenta.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
  2767.  
  2768. *ColorSepScreenAngle ProcessYellow.75lpi.2540dpi/75 lpi / 2540 dpi: "0"
  2769.  
  2770.  
  2771.  
  2772. *ColorSepScreenFreq ProcessBlack.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
  2773.  
  2774. *ColorSepScreenFreq CustomColor.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
  2775.  
  2776. *ColorSepScreenFreq ProcessCyan.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
  2777.  
  2778. *ColorSepScreenFreq ProcessMagenta.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
  2779.  
  2780. *ColorSepScreenFreq ProcessYellow.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
  2781.  
  2782.  
  2783.  
  2784. *% For 80 lpi / 2540 dpi
  2785.  
  2786. *ColorSepScreenAngle ProcessBlack.80lpi.2540dpi/80 lpi / 2540 dpi: "45"
  2787.  
  2788. *ColorSepScreenAngle CustomColor.80lpi.2540dpi/80 lpi / 2540 dpi: "45"
  2789.  
  2790. *ColorSepScreenAngle ProcessCyan.80lpi.2540dpi/80 lpi / 2540 dpi: "15"
  2791.  
  2792. *ColorSepScreenAngle ProcessMagenta.80lpi.2540dpi/80 lpi / 2540 dpi: "75"
  2793.  
  2794. *ColorSepScreenAngle ProcessYellow.80lpi.2540dpi/80 lpi / 2540 dpi: "0"
  2795.  
  2796.  
  2797.  
  2798. *ColorSepScreenFreq ProcessBlack.80lpi.2540dpi/80 lpi / 2540 dpi: "80"
  2799.  
  2800. *ColorSepScreenFreq CustomColor.80lpi.2540dpi/80 lpi / 2540 dpi: "80"
  2801.  
  2802. *ColorSepScreenFreq ProcessCyan.80lpi.2540dpi/80 lpi / 2540 dpi: "80"
  2803.  
  2804. *ColorSepScreenFreq ProcessMagenta.80lpi.2540dpi/80 lpi / 2540 dpi: "80"
  2805.  
  2806. *ColorSepScreenFreq ProcessYellow.80lpi.2540dpi/80 lpi / 2540 dpi: "80"
  2807.  
  2808.  
  2809.  
  2810. *% For 85 lpi / 2540 dpi
  2811.  
  2812. *ColorSepScreenAngle ProcessBlack.85lpi.2540dpi/85 lpi / 2540 dpi: "45"
  2813.  
  2814. *ColorSepScreenAngle CustomColor.85lpi.2540dpi/85 lpi / 2540 dpi: "45"
  2815.  
  2816. *ColorSepScreenAngle ProcessCyan.85lpi.2540dpi/85 lpi / 2540 dpi: "15"
  2817.  
  2818. *ColorSepScreenAngle ProcessMagenta.85lpi.2540dpi/85 lpi / 2540 dpi: "75"
  2819.  
  2820. *ColorSepScreenAngle ProcessYellow.85lpi.2540dpi/85 lpi / 2540 dpi: "0"
  2821.  
  2822.  
  2823.  
  2824. *ColorSepScreenFreq ProcessBlack.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
  2825.  
  2826. *ColorSepScreenFreq CustomColor.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
  2827.  
  2828. *ColorSepScreenFreq ProcessCyan.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
  2829.  
  2830. *ColorSepScreenFreq ProcessMagenta.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
  2831.  
  2832. *ColorSepScreenFreq ProcessYellow.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
  2833.  
  2834.  
  2835.  
  2836. *% For 90 lpi / 2540 dpi
  2837.  
  2838. *ColorSepScreenAngle ProcessBlack.90lpi.2540dpi/90 lpi / 2540 dpi: "45"
  2839.  
  2840. *ColorSepScreenAngle CustomColor.90lpi.2540dpi/90 lpi / 2540 dpi: "45"
  2841.  
  2842. *ColorSepScreenAngle ProcessCyan.90lpi.2540dpi/90 lpi / 2540 dpi: "15"
  2843.  
  2844. *ColorSepScreenAngle ProcessMagenta.90lpi.2540dpi/90 lpi / 2540 dpi: "75"
  2845.  
  2846. *ColorSepScreenAngle ProcessYellow.90lpi.2540dpi/90 lpi / 2540 dpi: "0"
  2847.  
  2848.  
  2849.  
  2850. *ColorSepScreenFreq ProcessBlack.90lpi.2540dpi/90 lpi / 2540 dpi: "90"
  2851.  
  2852. *ColorSepScreenFreq CustomColor.90lpi.2540dpi/90 lpi / 2540 dpi: "90"
  2853.  
  2854. *ColorSepScreenFreq ProcessCyan.90lpi.2540dpi/90 lpi / 2540 dpi: "90"
  2855.  
  2856. *ColorSepScreenFreq ProcessMagenta.90lpi.2540dpi/90 lpi / 2540 dpi: "90"
  2857.  
  2858. *ColorSepScreenFreq ProcessYellow.90lpi.2540dpi/90 lpi / 2540 dpi: "90"
  2859.  
  2860.  
  2861.  
  2862. *% For 100 lpi / 2540 dpi
  2863.  
  2864. *ColorSepScreenAngle ProcessBlack.100lpi.2540dpi/100 lpi / 2540 dpi: "45"
  2865.  
  2866. *ColorSepScreenAngle CustomColor.100lpi.2540dpi/100 lpi / 2540 dpi: "45"
  2867.  
  2868. *ColorSepScreenAngle ProcessCyan.100lpi.2540dpi/100 lpi / 2540 dpi: "15"
  2869.  
  2870. *ColorSepScreenAngle ProcessMagenta.100lpi.2540dpi/100 lpi / 2540 dpi: "75"
  2871.  
  2872. *ColorSepScreenAngle ProcessYellow.100lpi.2540dpi/100 lpi / 2540 dpi: "0"
  2873.  
  2874.  
  2875.  
  2876. *ColorSepScreenFreq ProcessBlack.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
  2877.  
  2878. *ColorSepScreenFreq CustomColor.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
  2879.  
  2880. *ColorSepScreenFreq ProcessCyan.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
  2881.  
  2882. *ColorSepScreenFreq ProcessMagenta.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
  2883.  
  2884. *ColorSepScreenFreq ProcessYellow.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
  2885.  
  2886.  
  2887.  
  2888. *% For 110 lpi / 2540 dpi
  2889.  
  2890. *ColorSepScreenAngle ProcessBlack.110lpi.2540dpi/110 lpi / 2540 dpi: "45"
  2891.  
  2892. *ColorSepScreenAngle CustomColor.110lpi.2540dpi/110 lpi / 2540 dpi: "45"
  2893.  
  2894. *ColorSepScreenAngle ProcessCyan.110lpi.2540dpi/110 lpi / 2540 dpi: "15"
  2895.  
  2896. *ColorSepScreenAngle ProcessMagenta.110lpi.2540dpi/110 lpi / 2540 dpi: "75"
  2897.  
  2898. *ColorSepScreenAngle ProcessYellow.110lpi.2540dpi/110 lpi / 2540 dpi: "0"
  2899.  
  2900.  
  2901.  
  2902. *ColorSepScreenFreq ProcessBlack.110lpi.2540dpi/110 lpi / 2540 dpi: "110"
  2903.  
  2904. *ColorSepScreenFreq CustomColor.110lpi.2540dpi/110 lpi / 2540 dpi: "110"
  2905.  
  2906. *ColorSepScreenFreq ProcessCyan.110lpi.2540dpi/110 lpi / 2540 dpi: "110"
  2907.  
  2908. *ColorSepScreenFreq ProcessMagenta.110lpi.2540dpi/110 lpi / 2540 dpi: "110"
  2909.  
  2910. *ColorSepScreenFreq ProcessYellow.110lpi.2540dpi/110 lpi / 2540 dpi: "110"
  2911.  
  2912.  
  2913.  
  2914. *% For 120 lpi / 2540 dpi
  2915.  
  2916. *ColorSepScreenAngle ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi: "45"
  2917.  
  2918. *ColorSepScreenAngle CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi: "45"
  2919.  
  2920. *ColorSepScreenAngle ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi: "15"
  2921.  
  2922. *ColorSepScreenAngle ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi: "75"
  2923.  
  2924. *ColorSepScreenAngle ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi: "0"
  2925.  
  2926.  
  2927.  
  2928. *ColorSepScreenFreq ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
  2929.  
  2930. *ColorSepScreenFreq CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
  2931.  
  2932. *ColorSepScreenFreq ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
  2933.  
  2934. *ColorSepScreenFreq ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
  2935.  
  2936. *ColorSepScreenFreq ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
  2937.  
  2938.  
  2939.  
  2940. *% For 133 lpi / 2540 dpi
  2941.  
  2942. *ColorSepScreenAngle ProcessBlack.133lpi.2540dpi/133 lpi / 2540 dpi: "45"
  2943.  
  2944. *ColorSepScreenAngle CustomColor.133lpi.2540dpi/133 lpi / 2540 dpi: "45"
  2945.  
  2946. *ColorSepScreenAngle ProcessCyan.133lpi.2540dpi/133 lpi / 2540 dpi: "15"
  2947.  
  2948. *ColorSepScreenAngle ProcessMagenta.133lpi.2540dpi/133 lpi / 2540 dpi: "75"
  2949.  
  2950. *ColorSepScreenAngle ProcessYellow.133lpi.2540dpi/133 lpi / 2540 dpi: "0"
  2951.  
  2952.  
  2953.  
  2954. *ColorSepScreenFreq ProcessBlack.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
  2955.  
  2956. *ColorSepScreenFreq CustomColor.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
  2957.  
  2958. *ColorSepScreenFreq ProcessCyan.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
  2959.  
  2960. *ColorSepScreenFreq ProcessMagenta.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
  2961.  
  2962. *ColorSepScreenFreq ProcessYellow.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
  2963.  
  2964.  
  2965.  
  2966. *% For 138 lpi / 2540 dpi
  2967.  
  2968. *ColorSepScreenAngle ProcessBlack.138lpi.2540dpi/138 lpi / 2540 dpi: "45"
  2969.  
  2970. *ColorSepScreenAngle CustomColor.138lpi.2540dpi/138 lpi / 2540 dpi: "45"
  2971.  
  2972. *ColorSepScreenAngle ProcessCyan.138lpi.2540dpi/138 lpi / 2540 dpi: "15"
  2973.  
  2974. *ColorSepScreenAngle ProcessMagenta.138lpi.2540dpi/138 lpi / 2540 dpi: "75"
  2975.  
  2976. *ColorSepScreenAngle ProcessYellow.138lpi.2540dpi/138 lpi / 2540 dpi: "0"
  2977.  
  2978.  
  2979.  
  2980. *ColorSepScreenFreq ProcessBlack.138lpi.2540dpi/138 lpi / 2540 dpi: "138"
  2981.  
  2982. *ColorSepScreenFreq CustomColor.138lpi.2540dpi/138 lpi / 2540 dpi: "138"
  2983.  
  2984. *ColorSepScreenFreq ProcessCyan.138lpi.2540dpi/138 lpi / 2540 dpi: "138"
  2985.  
  2986. *ColorSepScreenFreq ProcessMagenta.138lpi.2540dpi/138 lpi / 2540 dpi: "138"
  2987.  
  2988. *ColorSepScreenFreq ProcessYellow.138lpi.2540dpi/138 lpi / 2540 dpi: "138"
  2989.  
  2990.  
  2991.  
  2992. *% For 150 lpi / 2540 dpi
  2993.  
  2994. *ColorSepScreenAngle ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi: "45"
  2995.  
  2996. *ColorSepScreenAngle CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi: "45"
  2997.  
  2998. *ColorSepScreenAngle ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi: "15"
  2999.  
  3000. *ColorSepScreenAngle ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi: "75"
  3001.  
  3002. *ColorSepScreenAngle ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi: "0"
  3003.  
  3004.  
  3005.  
  3006. *ColorSepScreenFreq ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
  3007.  
  3008. *ColorSepScreenFreq CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
  3009.  
  3010. *ColorSepScreenFreq ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
  3011.  
  3012. *ColorSepScreenFreq ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
  3013.  
  3014. *ColorSepScreenFreq ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
  3015.  
  3016.  
  3017.  
  3018. *% For 175 lpi / 2540 dpi
  3019.  
  3020. *ColorSepScreenAngle ProcessBlack.175lpi.2540dpi/175 lpi / 2540 dpi: "45"
  3021.  
  3022. *ColorSepScreenAngle CustomColor.175lpi.2540dpi/175 lpi / 2540 dpi: "45"
  3023.  
  3024. *ColorSepScreenAngle ProcessCyan.175lpi.2540dpi/175 lpi / 2540 dpi: "15"
  3025.  
  3026. *ColorSepScreenAngle ProcessMagenta.175lpi.2540dpi/175 lpi / 2540 dpi: "75"
  3027.  
  3028. *ColorSepScreenAngle ProcessYellow.175lpi.2540dpi/175 lpi / 2540 dpi: "0"
  3029.  
  3030.  
  3031.  
  3032. *ColorSepScreenFreq ProcessBlack.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
  3033.  
  3034. *ColorSepScreenFreq CustomColor.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
  3035.  
  3036. *ColorSepScreenFreq ProcessCyan.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
  3037.  
  3038. *ColorSepScreenFreq ProcessMagenta.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
  3039.  
  3040. *ColorSepScreenFreq ProcessYellow.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
  3041.  
  3042.  
  3043.  
  3044. *% For 200 lpi / 2540 dpi
  3045.  
  3046. *ColorSepScreenAngle ProcessBlack.200lpi.2540dpi/200 lpi / 2540 dpi: "45"
  3047.  
  3048. *ColorSepScreenAngle CustomColor.200lpi.2540dpi/200 lpi / 2540 dpi: "45"
  3049.  
  3050. *ColorSepScreenAngle ProcessCyan.200lpi.2540dpi/200 lpi / 2540 dpi: "15"
  3051.  
  3052. *ColorSepScreenAngle ProcessMagenta.200lpi.2540dpi/200 lpi / 2540 dpi: "75"
  3053.  
  3054. *ColorSepScreenAngle ProcessYellow.200lpi.2540dpi/200 lpi / 2540 dpi: "0"
  3055.  
  3056.  
  3057.  
  3058. *ColorSepScreenFreq ProcessBlack.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
  3059.  
  3060. *ColorSepScreenFreq CustomColor.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
  3061.  
  3062. *ColorSepScreenFreq ProcessCyan.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
  3063.  
  3064. *ColorSepScreenFreq ProcessMagenta.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
  3065.  
  3066. *ColorSepScreenFreq ProcessYellow.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
  3067.  
  3068.  
  3069.  
  3070. *% For 300 lpi / 2540 dpi
  3071.  
  3072. *ColorSepScreenAngle ProcessBlack.300lpi.2540dpi/300 lpi / 2540 dpi: "45"
  3073.  
  3074. *ColorSepScreenAngle CustomColor.300lpi.2540dpi/300 lpi / 2540 dpi: "45"
  3075.  
  3076. *ColorSepScreenAngle ProcessCyan.300lpi.2540dpi/300 lpi / 2540 dpi: "15"
  3077.  
  3078. *ColorSepScreenAngle ProcessMagenta.300lpi.2540dpi/300 lpi / 2540 dpi: "75"
  3079.  
  3080. *ColorSepScreenAngle ProcessYellow.300lpi.2540dpi/300 lpi / 2540 dpi: "0"
  3081.  
  3082.  
  3083.  
  3084. *ColorSepScreenFreq ProcessBlack.300lpi.2540dpi/300 lpi / 2540 dpi: "300"
  3085.  
  3086. *ColorSepScreenFreq CustomColor.300lpi.2540dpi/300 lpi / 2540 dpi: "300"
  3087.  
  3088. *ColorSepScreenFreq ProcessCyan.300lpi.2540dpi/300 lpi / 2540 dpi: "300"
  3089.  
  3090. *ColorSepScreenFreq ProcessMagenta.300lpi.2540dpi/300 lpi / 2540 dpi: "300"
  3091.  
  3092. *ColorSepScreenFreq ProcessYellow.300lpi.2540dpi/300 lpi / 2540 dpi: "300"
  3093.  
  3094.  
  3095.  
  3096. *% The byte count of this file should be exactly 068069 or 071177
  3097. *% depending on the filesystem it resides in.
  3098. *% end of PPD file for Linotype-Hell Herkules Plate HQS
  3099.  
  3100.