merge the formfield patch from ooo-build
[ooovba.git] / psprint_config / configuration / ppds / TKP450J1.PS
blob5e8492877d92f52c7d59e412525cbf9339f6e2ab
1 *PPD-Adobe: "4.3"\r
2 *% Adobe Systems PostScript(R) Printer Description File\r
3 *% Copyright 1987-1995 Adobe Systems Incorporated. \r
4 *% All Rights Reserved. \r
5 *% Permission is granted for redistribution of this file as\r
6 *% long as this copyright notice is intact and the contents\r
7 *% of the file is not altered in any way from its original form.\r
8 *% End of Copyright statement\r
9 *FormatVersion: "4.3"\r
10 *FileVersion: "1.0"\r
11 *LanguageEncoding: ISOLatin1\r
12 *LanguageVersion: English\r
13 *PCFileName: "TKP450J1.PPD"\r
14 *Product: "(Phaser 450J)"\r
15 *PSVersion: "(2013.113) 19"\r
16 *Manufacturer: "Tektronix"\r
17 *ModelName: "Tektronix Phaser 450J"\r
18 *ShortNickName: "Tektronix Phaser 450J"\r
19 *NickName: "Tektronix Phaser 450J"\r
21 *% === Installable Options ===========\r
22 *OpenGroup: InstallableOptions/Options Installed\r
24 *OpenUI *InstalledMemory/Memory Configuration: PickOne\r
25 *DefaultInstalledMemory: None\r
26 *InstalledMemory None/Standard 16 MB RAM: ""\r
27 *InstalledMemory 32Meg/32 MB Total RAM: ""\r
28 *InstalledMemory 48Meg/48 MB Total RAM: ""\r
29 *InstalledMemory 64Meg/64 MB Total RAM: ""\r
30 *?InstalledMemory: "\r
31  currentsystemparams /RamSize get\r
32  16#100000 div round cvi\r
33  dup 20 lt\r
34  { pop (None) } {2 string cvs print (Meg) } ifelse\r
35  = flush"\r
36 *End\r
37 *CloseUI: *InstalledMemory\r
39 *OpenUI *Option1/Optional Hard Drive: Boolean\r
40 *DefaultOption1: False\r
41 *Option1 True/Installed: ""\r
42 *Option1 False/Not Installed: ""\r
43 *?Option1: "\r
44  save false\r
45  (%disk?%)\r
46  { currentdevparams dup /Writeable known\r
47    { /Writeable get {pop true} if }  {pop} ifelse\r
48  } 10 string /IODevice resourceforall\r
49  {(True)}{(False)} ifelse = flush\r
50  restore"  \r
51 *End\r
52 *CloseUI: *Option1\r
54 *OpenUI *Option2/Optional Ethernet Card: Boolean\r
55 *DefaultOption2: False\r
56 *Option2 True/Installed: ""\r
57 *Option2 False/Not Installed: ""\r
58 *?Option2: "\r
59  (%EthernetPhysical%) /IODevice resourcestatus\r
60  {pop pop (True) } { (False) } ifelse = flush"\r
61 *End\r
62 *CloseUI: *Option2\r
64 *OpenUI *Option3/Optional Lower Tray: Boolean\r
65 *DefaultOption3: False\r
66 *Option3 True/Installed: ""\r
67 *Option3 False/Not Installed: ""\r
68 *?Option3: "\r
69 currentpagedevice /InputAttributes get 1 known \r
70 { (True) } { (False) } ifelse = flush"\r
71 *End\r
72 *CloseUI: *Option3\r
74 *CloseGroup: InstallableOptions\r
76 *% === Constraints ===================\r
78 *UIConstraints: *Option3 False *InputSlot Lower\r
79 *UIConstraints: *InputSlot Lower *Option3 False\r
80 *UIConstraints: *Option3 False *InputSlot AutoSelect\r
81 *UIConstraints: *InputSlot AutoSelect *Option3 False\r
83 *% === Device Capabilities ============\r
85 *LanguageLevel: "2"\r
86 *Protocols: BCP\r
88 *FreeVM: "1500000"\r
89 *VMOption None/Standard 16 MB RAM: "1500000"\r
90 *VMOption 32Meg/32 MB Total RAM: "3500000"\r
91 *VMOption 48Meg/48 MB Total RAM: "11900000"\r
92 *VMOption 64Meg/64 MB Total RAM: "23000000"\r
94 *ColorDevice: True\r
95 *DefaultColorSpace: CMYK\r
96 *AccurateScreensSupport: False\r
97 *SuggestedJobTimeout: "0"\r
98 *SuggestedWaitTimeout: "300"\r
99 *1284Modes Parallel: Compat\r
100 *TTRasterizer: Type42\r
101 *?TTRasterizer: "\r
102  save\r
103  42 /FontType resourcestatus\r
104  { pop pop (Type42)} {pop pop (None)} ifelse = flush\r
105  restore\r
106  "\r
107 *End\r
109 *Emulators:  hpgl\r
110 *StartEmulator_hpgl: "currentfile /hpgl statusdict /emulate get exec "\r
111 *StopEmulator_hpgl: "<1B7F>0"\r
113 *FileSystem: True\r
114 *?FileSystem: "\r
115   save false\r
116   (%disk?%)\r
117   { currentdevparams dup /Writeable known\r
118     { /Writeable get {pop true} if }  {pop} ifelse\r
119   } 10 string /IODevice resourceforall\r
120   {(True)}{(False)} ifelse = flush\r
121   restore\r
123 *End\r
124 *Throughput: "1"\r
125 *Password: "(0)"\r
126 *ExitServer: "\r
127   count 0 eq\r
128   { false } { true exch startjob } ifelse\r
129   not\r
130   { (WARNING: Cannot modify initial VM.) =\r
131     (Missing or invalid password.) =\r
132     (Please contact the author of this software.) = flush quit\r
133   } if\r
135 *End\r
136 *Reset: "\r
137   count 0 eq\r
138   { false } { true exch startjob } ifelse\r
139   not\r
140   { (WARNING: Cannot reset printer.) =\r
141     (Missing or invalid password.) =\r
142     (Please contact the author of this software.) = flush quit\r
143   } if\r
144   systemdict /quit get exec\r
145   (WARNING : Printer Reset Failed.) = flush\r
147 *End\r
149 *DefaultResolution: 300dpi\r
150 *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"\r
151 *?Resolution: "\r
152   save currentpagedevice\r
153   /HWResolution get 0 get (      ) cvs print (dpi) = flush restore\r
155 *End\r
157 *% ==================================================\r
158 *% Define TekColor Logo for use in ColorControlStrip\r
160 *JobPatchFile 1: "\r
161 userdict/TekColorStripDict known not\r
162 {userdict begin/TekColorStripDict 20 dict def end}if\r
163 TekColorStripDict\r
164 begin/DrawTekLogo{/xxxxit save store\r
165 LogoInsetX LogoInsetY translate\r
166 BorderHeight LogoInsetY sub LogoInsetY sub\r
167 47.76 div\r
168 dup scale<</m/moveto load/l/lineto load/c/curveto load/x/closepath \r
169 load/s/stroke load/e/eofill load/f/fill load/i/clip load/ei/eoclip \r
170 load/r/setrgbcolor load/k/setcmykcolor load/g/setgray \r
171 load/w/setlinewidth load/t/setlinecap load/j/setlinejoin \r
172 load/p/newpath load/gs/gsave load/gr/grestore load>>begin\r
173 1.0 w\r
174 0 j\r
175 0 t\r
176 0.44 w\r
177 0 0 0 0 k\r
178 gs\r
179 0.0 47.52 m\r
180 38.16 47.52 l\r
181 38.16 0.0 l\r
182 0.0 0.0 l\r
183 0.0 47.52 l\r
186 gr\r
187 0 0 0 1 k\r
188 0.0 47.52 m\r
189 38.16 47.52 l\r
190 38.16 0.0 l\r
191 0.0 0.0 l\r
192 0.0 47.52 l\r
195 0.1375 w\r
196 0 0 0 1 k\r
197 gs\r
198 1.2 46.08 m\r
199 36.72 46.08 l\r
200 36.72 10.56 l\r
201 1.2 10.56 l\r
202 1.2 46.08 l\r
205 gr\r
206 0 0 0 0 k\r
207 1.2 46.08 m\r
208 36.72 46.08 l\r
209 36.72 10.56 l\r
210 1.2 10.56 l\r
211 1.2 46.08 l\r
214 0.4399 w\r
215 0 0 0 0 k\r
216 gs\r
217 1.44 9.12 m\r
218 36.48 9.12 l\r
219 36.48 1.68 l\r
220 1.44 1.68 l\r
221 1.44 9.12 l\r
224 gr\r
225 0 0 0 1 k\r
226 1.44 9.12 m\r
227 36.48 9.12 l\r
228 36.48 1.68 l\r
229 1.44 1.68 l\r
230 1.44 9.12 l\r
233 0 0 0 1 k\r
234 gs\r
235 3.36 6.72 m\r
236 4.08 6.72 l\r
237 4.08 3.12 l\r
238 5.04 3.12 l\r
239 5.04 6.72 l\r
240 6.0 6.72 l\r
241 6.0 7.68 l\r
242 3.36 7.68 l\r
243 3.36 6.72 l\r
245 8.4 5.28 m\r
246 8.4 5.52 l\r
247 8.48 5.788 8.547 6.006 8.88 6.0 c\r
248 9.069 6.006 9.148 5.782 9.12 5.76 c\r
249 9.12 5.28 l\r
250 8.4 5.28 l\r
252 10.08 4.8 m\r
253 10.08 5.76 l\r
254 10.114 6.395 9.488 6.65 8.88 6.72 c\r
255 8.067 6.638 7.514 6.353 7.44 5.52 c\r
256 7.44 4.08 l\r
257 7.514 3.315 8.122 3.03 8.88 3.12 c\r
258 9.652 3.048 10.126 3.449 10.08 4.32 c\r
259 9.12 4.32 l\r
260 9.1 4.038 9.136 3.716 8.88 3.84 c\r
261 8.565 3.746 8.48 3.904 8.4 4.08 c\r
262 8.4 4.8 l\r
263 10.08 4.8 l\r
265 13.2 3.12 m\r
266 13.2 4.32 l\r
267 13.2 4.56 l\r
268 13.92 3.12 l\r
269 14.88 3.12 l\r
270 13.92 5.28 l\r
271 14.88 6.48 l\r
272 13.68 6.48 l\r
273 13.2 5.52 l\r
274 13.2 5.52 l\r
275 13.2 7.68 l\r
276 12.24 7.68 l\r
277 12.24 3.12 l\r
278 13.2 3.12 l\r
280 19.68 6.0 m\r
281 19.68 6.48 l\r
282 19.717 7.422 19.17 7.811 18.24 7.92 c\r
283 17.28 7.811 16.825 7.349 16.8 6.24 c\r
284 16.8 4.56 l\r
285 16.825 3.558 17.207 3.035 18.24 3.12 c\r
286 19.285 3.035 19.735 3.582 19.68 4.32 c\r
287 19.68 5.04 l\r
288 18.72 5.04 l\r
289 18.72 4.56 l\r
290 18.666 4.232 18.635 3.856 18.24 3.84 c\r
291 17.991 3.856 17.888 4.008 18.0 4.32 c\r
292 18.0 6.48 l\r
293 17.894 6.814 17.973 6.997 18.24 6.96 c\r
294 18.508 6.991 18.647 6.79 18.72 6.48 c\r
295 18.72 6.0 l\r
296 19.68 6.0 l\r
298 21.6 4.08 m\r
299 21.561 3.315 22.132 3.035 22.8 3.12 c\r
300 23.56 3.035 24.04 3.321 24.0 4.08 c\r
301 24.0 5.52 l\r
302 24.089 6.243 23.675 6.644 22.8 6.72 c\r
303 22.078 6.644 21.561 6.353 21.6 5.52 c\r
304 21.6 4.08 l\r
306 22.56 5.52 m\r
307 22.527 5.77 22.6 5.946 22.8 6.0 c\r
308 23.05 5.946 23.123 5.77 23.04 5.52 c\r
309 23.04 4.08 l\r
310 23.104 3.837 23.025 3.734 22.8 3.84 c\r
311 22.624 3.734 22.546 3.837 22.56 4.08 c\r
312 22.56 5.52 l\r
314 26.88 3.12 m\r
315 26.88 7.68 l\r
316 25.92 7.68 l\r
317 25.92 3.12 l\r
318 26.88 3.12 l\r
320 28.8 4.08 m\r
321 28.726 3.315 29.297 3.035 30.0 3.12 c\r
322 30.725 3.035 31.205 3.321 31.2 4.08 c\r
323 31.2 5.52 l\r
324 31.253 6.243 30.84 6.644 30.0 6.72 c\r
325 29.242 6.644 28.726 6.353 28.8 5.52 c\r
326 28.8 4.08 l\r
328 29.76 5.52 m\r
329 29.692 5.77 29.765 5.946 30.0 6.0 c\r
330 30.214 5.946 30.287 5.77 30.24 5.52 c\r
331 30.24 4.08 l\r
332 30.269 3.837 30.19 3.734 30.0 3.84 c\r
333 29.789 3.734 29.71 3.837 29.76 4.08 c\r
334 29.76 5.52 l\r
336 33.12 6.48 m\r
337 33.12 3.12 l\r
338 34.08 3.12 l\r
339 34.08 5.28 l\r
340 34.15 5.52 34.259 5.575 34.56 5.52 c\r
341 34.63 5.575 34.727 5.569 34.8 5.52 c\r
342 34.8 6.72 l\r
343 34.423 6.644 34.186 6.395 34.08 6.0 c\r
344 34.08 6.0 l\r
345 34.08 6.48 l\r
346 33.12 6.48 l\r
349 gr\r
351 0 0 0 1 k\r
352 gs\r
354 gr\r
356 0 0 0 1 k\r
357 gs\r
358 41.52 47.76 m\r
359 41.28 47.76 l\r
360 40.8 46.8 l\r
361 40.8 46.8 l\r
362 40.56 47.76 l\r
363 40.08 47.76 l\r
364 40.08 46.32 l\r
365 40.32 46.32 l\r
366 40.32 47.52 l\r
367 40.32 47.52 l\r
368 40.8 46.32 l\r
369 41.04 46.32 l\r
370 41.28 47.52 l\r
371 41.28 47.52 l\r
372 41.28 46.32 l\r
373 41.52 46.32 l\r
374 41.52 47.76 l\r
376 40.08 47.76 m\r
377 38.88 47.76 l\r
378 38.88 47.52 l\r
379 39.36 47.52 l\r
380 39.36 46.32 l\r
381 39.6 46.32 l\r
382 39.6 47.52 l\r
383 40.08 47.52 l\r
384 40.08 47.76 l\r
387 gr\r
389 0 0 0 0 k\r
390 gs\r
391 34.56 35.76 m\r
392 34.844 35.85 34.824 36.065 35.04 36.24 c\r
393 35.272 36.635 35.421 37.479 35.28 37.44 c\r
394 34.894 37.399 34.321 37.389 33.36 37.2 c\r
395 33.294 37.401 33.184 37.482 33.12 37.44 c\r
396 31.4 40.035 28.121 41.54 23.28 42.0 c\r
397 20.773 42.179 17.714 41.632 17.28 41.52 c\r
398 17.1 41.486 17.008 41.727 17.04 41.76 c\r
399 16.629 42.328 16.543 42.586 16.32 43.2 c\r
400 16.113 43.419 15.621 44.206 15.36 44.4 c\r
401 14.998 45.382 15.105 45.104 14.88 45.6 c\r
402 14.47 46.464 14.464 46.708 14.16 46.8 c\r
403 13.629 46.662 11.252 42.814 11.52 42.48 c\r
404 12.153 41.578 12.814 40.558 13.2 40.08 c\r
405 13.24 39.863 13.24 39.766 13.2 39.84 c\r
406 10.314 38.243 1.195 32.238 3.6 22.8 c\r
407 3.628 22.642 2.488 21.322 2.4 20.88 c\r
408 2.312 20.5 2.381 20.156 2.64 19.68 c\r
409 2.702 19.45 3.015 19.194 3.12 18.72 c\r
410 3.422 18.21 3.618 17.629 3.84 17.76 c\r
411 4.294 17.714 4.618 18.224 5.04 18.48 c\r
412 4.959 18.54 5.201 18.623 5.28 18.48 c\r
413 5.648 18.077 6.764 16.588 7.92 15.84 c\r
414 12.104 13.1 16.673 13.467 19.2 13.92 c\r
415 19.755 13.944 21.661 14.576 21.84 14.64 c\r
416 22.156 14.54 21.938 11.64 21.84 10.8 c\r
417 21.855 10.593 22.639 10.973 23.04 11.28 c\r
418 23.176 11.46 23.393 11.454 23.52 11.76 c\r
419 23.477 12.169 23.648 14.245 23.52 14.64 c\r
420 23.619 15.45 23.777 15.446 24.0 15.6 c\r
421 24.208 15.644 25.262 16.271 25.44 16.32 c\r
422 26.396 16.999 28.041 17.957 29.04 18.72 c\r
423 32.851 21.605 34.73 25.643 34.8 29.52 c\r
424 34.98 30.906 34.969 33.321 34.08 35.52 c\r
425 34.164 35.571 34.164 35.655 34.32 35.76 c\r
426 34.298 35.762 34.384 35.763 34.56 35.76 c\r
429 gr\r
431 0.9 0 0.47 0 k\r
432 gs\r
433 7.92 31.44 m\r
434 7.67 30.65 7.125 28.477 7.44 26.64 c\r
435 7.503 26.241 7.75 26.097 7.92 26.16 c\r
436 9.411 27.358 15.203 30.915 17.04 31.68 c\r
437 17.169 31.755 17.461 31.937 17.52 32.16 c\r
438 17.152 32.809 16.189 34.708 15.84 35.52 c\r
439 15.533 36.205 14.645 37.99 14.16 38.4 c\r
440 14.097 38.555 13.721 38.564 13.68 38.64 c\r
441 10.734 37.344 8.65 33.624 7.92 31.44 c\r
444 gr\r
446 0.56 0.56 0 0 k\r
447 gs\r
448 18.48 29.28 m\r
449 18.44 29.28 18.261 29.345 18.24 29.28 c\r
450 16.612 28.612 13.484 26.481 12.48 25.68 c\r
451 10.803 24.384 8.965 22.771 8.88 22.32 c\r
452 8.71 21.686 8.894 21.069 9.12 20.64 c\r
453 9.769 18.603 11.498 17.46 12.24 17.04 c\r
454 13.605 16.235 16.31 15.657 17.52 15.6 c\r
455 19.309 15.435 20.87 15.497 21.36 15.84 c\r
456 22.095 16.306 19.294 27.822 18.48 29.28 c\r
459 gr\r
461 0 0.25 1 0 k\r
462 gs\r
463 18.0 39.6 m\r
464 18.395 38.69 18.293 39.007 18.72 37.92 c\r
465 19.587 36.128 20.436 33.722 20.4 33.6 c\r
466 20.503 33.621 20.56 33.384 20.88 33.6 c\r
467 22.576 34.284 23.59 34.525 25.2 35.04 c\r
468 27.217 35.728 28.884 36.158 30.24 36.48 c\r
469 30.379 36.49 30.498 36.633 30.24 36.96 c\r
470 29.749 37.664 27.576 39.584 24.0 40.32 c\r
471 22.239 40.54 18.943 40.431 18.0 40.08 c\r
472 17.712 39.956 17.92 39.718 18.0 39.6 c\r
475 gr\r
477 0 0.94 0.65 0 k\r
478 gs\r
479 26.4 18.48 m\r
480 25.804 18.087 24.795 17.432 24.0 17.04 c\r
481 23.772 16.977 23.59 17.023 23.52 17.28 c\r
482 23.212 22.391 22.679 25.45 21.36 30.48 c\r
483 21.391 30.674 21.579 31.019 21.84 31.2 c\r
484 22.32 31.474 23.335 31.987 24.0 32.4 c\r
485 25.928 33.133 30.019 34.662 31.2 34.8 c\r
486 31.31 34.946 31.356 34.736 31.44 34.56 c\r
487 33.469 30.893 32.246 24.199 29.04 20.88 c\r
488 28.388 20.096 27.414 19.204 26.4 18.48 c\r
491 gr\r
493 end\r
494 xxxxit restore}bind def\r
495 end"\r
496 *End\r
497 *% End TekColor Logo for use in ColorControlStrip\r
498 *% ==================================================\r
500 *% Halftone Information =================\r
501 *ContoneOnly: True\r
502 *ScreenFreq: "60.0"\r
503 *ScreenAngle: "45.0"\r
504 *DefaultScreenProc: Dot\r
505 *ScreenProc Dot: "{180 mul cos exch 180 mul cos add 2 div} bind"\r
507 *DefaultTransfer: Null\r
508 *Transfer Null: "{ }"\r
509 *Transfer Null.Inverse: "{ 1 exch sub } bind"\r
511 *% Tray Selection ============\r
513 *OpenUI *InputSlot/Input Slot: PickOne\r
514 *OrderDependency: 45.0 AnySetup *InputSlot\r
515 *DefaultInputSlot: AutoSelect\r
516 *InputSlot Upper: "% *InputSlot Upper \r
517   <<\r
518       /MediaType (Upper Tray)\r
519       /MediaColor null\r
520       /TraySwitch false\r
521   >> setpagedevice"\r
522 *End\r
523 *InputSlot Lower: "% *InputSlot Lower\r
524   <<\r
525       /MediaType (Lower Tray)\r
526       /MediaColor null\r
527       /TraySwitch false\r
528   >> setpagedevice"\r
529 *End\r
530 *InputSlot Paper: "% *InputSlot Paper\r
531   <<\r
532       /MediaType null\r
533       /MediaColor (White)\r
534       /TraySwitch true\r
535   >> setpagedevice"\r
536 *End\r
537 *InputSlot Transparency: "% *InputSlot Transparency\r
538   <<\r
539       /MediaType null\r
540       /MediaColor (Transparent)\r
541       /TraySwitch true\r
542   >> setpagedevice"\r
543 *End\r
544 *InputSlot AutoSelect: "% *InputSlot AutoSelect\r
545   <<\r
546       /MediaType null\r
547       /MediaColor null\r
548       /TraySwitch true\r
549   >> setpagedevice"\r
550 *End\r
551 *?InputSlot: "\r
552 save\r
553   currentpagedevice /MediaColor get\r
554   dup null eq\r
555   { pop currentpagedevice /MediaType get\r
556     dup null eq\r
557     { pop (AutoSelect) }\r
558     { dup (Upper Tray) eq\r
559       { pop (Upper) }\r
560       { (Lower Tray) eq\r
561         { (Lower) }\r
562         { (Unknown) } ifelse\r
563       } ifelse\r
564     } ifelse\r
565   }\r
566   {\r
567     dup (White) eq\r
568     { pop (Paper) }\r
569     { (Transparent) eq\r
570       { (Transparency) }\r
571       { (Unknown) } ifelse\r
572     } ifelse\r
573   } ifelse\r
574   = flush\r
575 restore\r
577 *End\r
578 *CloseUI: *InputSlot\r
580 *% Paper Handling ===================\r
582 *% Use these entries to set paper size most of the time, unless there is\r
583 *% specific reason to use PageRegion.\r
584 *OpenUI *PageSize: PickOne\r
585 *OrderDependency: 55.0 AnySetup *PageSize\r
586 *DefaultPageSize: A4\r
587 *PageSize Letter: "2 dict dup /PageSize [612 792] put\r
588         dup /ImagingBBox null put setpagedevice\r
590 *End\r
591 *PageSize A4: "2 dict dup /PageSize [595 842] put\r
592         dup /ImagingBBox null put setpagedevice\r
594 *End\r
595 *PageSize LetterLong/LetterExtra: "2 dict dup /PageSize [689 955] put\r
596         dup /ImagingBBox null put setpagedevice\r
598 *End\r
599 *?PageSize: "\r
600   save currentpagedevice /PageSize get aload pop\r
601   2 copy gt {exch} if (Unknown)\r
602   3 dict\r
603    dup [612 792] (Letter) put\r
604    dup [595 842] (A4) put\r
605    dup [689 955] (LetterLong) put\r
606   { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and\r
607         { exch pop exit } { pop } ifelse\r
608   } bind forall = flush pop pop\r
609   restore\r
611 *End\r
612 *CloseUI: *PageSize\r
614 *% These entries will set up the frame buffer. Usually used with manual feed.\r
615 *OpenUI *PageRegion: PickOne\r
616 *OrderDependency: 60.0 AnySetup *PageRegion\r
617 *DefaultPageRegion: A4\r
618 *PageRegion Letter: "\r
619     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"\r
620 *End\r
621 *PageRegion A4: "\r
622     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"\r
623 *End\r
624 *PageRegion LetterLong/LetterExtra: "\r
625     2 dict dup /PageSize [689 955] put dup /ImagingBBox null put setpagedevice"\r
626 *End\r
627 *CloseUI: *PageRegion\r
629 *% The following entries provide information about specific paper keywords.\r
630 *DefaultImageableArea: A4\r
631 *ImageableArea Letter: "8.39999 32.64 603.6 785.04"\r
632 *ImageableArea A4: "7.7178 32.6249 587.558 834.945"\r
633 *ImageableArea LetterLong/LetterExtra: "8.40948 32.6778 680.409 948.278"\r
634 *?ImageableArea: "\r
635   save\r
636   /cvp { (                ) cvs print ( ) print } bind def\r
637   /upperright {10000 mul floor 10000 div} bind def\r
638   /lowerleft {10000 mul ceiling 10000 div} bind def\r
639   newpath clippath pathbbox\r
640   4 -2 roll exch 2 {lowerleft cvp} repeat\r
641   exch 2 {upperright cvp} repeat flush\r
642   restore\r
644 *End\r
646 *% These provide the physical dimensions of the paper (by keyword)\r
647 *DefaultPaperDimension: A4\r
648 *PaperDimension Letter: "612 792"\r
649 *PaperDimension A4: "595 842"\r
650 *PaperDimension LetterLong/LetterExtra: "689 955"\r
652 *DefaultOutputOrder: Reverse\r
653 *RequiresPageRegion All: True\r
655 *% TKColor Selections  ===================\r
657 *OpenUI *TKColor/Color Correction: PickOne\r
658 *OrderDependency: 40.0 AnySetup *TKColor\r
659 *DefaultTKColor: VividColor/Vivid Color \r
660 *TKColor NoAdjust/None: "\r
661   <<\r
662     /DeviceRenderingInfo <<\r
663       /Type 2\r
664       /ID (None)\r
665       /ToneFunction [ {} {} {} {} ]\r
666       /VirtualColorDevice null\r
667     >>\r
668   >> setpagedevice"\r
669 *End\r
670 *TKColor VividColor/Vivid Color: "\r
671   <<\r
672     /DeviceRenderingInfo <<\r
673       /Type 2\r
674       /ID (Vivid Color)\r
675       /ToneFunction [ {} {} {} {} ]\r
676       /VirtualColorDevice <<\r
677         /Type 3\r
678         /ColorTransform /TekBlue\r
679       >>\r
680     >>\r
681   >> setpagedevice"\r
682 *End\r
683 *TKColor TekPhoto/Photo: "\r
684   <<\r
685     /DeviceRenderingInfo <<\r
686       /Type 2\r
687       /ID (Photo)\r
688       /ToneFunction [ {} {} {} {} ]\r
689       /VirtualColorDevice <<\r
690         /Type 3\r
691         /ColorTransform /TekPhoto\r
692       >>\r
693     >>\r
694   >> setpagedevice"\r
695 *End\r
696 *TKColor SimulateDisplay/Simulate Display: "\r
697   <<\r
698     /DeviceRenderingInfo <<\r
699       /Type 2\r
700       /ID (Simulate Display)\r
701       /ToneFunction [ {} {} {} {} ]\r
702       /VirtualColorDevice <<\r
703         /Type 3\r
704         /ColorTransform /TekDisplay\r
705       >>\r
706     >>\r
707   >> setpagedevice"\r
708 *End\r
709 *TKColor SWOPPress/SWOP Press: "\r
710   <<\r
711     /DeviceRenderingInfo <<\r
712       /Type 2\r
713       /ID (SWOP Press)\r
714       /ToneFunction [ {} {} {} {} ]\r
715       /VirtualColorDevice <<\r
716         /Type 3\r
717         /ColorTransform /SWOP-Coated\r
718       >>\r
719     >>\r
720   >> setpagedevice"\r
721 *End\r
722 *TKColor EuroscalePress/Euroscale Press: "\r
723   <<\r
724     /DeviceRenderingInfo <<\r
725       /Type 2\r
726       /ID (Euroscale Press)\r
727       /ToneFunction [ {} {} {} {} ]\r
728       /VirtualColorDevice <<\r
729         /Type 3\r
730         /ColorTransform /Euroscale-Coated\r
731       >>\r
732     >>\r
733   >> setpagedevice"\r
734 *End\r
735 *TKColor CommercialPress/Commercial Press: "\r
736   <<\r
737     /DeviceRenderingInfo <<\r
738       /Type 2\r
739       /ID (Commercial Press)\r
740       /ToneFunction [ {} {} {} {} ]\r
741       /VirtualColorDevice <<\r
742         /Type 3\r
743         /ColorTransform /Commercial-Coated\r
744       >>\r
745     >>\r
746   >> setpagedevice"\r
747 *End\r
748 *TKColor SNAPPress/SNAP Press: "\r
749   <<\r
750     /DeviceRenderingInfo <<\r
751       /Type 2\r
752       /ID (SNAP Press)\r
753       /ToneFunction [ {} {} {} {} ]\r
754       /VirtualColorDevice <<\r
755         /Type 3\r
756         /ColorTransform /SNAP-Newsprint\r
757       >>\r
758     >>\r
759   >> setpagedevice"\r
760 *End\r
761 *TKColor Monochrome: "\r
762   <<\r
763     /DeviceRenderingInfo <<\r
764       /Type 2\r
765       /ID (Monochrome)\r
766       /ToneFunction [ {} {} {} {} ]\r
767       /VirtualColorDevice <<\r
768         /Type 1\r
769         /ColorTransform /Gray\r
770       >>\r
771     >>\r
772   >> setpagedevice"\r
773 *End\r
774 *TKColor UsePrinterSetting/Use Printer Setting: "\r
775  % ColorCorrection: Use Printer Settings"\r
776 *End\r
777 *?TKColor: "\r
778   mark\r
779   { currentpagedevice /DeviceRenderingInfo get\r
780     /VirtualColorDevice get\r
781     dup null eq\r
782     { pop (NoAdjust) }\r
783     { /ColorTransform get\r
784       <<\r
785         /TekBlue           (VividColor)\r
786         /TekDisplay        (SimulateDisplay)\r
787         /SWOP-Coated       (SWOPPress)\r
788         /Euroscale-Coated  (EuroscalePress)\r
789         /Commercial-Coated (CommercialPress)\r
790         /SNAP-Newsprint    (SNAPPress)\r
791         /TekPhoto          (TekPhoto)\r
792         /Gray              (Monochrome)\r
793       >>\r
794       exch get\r
795     } ifelse\r
796   } stopped\r
797   { % error in PostScript code execution\r
798     (Unknown)\r
799   } if\r
800   = flush\r
801   cleartomark"\r
802 *End\r
803 *CloseUI: *TKColor\r
805 *OpenUI *TKColorControlStrip/Color Control Strip: Boolean\r
806 *OrderDependency: 50.0 AnySetup *TKColorControlStrip\r
807 *DefaultTKColorControlStrip: False\r
808 *TKColorControlStrip True/On: "\r
809 userdict/TekColorStripDict known not{userdict begin/TekColorStripDict\r
810 20 dict def\r
811 end}if\r
812 TekColorStripDict\r
813 begin/OldEndPage\r
814 currentpagedevice/EndPage get\r
815 def/DefineName{/ProfileName(Unknown)def\r
816 currentpagedevice/DeviceRenderingInfo get\r
817 dup/ID known{/ID get/ProfileName exch\r
818 def}{/VirtualColorDevice get\r
819 dup\r
820 null eq{pop/ProfileName(None)def}{dup/Type get\r
821 dup\r
822 1 eq exch\r
823 3 eq\r
824 or{/ColorTransform get<</TekBlue(Vivid Color)/TekDisplay(Simulate Display)\r
825 /SWOP-Coated(SWOP Press)/Euroscale-Coated(Euroscale Press)\r
826 /Commercial-Coated(Commercial Press)/SNAP-Newsprint(SNAP Press)\r
827 /Gray(Monochrome)/RGB(Raw RGB)/CMYK(Raw CMYK)/Fuji-NA(FujiProof)\r
828 /DaiNippon(DIC)/Toyo(Toyo)/TekPhoto(Photo)/TekCMYK(None)>>exch\r
829 2 copy\r
830 known{get/ProfileName exch def}{pop\r
831 pop}ifelse}{pop}ifelse}ifelse}ifelse}bind def/ClearAndDrawBorder{gsave\r
832 newpath clippath pathbbox\r
833 grestore/URy exch def/URx exch def/LLy exch def/LLx exch def\r
834 URx LLx sub\r
835 BorderWidth\r
836 sub\r
837 2 div\r
838 LLx add\r
839 LLy 1 add\r
840 translate\r
841 1 setgray\r
842 0 setlinewidth\r
843 0 0 BorderWidth BorderHeight rectfill\r
844 0 setgray\r
845 0 0 BorderWidth BorderHeight rectstroke\r
846 0 0 BorderWidth BorderHeight rectclip}bind def/StringDimensions{gsave\r
847 newpath\r
848 0 0 moveto\r
849 false\r
850 charpath\r
851 pathbbox\r
852 exch\r
853 4 -1 roll\r
854 sub\r
855 3 -2 roll\r
856 exch\r
857 sub\r
858 grestore}bind def/BCenterLine{gsave\r
859 currentpoint translate\r
860 0 0 moveto\r
861 dup stringwidth pop\r
862 2 div neg\r
864 rmoveto\r
865 0 setgray\r
866 show\r
867 grestore}bind def/TCenterLine{gsave\r
868 currentpoint translate\r
869 0 0 moveto\r
870 dup StringDimensions\r
871 neg\r
872 exch 2 div neg exch\r
873 rmoveto\r
874 0 setgray\r
875 show\r
876 grestore}bind def/DrawBox{setcmykcolor\r
877 currentpoint BoxSide BoxSide rectfill\r
878 gsave/Helvetica BoxFontSize selectfont\r
879 BoxSide 2 div\r
880 BoxStartY BoxFontSize sub 2 div neg\r
881 rmoveto\r
882 TCenterLine\r
883 grestore\r
884 gsave/Helvetica BoxFontSize selectfont\r
885 BoxSide 2 div\r
886 BoxSide\r
887 BoxStartY BoxFontSize sub 2 div\r
888 add\r
889 rmoveto\r
890 BCenterLine\r
891 grestore\r
892 BoxSide BoxGap add\r
893 0 rmoveto}bind def/DrawBar{gsave\r
894 0 setgray\r
895 0 setlinewidth\r
896 currentpoint\r
897 newpath\r
898 pop 0\r
899 moveto\r
900 0 BorderHeight rlineto\r
901 stroke\r
902 grestore}bind def/UseKanji{(GothicBBB-Medium-RKSJ-H)/Font resourcestatus\r
903 {pop pop true}{false}ifelse\r
904 product dup\r
905 length 1 sub\r
906 get\r
907 8#112 eq\r
908 and}bind def/DrawLegend{gsave\r
909 0 setgray\r
910 currentpoint\r
911 exch dup\r
912 BorderWidth exch sub/LegendWidth exch def\r
913 exch pop 0\r
914 translate/Helvetica-Bold TekFontSize\r
915 selectfont(Tektronix)StringDimensions/TekHeight exch def/TekWidth exch def\r
916 LegendWidth TekWidth sub 2 div\r
917 BorderHeight TekInsetY sub TekHeight sub\r
918 moveto(Tektronix)show/Symbol TekFontSize selectfont/registerserif\r
919 glyphshow/Helvetica-Bold LegendFontSize selectfont\r
920 LegendGap ProfileY moveto(Color Profile: )show\r
921 currentpoint\r
922 pop/ValueX exch def\r
923 FileKnown JobNameKnown or{LegendGap FileNameY moveto(File:)show}if\r
924 DateKnown{LegendGap DateY moveto(Date/Time:)show}if/Helvetica\r
925 LegendFontSize selectfont\r
926 ValueX ProfileY moveto\r
927 ProfileName show\r
928 UseKanji{/GothicBBB-Medium-RKSJ-H}{/Helvetica}ifelse\r
929 LegendFontSize selectfont\r
930 DateKnown{ValueX DateY moveto\r
931 userdict/TekLabelDict get/Date get\r
932 show}if\r
933 FileKnown{ValueX FileNameY moveto\r
934 userdict/TekLabelDict get/File get\r
935 show}{JobNameKnown{ValueX FileNameY moveto\r
936 JobName\r
937 show}if}ifelse\r
938 grestore}bind def/DrawColorStrip{TekColorStripDict/OldEndPage get\r
939 exec\r
940 dup{TekColorStripDict\r
941 begin/BorderWidth 487 def/BorderHeight 36 def/BoxStartX 31 def/BoxSide\r
942 14 def/BoxGap 3 def/BoxFontSize 6 def/LogoInsetX 2 def/LogoInsetY 2 def\r
943 /TekFontSize 9 def/TekInsetY 4 def/LegendFontSize 7 def/LegendGap 3 def\r
944 /LegendLineGap 0 def/DateY LegendGap def/ProfileY DateY LegendFontSize\r
945 add LegendLineGap add def/FileNameY ProfileY LegendFontSize add\r
946 LegendLineGap add def\r
947 currentuserparams\r
948 dup/JobName known{/JobName get(: )search{pop pop/JobName exch def\r
949 /JobNameKnown true def}{pop/JobNameKnown false def}ifelse}\r
950 {pop/JobNameKnown false def}ifelse\r
951 userdict/TekLabelDict known{userdict/TekLabelDict get\r
952 dup/Date known{/DateKnown true def}{/DateKnown false def}ifelse/File known\r
953 {/FileKnown true def}{/FileKnown false def}ifelse}\r
954 {/DateKnown false def/FileKnown false def}ifelse\r
955 initgraphics\r
956 ClearAndDrawBorder\r
957 TekColorStripDict/DrawTekLogo known{DrawTekLogo}if\r
958 /BoxStartY BorderHeight BoxSide sub 2 div def\r
959 BoxStartX BoxStartY moveto\r
960 (C)(100%)1 0 0 0 DrawBox(M)(100%)0 1 0 0 DrawBox(Y)(100%)0 0 1 0 DrawBox(K)\r
961 (100%)0 0 0 1 DrawBox(MY)(100%)0 1 1 0 DrawBox(CY)(100%)1 0 1 0 DrawBox(CM)\r
962 (100%)1 1 0 0 DrawBox(CMY)(100%)1 1 1 0 DrawBox(C)(50%)0.5 0 0 0 DrawBox(M)\r
963 (50%)0 0.5 0 0 DrawBox(Y)(50%)0 0 0.5 0 DrawBox(K)(50%)0 0 0 0.5 DrawBox(MY)\r
964 (50%)0 0.5 0.5 0 DrawBox(CY)(50%)0.5 0 0.5 0 DrawBox(CM)(50%)\r
965 0.5 0.5 0 0 DrawBox(CMY)(50%)0.5 0.5 0.5 0 DrawBox\r
966 DrawBar\r
967 DefineName\r
968 DrawLegend\r
969 end}if}bind def<</EndPage{TekColorStripDict/DrawColorStrip get\r
970 exec}>>setpagedevice\r
971 end"\r
972 *End\r
973 *TKColorControlStrip False/Off: "\r
974  % Color Control Strip: Off "\r
975 *End\r
976 *?TKColorControlStrip: "\r
977   userdict /TekColorStripDict known {(True)}{(False)} ifelse = flush"\r
978 *End\r
979 *CloseUI: *TKColorControlStrip\r
981 *% Font Information =====================\r
982 *DefaultFont: Courier\r
983 *Font AvantGarde-Book: Standard "(001.002)" Standard ROM\r
984 *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM\r
985 *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM\r
986 *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM\r
987 *Font Bookman-Demi: Standard "(001.003)" Standard ROM\r
988 *Font Bookman-DemiItalic: Standard "(001.003)" Standard ROM\r
989 *Font Bookman-Light: Standard "(001.003)" Standard ROM\r
990 *Font Bookman-LightItalic: Standard "(001.003)" Standard ROM\r
991 *Font Courier: Standard "(002.003)" Standard ROM\r
992 *Font Courier-Bold: Standard "(002.003)" Standard ROM\r
993 *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM\r
994 *Font Courier-Oblique: Standard "(002.003)" Standard ROM\r
995 *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk\r
996 *Font GothicBBB-Medium-Add-H: JIS "(003.001)" Add Disk\r
997 *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.001)" Add Disk\r
998 *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.001)" Add Disk\r
999 *Font GothicBBB-Medium-Add-V: JIS "(003.001)" Add Disk\r
1000 *Font GothicBBB-Medium-EUC-H: EUC "(003.001)" JIS-83 Disk\r
1001 *Font GothicBBB-Medium-EUC-V: EUC "(003.001)" JIS-83 Disk\r
1002 *Font GothicBBB-Medium-Ext-H: JIS "(003.001)" Ext Disk\r
1003 *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk\r
1004 *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk\r
1005 *Font GothicBBB-Medium-Ext-V: JIS "(003.001)" Ext Disk\r
1006 *Font GothicBBB-Medium-H: JIS "(003.001)" JIS-83 Disk\r
1007 *Font GothicBBB-Medium-NWP-H: JIS "(003.001)" NWP Disk\r
1008 *Font GothicBBB-Medium-NWP-V: JIS "(003.001)" NWP Disk\r
1009 *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk\r
1010 *Font GothicBBB-Medium-RKSJ-UserGaiji: Special "(003.001)" Special Disk\r
1011 *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk\r
1012 *Font GothicBBB-Medium-V: JIS "(003.001)" JIS-83 Disk\r
1013 *Font GothicBBB-Medium.Oubun: Special "(003.001)" Special Disk\r
1014 *Font GothicBBB-Medium.Roman: Special "(003.001)" Special Disk\r
1015 *Font GothicBBB-Medium.Roman83pv: Special "(003.001)" Special Disk\r
1016 *Font GothicBBB-Medium.WP-Symbol: Special "(003.001)" Special Disk\r
1017 *Font Helvetica: Standard "(001.006)" Standard ROM\r
1018 *Font Helvetica-Bold: Standard "(001.007)" Standard ROM\r
1019 *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM\r
1020 *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM\r
1021 *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM\r
1022 *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM\r
1023 *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM\r
1024 *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM\r
1025 *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM\r
1026 *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM\r
1027 *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM\r
1028 *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM\r
1029 *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM\r
1030 *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM\r
1031 *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM\r
1032 *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM\r
1033 *Font Palatino-Bold: Standard "(001.005)" Standard ROM\r
1034 *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM\r
1035 *Font Palatino-Italic: Standard "(001.005)" Standard ROM\r
1036 *Font Palatino-Roman: Standard "(001.005)" Standard ROM\r
1037 *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk\r
1038 *Font Ryumin-Light-Add-H: JIS "(003.000)" Add Disk\r
1039 *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk\r
1040 *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk\r
1041 *Font Ryumin-Light-Add-V: JIS "(003.000)" Add Disk\r
1042 *Font Ryumin-Light-EUC-H: EUC "(003.000)" JIS-83 Disk\r
1043 *Font Ryumin-Light-EUC-V: EUC "(003.000)" JIS-83 Disk\r
1044 *Font Ryumin-Light-Ext-H: JIS "(003.000)" Ext Disk\r
1045 *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk\r
1046 *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk\r
1047 *Font Ryumin-Light-Ext-V: JIS "(003.000)" Ext Disk\r
1048 *Font Ryumin-Light-H: JIS "(003.000)" JIS-83 Disk\r
1049 *Font Ryumin-Light-NWP-H: JIS "(003.000)" NWP Disk\r
1050 *Font Ryumin-Light-NWP-V: JIS "(003.000)" NWP Disk\r
1051 *Font Ryumin-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk\r
1052 *Font Ryumin-Light-RKSJ-UserGaiji: Special "(003.000)" Special Disk\r
1053 *Font Ryumin-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk\r
1054 *Font Ryumin-Light-V: JIS "(003.000)" JIS-83 Disk\r
1055 *Font Ryumin-Light.Oubun: Special "(003.000)" Special Disk\r
1056 *Font Ryumin-Light.Roman: Special "(003.000)" Special Disk\r
1057 *Font Ryumin-Light.Roman83pv: Special "(003.000)" Special Disk\r
1058 *Font Ryumin-Light.WP-Symbol: Special "(003.000)" Special Disk\r
1059 *Font Symbol: Special "(001.007)" Special ROM\r
1060 *Font Times-Bold: Standard "(001.007)" Standard ROM\r
1061 *Font Times-BoldItalic: Standard "(001.009)" Standard ROM\r
1062 *Font Times-Italic: Standard "(001.007)" Standard ROM\r
1063 *Font Times-Roman: Standard "(001.007)" Standard ROM\r
1064 *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard ROM\r
1065 *Font ZapfDingbats: Special "(001.004)" Special ROM\r
1066 *?FontQuery: "\r
1067   save\r
1068   { count 1 gt\r
1069     { exch dup 127 string cvs (/) print print (:) print\r
1070      /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =\r
1071     } { exit } ifelse\r
1072   } bind loop\r
1073   (*) = flush\r
1074   restore\r
1076 *End\r
1078 *?FontList: "\r
1079    save (*) {cvn ==} 128 string /Font resourceforall\r
1080    (*) = flush restore\r
1082 *End\r
1084 *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi\r
1086 *%  For 60 lpi / 300 dpi ================================\r
1088 *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45.0"\r
1089 *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45.0"\r
1090 *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "45.0"\r
1091 *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "45.0"\r
1092 *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "45.0"\r
1094 *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60.0"\r
1095 *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60.0"\r
1096 *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60.0"\r
1097 *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60.0"\r
1098 *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60.0"\r
1100 *% Last edited on: $Date: 1996/11/15 22:09:53 $\r
1101 *% The byte count of this file should be exactly 029506 or 030609\r
1102 *% depending on the filesystem it resides in.\r
1103 *% end of PPD file for Phaser 450J \r