home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 December / Chip_2000-12_cd1.bin / tema / starof / f_0130 / LHHKPHJ7.PS < prev    next >
PostScript Printer Description  |  2000-05-04  |  78KB  |  3,329 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: JIS83-RKSJ
  36.  
  37. *LanguageVersion: Japanese
  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 J"
  48.  
  49. *ShortNickName: "Lino Herkules Plate HQS V 3.7 J"
  50.  
  51. *NickName: "Lino Herkules Plate HQS V 3.7 J"
  52.  
  53. *PCFileName: "LHHKPHJ7.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. *Font FutoGoB101-Bold-Add-H: JIS "(003.000)" Add Disk
  1371.  
  1372. *Font FutoGoB101-Bold-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  1373.  
  1374. *Font FutoGoB101-Bold-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  1375.  
  1376. *Font FutoGoB101-Bold-Add-V: JIS "(003.000)" Add Disk
  1377.  
  1378. *Font FutoGoB101-Bold-EUC-H: EUC "(003.000)" JIS-83 Disk
  1379.  
  1380. *Font FutoGoB101-Bold-EUC-V: EUC "(003.000)" JIS-83 Disk
  1381.  
  1382. *Font FutoGoB101-Bold-Ext-H: JIS "(003.000)" Ext Disk
  1383.  
  1384. *Font FutoGoB101-Bold-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  1385.  
  1386. *Font FutoGoB101-Bold-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  1387.  
  1388. *Font FutoGoB101-Bold-Ext-V: JIS "(003.000)" Ext Disk
  1389.  
  1390. *Font FutoGoB101-Bold-H: JIS "(003.000)" JIS-83 Disk
  1391.  
  1392. *Font FutoGoB101-Bold-NWP-H: JIS "(003.000)" NWP Disk
  1393.  
  1394. *Font FutoGoB101-Bold-NWP-V: JIS "(003.000)" NWP Disk
  1395.  
  1396. *Font FutoGoB101-Bold-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  1397.  
  1398. *Font FutoGoB101-Bold-RKSJ-UserGaiji: Special "(003.000)" Special Disk
  1399.  
  1400. *Font FutoGoB101-Bold-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  1401.  
  1402. *Font FutoGoB101-Bold-V: JIS "(003.000)" JIS-83 Disk
  1403.  
  1404. *Font FutoGoB101-Bold.Oubun: Special "(003.000)" Special Disk
  1405.  
  1406. *Font FutoGoB101-Bold.Roman: Special "(003.000)" Special Disk
  1407.  
  1408. *Font FutoGoB101-Bold.Roman83pv: Special "(003.000)" Special Disk
  1409.  
  1410. *Font FutoGoB101-Bold.WP-Symbol: Special "(003.000)" Special Disk
  1411.  
  1412. *Font FutoMinA101-Bold-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  1413.  
  1414. *Font FutoMinA101-Bold-Add-H: JIS "(003.000)" Add Disk
  1415.  
  1416. *Font FutoMinA101-Bold-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  1417.  
  1418. *Font FutoMinA101-Bold-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  1419.  
  1420. *Font FutoMinA101-Bold-Add-V: JIS "(003.000)" Add Disk
  1421.  
  1422. *Font FutoMinA101-Bold-EUC-H: EUC "(003.000)" JIS-83 Disk
  1423.  
  1424. *Font FutoMinA101-Bold-EUC-V: EUC "(003.000)" JIS-83 Disk
  1425.  
  1426. *Font FutoMinA101-Bold-Ext-H: JIS "(003.000)" Ext Disk
  1427.  
  1428. *Font FutoMinA101-Bold-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  1429.  
  1430. *Font FutoMinA101-Bold-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  1431.  
  1432. *Font FutoMinA101-Bold-Ext-V: JIS "(003.000)" Ext Disk
  1433.  
  1434. *Font FutoMinA101-Bold-H: JIS "(003.000)" JIS-83 Disk
  1435.  
  1436. *Font FutoMinA101-Bold-NWP-H: JIS "(003.000)" NWP Disk
  1437.  
  1438. *Font FutoMinA101-Bold-NWP-V: JIS "(003.000)" NWP Disk
  1439.  
  1440. *Font FutoMinA101-Bold-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  1441.  
  1442. *Font FutoMinA101-Bold-RKSJ-UserGaiji: Special "(003.000)" Special Disk
  1443.  
  1444. *Font FutoMinA101-Bold-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  1445.  
  1446. *Font FutoMinA101-Bold-V: JIS "(003.000)" JIS-83 Disk
  1447.  
  1448. *Font FutoMinA101-Bold.Oubun: Special "(003.000)" Special Disk
  1449.  
  1450. *Font FutoMinA101-Bold.Roman: Special "(003.000)" Special Disk
  1451.  
  1452. *Font FutoMinA101-Bold.Roman83pv: Special "(003.000)" Special Disk
  1453.  
  1454. *Font FutoMinA101-Bold.WP-Symbol: Special "(003.000)" Special Disk
  1455.  
  1456. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  1457.  
  1458. *Font GothicBBB-Medium-Add-H: JIS "(003.001)" Add Disk
  1459.  
  1460. *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  1461.  
  1462. *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  1463.  
  1464. *Font GothicBBB-Medium-Add-V: JIS "(003.001)" Add Disk
  1465.  
  1466. *Font GothicBBB-Medium-EUC-H: EUC "(003.001)" JIS-83 Disk
  1467.  
  1468. *Font GothicBBB-Medium-EUC-V: EUC "(003.001)" JIS-83 Disk
  1469.  
  1470. *Font GothicBBB-Medium-Ext-H: JIS "(003.001)" Ext Disk
  1471.  
  1472. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  1473.  
  1474. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  1475.  
  1476. *Font GothicBBB-Medium-Ext-V: JIS "(003.001)" Ext Disk
  1477.  
  1478. *Font GothicBBB-Medium-H: JIS "(003.001)" JIS-83 Disk
  1479.  
  1480. *Font GothicBBB-Medium-NWP-H: JIS "(003.001)" NWP Disk
  1481.  
  1482. *Font GothicBBB-Medium-NWP-V: JIS "(003.001)" NWP Disk
  1483.  
  1484. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  1485.  
  1486. *Font GothicBBB-Medium-RKSJ-UserGaiji: Special "(003.000)" Special Disk
  1487.  
  1488. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  1489.  
  1490. *Font GothicBBB-Medium-V: JIS "(003.001)" JIS-83 Disk
  1491.  
  1492. *Font GothicBBB-Medium.Oubun: Special "(003.001)" Special Disk
  1493.  
  1494. *Font GothicBBB-Medium.Roman: Special "(003.001)" Special Disk
  1495.  
  1496. *Font GothicBBB-Medium.Roman83pv: Special "(003.001)" Special Disk
  1497.  
  1498. *Font GothicBBB-Medium.WP-Symbol: Special "(003.001)" Special Disk
  1499.  
  1500. *Font Jun101-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  1501.  
  1502. *Font Jun101-Light-Add-H: JIS "(003.000)" Add Disk
  1503.  
  1504. *Font Jun101-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  1505.  
  1506. *Font Jun101-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  1507.  
  1508. *Font Jun101-Light-Add-V: JIS "(003.000)" Add Disk
  1509.  
  1510. *Font Jun101-Light-EUC-H: EUC "(003.000)" JIS-83 Disk
  1511.  
  1512. *Font Jun101-Light-EUC-V: EUC "(003.000)" JIS-83 Disk
  1513.  
  1514. *Font Jun101-Light-Ext-H: JIS "(003.000)" Ext Disk
  1515.  
  1516. *Font Jun101-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  1517.  
  1518. *Font Jun101-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  1519.  
  1520. *Font Jun101-Light-Ext-V: JIS "(003.000)" Ext Disk
  1521.  
  1522. *Font Jun101-Light-H: JIS "(003.000)" JIS-83 Disk
  1523.  
  1524. *Font Jun101-Light-NWP-H: JIS "(003.000)" NWP Disk
  1525.  
  1526. *Font Jun101-Light-NWP-V: JIS "(003.000)" NWP Disk
  1527.  
  1528. *Font Jun101-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  1529.  
  1530. *Font Jun101-Light-RKSJ-UserGaiji: Special "(003.000)" Special Disk
  1531.  
  1532. *Font Jun101-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  1533.  
  1534. *Font Jun101-Light-V: JIS "(003.000)" JIS-83 Disk
  1535.  
  1536. *Font Jun101-Light.Oubun: Special "(003.000)" Special Disk
  1537.  
  1538. *Font Jun101-Light.Roman: Special "(003.000)" Special Disk
  1539.  
  1540. *Font Jun101-Light.Roman83pv: Special "(003.000)" Special Disk
  1541.  
  1542. *Font Jun101-Light.WP-Symbol: Special "(003.000)" Special Disk
  1543.  
  1544. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  1545.  
  1546. *Font Ryumin-Light-Add-H: JIS "(003.000)" Add Disk
  1547.  
  1548. *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  1549.  
  1550. *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  1551.  
  1552. *Font Ryumin-Light-Add-V: JIS "(003.000)" Add Disk
  1553.  
  1554. *Font Ryumin-Light-EUC-H: EUC "(003.000)" JIS-83 Disk
  1555.  
  1556. *Font Ryumin-Light-EUC-V: EUC "(003.000)" JIS-83 Disk
  1557.  
  1558. *Font Ryumin-Light-Ext-H: JIS "(003.000)" Ext Disk
  1559.  
  1560. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  1561.  
  1562. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  1563.  
  1564. *Font Ryumin-Light-Ext-V: JIS "(003.000)" Ext Disk
  1565.  
  1566. *Font Ryumin-Light-H: JIS "(003.000)" JIS-83 Disk
  1567.  
  1568. *Font Ryumin-Light-NWP-H: JIS "(003.000)" NWP Disk
  1569.  
  1570. *Font Ryumin-Light-NWP-V: JIS "(003.000)" NWP Disk
  1571.  
  1572. *Font Ryumin-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  1573.  
  1574. *Font Ryumin-Light-RKSJ-UserGaiji: Special "(003.000)" Special Disk
  1575.  
  1576. *Font Ryumin-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  1577.  
  1578. *Font Ryumin-Light-V: JIS "(003.000)" JIS-83 Disk
  1579.  
  1580. *Font Ryumin-Light.Oubun: Special "(003.000)" Special Disk
  1581.  
  1582. *Font Ryumin-Light.Roman: Special "(003.000)" Special Disk
  1583.  
  1584. *Font Ryumin-Light.Roman83pv: Special "(003.000)" Special Disk
  1585.  
  1586. *Font Ryumin-Light.WP-Symbol: Special "(003.000)" Special Disk
  1587.  
  1588.  
  1589.  
  1590. *?FontQuery: "
  1591.  
  1592. save
  1593.  
  1594.  /str 100 string dup 0 (fonts/) putinterval def
  1595.  
  1596.  {
  1597.  
  1598.  count 1 gt
  1599.  
  1600.  {
  1601.  
  1602.  exch dup str 6 94 getinterval cvs
  1603.  
  1604.  (/) print dup print (:) print exch
  1605.  
  1606.  FontDirectory exch known
  1607.  
  1608.  { pop (Yes) }
  1609.  
  1610.  {
  1611.  
  1612.  length 6 add str 0 3 -1 roll getinterval
  1613.  
  1614.  mark exch status
  1615.  
  1616.  {cleartomark (Yes)}{cleartomark (No)} ifelse
  1617.  
  1618.  } ifelse =
  1619.  
  1620.  }
  1621.  
  1622.  {exit} ifelse
  1623.  
  1624.  }bind loop
  1625.  
  1626.  (*) = flush
  1627.  
  1628. restore
  1629.  
  1630. "
  1631.  
  1632. *End
  1633.  
  1634.  
  1635.  
  1636. *?FontList: "
  1637.  
  1638. save
  1639.  
  1640.  FontDirectory { pop == } bind forall flush
  1641.  
  1642.  /filenameforall where
  1643.  
  1644.  {
  1645.  
  1646.  pop (fonts/*)
  1647.  
  1648.  { dup length 6 sub 6 exch getinterval cvn == } bind
  1649.  
  1650.  128 string filenameforall flush
  1651.  
  1652.  } if
  1653.  
  1654.  (*) = flush
  1655.  
  1656. restore
  1657.  
  1658. "
  1659.  
  1660. *End
  1661.  
  1662.  
  1663.  
  1664. *% Printer Messages (verbatim from printer):
  1665.  
  1666. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  1667.  
  1668. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  1669.  
  1670. *Message: "\FontName\ not found, using Courier"
  1671.  
  1672.  
  1673.  
  1674. *% Status (format: %%[ status: <one of these> ]%% )
  1675.  
  1676. *Status: "idle"
  1677.  
  1678. *Status: "busy"
  1679.  
  1680. *Status: "waiting"
  1681.  
  1682. *Status: "printing"
  1683.  
  1684. *Status: "PrinterError: recorder offline or film problem"
  1685.  
  1686. *Status: "PrinterError: "
  1687.  
  1688.  
  1689.  
  1690. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  1691.  
  1692. *Source: "userjob"
  1693.  
  1694. *Source: "other"
  1695.  
  1696.  
  1697.  
  1698. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  1699.  
  1700. *PrinterError: "recorder offline or film problem"
  1701.  
  1702. *PrinterError: ""
  1703.  
  1704.  
  1705.  
  1706. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  1707.  
  1708.  
  1709.  
  1710. *%
  1711.  
  1712. *%  User Interface: Printer Specific Options
  1713.  
  1714. *%
  1715.  
  1716. *OpenGroup: Imagesetter
  1717.  
  1718. *OpenSubGroup: PrintingMode
  1719.  
  1720.  
  1721.  
  1722. *OpenUI *MirrorPrint/Mirror Print: Boolean
  1723.  
  1724. *OrderDependency: 30 Prolog *MirrorPrint
  1725.  
  1726. *DefaultMirrorPrint: False
  1727.  
  1728.  
  1729.  
  1730. *MirrorPrint True/On: "<</MirrorPrint true >> setpagedevice "
  1731.  
  1732. *MirrorPrint False/Off: "   % MirrorPrint Off is Default!"
  1733.  
  1734. *?MirrorPrint: "
  1735.  
  1736.  currentpagedevice /MirrorPrint get {(True)}{(False)} ifelse = flush
  1737.  
  1738. "
  1739.  
  1740. *End
  1741.  
  1742. *CloseUI: *MirrorPrint
  1743.  
  1744.  
  1745.  
  1746. *OpenUI *NegativePrint/Negative Print: Boolean
  1747.  
  1748. *OrderDependency: 40 Prolog *NegativePrint
  1749.  
  1750. *DefaultNegativePrint: False
  1751.  
  1752.  
  1753.  
  1754. *NegativePrint True/On: "<</NegativePrint true >> setpagedevice "
  1755.  
  1756. *NegativePrint False/Off: "   % NegativePrint Off is Default!"
  1757.  
  1758. *?NegativePrint: "
  1759.  
  1760.  currentpagedevice /NegativePrint get {(True)}{(False)}ifelse = flush
  1761.  
  1762. "
  1763.  
  1764. *End
  1765.  
  1766. *CloseUI: *NegativePrint
  1767.  
  1768.  
  1769.  
  1770. *CloseSubGroup: PrintingMode
  1771.  
  1772. *OpenSubGroup: Separations
  1773.  
  1774.  
  1775.  
  1776. *OpenUI *LHSeparations/InRIP Color Separation: PickOne
  1777.  
  1778. *OrderDependency: 50 Prolog *LHSeparations
  1779.  
  1780.  
  1781.  
  1782. *DefaultLHSeparations: Off
  1783.  
  1784.  
  1785.  
  1786. *LHSeparations All/On; all planes: "
  1787.  
  1788.  <<
  1789.  
  1790.  /Separations true
  1791.  
  1792.  /ProcessColorModel /DeviceCMYK
  1793.  
  1794.  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
  1795.  
  1796.  /SeparationOrder [/Cyan /Magenta /Yellow /Black]
  1797.  
  1798.  >> setpagedevice
  1799.  
  1800. "
  1801.  
  1802. *End
  1803.  
  1804.  
  1805.  
  1806. *LHSeparations Cyan/On; Cyan plane only: "
  1807.  
  1808.  <<
  1809.  
  1810.  /Separations true
  1811.  
  1812.  /ProcessColorModel /DeviceCMYK
  1813.  
  1814.  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
  1815.  
  1816.  /SeparationOrder [/Cyan]
  1817.  
  1818.  >> setpagedevice
  1819.  
  1820. "
  1821.  
  1822. *End
  1823.  
  1824.  
  1825.  
  1826. *LHSeparations Magenta/On; Magenta plane only: "
  1827.  
  1828.  <<
  1829.  
  1830.  /Separations true
  1831.  
  1832.  /ProcessColorModel /DeviceCMYK
  1833.  
  1834.  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
  1835.  
  1836.  /SeparationOrder [/Magenta]
  1837.  
  1838.  >> setpagedevice
  1839.  
  1840. "
  1841.  
  1842. *End
  1843.  
  1844.  
  1845.  
  1846. *LHSeparations Yellow/On; Yellow plane only: "
  1847.  
  1848.  <<
  1849.  
  1850.  /Separations true
  1851.  
  1852.  /ProcessColorModel /DeviceCMYK
  1853.  
  1854.  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
  1855.  
  1856.  /SeparationOrder [/Yellow]
  1857.  
  1858.  >> setpagedevice
  1859.  
  1860. "
  1861.  
  1862. *End
  1863.  
  1864.  
  1865.  
  1866. *LHSeparations Black/On; Black plane only: "
  1867.  
  1868.  <<
  1869.  
  1870.  /Separations true
  1871.  
  1872.  /ProcessColorModel /DeviceCMYK
  1873.  
  1874.  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
  1875.  
  1876.  /SeparationOrder [/Black]
  1877.  
  1878.  >> setpagedevice
  1879.  
  1880. "
  1881.  
  1882. *End
  1883.  
  1884.  
  1885.  
  1886. *LHSeparations Off/Off: "   % Separation Off is Default"
  1887.  
  1888.  
  1889.  
  1890. *?LHSeparations: "
  1891.  
  1892.  save
  1893.  
  1894.  currentpagedevice /Separations get { 
  1895.  
  1896.      currentpagedevice /ProcessColorModel get /DeviceCMYK eq { 
  1897.  
  1898.          currentpagedevice /SeparationOrder get {
  1899.  
  1900.              dup length 4 eq { pop (All) exit} if
  1901.  
  1902.              dup length 1 eq {0 get 10 string cvs exit} if
  1903.  
  1904.              pop (Unknown) exit
  1905.  
  1906.          } loop
  1907.  
  1908.          (Unknown) exit
  1909.  
  1910.  }{(Unknown)} ifelse
  1911.  
  1912.  }{(Off)} ifelse = flush 
  1913.  
  1914.  restore
  1915.  
  1916. "
  1917.  
  1918. *End
  1919.  
  1920. *CloseUI: *LHSeparations
  1921.  
  1922.  
  1923.  
  1924. *UIConstraints: *LHOverprint True *LHSeparations Off
  1925.  
  1926.  
  1927.  
  1928. *OpenUI *LHOverprint/Black Overprint: Boolean
  1929.  
  1930. *OrderDependency: 60 Prolog *LHOverprint
  1931.  
  1932. *DefaultLHOverprint: False
  1933.  
  1934.  
  1935.  
  1936. *LHOverprint True/On: "
  1937.  
  1938.     % LH Black Overprint
  1939.  
  1940.    userdict /BGOvpdict known {
  1941.  
  1942.            userdict /Overprint_Enabled true put
  1943.  
  1944.        }{
  1945.  
  1946.            (%% Warning: The Black Overprint feature is not working with this Printer Driver.\n) print
  1947.  
  1948.            (%%          The currently used Printer Driver might not support all necessary PPD features.\n) print
  1949.  
  1950.  
  1951.  
  1952.        } ifelse
  1953.  
  1954. "
  1955.  
  1956. *End
  1957.  
  1958.  
  1959.  
  1960. *LHOverprint False/Off: "   % Overprint Off is Default"
  1961.  
  1962.  
  1963.  
  1964. *?LHOverprint: "
  1965.  
  1966.     userdict /Overprint_Enabled get {(True)}{(False)} ifelse
  1967.  
  1968.     = flush
  1969.  
  1970. "
  1971.  
  1972. *End
  1973.  
  1974.  
  1975.  
  1976. *CloseUI: *LHOverprint
  1977.  
  1978.  
  1979.  
  1980. *JobPatchFile 1: "
  1981.  
  1982. %
  1983.  
  1984. %%BeginResource: LH PatchFile
  1985.  
  1986. %
  1987.  
  1988. % Title       : BlackOverprint.ps
  1989.  
  1990. % Creator     : Berthold Giess
  1991.  
  1992. % For         : Linotype-Hell AG
  1993.  
  1994. % CreationDate: May 23, 1997
  1995.  
  1996. % Version     : 3.7
  1997.  
  1998. %
  1999.  
  2000. %% Copyright (C) 1996, 1997
  2001.  
  2002. %% Linotype-Hell AG - All Rights Reserved
  2003.  
  2004. %% All Rights Reserved. 
  2005.  
  2006. %% Restricted permission is granted for redistribution of this
  2007.  
  2008. %% file to be used on Linotype-Hell devices only as long as this
  2009.  
  2010. %% copyright notice is intact and the contents of the file is not 
  2011.  
  2012. %% altered in any way from its original form.
  2013.  
  2014. %% End of Copyright statement
  2015.  
  2016. %
  2017.  
  2018. false(
  2019.  
  2020. 800344A251010CD0613719CCA731D08205041C8DC6031190C04032170C61A728
  2021.  
  2022. 59D0DF1C10420C82039984EC65101B4DE6434998D26532434C6683298CD62031
  2023.  
  2024. 9D4E51C371D0C66F3647CE6703098CCB0F1044626321A080662E18434A50B37C
  2025.  
  2026. EA8D2132192610D2111C8672379C09A61391ACE748A5450734E8CC364B27909B
  2027.  
  2028. A471C39C7A4061ACCC0406937082A673AA9CAAE4236514D64F939C8E072BE1D0
  2029.  
  2030. 40668F8808D1C329224568890C46716A78CA1A6834DE6FB2C31E3B2072101BF1
  2031.  
  2032. 38BC6C90E8753319B3030190C8636C19C34CA789A97CC270381B0BF61398EEF6
  2033.  
  2034. 66101D4E665396931C6939EA6FB1E386A790749A0839DAE3961841D8946FF826
  2035.  
  2036. 931984E869379BACF03107B7DDEFF7472B52E371A7CFE9E89BF918036CA0A029
  2037.  
  2038. B52383A2320DE100DC37B1C8531CDDA6A3A8E8BD050E5A7C368F235A7EA0B503
  2039.  
  2040. 285C3385217366198621BAD81A374DE0C6DF380E1388BD8DCA2BCE3B3CC98058
  2041.  
  2042. 100E107242360D8D4B56C627A103E4328CCE8AF8102BAC40E0EDA45008CABEA1
  2043.  
  2044. E04C9CF72C325C8823C8D2431CF0040310CA33AF8FAA12EB3BEEC8D4378C4100
  2045.  
  2046. 50154B52E0DC1505319C1913BC5154041020E91C109A0E526C9EF68E6D0A5120
  2047.  
  2048. 0CC9A8E839C3CF629510070B606A86886A023F16BFA100EEB04BE96238D2BD0B
  2049.  
  2050. EA5A10098910E6F28E09423E97A7AF3533300A23AAC835CF404BDC143E6308EA
  2051.  
  2052. 360E836BCCC60F0920CB5AD6E34D72328D8348DABE46291C92DB85ADBD3E308D
  2053.  
  2054. 8F0AF23205287B661A86419AD81B21AE5398EDCD2BE46622A76C88EEFB0D0100
  2055.  
  2056. 9C2A040FF84022318C4AE2918A030A14B18D6E65A5432241AB36B606E8688AB2
  2057.  
  2058. 0D83CC0C30D22312F8964BF61B51090CEEEE0524C2431C290B51C39466930DF3
  2059.  
  2060. F47D068E53EBF00681B6D39AF231C17C8A3B48F9204035C0E3BB463ABAA3DC68
  2061.  
  2062. B0CA72AE5417E2389C2EC8E5837E5C3EB8E068F6068501285A16C88C2A6C1031
  2063.  
  2064. 0E63591E89834CCB66238BC605258C23159A91E8E128B8376BE14C691E0E806A
  2065.  
  2066. 729DC963A25D66B1E36394346D6A3E8096E41A2E8FA4BBDA6B15B2539A90402B
  2067.  
  2068. 5F8A4DF37DEB1AD2F5AEEBFB0EC6C6E41915B92DAF9B32AB1EA2C328E2100F63
  2069.  
  2070. 3598E5EE6D90C9983BE3CD421005E310DEA00CA840E9D125037251CCF3632F3A
  2071.  
  2072. 06E4C238BE220CA310EA33840DDA66ED481DA2BA2FC8EF6E6406813C766FE1F7
  2073.  
  2074. 1DD779057301EE9E3A0FA3D8E0B0F3B6039606E80F9E41DAF88322FBE3F92E5E
  2075.  
  2076. 46D2F49E6773DD841E873017FC1E2F7B134CDC57E1E1FE537FABEB8E1EC8D8F6
  2077.  
  2078. DEEBC101AFA9E7398051011F63856B6E29E9BB321E109C806E2FE604A315C694
  2079.  
  2080. 61D1DB8C6CC4E89E0743B61CC3C9750CA1B4EDB9673092C3240E794FA1DAB367
  2081.  
  2082. D00C48B1DB46AD96181DA654B743738D7CC76C17A6F450704E1A736860261042
  2083.  
  2084. 2848CA9DF2E57A09BDEE23441CF7C388780E017D091AA662080823A6280F2199
  2085.  
  2086. 0288A314E2AB28040D89FBBB678B1312702F552AAC2C0502E81CC2F94F440A49
  2087.  
  2088. 3C3AF4CC082359658DB1BE3882E8E7191F89238D11A63C86B8F642E3847236EF
  2089.  
  2090. 41CF8707911A62B32B65AF8E24BA492325619BFB668FF1FF3DB49C024DD9F691
  2091.  
  2092. EECE422AA8F51BA4447D0660CA3A1CC8EC0A23C4A690D2A039C898FD2B2403F8
  2093.  
  2094. 90489A478098D52CA43CB59552B24633097A0BE48B3D65D09C3C3BF99118A4C2
  2095.  
  2096. 0E9347564E1C77B451E4FCA16CA93A524BE90B3065B0335AC1DE3AB988EF37E5
  2097.  
  2098. A4E15AD2E6334BB26B31E7447C8E4B5A62C8E93F33CEACCA92933572CF87E6EF
  2099.  
  2100. E4CBD6936F626B3FF9B093A6D4A3682939FE3F3944025A01412C2F201406F0D7
  2101.  
  2102. 3B1F0BF39DED01831727806C9DA06C0D11515D9AA69CDF02DBC82EA798E543C2
  2103.  
  2104. 7E4F4B02383992499F4390120F4BAA3C7794ACD7873A5C7A43A53159A6A225BF
  2105.  
  2106. 40501102284C0A81042F852092141B14267914E2A097CA761D29653E66F4BEA0
  2107.  
  2108. 940A86FB55DD1A0C6998353303EC732A8B973229250398E886025B3C1D6E2DB5
  2109.  
  2110. B7B71790ECC2ED1F7BE12439850398B0C3A20F24710EB8B69288428AD0763C84
  2111.  
  2112. A0178530CA510EE9F73D54D265C8D73123E86D8527B61C98065B1455EC6D8F2C
  2113.  
  2114. 8A98FC5609B75C20E5865E5676CFD8C8DC1BCA34B551A8602692B58165197B31
  2115.  
  2116. 97B666D4D9BB57626C5BA4B5F6C439DB323F6D4AD2397A00BDDC5AD0861342C8
  2117.  
  2118. 4B77A1C68537449C65E885D6B2D5B6CBA4E0501260954F20AC541058EB21690B
  2119.  
  2120. EDDC8144C010BF690358ABBD0B856C95BD3D30BE11516B862473E8ED3A0ADF43
  2121.  
  2122. 6F9BA4BEAD92FBDF96B769887510A177601460335B46233BF4B2C1EC142A10E5
  2123.  
  2124. 602C14637AA0A2EE616C305E814C9DB197BE2651C60F5E9DA30C61D39908ABB6
  2125.  
  2126. 1A1858102EC6518D29D1991EFC2BE57EC2E7DB0CA6FC59499BDE0FC6AF1647D9
  2127.  
  2128. 691EE55CBD6F01216ED0DE7B24FA60BBA4B9B62C23E2B6641F6BCC4541F11E16
  2129.  
  2130. 31162A50CA2928A8B3BE4FD410EA4A32D423879186939ADCC618E5EE66C4717E
  2131.  
  2132. 9211E9A12F24F9B792A1CC3AA65CD397192E5E43182241BD598F8AB183A487A8
  2133.  
  2134. 9A1FA723A320C04B9AA0C49210E5BCD74960CA3DCDF2F7491CBD159D2309D5D0
  2135.  
  2136. B4164F6868D3A21813F087C9C620E8FCF188A8A1A9A2F90DF144DA3A48DEF629
  2137.  
  2138. 576C490AB3B3511759CEBDBC98C8176349758271C57DAFF8F0BD63E8BB901E9E
  2139.  
  2140. C69DB8240494D27E1C18148FCF4E5E4AE485DF3FD72EDE493B76E9EDF91F92B2
  2141.  
  2142. 65E6B4793D93651B9967B2A6560419634A446D2E4FB2F9442AFA6F32872CCFBD
  2143.  
  2144. 74B337CD99074D561D219CB4FC52CEB25F3C24ECFFBDF5F6847E94378A5139B9
  2145.  
  2146. 9299C6BB6757935568CD588AF4869DCD1A5735702D319B782A0BE1BA45D8F098
  2147.  
  2148. C1A635170DD61442B7F19427B0B41F1D37BC7D39C68E672C28B3629750E71351
  2149.  
  2150. ED720BCBA1760CA70D941A86840255B1658B923ECD6F8431980ABD96756E8C17
  2151.  
  2152. 96461DD6D3FE4997B659669093B00836DDDD93E459E807B0132F527596DDF73A
  2153.  
  2154. E85D284C1EFAAEBC629CE79B77AE238FA86CDA9BB27FB965328D95744F77EAB8
  2155.  
  2156. BD811F07E1AA010508E26CD3C150B93E027C0878A1F27E88BA79EC93C3EDD6C1
  2157.  
  2158. 575B799AE2C2A8491D9959A5908F751559D175C40205EC348E91F95FED0BAFB6
  2159.  
  2160. 041B1369636889C93403A4F71D2B896647E1D27DB74C3177C157515D67D0F5B6
  2161.  
  2162. 277BDDBFA47B5241177E4120F79D0B6980DF23C3D9BFD9CC5C1B3C7C7FADD2E2
  2163.  
  2164. B219CF099BA0EB4E88967E97B22F87DB1787034018CE8C5DFE61D3FAFF73A2FB
  2165.  
  2166. 6D68C12FC0858FF6FFA3C83A2DF897CFAAF72238F94FD4CC8FD8F9E9DAFDED6E
  2167.  
  2168. C5064E6528580CE2DEE46DEC66F03424CFC631CA1846C04A0DA39431C4B44C23
  2169.  
  2170. A0524D124B43CA5B44C03260CA32A32F02ECD70404F8F8106E2E0C1104631D04
  2171.  
  2172. B04E4B22503B10560EF05A26A564D3C3F432432832C2E48064A8650878F86F74
  2173.  
  2174. 8D2F66FC455CF310482F639E4840DA7AE0E4AB047A23C3B440A3ED0543A308C0
  2175.  
  2176. F30A085C64B0B10AD0B0F228668B10B82F70BD0C10C44AE40A4090EB0890D2C6
  2177.  
  2178. 10D90A4E4CFF861C9EEE6CF190B30E62090CF0565850F07543BF0F70CC4AE341
  2179.  
  2180. 0FF0D706C79608EB1D108C610ACD511130B71190EE23F0F31230CB0FB12B0591
  2181.  
  2182. 2F0A3030D02E34E7023F13D15EEF63230B507F0EB11B0BF1491210C90F90CF0F
  2183.  
  2184. D15510315A7D3135166D7D014D8316835116D0E91442F71750C317912515108B
  2185.  
  2186. 100642877132AF80BE47E390664810778C282BB1B51B821A6C4DA2B2C07A07AF
  2187.  
  2188. 4ABACC0276A0D204059289C9B6C8C012EC0BFA3AA05EDF45EA0C8EBCC611EC84
  2189.  
  2190. C92AEBA2771FC758DCA322ADEC2697B1DA2BB1DF218ED02B0F5246CEC67411EC
  2191.  
  2192. EE51F42611FA0F31FEDB89F8749233236352D7EEE121C92B1C48E11B8DC03931
  2193.  
  2194. B07D120324923A86697AF4236493EC94012EE4F20EEEEE0012C5B1386043200E
  2195.  
  2196. A2E47149752749F826A26F26AEE274121C76B136F182700EC5731E5274D4CF2F
  2197.  
  2198. 26D29408F1DF298C5CC572A52AB2649AF274A12F2EF072AD1F1192EFEEC52AB2
  2199.  
  2200. 78EFCBC927F2820DCFB87C328826728CED4F2EB2D2962BB1372D8D060C72A03D
  2201.  
  2202. B2612BD2912CA4A72B32F518CBC92BB2C625B2C12AB2C4F38F2CA18F28F34B4E
  2203.  
  2204. C14A24F3E68034E5980D8BE26E86812611AE5B713302B00664B02A7A13411DB0
  2205.  
  2206. 2B2107400EF2E8696C6EF203E02822F066B104CBB2B6D123E0896BA8D4F310D0
  2207.  
  2208. 7368247131370E6F194D0872EDA8AD6A3CC9524D1B6B3B266F473A02BAD6EFA2
  2209.  
  2210. A3D3408503DA04A3403440BE39CEDE21EBF00C88262AC28E81E8233C63040CA2
  2211.  
  2212. B82BC2C02C45563D65D63BA0EE20B3DA2C62CA3A2492B8C3BA47A5202504863C
  2213.  
  2214. B094390BC0A9C0A005B3F4BCC8753448582BA2BE2C2088654BF8BB888676B41A
  2215.  
  2216. 0E141E7D022A86C7D07BC81D3870508230A142B42F43E4D4640A78A5AE043803
  2217.  
  2218. E62F82F5422410BBA67038035CAB2DEEB38BCE0DB010AC343868276809B04E0A
  2219.  
  2220. 52803BEDFC250E8F3F409C6082160A009AC5948D490AFA09AC207C4AC50E80B0
  2221.  
  2222. 0400B279103E24E79025424E23D4B657A572562566578AAA57242456D4CA7900
  2223.  
  2224. 5E51A27425E0E405A08428024686A39659A34A32047A790E10E067A74B103679
  2225.  
  2226. 0DD2B44B2254F4D60F2210CA4DE0F0EDE4DE934A748D04284DF50434A6594D76
  2227.  
  2228. BC94F6E4EE089B605008750C2FAC68B2CA72AAC5C60C8ECEA1B1E304C47222CC
  2229.  
  2230. 2EA4D0C80E60D067D4B0FC54FD041500C9ADD75082C621454B510B5AF10604CA
  2231.  
  2232. ECB3075106D7CEB1524C7D528EAC32352ECECE515355726D20C23DA6C5540AAA
  2233.  
  2234. 21354754A66954E5660415554B8A4A24955E0EF562FCF5674B4C9756D5063D27
  2235.  
  2236. 480B25802833E6EE6DE2D13580E00E4B389589522F8AAC7590E23596DA06C8A2
  2237.  
  2238. 95D847067D5A51EE3B95443435B03AB5B555247D5BD55B5C35C70189B14B29B1
  2239.  
  2240. 502C9D5083083BD5E15155E4DE758303B5ECDF2CC35F321F51E3515FAD335356
  2241.  
  2242. 3269753E7415435AD6105CB54C36F5515B961B55840B55D5600130A8239622E9
  2243.  
  2244. 489B3A6FE2A414D662B48E3FA0E60A34AA8BB49B6916954A22FAC7D5CA9B104B
  2245.  
  2246. 4C0A3E5645694D05705754C85714D54D83183994E14E4ED022D4EA5054F09B76
  2247.  
  2248. 5159A79022C86B5574BA40A5905943CA59B6A756ADD55D22FB50B50F6360CB57
  2249.  
  2250. C9CD519585642EAF5F0CDF64B52AD076D7532D6220B53A6C56755C5679565679
  2251.  
  2252. 4FF5CF6F2BD074959F5776FD7015E751AEFB644DF6FC826B71159364F4876B95
  2253.  
  2254. FC7192763DB736AB17216217275C972B56972F50573205F6035DD5795E357F63
  2255.  
  2256. D5E8F8374370B64770F5F752D7534F95FF75B4AD5DA67D76367767B62772D62D
  2257.  
  2258. 56F5D4DDB634F0D6FF51763EE0370952178B7495F56B95F97935314FB799656D
  2259.  
  2260. 6772367EF6D7DB67C681684E8CF6549406C22C8BA5E25E60C25EA35006C2A16A
  2261.  
  2262. 0F980512500E00EE04806D8016A40134193DB44674980980CB7040D45E0F7817
  2263.  
  2264. 41C66F81E06C5D206C5D51F380B8333509A4A160A183640183B8208BB8318107
  2265.  
  2266. E891F03604183236EA8536257639762E3D329C0F6CF523ACF84CAB2D87B65D37
  2267.  
  2268. E23F7E208F02AFA78153D982C8598315F291F72933E89EEDF2772500AC0C180E
  2269.  
  2270. D14E874A679182B42C66F8A783345CADD8B581A05F8BB8358398C98407A98458
  2271.  
  2272. 487498C88BB8BB854CC8889070445860ABD864507770B2586F87277F87760B87
  2273.  
  2274. C3AB2CE62B88588878249D8C38B98A989649D89B2BAA292500AF8A98E0AC78B3
  2275.  
  2276. 88F8B68599238BC9278258C192D8C59338CB84B9418D09498478399408BB9339
  2277.  
  2278. 278598E721F86337D8F186A212CAD8F85CB8FD90160B90443190968691F91193
  2279.  
  2280. 191501391B30391F39E0400B19258AD0278B188D44466F991934A6B93873197E
  2281.  
  2282. 64B9A19427499AF9498D58399AE8BB9A1926DA985B85E47CABCDA836E60E3768
  2283.  
  2284. B00B0DB44582B457229B9D25722F024604B4AF90F93C66F69B493497012E6D86
  2285.  
  2286. 97AD9675E596A248CFB8FE7415418800E59797E73A59F28599B57C589976989C
  2287.  
  2288. 9B798A3E62420639928CA7C36A385799B81866E0C3A359A29974259AB23DA499
  2289.  
  2290. B0EBBA559B6BAD94D84BA479148BBA658ABA3848FA3D8E385A29B8EA4718EFA0
  2291.  
  2292. 16F58F725396FA11A8B903A15A18F63A1D99C859A6B91601398689E803689494
  2293.  
  2294. 06B7EE4CD7F20CA5E8A6606B7FF995A3B80380780B9C392BA9864B81F823A4FA
  2295.  
  2296. 1FACF80A040082099839AD1A5D267ADFAE3ADB851AC7ABFA719998E42E19C995
  2297.  
  2298. E97C425A80BD1A84CF7A0D971A1338AD7DA92AF59F1ACD81DADB985A2991D8A3
  2299.  
  2300. 98D8A7AC9A4189064B8A7AD3827A518C60C1ADDAE184BB39AE6791AEBB49B438
  2301.  
  2302. DC0C1956E1D95BA7B339961B078F5969A87B0FA8D973A904A790BA97A42859B4
  2303.  
  2304. BA25919B27989B2BA31923B31B3F923B3B93BB1E05FB95B50749B95B4C013BA1
  2305.  
  2306. B9DB544CDB8FAF54A490785B8E99CBA7DB658F2533B0B875B6E3AB971975883B
  2307.  
  2308. 7797BB1DB7C64BBA5B83AA1B8789FA2E48198FB59BB5A73929B3392F9ADB438B
  2309.  
  2310. F9A9AD79B3B43BAB990C10932A17C0BBAE051991B31AFA251AFF9CD9DB9E59D7
  2311.  
  2312. C262E59D59E3C2F9E62B28B19EFBF98C59F749FA9F9FFBC586DB6BB0D879B71B
  2313.  
  2314. 132F9BD57E5A9597DC0405FC0DB25624BE3261B18E8F6940A00A49C436E8BA9E
  2315.  
  2316. 2910370063B5B80598C27256BB5BB3FC8E0DBB97C03B9BC966360CEF5CA5C41D
  2317.  
  2318. C99BA6239CA4557CA856AC59C97B5BC3EAB7CABA9F62821CF2249C0809580804
  2319.  
  2320. 45C995544B647275C778C2EFBC93FB3FC43695649CE7767C6AC15C6FBD7A1A7B
  2321.  
  2322. FC75C78956C59C8096A370065C89251CBDBF2F99C95CC5C01829C63CA1CB1CA7
  2323.  
  2324. CC3CB9CAE4B7D2A859CA08BBD17A6FBB6E1BD1DD2FBE3CC9CF2013CD0041CD42
  2325.  
  2326. 5366DCB1CDE4B761BCCBCE9C63CED4AB70FCF37A5C6DAA5CFDC5E7BF40EB1F3E
  2327.  
  2328. C2CC0BFC4349862ABCDD808E1C43B5AEAAB38B80B41730B243A2BF92133243AB
  2329.  
  2330. D96B7F512B19D9E533472B4FDACB11DB0B842C0B893F4B90B6FDA4BFCB76669D
  2331.  
  2332. BCB58B8205EB86911DC8B6CB94AC36FCB9EBA2BA6BAB3A0BB12648B00A948621
  2333.  
  2334. B406BC586877AC0C261ACBBDD73547F4827A0BB1699D8BD7F3DFD8568D49C041
  2335.  
  2336. 47C2EB4812E1D18907399C63E2C0E9E3031EE5B30249C98FA60F2E9C895C9CCA
  2337.  
  2338. 1A7E17EA22CF2574AF2AF4497DBA03E03DA49DE50FAE6671F1DDC09BAADCCCC7
  2339.  
  2340. DE633A097DD29CB4649E6E9CA665E568D48DBD0436E9407E9E8297A97BB3FE3D
  2341.  
  2342. E40E11E47E9EF36F3AE2C767C7080544EAB4CBB454481458BF79374244CD1B94
  2343.  
  2344. 596B9D99DB12E3AF67911DA425EDAB5AC59EE7DAEB5BEDF4A4DA91E8F7F64115
  2345.  
  2346. C0E9EE8B839FDAB20A60D20F4250BF80F67E1D7D3DD3EFE2443168E216AC5B18
  2347.  
  2348. BADA2A89A6E801BEC0CD7EC63E945BECF827ED339FED7EEE21546E0E7EF4A6DF
  2349.  
  2350. 3710746CB47471EEC577F5A3BB471F52DA9B3E2863AB9FD68A431D8DE23D86E7
  2351.  
  2352. D2A481DF57EC448FEC875C247EAE89E01B3B004B9ABF96A3DF9B15839D3427CE
  2353.  
  2354. 64A4D0822055782878871C0E89F354822BBA27F28083C648A566965AD2739F10
  2355.  
  2356. DAD15FAE4D405491FFBE4D4393C2E39133B2667E1FDA2F9FB3683886C4F34008
  2357.  
  2358. 4200472F910CA623A99C407B1413CEC65391C0E469371D040733A98CC665399C
  2359.  
  2360. CCC75361B0F220891CCE8618F994C85C370A44110891D0FB2233034CA6E32024
  2361.  
  2362. 4A7539C38C869319D01A633A9C8E5353A198D26C32880C66C37CEE914A06D4EA
  2363.  
  2364. 9010>)0()/SubFileDecode/XY56EHB728E45ADCCA32FCCE5{eexec cvx%96A3
  2365.  
  2366. exec}def filter%E6E9CA665E56871C0E89F354822BD48DBD0436E9407E9E82
  2367.  
  2368. (7ff3429bb896e585e69988dd498a83bd9ae4a2be5fe1a7fdba170f85d656e49
  2369.  
  2370. 5b4ebd2711bf0b15010c913e73bb3e5998f660414a3de706dab0278bc065ae45
  2371.  
  2372. 6eca5188cf043fe52da914224ad0bb25eb6%%%)
  2373.  
  2374. XY56EHB728E45ADCCA32FCCE5
  2375.  
  2376. %%EndResource
  2377.  
  2378. "
  2379.  
  2380. *End
  2381.  
  2382.  
  2383.  
  2384. *CloseSubGroup: Separations
  2385.  
  2386. *OpenSubGroup: Policies
  2387.  
  2388.  
  2389.  
  2390. *OpenUI *LHPageSizePol/PageSize Policies: PickOne
  2391.  
  2392. *OrderDependency: 10 Prolog *LHPageSizePol
  2393.  
  2394. *DefaultLHPageSizePol: Abort
  2395.  
  2396.  
  2397.  
  2398. *LHPageSizePol Abort/Abort if PageSize is too big: "   % PageSize Policy >Abort< is Default!"
  2399.  
  2400.  
  2401.  
  2402. *LHPageSizePol Largest/Use MaxPage and clip image: "
  2403.  
  2404.     %! BGiess 970227
  2405.  
  2406.     statusdict /setpageparams {
  2407.  
  2408.     dup 1 gt {errordict /rangecheck get exec} if 1 dict begin /CPSI /ProcSet findresource 
  2409.  
  2410.     /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 
  2411.  
  2412.     def 4 2 roll 2 copy 5 -1 roll 0 eq {gt {orientation 0 get}{orientation 1 get} ifelse 3 1 roll exch
  2413.  
  2414.     }{lt{orientation 2 get}{orientation 3 get} ifelse 3 1 roll} ifelse end 
  2415.  
  2416.     <</PageOffset [ 7 -1 roll 0 ]/Orientation 7 -1 roll /PageSize [ 9 -2 roll ]/ImagingBBox null>>
  2417.  
  2418.     setpagedevice
  2419.  
  2420.     } put
  2421.  
  2422.     <</Policies << /PageSize 4 >> >> setpagedevice 
  2423.  
  2424. "
  2425.  
  2426. *End
  2427.  
  2428.  
  2429.  
  2430. *LHPageSizePol Ignore/Ignore requested PageSize: "
  2431.  
  2432.     %! BGiess 970227
  2433.  
  2434.     statusdict /setpageparams {
  2435.  
  2436.     dup 1 gt {errordict /rangecheck get exec} if 1 dict begin /CPSI /ProcSet findresource 
  2437.  
  2438.     /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 
  2439.  
  2440.     def 4 2 roll 2 copy 5 -1 roll 0 eq {gt {orientation 0 get}{orientation 1 get} ifelse 3 1 roll exch
  2441.  
  2442.     }{lt{orientation 2 get}{orientation 3 get} ifelse 3 1 roll} ifelse end 
  2443.  
  2444.     <</PageOffset [ 7 -1 roll 0 ]/Orientation 7 -1 roll /PageSize [ 9 -2 roll ]/ImagingBBox null>>
  2445.  
  2446.     setpagedevice
  2447.  
  2448.     } put
  2449.  
  2450.     <</Policies << /PageSize 1 >> >> setpagedevice
  2451.  
  2452. "
  2453.  
  2454. *End
  2455.  
  2456.  
  2457.  
  2458. *?LHPageSizePol: "
  2459.  
  2460.  save
  2461.  
  2462.  currentpagedevice /Policies get /PageSize get 
  2463.  
  2464.  {
  2465.  
  2466.      dup 0 eq {(Abort) exit} if
  2467.  
  2468.      dup 1 eq {(Ignore) exit} if
  2469.  
  2470.      dup 4 eq {(Largest) exit} if
  2471.  
  2472.      (Unknown) exit
  2473.  
  2474.  } loop = flush pop
  2475.  
  2476.  restore
  2477.  
  2478. "
  2479.  
  2480. *End
  2481.  
  2482. *CloseUI: *LHPageSizePol
  2483.  
  2484.  
  2485.  
  2486. *CloseSubGroup: Policies
  2487.  
  2488. *CloseGroup: Imagesetter
  2489.  
  2490.  
  2491.  
  2492. *%
  2493.  
  2494. *%  End of Printer Specific Options
  2495.  
  2496. *%
  2497.  
  2498.  
  2499.  
  2500. *% Color Separation Information =====================
  2501.  
  2502.  
  2503.  
  2504. *DefaultColorSep: ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi
  2505.  
  2506.  
  2507.  
  2508. *InkName: ProcessBlack/Process Black
  2509.  
  2510. *InkName: CustomColor/Custom Color
  2511.  
  2512. *InkName: ProcessCyan/Process Cyan
  2513.  
  2514. *InkName: ProcessMagenta/Process Magenta
  2515.  
  2516. *InkName: ProcessYellow/Process Yellow
  2517.  
  2518.  
  2519.  
  2520. *%
  2521.  
  2522. *% Screening Params for HQS
  2523.  
  2524. *%
  2525.  
  2526. *%
  2527.  
  2528. *% ----- for Resolution 3386 dpi -----
  2529.  
  2530. *%
  2531.  
  2532. *% For 100 lpi / 3386 dpi
  2533.  
  2534. *ColorSepScreenAngle ProcessBlack.100lpi.3386dpi/100 lpi / 3386 dpi: "45"
  2535.  
  2536. *ColorSepScreenAngle CustomColor.100lpi.3386dpi/100 lpi / 3386 dpi: "45"
  2537.  
  2538. *ColorSepScreenAngle ProcessCyan.100lpi.3386dpi/100 lpi / 3386 dpi: "15"
  2539.  
  2540. *ColorSepScreenAngle ProcessMagenta.100lpi.3386dpi/100 lpi / 3386 dpi: "75"
  2541.  
  2542. *ColorSepScreenAngle ProcessYellow.100lpi.3386dpi/100 lpi / 3386 dpi: "0"
  2543.  
  2544.  
  2545.  
  2546. *ColorSepScreenFreq ProcessBlack.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
  2547.  
  2548. *ColorSepScreenFreq CustomColor.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
  2549.  
  2550. *ColorSepScreenFreq ProcessCyan.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
  2551.  
  2552. *ColorSepScreenFreq ProcessMagenta.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
  2553.  
  2554. *ColorSepScreenFreq ProcessYellow.100lpi.3386dpi/100 lpi / 3386 dpi: "100"
  2555.  
  2556.  
  2557.  
  2558. *% For 120 lpi / 3386 dpi
  2559.  
  2560. *ColorSepScreenAngle ProcessBlack.120lpi.3386dpi/120 lpi / 3386 dpi: "45"
  2561.  
  2562. *ColorSepScreenAngle CustomColor.120lpi.3386dpi/120 lpi / 3386 dpi: "45"
  2563.  
  2564. *ColorSepScreenAngle ProcessCyan.120lpi.3386dpi/120 lpi / 3386 dpi: "15"
  2565.  
  2566. *ColorSepScreenAngle ProcessMagenta.120lpi.3386dpi/120 lpi / 3386 dpi: "75"
  2567.  
  2568. *ColorSepScreenAngle ProcessYellow.120lpi.3386dpi/120 lpi / 3386 dpi: "0"
  2569.  
  2570.  
  2571.  
  2572. *ColorSepScreenFreq ProcessBlack.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
  2573.  
  2574. *ColorSepScreenFreq CustomColor.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
  2575.  
  2576. *ColorSepScreenFreq ProcessCyan.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
  2577.  
  2578. *ColorSepScreenFreq ProcessMagenta.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
  2579.  
  2580. *ColorSepScreenFreq ProcessYellow.120lpi.3386dpi/120 lpi / 3386 dpi: "120"
  2581.  
  2582.  
  2583.  
  2584. *% For 133 lpi / 3386 dpi
  2585.  
  2586. *ColorSepScreenAngle ProcessBlack.133lpi.3386dpi/133 lpi / 3386 dpi: "45"
  2587.  
  2588. *ColorSepScreenAngle CustomColor.133lpi.3386dpi/133 lpi / 3386 dpi: "45"
  2589.  
  2590. *ColorSepScreenAngle ProcessCyan.133lpi.3386dpi/133 lpi / 3386 dpi: "15"
  2591.  
  2592. *ColorSepScreenAngle ProcessMagenta.133lpi.3386dpi/133 lpi / 3386 dpi: "75"
  2593.  
  2594. *ColorSepScreenAngle ProcessYellow.133lpi.3386dpi/133 lpi / 3386 dpi: "0"
  2595.  
  2596.  
  2597.  
  2598. *ColorSepScreenFreq ProcessBlack.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
  2599.  
  2600. *ColorSepScreenFreq CustomColor.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
  2601.  
  2602. *ColorSepScreenFreq ProcessCyan.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
  2603.  
  2604. *ColorSepScreenFreq ProcessMagenta.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
  2605.  
  2606. *ColorSepScreenFreq ProcessYellow.133lpi.3386dpi/133 lpi / 3386 dpi: "133"
  2607.  
  2608.  
  2609.  
  2610. *% For 150 lpi / 3386 dpi
  2611.  
  2612. *ColorSepScreenAngle ProcessBlack.150lpi.3386dpi/150 lpi / 3386 dpi: "45"
  2613.  
  2614. *ColorSepScreenAngle CustomColor.150lpi.3386dpi/150 lpi / 3386 dpi: "45"
  2615.  
  2616. *ColorSepScreenAngle ProcessCyan.150lpi.3386dpi/150 lpi / 3386 dpi: "15"
  2617.  
  2618. *ColorSepScreenAngle ProcessMagenta.150lpi.3386dpi/150 lpi / 3386 dpi: "75"
  2619.  
  2620. *ColorSepScreenAngle ProcessYellow.150lpi.3386dpi/150 lpi / 3386 dpi: "0"
  2621.  
  2622.  
  2623.  
  2624. *ColorSepScreenFreq ProcessBlack.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
  2625.  
  2626. *ColorSepScreenFreq CustomColor.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
  2627.  
  2628. *ColorSepScreenFreq ProcessCyan.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
  2629.  
  2630. *ColorSepScreenFreq ProcessMagenta.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
  2631.  
  2632. *ColorSepScreenFreq ProcessYellow.150lpi.3386dpi/150 lpi / 3386 dpi: "150"
  2633.  
  2634.  
  2635.  
  2636. *% For 175 lpi / 3386 dpi
  2637.  
  2638. *ColorSepScreenAngle ProcessBlack.175lpi.3386dpi/175 lpi / 3386 dpi: "45"
  2639.  
  2640. *ColorSepScreenAngle CustomColor.175lpi.3386dpi/175 lpi / 3386 dpi: "45"
  2641.  
  2642. *ColorSepScreenAngle ProcessCyan.175lpi.3386dpi/175 lpi / 3386 dpi: "15"
  2643.  
  2644. *ColorSepScreenAngle ProcessMagenta.175lpi.3386dpi/175 lpi / 3386 dpi: "75"
  2645.  
  2646. *ColorSepScreenAngle ProcessYellow.175lpi.3386dpi/175 lpi / 3386 dpi: "0"
  2647.  
  2648.  
  2649.  
  2650. *ColorSepScreenFreq ProcessBlack.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
  2651.  
  2652. *ColorSepScreenFreq CustomColor.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
  2653.  
  2654. *ColorSepScreenFreq ProcessCyan.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
  2655.  
  2656. *ColorSepScreenFreq ProcessMagenta.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
  2657.  
  2658. *ColorSepScreenFreq ProcessYellow.175lpi.3386dpi/175 lpi / 3386 dpi: "175"
  2659.  
  2660.  
  2661.  
  2662. *% For 200 lpi / 3386 dpi
  2663.  
  2664. *ColorSepScreenAngle ProcessBlack.200lpi.3386dpi/200 lpi / 3386 dpi: "45"
  2665.  
  2666. *ColorSepScreenAngle CustomColor.200lpi.3386dpi/200 lpi / 3386 dpi: "45"
  2667.  
  2668. *ColorSepScreenAngle ProcessCyan.200lpi.3386dpi/200 lpi / 3386 dpi: "15"
  2669.  
  2670. *ColorSepScreenAngle ProcessMagenta.200lpi.3386dpi/200 lpi / 3386 dpi: "75"
  2671.  
  2672. *ColorSepScreenAngle ProcessYellow.200lpi.3386dpi/200 lpi / 3386 dpi: "0"
  2673.  
  2674.  
  2675.  
  2676. *ColorSepScreenFreq ProcessBlack.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
  2677.  
  2678. *ColorSepScreenFreq CustomColor.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
  2679.  
  2680. *ColorSepScreenFreq ProcessCyan.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
  2681.  
  2682. *ColorSepScreenFreq ProcessMagenta.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
  2683.  
  2684. *ColorSepScreenFreq ProcessYellow.200lpi.3386dpi/200 lpi / 3386 dpi: "200"
  2685.  
  2686.  
  2687.  
  2688. *% For 225 lpi / 3386 dpi
  2689.  
  2690. *ColorSepScreenAngle ProcessBlack.225lpi.3386dpi/225 lpi / 3386 dpi: "45"
  2691.  
  2692. *ColorSepScreenAngle CustomColor.225lpi.3386dpi/225 lpi / 3386 dpi: "45"
  2693.  
  2694. *ColorSepScreenAngle ProcessCyan.225lpi.3386dpi/225 lpi / 3386 dpi: "15"
  2695.  
  2696. *ColorSepScreenAngle ProcessMagenta.225lpi.3386dpi/225 lpi / 3386 dpi: "75"
  2697.  
  2698. *ColorSepScreenAngle ProcessYellow.225lpi.3386dpi/225 lpi / 3386 dpi: "0"
  2699.  
  2700.  
  2701.  
  2702. *ColorSepScreenFreq ProcessBlack.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
  2703.  
  2704. *ColorSepScreenFreq CustomColor.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
  2705.  
  2706. *ColorSepScreenFreq ProcessCyan.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
  2707.  
  2708. *ColorSepScreenFreq ProcessMagenta.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
  2709.  
  2710. *ColorSepScreenFreq ProcessYellow.225lpi.3386dpi/225 lpi / 3386 dpi: "225"
  2711.  
  2712.  
  2713.  
  2714. *% For 275 lpi / 3386 dpi
  2715.  
  2716. *ColorSepScreenAngle ProcessBlack.275lpi.3386dpi/275 lpi / 3386 dpi: "45"
  2717.  
  2718. *ColorSepScreenAngle CustomColor.275lpi.3386dpi/275 lpi / 3386 dpi: "45"
  2719.  
  2720. *ColorSepScreenAngle ProcessCyan.275lpi.3386dpi/275 lpi / 3386 dpi: "15"
  2721.  
  2722. *ColorSepScreenAngle ProcessMagenta.275lpi.3386dpi/275 lpi / 3386 dpi: "75"
  2723.  
  2724. *ColorSepScreenAngle ProcessYellow.275lpi.3386dpi/275 lpi / 3386 dpi: "0"
  2725.  
  2726.  
  2727.  
  2728. *ColorSepScreenFreq ProcessBlack.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
  2729.  
  2730. *ColorSepScreenFreq CustomColor.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
  2731.  
  2732. *ColorSepScreenFreq ProcessCyan.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
  2733.  
  2734. *ColorSepScreenFreq ProcessMagenta.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
  2735.  
  2736. *ColorSepScreenFreq ProcessYellow.275lpi.3386dpi/275 lpi / 3386 dpi: "275"
  2737.  
  2738.  
  2739.  
  2740. *% For 400 lpi / 3386 dpi
  2741.  
  2742. *ColorSepScreenAngle ProcessBlack.400lpi.3386dpi/400 lpi / 3386 dpi: "45"
  2743.  
  2744. *ColorSepScreenAngle CustomColor.400lpi.3386dpi/400 lpi / 3386 dpi: "45"
  2745.  
  2746. *ColorSepScreenAngle ProcessCyan.400lpi.3386dpi/400 lpi / 3386 dpi: "15"
  2747.  
  2748. *ColorSepScreenAngle ProcessMagenta.400lpi.3386dpi/400 lpi / 3386 dpi: "75"
  2749.  
  2750. *ColorSepScreenAngle ProcessYellow.400lpi.3386dpi/400 lpi / 3386 dpi: "0"
  2751.  
  2752.  
  2753.  
  2754. *ColorSepScreenFreq ProcessBlack.400lpi.3386dpi/400 lpi / 3386 dpi: "400"
  2755.  
  2756. *ColorSepScreenFreq CustomColor.400lpi.3386dpi/400 lpi / 3386 dpi: "400"
  2757.  
  2758. *ColorSepScreenFreq ProcessCyan.400lpi.3386dpi/400 lpi / 3386 dpi: "400"
  2759.  
  2760. *ColorSepScreenFreq ProcessMagenta.400lpi.3386dpi/400 lpi / 3386 dpi: "400"
  2761.  
  2762. *ColorSepScreenFreq ProcessYellow.400lpi.3386dpi/400 lpi / 3386 dpi: "400"
  2763.  
  2764. *%
  2765.  
  2766. *% ----- for Resolution 2540 dpi -----
  2767.  
  2768. *%
  2769.  
  2770. *% For 20 lpi / 2540 dpi
  2771.  
  2772. *ColorSepScreenAngle ProcessBlack.20lpi.2540dpi/20 lpi / 2540 dpi: "45"
  2773.  
  2774. *ColorSepScreenAngle CustomColor.20lpi.2540dpi/20 lpi / 2540 dpi: "45"
  2775.  
  2776. *ColorSepScreenAngle ProcessCyan.20lpi.2540dpi/20 lpi / 2540 dpi: "15"
  2777.  
  2778. *ColorSepScreenAngle ProcessMagenta.20lpi.2540dpi/20 lpi / 2540 dpi: "75"
  2779.  
  2780. *ColorSepScreenAngle ProcessYellow.20lpi.2540dpi/20 lpi / 2540 dpi: "0"
  2781.  
  2782.  
  2783.  
  2784. *ColorSepScreenFreq ProcessBlack.20lpi.2540dpi/20 lpi / 2540 dpi: "20"
  2785.  
  2786. *ColorSepScreenFreq CustomColor.20lpi.2540dpi/20 lpi / 2540 dpi: "20"
  2787.  
  2788. *ColorSepScreenFreq ProcessCyan.20lpi.2540dpi/20 lpi / 2540 dpi: "20"
  2789.  
  2790. *ColorSepScreenFreq ProcessMagenta.20lpi.2540dpi/20 lpi / 2540 dpi: "20"
  2791.  
  2792. *ColorSepScreenFreq ProcessYellow.20lpi.2540dpi/20 lpi / 2540 dpi: "20"
  2793.  
  2794.  
  2795.  
  2796. *% For 33 lpi / 2540 dpi
  2797.  
  2798. *ColorSepScreenAngle ProcessBlack.33lpi.2540dpi/33 lpi / 2540 dpi: "45"
  2799.  
  2800. *ColorSepScreenAngle CustomColor.33lpi.2540dpi/33 lpi / 2540 dpi: "45"
  2801.  
  2802. *ColorSepScreenAngle ProcessCyan.33lpi.2540dpi/33 lpi / 2540 dpi: "15"
  2803.  
  2804. *ColorSepScreenAngle ProcessMagenta.33lpi.2540dpi/33 lpi / 2540 dpi: "75"
  2805.  
  2806. *ColorSepScreenAngle ProcessYellow.33lpi.2540dpi/33 lpi / 2540 dpi: "0"
  2807.  
  2808.  
  2809.  
  2810. *ColorSepScreenFreq ProcessBlack.33lpi.2540dpi/33 lpi / 2540 dpi: "33"
  2811.  
  2812. *ColorSepScreenFreq CustomColor.33lpi.2540dpi/33 lpi / 2540 dpi: "33"
  2813.  
  2814. *ColorSepScreenFreq ProcessCyan.33lpi.2540dpi/33 lpi / 2540 dpi: "33"
  2815.  
  2816. *ColorSepScreenFreq ProcessMagenta.33lpi.2540dpi/33 lpi / 2540 dpi: "33"
  2817.  
  2818. *ColorSepScreenFreq ProcessYellow.33lpi.2540dpi/33 lpi / 2540 dpi: "33"
  2819.  
  2820.  
  2821.  
  2822. *% For 38 lpi / 2540 dpi
  2823.  
  2824. *ColorSepScreenAngle ProcessBlack.38lpi.2540dpi/38 lpi / 2540 dpi: "45"
  2825.  
  2826. *ColorSepScreenAngle CustomColor.38lpi.2540dpi/38 lpi / 2540 dpi: "45"
  2827.  
  2828. *ColorSepScreenAngle ProcessCyan.38lpi.2540dpi/38 lpi / 2540 dpi: "15"
  2829.  
  2830. *ColorSepScreenAngle ProcessMagenta.38lpi.2540dpi/38 lpi / 2540 dpi: "75"
  2831.  
  2832. *ColorSepScreenAngle ProcessYellow.38lpi.2540dpi/38 lpi / 2540 dpi: "0"
  2833.  
  2834.  
  2835.  
  2836. *ColorSepScreenFreq ProcessBlack.38lpi.2540dpi/38 lpi / 2540 dpi: "38"
  2837.  
  2838. *ColorSepScreenFreq CustomColor.38lpi.2540dpi/38 lpi / 2540 dpi: "38"
  2839.  
  2840. *ColorSepScreenFreq ProcessCyan.38lpi.2540dpi/38 lpi / 2540 dpi: "38"
  2841.  
  2842. *ColorSepScreenFreq ProcessMagenta.38lpi.2540dpi/38 lpi / 2540 dpi: "38"
  2843.  
  2844. *ColorSepScreenFreq ProcessYellow.38lpi.2540dpi/38 lpi / 2540 dpi: "38"
  2845.  
  2846.  
  2847.  
  2848. *% For 46 lpi / 2540 dpi
  2849.  
  2850. *ColorSepScreenAngle ProcessBlack.46lpi.2540dpi/46 lpi / 2540 dpi: "45"
  2851.  
  2852. *ColorSepScreenAngle CustomColor.46lpi.2540dpi/46 lpi / 2540 dpi: "45"
  2853.  
  2854. *ColorSepScreenAngle ProcessCyan.46lpi.2540dpi/46 lpi / 2540 dpi: "15"
  2855.  
  2856. *ColorSepScreenAngle ProcessMagenta.46lpi.2540dpi/46 lpi / 2540 dpi: "75"
  2857.  
  2858. *ColorSepScreenAngle ProcessYellow.46lpi.2540dpi/46 lpi / 2540 dpi: "0"
  2859.  
  2860.  
  2861.  
  2862. *ColorSepScreenFreq ProcessBlack.46lpi.2540dpi/46 lpi / 2540 dpi: "46"
  2863.  
  2864. *ColorSepScreenFreq CustomColor.46lpi.2540dpi/46 lpi / 2540 dpi: "46"
  2865.  
  2866. *ColorSepScreenFreq ProcessCyan.46lpi.2540dpi/46 lpi / 2540 dpi: "46"
  2867.  
  2868. *ColorSepScreenFreq ProcessMagenta.46lpi.2540dpi/46 lpi / 2540 dpi: "46"
  2869.  
  2870. *ColorSepScreenFreq ProcessYellow.46lpi.2540dpi/46 lpi / 2540 dpi: "46"
  2871.  
  2872.  
  2873.  
  2874. *% For 50 lpi / 2540 dpi
  2875.  
  2876. *ColorSepScreenAngle ProcessBlack.50lpi.2540dpi/50 lpi / 2540 dpi: "45"
  2877.  
  2878. *ColorSepScreenAngle CustomColor.50lpi.2540dpi/50 lpi / 2540 dpi: "45"
  2879.  
  2880. *ColorSepScreenAngle ProcessCyan.50lpi.2540dpi/50 lpi / 2540 dpi: "15"
  2881.  
  2882. *ColorSepScreenAngle ProcessMagenta.50lpi.2540dpi/50 lpi / 2540 dpi: "75"
  2883.  
  2884. *ColorSepScreenAngle ProcessYellow.50lpi.2540dpi/50 lpi / 2540 dpi: "0"
  2885.  
  2886.  
  2887.  
  2888. *ColorSepScreenFreq ProcessBlack.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
  2889.  
  2890. *ColorSepScreenFreq CustomColor.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
  2891.  
  2892. *ColorSepScreenFreq ProcessCyan.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
  2893.  
  2894. *ColorSepScreenFreq ProcessMagenta.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
  2895.  
  2896. *ColorSepScreenFreq ProcessYellow.50lpi.2540dpi/50 lpi / 2540 dpi: "50"
  2897.  
  2898.  
  2899.  
  2900. *% For 60 lpi / 2540 dpi
  2901.  
  2902. *ColorSepScreenAngle ProcessBlack.60lpi.2540dpi/60 lpi / 2540 dpi: "45"
  2903.  
  2904. *ColorSepScreenAngle CustomColor.60lpi.2540dpi/60 lpi / 2540 dpi: "45"
  2905.  
  2906. *ColorSepScreenAngle ProcessCyan.60lpi.2540dpi/60 lpi / 2540 dpi: "15"
  2907.  
  2908. *ColorSepScreenAngle ProcessMagenta.60lpi.2540dpi/60 lpi / 2540 dpi: "75"
  2909.  
  2910. *ColorSepScreenAngle ProcessYellow.60lpi.2540dpi/60 lpi / 2540 dpi: "0"
  2911.  
  2912.  
  2913.  
  2914. *ColorSepScreenFreq ProcessBlack.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
  2915.  
  2916. *ColorSepScreenFreq CustomColor.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
  2917.  
  2918. *ColorSepScreenFreq ProcessCyan.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
  2919.  
  2920. *ColorSepScreenFreq ProcessMagenta.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
  2921.  
  2922. *ColorSepScreenFreq ProcessYellow.60lpi.2540dpi/60 lpi / 2540 dpi: "60"
  2923.  
  2924.  
  2925.  
  2926. *% For 65 lpi / 2540 dpi
  2927.  
  2928. *ColorSepScreenAngle ProcessBlack.65lpi.2540dpi/65 lpi / 2540 dpi: "45"
  2929.  
  2930. *ColorSepScreenAngle CustomColor.65lpi.2540dpi/65 lpi / 2540 dpi: "45"
  2931.  
  2932. *ColorSepScreenAngle ProcessCyan.65lpi.2540dpi/65 lpi / 2540 dpi: "15"
  2933.  
  2934. *ColorSepScreenAngle ProcessMagenta.65lpi.2540dpi/65 lpi / 2540 dpi: "75"
  2935.  
  2936. *ColorSepScreenAngle ProcessYellow.65lpi.2540dpi/65 lpi / 2540 dpi: "0"
  2937.  
  2938.  
  2939.  
  2940. *ColorSepScreenFreq ProcessBlack.65lpi.2540dpi/65 lpi / 2540 dpi: "65"
  2941.  
  2942. *ColorSepScreenFreq CustomColor.65lpi.2540dpi/65 lpi / 2540 dpi: "65"
  2943.  
  2944. *ColorSepScreenFreq ProcessCyan.65lpi.2540dpi/65 lpi / 2540 dpi: "65"
  2945.  
  2946. *ColorSepScreenFreq ProcessMagenta.65lpi.2540dpi/65 lpi / 2540 dpi: "65"
  2947.  
  2948. *ColorSepScreenFreq ProcessYellow.65lpi.2540dpi/65 lpi / 2540 dpi: "65"
  2949.  
  2950.  
  2951.  
  2952. *% For 70 lpi / 2540 dpi
  2953.  
  2954. *ColorSepScreenAngle ProcessBlack.70lpi.2540dpi/70 lpi / 2540 dpi: "45"
  2955.  
  2956. *ColorSepScreenAngle CustomColor.70lpi.2540dpi/70 lpi / 2540 dpi: "45"
  2957.  
  2958. *ColorSepScreenAngle ProcessCyan.70lpi.2540dpi/70 lpi / 2540 dpi: "15"
  2959.  
  2960. *ColorSepScreenAngle ProcessMagenta.70lpi.2540dpi/70 lpi / 2540 dpi: "75"
  2961.  
  2962. *ColorSepScreenAngle ProcessYellow.70lpi.2540dpi/70 lpi / 2540 dpi: "0"
  2963.  
  2964.  
  2965.  
  2966. *ColorSepScreenFreq ProcessBlack.70lpi.2540dpi/70 lpi / 2540 dpi: "70"
  2967.  
  2968. *ColorSepScreenFreq CustomColor.70lpi.2540dpi/70 lpi / 2540 dpi: "70"
  2969.  
  2970. *ColorSepScreenFreq ProcessCyan.70lpi.2540dpi/70 lpi / 2540 dpi: "70"
  2971.  
  2972. *ColorSepScreenFreq ProcessMagenta.70lpi.2540dpi/70 lpi / 2540 dpi: "70"
  2973.  
  2974. *ColorSepScreenFreq ProcessYellow.70lpi.2540dpi/70 lpi / 2540 dpi: "70"
  2975.  
  2976.  
  2977.  
  2978. *% For 75 lpi / 2540 dpi
  2979.  
  2980. *ColorSepScreenAngle ProcessBlack.75lpi.2540dpi/75 lpi / 2540 dpi: "45"
  2981.  
  2982. *ColorSepScreenAngle CustomColor.75lpi.2540dpi/75 lpi / 2540 dpi: "45"
  2983.  
  2984. *ColorSepScreenAngle ProcessCyan.75lpi.2540dpi/75 lpi / 2540 dpi: "15"
  2985.  
  2986. *ColorSepScreenAngle ProcessMagenta.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
  2987.  
  2988. *ColorSepScreenAngle ProcessYellow.75lpi.2540dpi/75 lpi / 2540 dpi: "0"
  2989.  
  2990.  
  2991.  
  2992. *ColorSepScreenFreq ProcessBlack.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
  2993.  
  2994. *ColorSepScreenFreq CustomColor.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
  2995.  
  2996. *ColorSepScreenFreq ProcessCyan.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
  2997.  
  2998. *ColorSepScreenFreq ProcessMagenta.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
  2999.  
  3000. *ColorSepScreenFreq ProcessYellow.75lpi.2540dpi/75 lpi / 2540 dpi: "75"
  3001.  
  3002.  
  3003.  
  3004. *% For 80 lpi / 2540 dpi
  3005.  
  3006. *ColorSepScreenAngle ProcessBlack.80lpi.2540dpi/80 lpi / 2540 dpi: "45"
  3007.  
  3008. *ColorSepScreenAngle CustomColor.80lpi.2540dpi/80 lpi / 2540 dpi: "45"
  3009.  
  3010. *ColorSepScreenAngle ProcessCyan.80lpi.2540dpi/80 lpi / 2540 dpi: "15"
  3011.  
  3012. *ColorSepScreenAngle ProcessMagenta.80lpi.2540dpi/80 lpi / 2540 dpi: "75"
  3013.  
  3014. *ColorSepScreenAngle ProcessYellow.80lpi.2540dpi/80 lpi / 2540 dpi: "0"
  3015.  
  3016.  
  3017.  
  3018. *ColorSepScreenFreq ProcessBlack.80lpi.2540dpi/80 lpi / 2540 dpi: "80"
  3019.  
  3020. *ColorSepScreenFreq CustomColor.80lpi.2540dpi/80 lpi / 2540 dpi: "80"
  3021.  
  3022. *ColorSepScreenFreq ProcessCyan.80lpi.2540dpi/80 lpi / 2540 dpi: "80"
  3023.  
  3024. *ColorSepScreenFreq ProcessMagenta.80lpi.2540dpi/80 lpi / 2540 dpi: "80"
  3025.  
  3026. *ColorSepScreenFreq ProcessYellow.80lpi.2540dpi/80 lpi / 2540 dpi: "80"
  3027.  
  3028.  
  3029.  
  3030. *% For 85 lpi / 2540 dpi
  3031.  
  3032. *ColorSepScreenAngle ProcessBlack.85lpi.2540dpi/85 lpi / 2540 dpi: "45"
  3033.  
  3034. *ColorSepScreenAngle CustomColor.85lpi.2540dpi/85 lpi / 2540 dpi: "45"
  3035.  
  3036. *ColorSepScreenAngle ProcessCyan.85lpi.2540dpi/85 lpi / 2540 dpi: "15"
  3037.  
  3038. *ColorSepScreenAngle ProcessMagenta.85lpi.2540dpi/85 lpi / 2540 dpi: "75"
  3039.  
  3040. *ColorSepScreenAngle ProcessYellow.85lpi.2540dpi/85 lpi / 2540 dpi: "0"
  3041.  
  3042.  
  3043.  
  3044. *ColorSepScreenFreq ProcessBlack.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
  3045.  
  3046. *ColorSepScreenFreq CustomColor.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
  3047.  
  3048. *ColorSepScreenFreq ProcessCyan.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
  3049.  
  3050. *ColorSepScreenFreq ProcessMagenta.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
  3051.  
  3052. *ColorSepScreenFreq ProcessYellow.85lpi.2540dpi/85 lpi / 2540 dpi: "85"
  3053.  
  3054.  
  3055.  
  3056. *% For 90 lpi / 2540 dpi
  3057.  
  3058. *ColorSepScreenAngle ProcessBlack.90lpi.2540dpi/90 lpi / 2540 dpi: "45"
  3059.  
  3060. *ColorSepScreenAngle CustomColor.90lpi.2540dpi/90 lpi / 2540 dpi: "45"
  3061.  
  3062. *ColorSepScreenAngle ProcessCyan.90lpi.2540dpi/90 lpi / 2540 dpi: "15"
  3063.  
  3064. *ColorSepScreenAngle ProcessMagenta.90lpi.2540dpi/90 lpi / 2540 dpi: "75"
  3065.  
  3066. *ColorSepScreenAngle ProcessYellow.90lpi.2540dpi/90 lpi / 2540 dpi: "0"
  3067.  
  3068.  
  3069.  
  3070. *ColorSepScreenFreq ProcessBlack.90lpi.2540dpi/90 lpi / 2540 dpi: "90"
  3071.  
  3072. *ColorSepScreenFreq CustomColor.90lpi.2540dpi/90 lpi / 2540 dpi: "90"
  3073.  
  3074. *ColorSepScreenFreq ProcessCyan.90lpi.2540dpi/90 lpi / 2540 dpi: "90"
  3075.  
  3076. *ColorSepScreenFreq ProcessMagenta.90lpi.2540dpi/90 lpi / 2540 dpi: "90"
  3077.  
  3078. *ColorSepScreenFreq ProcessYellow.90lpi.2540dpi/90 lpi / 2540 dpi: "90"
  3079.  
  3080.  
  3081.  
  3082. *% For 100 lpi / 2540 dpi
  3083.  
  3084. *ColorSepScreenAngle ProcessBlack.100lpi.2540dpi/100 lpi / 2540 dpi: "45"
  3085.  
  3086. *ColorSepScreenAngle CustomColor.100lpi.2540dpi/100 lpi / 2540 dpi: "45"
  3087.  
  3088. *ColorSepScreenAngle ProcessCyan.100lpi.2540dpi/100 lpi / 2540 dpi: "15"
  3089.  
  3090. *ColorSepScreenAngle ProcessMagenta.100lpi.2540dpi/100 lpi / 2540 dpi: "75"
  3091.  
  3092. *ColorSepScreenAngle ProcessYellow.100lpi.2540dpi/100 lpi / 2540 dpi: "0"
  3093.  
  3094.  
  3095.  
  3096. *ColorSepScreenFreq ProcessBlack.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
  3097.  
  3098. *ColorSepScreenFreq CustomColor.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
  3099.  
  3100. *ColorSepScreenFreq ProcessCyan.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
  3101.  
  3102. *ColorSepScreenFreq ProcessMagenta.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
  3103.  
  3104. *ColorSepScreenFreq ProcessYellow.100lpi.2540dpi/100 lpi / 2540 dpi: "100"
  3105.  
  3106.  
  3107.  
  3108. *% For 110 lpi / 2540 dpi
  3109.  
  3110. *ColorSepScreenAngle ProcessBlack.110lpi.2540dpi/110 lpi / 2540 dpi: "45"
  3111.  
  3112. *ColorSepScreenAngle CustomColor.110lpi.2540dpi/110 lpi / 2540 dpi: "45"
  3113.  
  3114. *ColorSepScreenAngle ProcessCyan.110lpi.2540dpi/110 lpi / 2540 dpi: "15"
  3115.  
  3116. *ColorSepScreenAngle ProcessMagenta.110lpi.2540dpi/110 lpi / 2540 dpi: "75"
  3117.  
  3118. *ColorSepScreenAngle ProcessYellow.110lpi.2540dpi/110 lpi / 2540 dpi: "0"
  3119.  
  3120.  
  3121.  
  3122. *ColorSepScreenFreq ProcessBlack.110lpi.2540dpi/110 lpi / 2540 dpi: "110"
  3123.  
  3124. *ColorSepScreenFreq CustomColor.110lpi.2540dpi/110 lpi / 2540 dpi: "110"
  3125.  
  3126. *ColorSepScreenFreq ProcessCyan.110lpi.2540dpi/110 lpi / 2540 dpi: "110"
  3127.  
  3128. *ColorSepScreenFreq ProcessMagenta.110lpi.2540dpi/110 lpi / 2540 dpi: "110"
  3129.  
  3130. *ColorSepScreenFreq ProcessYellow.110lpi.2540dpi/110 lpi / 2540 dpi: "110"
  3131.  
  3132.  
  3133.  
  3134. *% For 120 lpi / 2540 dpi
  3135.  
  3136. *ColorSepScreenAngle ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi: "45"
  3137.  
  3138. *ColorSepScreenAngle CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi: "45"
  3139.  
  3140. *ColorSepScreenAngle ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi: "15"
  3141.  
  3142. *ColorSepScreenAngle ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi: "75"
  3143.  
  3144. *ColorSepScreenAngle ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi: "0"
  3145.  
  3146.  
  3147.  
  3148. *ColorSepScreenFreq ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
  3149.  
  3150. *ColorSepScreenFreq CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
  3151.  
  3152. *ColorSepScreenFreq ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
  3153.  
  3154. *ColorSepScreenFreq ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
  3155.  
  3156. *ColorSepScreenFreq ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi: "120"
  3157.  
  3158.  
  3159.  
  3160. *% For 133 lpi / 2540 dpi
  3161.  
  3162. *ColorSepScreenAngle ProcessBlack.133lpi.2540dpi/133 lpi / 2540 dpi: "45"
  3163.  
  3164. *ColorSepScreenAngle CustomColor.133lpi.2540dpi/133 lpi / 2540 dpi: "45"
  3165.  
  3166. *ColorSepScreenAngle ProcessCyan.133lpi.2540dpi/133 lpi / 2540 dpi: "15"
  3167.  
  3168. *ColorSepScreenAngle ProcessMagenta.133lpi.2540dpi/133 lpi / 2540 dpi: "75"
  3169.  
  3170. *ColorSepScreenAngle ProcessYellow.133lpi.2540dpi/133 lpi / 2540 dpi: "0"
  3171.  
  3172.  
  3173.  
  3174. *ColorSepScreenFreq ProcessBlack.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
  3175.  
  3176. *ColorSepScreenFreq CustomColor.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
  3177.  
  3178. *ColorSepScreenFreq ProcessCyan.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
  3179.  
  3180. *ColorSepScreenFreq ProcessMagenta.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
  3181.  
  3182. *ColorSepScreenFreq ProcessYellow.133lpi.2540dpi/133 lpi / 2540 dpi: "133"
  3183.  
  3184.  
  3185.  
  3186. *% For 138 lpi / 2540 dpi
  3187.  
  3188. *ColorSepScreenAngle ProcessBlack.138lpi.2540dpi/138 lpi / 2540 dpi: "45"
  3189.  
  3190. *ColorSepScreenAngle CustomColor.138lpi.2540dpi/138 lpi / 2540 dpi: "45"
  3191.  
  3192. *ColorSepScreenAngle ProcessCyan.138lpi.2540dpi/138 lpi / 2540 dpi: "15"
  3193.  
  3194. *ColorSepScreenAngle ProcessMagenta.138lpi.2540dpi/138 lpi / 2540 dpi: "75"
  3195.  
  3196. *ColorSepScreenAngle ProcessYellow.138lpi.2540dpi/138 lpi / 2540 dpi: "0"
  3197.  
  3198.  
  3199.  
  3200. *ColorSepScreenFreq ProcessBlack.138lpi.2540dpi/138 lpi / 2540 dpi: "138"
  3201.  
  3202. *ColorSepScreenFreq CustomColor.138lpi.2540dpi/138 lpi / 2540 dpi: "138"
  3203.  
  3204. *ColorSepScreenFreq ProcessCyan.138lpi.2540dpi/138 lpi / 2540 dpi: "138"
  3205.  
  3206. *ColorSepScreenFreq ProcessMagenta.138lpi.2540dpi/138 lpi / 2540 dpi: "138"
  3207.  
  3208. *ColorSepScreenFreq ProcessYellow.138lpi.2540dpi/138 lpi / 2540 dpi: "138"
  3209.  
  3210.  
  3211.  
  3212. *% For 150 lpi / 2540 dpi
  3213.  
  3214. *ColorSepScreenAngle ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi: "45"
  3215.  
  3216. *ColorSepScreenAngle CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi: "45"
  3217.  
  3218. *ColorSepScreenAngle ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi: "15"
  3219.  
  3220. *ColorSepScreenAngle ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi: "75"
  3221.  
  3222. *ColorSepScreenAngle ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi: "0"
  3223.  
  3224.  
  3225.  
  3226. *ColorSepScreenFreq ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
  3227.  
  3228. *ColorSepScreenFreq CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
  3229.  
  3230. *ColorSepScreenFreq ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
  3231.  
  3232. *ColorSepScreenFreq ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
  3233.  
  3234. *ColorSepScreenFreq ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi: "150"
  3235.  
  3236.  
  3237.  
  3238. *% For 175 lpi / 2540 dpi
  3239.  
  3240. *ColorSepScreenAngle ProcessBlack.175lpi.2540dpi/175 lpi / 2540 dpi: "45"
  3241.  
  3242. *ColorSepScreenAngle CustomColor.175lpi.2540dpi/175 lpi / 2540 dpi: "45"
  3243.  
  3244. *ColorSepScreenAngle ProcessCyan.175lpi.2540dpi/175 lpi / 2540 dpi: "15"
  3245.  
  3246. *ColorSepScreenAngle ProcessMagenta.175lpi.2540dpi/175 lpi / 2540 dpi: "75"
  3247.  
  3248. *ColorSepScreenAngle ProcessYellow.175lpi.2540dpi/175 lpi / 2540 dpi: "0"
  3249.  
  3250.  
  3251.  
  3252. *ColorSepScreenFreq ProcessBlack.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
  3253.  
  3254. *ColorSepScreenFreq CustomColor.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
  3255.  
  3256. *ColorSepScreenFreq ProcessCyan.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
  3257.  
  3258. *ColorSepScreenFreq ProcessMagenta.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
  3259.  
  3260. *ColorSepScreenFreq ProcessYellow.175lpi.2540dpi/175 lpi / 2540 dpi: "175"
  3261.  
  3262.  
  3263.  
  3264. *% For 200 lpi / 2540 dpi
  3265.  
  3266. *ColorSepScreenAngle ProcessBlack.200lpi.2540dpi/200 lpi / 2540 dpi: "45"
  3267.  
  3268. *ColorSepScreenAngle CustomColor.200lpi.2540dpi/200 lpi / 2540 dpi: "45"
  3269.  
  3270. *ColorSepScreenAngle ProcessCyan.200lpi.2540dpi/200 lpi / 2540 dpi: "15"
  3271.  
  3272. *ColorSepScreenAngle ProcessMagenta.200lpi.2540dpi/200 lpi / 2540 dpi: "75"
  3273.  
  3274. *ColorSepScreenAngle ProcessYellow.200lpi.2540dpi/200 lpi / 2540 dpi: "0"
  3275.  
  3276.  
  3277.  
  3278. *ColorSepScreenFreq ProcessBlack.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
  3279.  
  3280. *ColorSepScreenFreq CustomColor.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
  3281.  
  3282. *ColorSepScreenFreq ProcessCyan.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
  3283.  
  3284. *ColorSepScreenFreq ProcessMagenta.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
  3285.  
  3286. *ColorSepScreenFreq ProcessYellow.200lpi.2540dpi/200 lpi / 2540 dpi: "200"
  3287.  
  3288.  
  3289.  
  3290. *% For 300 lpi / 2540 dpi
  3291.  
  3292. *ColorSepScreenAngle ProcessBlack.300lpi.2540dpi/300 lpi / 2540 dpi: "45"
  3293.  
  3294. *ColorSepScreenAngle CustomColor.300lpi.2540dpi/300 lpi / 2540 dpi: "45"
  3295.  
  3296. *ColorSepScreenAngle ProcessCyan.300lpi.2540dpi/300 lpi / 2540 dpi: "15"
  3297.  
  3298. *ColorSepScreenAngle ProcessMagenta.300lpi.2540dpi/300 lpi / 2540 dpi: "75"
  3299.  
  3300. *ColorSepScreenAngle ProcessYellow.300lpi.2540dpi/300 lpi / 2540 dpi: "0"
  3301.  
  3302.  
  3303.  
  3304. *ColorSepScreenFreq ProcessBlack.300lpi.2540dpi/300 lpi / 2540 dpi: "300"
  3305.  
  3306. *ColorSepScreenFreq CustomColor.300lpi.2540dpi/300 lpi / 2540 dpi: "300"
  3307.  
  3308. *ColorSepScreenFreq ProcessCyan.300lpi.2540dpi/300 lpi / 2540 dpi: "300"
  3309.  
  3310. *ColorSepScreenFreq ProcessMagenta.300lpi.2540dpi/300 lpi / 2540 dpi: "300"
  3311.  
  3312. *ColorSepScreenFreq ProcessYellow.300lpi.2540dpi/300 lpi / 2540 dpi: "300"
  3313.  
  3314.  
  3315.  
  3316. *% The byte count of this file should be exactly 074493 or 077821
  3317. *% depending on the filesystem it resides in.
  3318. *% end of PPD file for Linotype-Hell Herkules Plate HQS
  3319.  
  3320.