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