home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / I386 / DRIVER.CAB / brh24ce3.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2001-07-22  |  37.9 KB  |  1,007 lines

  1. *PPD-Adobe: "4.3"
  2. *%================================================
  3. *%    Copyright(C) 2000 Brother Industries, Ltd.
  4. *%    "Brother HL-2400Ce BR-Script3"
  5. *%================================================
  6.  
  7. *%==== General Information Keywords ========================
  8. *FormatVersion: "4.3"
  9. *FileVersion: "1.00"
  10. *LanguageEncoding: ISOLatin1
  11. *LanguageVersion: English
  12. *PCFileName: "BRH24CE3.PPD"
  13. *Product: "(Brother HL-2400Ce series)"
  14. *PSVersion: "(3010.106) 3"
  15. *ModelName: "Brother HL-2400Ce BR-Script3"
  16. *NickName: "Brother HL-2400Ce BR-Script3"
  17.  
  18. *%==== Basic Device Capabilities =============
  19. *LanguageLevel: "3"
  20. *TTRasterizer: Type42
  21. *ColorDevice: True
  22. *DefaultColorSpace: CMYK
  23. *FileSystem: True
  24. *?FileSystem:"
  25. save 
  26.     /devname (%disk0%) def 
  27.     /ret false def 
  28.     0 1 7{ 
  29.         devname exch 48 add 5 exch put 
  30.         devname devstatus { 
  31.             0 ne {/ret true def}if 
  32.             pop pop pop pop pop pop pop 
  33.         }if 
  34.     }for 
  35.     ret {(True)}{(False)} ifelse = flush 
  36. restore 
  37. *End
  38.  
  39. *Throughput: "16"
  40. *FreeVM: "1700000"
  41.  
  42. *%==== Installable Options ===================
  43.  
  44. *OpenGroup: InstallableOptions/Options Installed
  45.  
  46. *OpenUI *Option1/Lower Paper Cassette: Boolean
  47. *DefaultOption1: False
  48. *Option1 True/Installed: ""
  49. *Option1 False/Not Installed: ""
  50. *CloseUI: *Option1
  51.  
  52. *OpenUI *Option100/Printer Hard Disk: Boolean
  53. *DefaultOption100: False
  54. *Option100 True/Installed: ""
  55. *Option100 False/Not Installed: ""
  56. *?Option100:"
  57. save 
  58.     /ret false def
  59.     (%disk2%) devstatus { 
  60.             0 ne {/ret true def}if 
  61.             pop pop pop pop pop pop pop 
  62.     }if 
  63.     ret {(True)}{(False)} ifelse = flush 
  64. restore 
  65. "
  66. *End
  67. *CloseUI: *Option100
  68.  
  69. *CloseGroup: InstallableOptions
  70.  
  71. *UIConstraints: *Option1 False *InputSlot Lower
  72.  
  73. *UIConstraints: *Option100 False *BRCollate True
  74. *UIConstraints: *Option100 False *BRJobHold Proof
  75. *UIConstraints: *Option100 False *BRJobHold Public
  76. *UIConstraints: *Option100 False *BRJobHold Private
  77.  
  78. *UIConstraints: *Option100 False *BRJobHoldKey HoldKey1
  79. *UIConstraints: *Option100 False *BRJobHoldKey HoldKey2
  80. *UIConstraints: *Option100 False *BRJobHoldKey HoldKey3
  81. *UIConstraints: *Option100 False *BRJobHoldKey HoldKey4
  82. *UIConstraints: *Option100 False *BRJobHoldKey HoldKey5
  83. *UIConstraints: *Option100 False *BRJobHoldKey HoldKey6
  84. *UIConstraints: *Option100 False *BRJobHoldKey HoldKey7
  85. *UIConstraints: *Option100 False *BRJobHoldKey HoldKey8
  86. *UIConstraints: *Option100 False *BRJobHoldKey HoldKey9
  87.  
  88. *UIConstraints: *Option100 False *BRJobName JobName1
  89. *UIConstraints: *Option100 False *BRJobName JobName2
  90. *UIConstraints: *Option100 False *BRJobName JobName3
  91. *UIConstraints: *Option100 False *BRJobName JobName4
  92. *UIConstraints: *Option100 False *BRJobName JobName5
  93. *UIConstraints: *Option100 False *BRJobName JobName6
  94. *UIConstraints: *Option100 False *BRJobName JobName7
  95. *UIConstraints: *Option100 False *BRJobName JobName8
  96. *UIConstraints: *Option100 False *BRJobName JobName9
  97.  
  98. *%==== JCL Features ==========================
  99. *Protocols: TBCP PJL
  100. *JCLBegin:           "<1B>%-12345X@PJL JOB<0A>"
  101. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  102. *JCLEnd:             "<1B>%-12345X@PJL EOJ <0A><1B>%-12345X"
  103. *JCLOpenUI *JCLTonerSaveMode/Toner Save: PickOne
  104. *DefaultJCLTonerSaveMode: Off
  105. *OrderDependency: 10 JCLSetup  *JCLTonerSaveMode
  106. *JCLTonerSaveMode Off/Off : "@PJL SET ECONOMODE = OFF<0A>"
  107. *JCLTonerSaveMode 25%/by 25%: "@PJL SET ECONOMODE = ON<0A>@PJL SET ECONOLEVEL = 2<0A>"
  108. *JCLTonerSaveMode 50%/by 50%: "@PJL SET ECONOMODE = ON<0A>@PJL SET ECONOLEVEL = 1<0A>"
  109. *JCLCloseUI: *JCLTonerSaveMode
  110. *JCLOpenUI *JCLSleep/Power Save [Min.]: PickOne
  111. *DefaultJCLSleep: PrinterDefault
  112. *OrderDependency: 10 JCLSetup  *JCLSleep
  113. *JCLSleep PrinterDefault/Printer Default: ""
  114. *JCLSleep 2minutes/2: "@PJL SET TIMEOUTSLEEP = 2<0A>"
  115. *JCLSleep 10minutes/10: "@PJL SET TIMEOUTSLEEP = 10<0A>"
  116. *JCLSleep 30minutes/30: "@PJL SET TIMEOUTSLEEP = 30<0A>"
  117. *JCLCloseUI: *JCLSleep
  118.  
  119. *%==== Media Selection ======================
  120.  
  121. *OpenUI *PageSize: PickOne
  122. *OrderDependency: 30 AnySetup *PageSize
  123. *DefaultPageSize:  Letter
  124. *PageSize Letter/Letter: "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  125. *PageSize Legal/Legal: "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  126. *PageSize Executive/Executive: "<< /PageSize [522 756] /ImagingBBox null >> setpagedevice"
  127. *PageSize A4/A4: "<< /PageSize [595 842] /ImagingBBox null >> setpagedevice"
  128. *PageSize A5/A5: "<< /PageSize [420 595] /ImagingBBox null >> setpagedevice"
  129. *PageSize JISB5/JISB5: "<< /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  130. *PageSize ISOB5/B5: "<< /PageSize [499 709] /ImagingBBox null >> setpagedevice"
  131. *PageSize Envelope.297.684/Comm #10: "<< /PageSize [297 684] /ImagingBBox null >> setpagedevice"
  132. *PageSize Envelope.312.624/DL: "<< /PageSize [312 624] /ImagingBBox null >> setpagedevice"
  133. *?PageSize: "/sr save def
  134. statusdict begin
  135. mark
  136. [595 842](A4)
  137. [420 595](A5)
  138. [297 420](A6)
  139. [499 709](B5)
  140. [363 516](B6)
  141. [312 624](Envelope.312.624/DL)
  142. [612 792](Letter)
  143. [612 1008](Legal)
  144. [612 792(LetterSmall)
  145. [595 842](A4Small)
  146. [612 1008](LegalSmall)
  147. [522 756](Executive)
  148. [297 684](Envelope.297.684/Com #10)
  149. [279 540](Envelope.279.540/Monarch)
  150. currentpagedevice begin PageSize 
  151. 0 1 49
  152. {    pop dup 4 -1 roll dup 0 get dup 3 -1 roll 1 get dup
  153.     5 -1 roll dup 0 get dup 3 -1 roll 1 get dup
  154.     1 add exch 1 sub 
  155.     5 -1 roll le exch 5 -1 roll ge and
  156.     5 1 roll
  157.     1 add exch 1 sub
  158.     4 -1 roll le exch 3 -1 roll ge and
  159.     and
  160.     {    pop
  161.         1 dict begin
  162.         /a exch def
  163.         a = flush 
  164.         end exit
  165.     }
  166.     {    exch pop
  167.     }ifelse
  168. }for
  169. cleartomark end sr restore 
  170. "
  171. *End
  172. *CloseUI: *PageSize
  173. *OpenUI *PageRegion: PickOne
  174. *OrderDependency: 40 AnySetup *PageRegion
  175. *DefaultPageRegion: Letter
  176. *PageRegion Letter/Letter: "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  177. *PageRegion Legal/Legal: "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  178. *PageRegion Executive/Executive: "<< /PageSize [522 756] /ImagingBBox null >> setpagedevice"
  179. *PageRegion A4/A4: "<< /PageSize [595 842] /ImagingBBox null >> setpagedevice"
  180. *PageRegion A5/A5: "<< /PageSize [420 595] /ImagingBBox null >> setpagedevice"
  181. *PageRegion JISB5/JISB5: "<< /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  182. *PageRegion ISOB5/B5: "<< /PageSize [499 709] /ImagingBBox null >> setpagedevice"
  183. *PageRegion Envelope.297.684/Comm #10: "<< /PageSize [297 684] /ImagingBBox null >> setpagedevice"
  184. *PageRegion Envelope.312.624/DL: "<< /PageSize [312 624] /ImagingBBox null >> setpagedevice"
  185. *CloseUI: *PageRegion
  186.  
  187. *DefaultImageableArea: Letter
  188. *ImageableArea Letter/Letter: "12.0 12.12 599.88 780.0"
  189. *ImageableArea Legal/Legal: "12.0 12.12 599.88 996.0"
  190. *ImageableArea Executive/Executive: "12.0 12.12 510.0 744.0"
  191. *ImageableArea A4/A4: "12.0 12.24 583.08 829.92"
  192. *ImageableArea A5/A5: "12.0 11.88 407.4 582.96"
  193. *ImageableArea JISB5/JISB5: "12.0 12.48 503.88 717.0"
  194. *ImageableArea ISOB5/B5: "12.0 12.48 486.72 696.96"
  195. *ImageableArea Envelope.297.684/Comm #10: "12.0 12.12 284.88 672.0"
  196. *ImageableArea Envelope.312.624/DL: "12.0 12.12 299.88 613.92"
  197. *?ImageableArea: "
  198. /sr save def
  199. /pr
  200. {{ceiling exch ceiling}
  201.  {floor exch floor}ifelse
  202.  psub psub
  203. }def
  204. /psub {cvi =string cvs print ( ) print} def
  205. initgraphics clippath pathbbox
  206. 4 2 roll true pr false pr flush
  207. sr restore
  208. "
  209. *End
  210.  
  211. *%==== Information About Media Sizes ========
  212.  
  213. *DefaultPaperDimension: Letter
  214. *PaperDimension Letter/Letter: "612 792"
  215. *PaperDimension Legal/Legal: "612 1008"
  216. *PaperDimension Executive/Executive: "522 756"
  217. *PaperDimension A4/A4: "595 842"
  218. *PaperDimension A5/A5: "420 595"
  219. *PaperDimension JISB5/JISB5: "516 729"
  220. *PaperDimension ISOB5/B5: "499 709"
  221. *PaperDimension Envelope.297.684/Comm #10: "297 684"
  222. *PaperDimension Envelope.312.624/DL: "312 624"
  223.  
  224. *%==== 5.13 Media Handling Features ============================
  225. *OpenUI *BRMediaType/Media Type: PickOne
  226. *OrderDependency: 28 AnySetup *BRMediaType
  227. *DefaultBRMediaType: PrinterDefault
  228. *BRMediaType PrinterDefault/Printer Default: ""
  229. *BRMediaType Plain/Plain Paper: "statusdict begin 0 setmediatype end"
  230. *BRMediaType Thick/Thick Paper: "statusdict begin 1 setmediatype end"
  231. *BRMediaType Transparency/Transparency: "statusdict begin 2 setmediatype end"
  232. *?BRMediaType: "save (Unknown) = flush restore"
  233. *CloseUI: *BRMediaType
  234.  
  235. *OpenUI *InputSlot: PickOne
  236. *OrderDependency: 29 AnySetup *InputSlot
  237. *DefaultInputSlot: AutoSelect
  238. *InputSlot AutoSelect/Auto: "<</BRTraysw true >> setpagedevice"
  239. *InputSlot Upper/Upper Tray: "<</BRTraysw false /BRFeeder 0>> setpagedevice"
  240. *InputSlot Lower/Lower Tray: "<</BRTraysw false /BRFeeder 1>> setpagedevice"
  241. *?InputSlot: "
  242.     (Unknown) = flush
  243. "
  244. *End
  245. *CloseUI: *InputSlot
  246.  
  247. *RequiresPageRegion All:True
  248.  
  249. *DefaultOutputBin: OnlyOne
  250.  
  251. *OpenUI *ManualFeed: Boolean
  252. *OrderDependency: 40 AnySetup *ManualFeed
  253. *DefaultManualFeed: False
  254. *ManualFeed True:  "
  255. currentpagedevice dup /BRApt get 0 eq exch 
  256. /BRProcessColor get 4 eq and {
  257. <</BRHrc 0 /ManualFeed true>> setpagedevice
  258. }{
  259. <</ManualFeed true>> setpagedevice
  260. }ifelse
  261. "
  262. *End
  263. *ManualFeed False: "
  264. currentpagedevice dup /BRApt get 0 eq exch 
  265. /BRProcessColor get 4 eq and {
  266. <</BRHrc 0 /ManualFeed false>> setpagedevice
  267. }{
  268. <</ManualFeed false>> setpagedevice
  269. }ifelse
  270. "
  271. *End
  272. *?ManualFeed: "save
  273.    currentpagedevice /ManualFeed get
  274.   {(True)}{(False)}ifelse = flush 
  275. restore"
  276. *End
  277. *CloseUI: *ManualFeed
  278.  
  279. *% === Collate ==========
  280. *OpenUI *BRCollate/Collate: Boolean
  281. *OrderDependency: 20 AnySetup *BRCollate
  282. *DefaultBRCollate: False
  283. *BRCollate True/On: "<</Collate true>> setpagedevice"
  284. *BRCollate False/Off: "<</Collate false>> setpagedevice"
  285. *?BRCollate: "
  286.    save
  287.     currentpagedevice /Collate get
  288.     {(True)}{(False)}ifelse = flush
  289.    restore
  290. "
  291. *End
  292. *CloseUI: *BRCollate
  293.  
  294. *%=== JobHold ================================
  295. *OpenUI *BRJobHold/Job Spooling: PickOne
  296. *OrderDependency: 21 AnySetup *BRJobHold
  297. *DefaultBRJobHold: None
  298. *BRJobHold None/Off: "<</BRHold 0>>setpagedevice"
  299. *BRJobHold Proof/Proof: "<</BRHold 1>>setpagedevice"
  300. *BRJobHold Public/Public: "<</BRHold 2 /BRHoldType 0>>setpagedevice"
  301. *BRJobHold Private/Private: "<</BRHold 2 /BRHoldType 1>>setpagedevice"
  302. *CloseUI: *BRJobHold
  303.  
  304. *OpenUI *BRJobHoldKey/PASSWORD (for Private Job): PickOne
  305. *OrderDependency: 22 Prolog *BRJobHoldKey
  306. *DefaultBRJobHoldKey: HoldKey0
  307. *BRJobHoldKey HoldKey0/None: "<</BRHoldKey 0>> setpagedevice"
  308. *BRJobHoldKey HoldKey1/1002: "<</BRHoldKey 1002>> setpagedevice"
  309. *BRJobHoldKey HoldKey2/2833: "<</BRHoldKey 2833>> setpagedevice"
  310. *BRJobHoldKey HoldKey3/3410: "<</BRHoldKey 3410>> setpagedevice"
  311. *BRJobHoldKey HoldKey4/4791: "<</BRHoldKey 4791>> setpagedevice"
  312. *BRJobHoldKey HoldKey5/0052: "<</BRHoldKey 0052>> setpagedevice"
  313. *BRJobHoldKey HoldKey6/9612: "<</BRHoldKey 9612>> setpagedevice"
  314. *BRJobHoldKey HoldKey7/0438: "<</BRHoldKey 0438>> setpagedevice"
  315. *BRJobHoldKey HoldKey8/7328: "<</BRHoldKey 7328>> setpagedevice"
  316. *BRJobHoldKey HoldKey9/2759: "<</BRHoldKey 2759>> setpagedevice"
  317. *CloseUI: *BRJobHoldKey
  318.  
  319. *%==== 5.14 Finishing Features =================================
  320. *%%%%% Resolution and Appearance Control %%%%%
  321. *DefaultResolution: 600dpi
  322. *SetResolution 600dpi : ""
  323. *?Resolution: "
  324.   currentpagedevice /HWResolution get 0 get (    ) cvs print (dpi) = flush"
  325. *End
  326.  
  327. *OpenUI *CAPT/Quality:PickOne
  328. *OrderDependency: 10 AnySetup *CAPT
  329. *DefaultCAPT: Fine
  330. *CAPT Draft/Draft(300x300dpi): "<</BRApt 0 /HWResolution [300 300]>> setpagedevice"
  331. *CAPT Fine/Fine(600x600dpi): "<</BRApt 0 /HWResolution [600 600]>> setpagedevice"
  332. *CAPT SuperFine/Super Fine(CAPT<3A>2400x600dpi): "<</BRApt 2 /HWResolution [600 600]>> setpagedevice"
  333. *?CAPT: "
  334.     currentpagedevice /BRApt get 2 eq
  335.     {(SuperFine)}
  336.     {
  337.         currentpagedevice/HWResolution get 0 get 600 eq{(Fine)}{(Draft)}ifelse
  338.     }ifelse = flush
  339. "
  340. *End
  341. *CloseUI: *CAPT
  342.  
  343. *OpenUI *Smoothing/HRC SETTING: PickOne
  344. *OrderDependency: 14 AnySetup *Smoothing
  345. *DefaultSmoothing: Medium
  346. *Smoothing Off/Off: "<</BRHrc 0>> setpagedevice"
  347. *Smoothing Light/Light: "<</BRHrc 1>> setpagedevice"
  348. *Smoothing Medium/Medium: "<</BRHrc 2>> setpagedevice"
  349. *Smoothing Dark/Dark: "<</BRHrc 3>> setpagedevice"
  350. *?Smoothing: "
  351. {currentpagedevice /BRHrc get}stopped
  352. {    (None)}
  353. {    dup 3 le
  354.     {    [(None) (Light) (Medium) (Dark)] exch get
  355.     }
  356.     {    (None)
  357.     }ifelse
  358. }ifelse
  359. = flush
  360. "
  361. *End
  362. *CloseUI: *Smoothing
  363.  
  364. *%==== BR-Script Color Original UI  ==================================
  365.  
  366. *OpenUI *BRPrintQuality/Color/Mono: PickOne 
  367. *OrderDependency: 15 AnySetup *BRPrintQuality
  368. *DefaultBRPrintQuality: Color
  369. *BRPrintQuality Color/Color: "<</BRProcessColor 4 /BRHrc 0>>setpagedevice"
  370. *BRPrintQuality Black/Mono: "<</BRProcessColor 1>>setpagedevice"
  371. *?BRPrintQuality: "
  372.     save
  373.     currentpagedevice /BRProcessColor get 1 eq 
  374.     {(Black)}{(Color)}ifelse
  375.     = flush
  376.     restore
  377. "
  378. *End
  379. *CloseUI: *BRPrintQuality
  380.  
  381. *OpenUI *ColorAdjust/Color Matching: PickOne
  382. *OrderDependency: 120 DocumentSetup *ColorAdjust
  383. *DefaultColorAdjust: PHOTO
  384. *ColorAdjust NONE/Off: "
  385. %ColorAdjust NONE
  386. <<
  387. /EndPage
  388. [ currentpagedevice /EndPage get aload pop 0 /setgray cvx ] cvx bind
  389. /BRLut 0
  390. >> setpagedevice
  391. "
  392. *End
  393. *ColorAdjust VIVID/Graph/Text(Vivid): "
  394. %ColorAdjust VIVID
  395. <<
  396. /EndPage
  397. [ currentpagedevice /EndPage get aload pop 0 /setgray cvx ] cvx bind
  398. /BRLut 1
  399. >> setpagedevice
  400. "
  401. *End
  402. *ColorAdjust PHOTO/Photo(Match Monitor): "
  403. userdict begin
  404. <<
  405. /EndPage
  406. [ currentpagedevice /EndPage get aload pop 0 /setgray cvx ] cvx bind
  407. /BRLut 1
  408. >> setpagedevice
  409.  
  410. /bd{
  411. bind def
  412. } bind def
  413.  
  414. /ld{load def}bd
  415.  
  416. %/DefaultColorRendering /ColorRendering findresource setcolorrendering
  417.  
  418. /HS1PS2DispCMMSpace
  419. [/CIEBasedABC 3 dict begin
  420.     /DecodeLMN [ {2.1 exp}bind dup dup ] def
  421.     /MatrixLMN [
  422.     0.4124 0.2126 0.0192
  423.     0.3576 0.7152 0.1192
  424.     0.1805 0.0722 0.9505
  425.     ] def
  426.     /WhitePoint [0.9505 1.0 1.0889] def
  427.     currentdict end
  428.  ] def
  429.  
  430.  /$c HS1PS2DispCMMSpace def
  431.  
  432.  /setrgbcolor { currentcolorspace 0 get /CIEBasedABC eq
  433.         {}
  434.         {HS1PS2DispCMMSpace setcolorspace} ifelse
  435.     setcolor
  436. } bd 
  437.  
  438. /currentrgbcolor
  439. {
  440.     currentcolorspace $c eq
  441.     { currentcolor }
  442.     { systemdict /currentrgbcolor get exec } ifelse
  443. }
  444. bd
  445.  
  446. /sethsbcolor{
  447.     /DeviceRGB setcolorspace systemdict /sethsbcolor get exec
  448. } bd
  449.  
  450. /currenthsbcolor{
  451.     currentcolorspace 0 get /CIEBasedABC eq {
  452.         currentcolor systemdict /setrgbcolor get exec
  453.         systemdict /currenthsbcolor get exec
  454.     }{
  455.         systemdict /currenthsbcolor get exec
  456.     } ifelse
  457. }bd
  458.  
  459. /colorimage {
  460.     dup 3 eq{
  461.         save
  462.         /hs1ps2imagedict 12 dict def
  463.         hs1ps2imagedict begin
  464.             /save exch def
  465.             /ImageType 1 def
  466.             /nComp exch def
  467.             /MultipleDataSources 1 index def
  468.                 { nComp array astore } if
  469.             /DataSource exch def
  470.             /ImageMatrix exch def
  471.             /BitsPerComponent exch def
  472.             /Height exch def
  473.             /Width exch def
  474.             /Decode [ 0 1 0 1 0 1 ] def
  475.             /Interpolate false def
  476.         end
  477.         currentcolorspace 0 get /CIEBasedABC eq 
  478.             {}
  479.             {HS1PS2DispCMMSpace setcolorspace} ifelse
  480.         hs1ps2imagedict systemdict /image get exec
  481.         hs1ps2imagedict /save get
  482.         restore
  483.     }{
  484.         systemdict /colorimage get exec
  485.     } ifelse
  486. }bd
  487.  
  488. /image { 
  489.     dup type /dicttype eq {
  490.         dup /ImageType get dup 1 eq{
  491.             pop
  492.             dup /Decode get length
  493.         }{
  494.             3 eq{
  495.                 dup /DataDict get 
  496.                 dup /Decode get length
  497.             }{999}ifelse
  498.         }ifelse
  499.         6 eq{
  500.             currentcolorspace 0 get 
  501.             dup /CIEBasedABC eq exch /CIEBasedDEF eq or
  502.                 {}
  503.                 {HS1PS2DispCMMSpace setcolorspace} ifelse
  504.         }if
  505.     }if
  506.     systemdict /image get exec
  507. } bd
  508. end
  509. "
  510. *End
  511. *ColorAdjust Pantone/PANTONE(R): "
  512. <<
  513. /EndPage
  514. [ currentpagedevice /EndPage get aload pop 0 /setgray cvx ] cvx bind
  515. /BRProcessColor 4
  516. /HWResolution [600 600]
  517. /BRApt 2
  518. /BRHrc 0 
  519. /BRLut 0
  520. >> setpagedevice
  521. "
  522. *End
  523. *CloseUI: *ColorAdjust
  524.  
  525. *OpenUI *ScreenLock/Halftone Screen Lock: Boolean
  526. *OrderDependency: 90 AnySetup *ScreenLock
  527. *DefaultScreenLock: True
  528. *ScreenLock True/On: "
  529.     <</HalftoneMode 1>>setuserparams 
  530. "
  531. *End
  532. *ScreenLock False/Off: "
  533.     <</HalftoneMode 0>>setuserparams
  534. "
  535. *End
  536. *CloseUI: *ScreenLock
  537.  
  538. *OpenUI *BRUser/User Name: PickOne
  539. *OrderDependency: 91 BRSetup *BRUser
  540. *DefaultBRUser: UserSystem
  541. *BRUser UserSystem/System Name: "
  542. "
  543. *End
  544. *CloseUI: *BRUser
  545.  
  546. *OpenUI *BRJobName/Job Name: PickOne
  547. *OrderDependency: 92 BRSetup *BRJobName
  548. *DefaultBRJobName: JobNameSystem
  549. *BRJobName JobNameSystem/System Name: ""
  550. *BRJobName JobName1/1: "%%BRTitle: 1
  551. "
  552. *End
  553. *BRJobName JobName2/2: "%%BRTitle: 2
  554. "
  555. *End
  556. *BRJobName JobName3/3: "%%BRTitle: 3
  557. "
  558. *End
  559. *BRJobName JobName4/4: "%%BRTitle: 4
  560. "
  561. *End
  562. *BRJobName JobName5/5: "%%BRTitle: 5
  563. "
  564. *End
  565. *BRJobName JobName6/6: "%%BRTitle: 6
  566. "
  567. *End
  568. *BRJobName JobName7/7: "%%BRTitle: 7
  569. "
  570. *End
  571. *BRJobName JobName8/8: "%%BRTitle: 8
  572. "
  573. *End
  574. *BRJobName JobName9/9: "%%BRTitle: 9
  575. "
  576. *End
  577. *CloseUI: *BRJobName
  578.  
  579.  
  580. *%==== 5.17 Gray Levels and Halftoninig ========================
  581. *AccurateScreenSupport: False
  582. *ScreenFreq:  "60.0"
  583. *ScreenAngle: "0.0"
  584. *DefaultScreenProc: Dot
  585. *ScreenProc Dot: "{1.0 add 180 mul 1 add sin 0.001 add exch 1.0 add 180 mul 2 add sin mul}"
  586.  
  587. *DefaultTransfer: Null
  588. *Transfer Null:        "{}"
  589. *Transfer Null.Inverse:    "{1 exch sub}"
  590.  
  591. *%==== 5.18 Color Issues =======================================
  592. *% BlackSubstitution -> Original UI
  593.  
  594. *%==== 5.19 Color Separation Keywords ==========================
  595. *DefaultColorSep: ProcessBlack
  596. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  597. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  598. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  599. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  600. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  601. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  602. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  603. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  604. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  605. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  606. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  607. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  608. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  609. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi:"47.4342"
  610. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  611. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  612. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  613. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  614. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  615. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  616. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  617. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  618. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  619. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  620. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  621. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  622. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi:  "45.0"
  623. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi:  "71.5651"
  624. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  625. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  626. *End
  627.  
  628. *InkName: ProcessBlack/Process Black
  629. *InkName: CustomColor/Custom Color
  630. *InkName: ProcessCyan/Process Cyan
  631. *InkName: ProcessMagenta/Process Magenta
  632. *InkName: ProcessYellow/Process Yellow
  633.  
  634.  
  635. *%==== 5.20 Font Related Keywords ==============================
  636. *DefaultFont: Courier
  637. *Font AlbertusMT-Italic: Standard "(001.005)" Standard ROM
  638. *Font AlbertusMT-Light: Standard "(001.005)" Standard ROM
  639. *Font AlbertusMT: Standard "(001.005)" Standard ROM
  640. *Font AntiqueOlive-Bold: Standard "(001.005)" Standard ROM
  641. *Font AntiqueOlive-Compact: Standard "(001.005)" Standard ROM
  642. *Font AntiqueOlive-Italic: Standard "(001.005)" Standard ROM
  643. *Font AntiqueOlive-Roman: Standard "(001.005)" Standard ROM
  644. *Font AntiqueOliveCE-Bold: Win1250 "(001.005)" Standard ROM
  645. *Font AntiqueOliveCE-Compact: Win1250 "(001.005)" Standard ROM
  646. *Font AntiqueOliveCE-Italic: Win1250 "(001.005)" Standard ROM
  647. *Font AntiqueOliveCE-Roman: Win1250 "(001.005)" Standard ROM
  648. *Font Apple-Chancery: Standard "(001.005)" Standard ROM
  649. *Font Apple-ChanceryCE: Win1250 "(001.005)" Standard ROM
  650. *Font Arial-BoldItalicMT: Standard "(001.005)" Standard ROM
  651. *Font Arial-BoldMT: Standard "(001.005)" Standard ROM
  652. *Font Arial-ItalicMT: Standard "(001.005)" Standard ROM
  653. *Font ArialCE-BoldItalic: Win1250 "(001.005)" Standard ROM
  654. *Font ArialCE-Bold: Win1250 "(001.005)" Standard ROM
  655. *Font ArialCE-Italic: Win1250 "(001.005)" Standard ROM
  656. *Font ArialCE: Win1250 "(001.005)" Standard ROM
  657. *Font ArialMT: Standard "(001.005)" Standard ROM
  658. *Font AvantGarde-Book: Standard "(001.005)" Standard ROM
  659. *Font AvantGarde-BookOblique: Standard "(001.005)" Standard ROM
  660. *Font AvantGarde-Demi: Standard "(001.005)" Standard ROM
  661. *Font AvantGarde-DemiOblique: Standard "(001.005)" Standard ROM
  662. *Font AvantGardeCE-Book: Win1250 "(001.005)" Standard ROM
  663. *Font AvantGardeCE-BookOblique: Win1250 "(001.005)" Standard ROM
  664. *Font AvantGardeCE-Demi: Win1250 "(001.005)" Standard ROM
  665. *Font AvantGardeCE-DemiOblique: Win1250 "(001.005)" Standard ROM
  666. *Font Bodoni-Bold: Standard "(001.005)" Standard ROM
  667. *Font Bodoni-BoldItalic: Standard "(001.005)" Standard ROM
  668. *Font Bodoni-Italic: Standard "(001.005)" Standard ROM
  669. *Font Bodoni-Poster: Standard "(001.005)" Standard ROM
  670. *Font Bodoni-PosterCompressed: Standard "(001.005)" Standard ROM
  671. *Font Bodoni: Standard "(001.005)" Standard ROM
  672. *Font BodoniCE-Bold: Win1250 "(001.005)" Standard ROM
  673. *Font BodoniCE-BoldItalic: Win1250 "(001.005)" Standard ROM
  674. *Font BodoniCE-Italic: Win1250 "(001.005)" Standard ROM
  675. *Font BodoniCE-Poster: Win1250 "(001.005)" Standard ROM
  676. *Font BodoniCE-PosterCompressed: Win1250 "(001.005)" Standard ROM
  677. *Font BodoniCE: Win1250 "(001.005)" Standard ROM
  678. *Font Bookman-Demi: Standard "(001.005)" Standard ROM
  679. *Font Bookman-DemiItalic: Standard "(001.005)" Standard ROM
  680. *Font Bookman-Light: Standard "(001.005)" Standard ROM
  681. *Font Bookman-LightItalic: Standard "(001.005)" Standard ROM
  682. *Font BookmanCE-Demi: Win1250 "(001.005)" Standard ROM
  683. *Font BookmanCE-DemiItalic: Win1250 "(001.005)" Standard ROM
  684. *Font BookmanCE-Light: Win1250 "(001.005)" Standard ROM
  685. *Font BookmanCE-LightItalic: Win1250 "(001.005)" Standard ROM
  686. *Font Carta: Special "(001.005)" Standard ROM
  687. *Font Chicago: Standard "(001.005)" Standard ROM
  688. *Font ChicagoCE: Win1250 "(001.005)" Standard ROM
  689. *Font Clarendon-Bold: Standard "(001.005)" Standard ROM
  690. *Font Clarendon-Light: Standard "(001.005)" Standard ROM
  691. *Font Clarendon: Standard "(001.005)" Standard ROM
  692. *Font ClarendonCE-Bold: Win1250 "(001.005)" Standard ROM
  693. *Font ClarendonCE-Light: Win1250 "(001.005)" Standard ROM
  694. *Font ClarendonCE: Win1250 "(001.005)" Standard ROM
  695. *Font CooperBlack-Italic: Standard "(001.005)" Standard ROM
  696. *Font CooperBlack: Standard "(001.005)" Standard ROM
  697. *Font Copperplate-ThirtyThreeBC: Standard "(001.005)" Standard ROM
  698. *Font Copperplate-ThirtyTwoBC: Standard "(001.005)" Standard ROM
  699. *Font Coronet-Regular: Standard "(001.005)" Standard ROM
  700. *Font CoronetCE-Regular: Win1250 "(001.005)" Standard ROM
  701. *Font Courier-Bold: Standard "(001.005)" Standard ROM
  702. *Font Courier-BoldOblique: Standard "(001.005)" Standard ROM
  703. *Font Courier-Oblique: Standard "(001.005)" Standard ROM
  704. *Font Courier: Standard "(001.005)" Standard ROM
  705. *Font CourierCE-Bold: Win1250 "(001.005)" Standard ROM
  706. *Font CourierCE-BoldOblique: Win1250 "(001.005)" Standard ROM
  707. *Font CourierCE-Oblique: Win1250 "(001.005)" Standard ROM
  708. *Font CourierCE: Win1250 "(001.005)" Standard ROM
  709. *Font Eurostile-Bold: Standard "(001.005)" Standard ROM
  710. *Font Eurostile-BoldExtendedTwo: Standard "(001.005)" Standard ROM
  711. *Font Eurostile-ExtendedTwo: Standard "(001.005)" Standard ROM
  712. *Font Eurostile: Standard "(001.005)" Standard ROM
  713. *Font EurostileCE-Bold: Win1250 "(001.005)" Standard ROM
  714. *Font EurostileCE-BoldExtendedTwo: Win1250 "(001.005)" Standard ROM
  715. *Font EurostileCE-ExtendedTwo: Win1250 "(001.005)" Standard ROM
  716. *Font EurostileCE: Win1250 "(001.005)" Standard ROM
  717. *Font Geneva: Standard "(001.005)" Standard ROM
  718. *Font GenevaCE: Win1250 "(001.005)" Standard ROM
  719. *Font GillSans-Bold: Standard "(001.005)" Standard ROM
  720. *Font GillSans-BoldCondensed: Standard "(001.005)" Standard ROM
  721. *Font GillSans-BoldItalic: Standard "(001.005)" Standard ROM
  722. *Font GillSans-Condensed: Standard "(001.005)" Standard ROM
  723. *Font GillSans-ExtraBold: Standard "(001.005)" Standard ROM
  724. *Font GillSans-Italic: Standard "(001.005)" Standard ROM
  725. *Font GillSans-Light: Standard "(001.005)" Standard ROM
  726. *Font GillSans-LightItalic: Standard "(001.005)" Standard ROM
  727. *Font GillSans: Standard "(001.005)" Standard ROM
  728. *Font GillSansCE-Bold: Win1250 "(001.005)" Standard ROM
  729. *Font GillSansCE-BoldCondensed: Win1250 "(001.005)" Standard ROM
  730. *Font GillSansCE-BoldItalic: Win1250 "(001.005)" Standard ROM
  731. *Font GillSansCE-Condensed: Win1250 "(001.005)" Standard ROM
  732. *Font GillSansCE-ExtraBold: Win1250 "(001.005)" Standard ROM
  733. *Font GillSansCE-Italic: Win1250 "(001.005)" Standard ROM
  734. *Font GillSansCE-Light: Win1250 "(001.005)" Standard ROM
  735. *Font GillSansCE-LightItalic: Win1250 "(001.005)" Standard ROM
  736. *Font GillSansCE-Roman: Win1250 "(001.005)" Standard ROM
  737. *Font Goudy-Bold: Standard "(001.005)" Standard ROM
  738. *Font Goudy-BoldItalic: Standard "(001.005)" Standard ROM
  739. *Font Goudy-ExtraBold: Standard "(001.005)" Standard ROM
  740. *Font Goudy-Italic: Standard "(001.005)" Standard ROM
  741. *Font Goudy: Standard "(001.005)" Standard ROM
  742. *Font Helvetica-Bold: Standard "(001.005)" Standard ROM
  743. *Font Helvetica-BoldOblique: Standard "(001.005)" Standard ROM
  744. *Font Helvetica-Condensed-Bold: Standard "(001.005)" Standard ROM
  745. *Font Helvetica-Condensed-BoldObl: Standard "(001.005)" Standard ROM
  746. *Font Helvetica-Condensed-Oblique: Standard "(001.005)" Standard ROM
  747. *Font Helvetica-Condensed: Standard "(001.005)" Standard ROM
  748. *Font Helvetica-Narrow-Bold: Standard "(001.005)" Standard ROM
  749. *Font Helvetica-Narrow-BoldOblique: Standard "(001.005)" Standard ROM
  750. *Font Helvetica-Narrow-Oblique: Standard "(001.005)" Standard ROM
  751. *Font Helvetica-Narrow: Standard "(001.005)" Standard ROM
  752. *Font Helvetica-Oblique: Standard "(001.005)" Standard ROM
  753. *Font Helvetica: Standard "(001.005)" Standard ROM
  754. *Font HelveticaCE-Bold: Win1250 "(001.005)" Standard ROM
  755. *Font HelveticaCE-BoldOblique: Win1250 "(001.005)" Standard ROM
  756. *Font HelveticaCE-CondBold: Win1250 "(001.005)" Standard ROM
  757. *Font HelveticaCE-CondBoldObl: Win1250 "(001.005)" Standard ROM
  758. *Font HelveticaCE-CondObl: Win1250 "(001.005)" Standard ROM
  759. *Font HelveticaCE-Cond: Win1250 "(001.005)" Standard ROM
  760. *Font HelveticaCE-NarrowBold: Win1250 "(001.005)" Standard ROM
  761. *Font HelveticaCE-NarrowBoldOblique: Win1250 "(001.005)" Standard ROM
  762. *Font HelveticaCE-NarrowOblique: Win1250 "(001.005)" Standard ROM
  763. *Font HelveticaCE-Narrow: Win1250 "(001.005)" Standard ROM
  764. *Font HelveticaCE-Oblique: Win1250 "(001.005)" Standard ROM
  765. *Font HelveticaCE: Win1250 "(001.005)" Standard ROM
  766. *Font HoeflerText-BlackItalic: Standard "(001.005)" Standard ROM
  767. *Font HoeflerText-Black: Standard "(001.005)" Standard ROM
  768. *Font HoeflerText-Italic: Standard "(001.005)" Standard ROM
  769. *Font HoeflerText-Ornaments: Special "(001.005)" Standard ROM
  770. *Font HoeflerText-Regular: Standard "(001.005)" Standard ROM
  771. *Font HoeflerTextCE-Black: Win1250 "(001.005)" Standard ROM
  772. *Font HoeflerTextCE-BlackItalic: Win1250 "(001.005)" Standard ROM
  773. *Font HoeflerTextCE-Italic: Win1250 "(001.005)" Standard ROM
  774. *Font HoeflerTextCE-Regular: Win1250 "(001.005)" Standard ROM
  775. *Font JoannaMT-Bold: Standard "(001.005)" Standard ROM
  776. *Font JoannaMT-BoldItalic: Standard "(001.005)" Standard ROM
  777. *Font JoannaMT-Italic: Standard "(001.005)" Standard ROM
  778. *Font JoannaMT: Standard "(001.005)" Standard ROM
  779. *Font JoannaMTCE-Bold: Win1250 "(001.005)" Standard ROM
  780. *Font JoannaMTCE-BoldItalic: Win1250 "(001.005)" Standard ROM
  781. *Font JoannaMTCE-Italic: Win1250 "(001.005)" Standard ROM
  782. *Font JoannaMTCE: Win1250 "(001.005)" Standard ROM
  783. *Font LetterGothic-BoldSlanted: Standard "(001.005)" Standard ROM
  784. *Font LetterGothic-Slanted: Standard "(001.005)" Standard ROM
  785. *Font LetterGothic-Bold: Standard "(001.005)" Standard ROM
  786. *Font LetterGothic: Standard "(001.005)" Standard ROM
  787. *Font LetterGothicCE-BoldSlanted: Win1250 "(001.005)" Standard ROM
  788. *Font LetterGothicCE-Bold: Win1250 "(001.005)" Standard ROM
  789. *Font LetterGothicCE-Slanted: Win1250 "(001.005)" Standard ROM
  790. *Font LetterGothicCE: Win1250 "(001.005)" Standard ROM
  791. *Font LubalinGraph-Book: Standard "(001.005)" Standard ROM
  792. *Font LubalinGraph-BookOblique: Standard "(001.005)" Standard ROM
  793. *Font LubalinGraph-Demi: Standard "(001.005)" Standard ROM
  794. *Font LubalinGraph-DemiOblique: Standard "(001.005)" Standard ROM
  795. *Font LubalinGraphCE-Book: Win1250 "(001.005)" Standard ROM
  796. *Font LubalinGraphCE-BookOblique: Win1250 "(001.005)" Standard ROM
  797. *Font LubalinGraphCE-Demi: Win1250 "(001.005)" Standard ROM
  798. *Font LubalinGraphCE-DemiOblique: Win1250 "(001.005)" Standard ROM
  799. *Font Marigold: Standard "(001.005)" Standard ROM
  800. *Font MonaLisa-Recut: Standard "(001.005)" Standard ROM
  801. *Font Monaco: Standard "(001.005)" Standard ROM
  802. *Font MonacoCE: Win1250 "(001.005)" Standard ROM
  803. *Font NewCenturySchlbk-Bold: Standard "(001.005)" Standard ROM
  804. *Font NewCenturySchlbk-BoldItalic: Standard "(001.005)" Standard ROM
  805. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  806. *Font NewCenturySchlbk-Roman: Standard "(001.005)" Standard ROM
  807. *Font NewCenturySchlbkCE-Bold: Win1250 "(001.005)" Standard ROM
  808. *Font NewCenturySchlbkCE-BoldItalic: Win1250 "(001.005)" Standard ROM
  809. *Font NewCenturySchlbkCE-Italic: Win1250 "(001.005)" Standard ROM
  810. *Font NewCenturySchlbkCE-Roman: Win1250 "(001.005)" Standard ROM
  811. *Font NewYork: Standard "(001.005)" Standard ROM
  812. *Font NewYorkCE: Win1250 "(001.005)" Standard ROM
  813. *Font Optima-Bold: Standard "(001.005)" Standard ROM
  814. *Font Optima-BoldItalic: Standard "(001.005)" Standard ROM
  815. *Font Optima-Italic: Standard "(001.005)" Standard ROM
  816. *Font Optima: Standard "(001.005)" Standard ROM
  817. *Font OptimaCE-Bold: Win1250 "(001.005)" Standard ROM
  818. *Font OptimaCE-BoldItalic: Win1250 "(001.005)" Standard ROM
  819. *Font OptimaCE-Italic: Win1250 "(001.005)" Standard ROM
  820. *Font OptimaCE-Roman: Win1250 "(001.005)" Standard ROM
  821. *Font Oxford: Standard "(001.005)" Standard ROM
  822. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  823. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  824. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  825. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  826. *Font PalatinoCE-Bold: Win1250 "(001.005)" Standard ROM
  827. *Font PalatinoCE-BoldItalic: Win1250 "(001.005)" Standard ROM
  828. *Font PalatinoCE-Italic: Win1250 "(001.005)" Standard ROM
  829. *Font PalatinoCE-Roman: Win1250 "(001.005)" Standard ROM
  830. *Font StempelGaramond-Bold: Standard "(001.005)" Standard ROM
  831. *Font StempelGaramond-BoldItalic: Standard "(001.005)" Standard ROM
  832. *Font StempelGaramond-Italic: Standard "(001.005)" Standard ROM
  833. *Font StempelGaramond-Roman: Standard "(001.005)" Standard ROM
  834. *Font StempelGaramondCE-Bold: Win1250 "(001.005)" Standard ROM
  835. *Font StempelGaramondCE-BoldItalic: Win1250 "(001.005)" Standard ROM
  836. *Font StempelGaramondCE-Italic: Win1250 "(001.005)" Standard ROM
  837. *Font StempelGaramondCE-Roman: Win1250 "(001.005)" Standard ROM
  838. *Font Symbol: Special "(001.005)" Standard ROM
  839. *Font Tekton: Standard "(001.005)" Standard ROM
  840. *Font Times-Bold: Standard "(001.005)" Standard ROM
  841. *Font Times-BoldItalic: Standard "(001.005)" Standard ROM
  842. *Font Times-Italic: Standard "(001.005)" Standard ROM
  843. *Font Times-Roman: Standard "(001.005)" Standard ROM
  844. *Font TimesCE-Bold: Win1250 "(001.005)" Standard ROM
  845. *Font TimesCE-BoldItalic: Win1250 "(001.005)" Standard ROM
  846. *Font TimesCE-Italic: Win1250 "(001.005)" Standard ROM
  847. *Font TimesCE-Roman: Win1250 "(001.005)" Standard ROM
  848. *Font TimesNewRomanCE-Bold: Win1250 "(001.005)" Standard ROM
  849. *Font TimesNewRomanCE-BoldItalic: Win1250 "(001.005)" Standard ROM
  850. *Font TimesNewRomanCE-Italic: Win1250 "(001.005)" Standard ROM
  851. *Font TimesNewRomanCE: Win1250 "(001.005)" Standard ROM
  852. *Font TimesNewRomanPS-BoldItalicMT: Standard "(001.005)" Standard ROM
  853. *Font TimesNewRomanPS-BoldMT: Standard "(001.005)" Standard ROM
  854. *Font TimesNewRomanPS-ItalicMT: Standard "(001.005)" Standard ROM
  855. *Font TimesNewRomanPSMT: Standard "(001.005)" Standard ROM
  856. *Font Univers-Bold: Standard "(001.005)" Standard ROM
  857. *Font Univers-BoldExt: Standard "(001.005)" Standard ROM
  858. *Font Univers-BoldExtObl: Standard "(001.005)" Standard ROM
  859. *Font Univers-BoldOblique: Standard "(001.005)" Standard ROM
  860. *Font Univers-Condensed: Standard "(001.005)" Standard ROM
  861. *Font Univers-CondensedBold: Standard "(001.005)" Standard ROM
  862. *Font Univers-CondensedBoldOblique: Standard "(001.005)" Standard ROM
  863. *Font Univers-CondensedOblique: Standard "(001.005)" Standard ROM
  864. *Font Univers-Extended: Standard "(001.005)" Standard ROM
  865. *Font Univers-ExtendedObl: Standard "(001.005)" Standard ROM
  866. *Font Univers-Light: Standard "(001.005)" Standard ROM
  867. *Font Univers-LightOblique: Standard "(001.005)" Standard ROM
  868. *Font Univers-Oblique: Standard "(001.005)" Standard ROM
  869. *Font Univers: Standard "(001.005)" Standard ROM
  870. *Font UniversCE-Bold: Win1250 "(001.005)" Standard ROM
  871. *Font UniversCE-BoldExt: Win1250 "(001.005)" Standard ROM
  872. *Font UniversCE-BoldExtObl: Win1250 "(001.005)" Standard ROM
  873. *Font UniversCE-BoldOblique: Win1250 "(001.005)" Standard ROM
  874. *Font UniversCE-CondensedBoldOblique: Win1250 "(001.005)" Standard ROM
  875. *Font UniversCE-CondensedOblique: Win1250 "(001.005)" Standard ROM
  876. *Font UniversCE-CondensedBold: Win1250 "(001.005)" Standard ROM
  877. *Font UniversCE-Condensed: Win1250 "(001.005)" Standard ROM
  878. *Font UniversCE-Extended: Win1250 "(001.005)" Standard ROM
  879. *Font UniversCE-ExtendedObl: Win1250 "(001.005)" Standard ROM
  880. *Font UniversCE-LightOblique: Win1250 "(001.005)" Standard ROM
  881. *Font UniversCE-Light: Win1250 "(001.005)" Standard ROM
  882. *Font UniversCE-Medium: Win1250 "(001.005)" Standard ROM
  883. *Font UniversCE-Oblique: Win1250 "(001.005)" Standard ROM
  884. *Font Wingdings-Regular: Special "(001.005)" Standard ROM
  885. *Font ZapfChancery-MediumItalic: Standard "(001.005)" Standard ROM
  886. *Font ZapfChanceryCE-MediumItalic: Win1250 "(001.005)" Standard ROM
  887. *Font ZapfDingbats: Special "(001.005)" Standard ROM
  888. *Font Alaska: Standard "(001.005)" Standard ROM
  889. *Font AlaskaExtrabold: Standard "(001.005)" Standard ROM
  890. *Font AntiqueOakland: Standard "(001.005)" Standard ROM
  891. *Font AntiqueOakland-Bold: Standard "(001.005)" Standard ROM
  892. *Font AntiqueOakland-Oblique: Standard "(001.005)" Standard ROM
  893. *Font ClevelandCondensed: Standard "(001.005)" Standard ROM
  894. *Font Connecticut: Standard "(001.005)" Standard ROM
  895. *Font Guatemala-Antique: Standard "(001.005)" Standard ROM
  896. *Font Guatemala-Bold: Standard "(001.005)" Standard ROM
  897. *Font Guatemala-Italic: Standard "(001.005)" Standard ROM
  898. *Font Guatemala-BoldItalic: Standard "(001.005)" Standard ROM
  899. *Font LetterGothic-Oblique: Standard "(001.005)" Standard ROM
  900. *Font Maryland: Standard "(001.005)" Standard ROM
  901. *Font Oklahoma: Standard "(001.005)" Standard ROM
  902. *Font Oklahoma-Bold: Standard "(001.005)" Standard ROM
  903. *Font Oklahoma-Oblique: Standard "(001.005)" Standard ROM
  904. *Font Oklahoma-BoldOblique: Standard "(001.005)" Standard ROM
  905. *Font Utah: Standard "(001.005)" Standard ROM
  906. *Font Utah-Bold: Standard "(001.005)" Standard ROM
  907. *Font Utah-Oblique: Standard "(001.005)" Standard ROM
  908. *Font Utah-BoldOblique: Standard "(001.005)" Standard ROM
  909. *Font UtahCondensed: Standard "(001.005)" Standard ROM
  910. *Font UtahCondensed-Bold: Standard "(001.005)" Standard ROM
  911. *Font UtahCondensed-Oblique: Standard "(001.004)" Standard ROM
  912. *Font UtahCondensed-BoldOblique: Standard "(001.005)" Standard ROM
  913. *Font BermudaScript: Standard "(001.005)" Standard ROM
  914. *Font Germany: Standard "(001.005)" Standard ROM
  915. *Font SanDiego: Standard "(001.005)" Standard ROM
  916. *Font US-Roman: Standard "(001.005)" Standard ROM
  917. *?FontQuery: "
  918. save
  919. count 1 gt
  920.   {exch dup dup
  921.    =string cvs (/) print print (:) print
  922.    FontDirectory exch known
  923.      {pop(Yes)}
  924.      {(fonts/)AppendName exch pop mark exch
  925.       {}=string filenameforall counttomark
  926.       0 gt
  927.         {cleartomark(Yes)}
  928.         {cleartomark(No)}ifelse
  929.      }ifelse
  930.    =
  931.   }if
  932.   (*) = flush
  933. restore
  934. "
  935. *End
  936. *?FontList: "
  937. save
  938.   FontDirectory{pop ==}forall
  939.   (fonts/*)
  940.   {dup length 6 sub 6 exch getinterval cvn ==
  941.   }=string filenameforall
  942.   (*) = flush
  943. restore
  944. "
  945. *End
  946.  
  947.  
  948. *%==== 5.21 Printer Messages ===================================
  949. *% 
  950. *% Printer Message 
  951. *%
  952. *PrinterError: "service call"
  953. *PrinterError: "cover open"
  954. *PrinterError: "end of ink"
  955. *PrinterError: "out of maintenance paper"
  956. *PrinterError: "out of paper"
  957. *PrinterError: "paper jam"
  958. *PrinterError: "manual feed time out"
  959. *PrinterError: "load paper letter size"
  960. *PrinterError: "load paper legal size"
  961. *PrinterError: "load paper B5 size"
  962. *PrinterError: "load paper A4 size"
  963. *PrinterError: "offline"
  964.  
  965. *Status: "idle"
  966. *Status: "busy"
  967. *Status: "waiting"
  968. *Status: "printing"
  969. *Status: "warming up"
  970. *Status: "PrinterError: service call"
  971. *Status: "PrinterError: cover open"
  972. *Status: "PrinterError: end of ink"
  973. *Status: "PrinterError: out of paper"
  974. *Status: "PrinterError: paper jam"
  975. *Status: "PrinterError: manual feed time out"
  976. *Status: "PrinterError: load paper letter size"
  977. *Status: "PrinterError: load paper legal size"
  978. *Status: "PrinterError: load paper B5 size"
  979. *Status: "PrinterError: load paper A4 size"
  980. *Status: "PrinterError: offline"
  981.  
  982. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  983. *Source: "Serial"
  984. *Source: "Parallel"
  985. *Source: "EtherTalk"
  986. *Source: "LPR"
  987. *Source: "PrintServer"
  988. *Source: "Internal"
  989.  
  990. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  991. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  992. *Message: "\FontName\ not found, using BR-03B."
  993. *%==== 5.22 System Management ==================================
  994. *Password: "0"
  995. *ExitServer: "
  996.     serverdict begin 0 exitserver
  997. "
  998. *End
  999. *Reset: "
  1000.     clear cleardictstack
  1001.     serverdict begin 0 exitserver
  1002.     systemdict /quit get exec
  1003.  "
  1004. *End
  1005.  
  1006.