merge the formfield patch from ooo-build
[ooovba.git] / psprint_config / configuration / ppds / LHQUSRH3.PS
blob34ecff2a045e9bb7500bbbfe947bd9a7456ac4e3
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 *%\r
10 *% Creation Date Apr. 18, 1996; By: Berthold Giess, Linotype-Hell AG\r
11 *%\r
13 *% ----- Basic Capabilities -----\r
14 *FormatVersion: "4.3"\r
15 *FileVersion: "1.2"\r
16 *LanguageEncoding: ISOLatin1\r
17 *LanguageVersion: English\r
18 *PSVersion: "(2013.114) 9"\r
19 *Product: "(Linotype)"\r
20 *% 31 Chars *******************************\r
21 *Manufacturer: "Linotype-Hell"\r
22 *ModelName: "Lino Quasar HQS V 3.0"\r
23 *ShortNickName: "Lino Quasar HQS"\r
24 *NickName: "Lino Quasar HQS V 3.0"\r
25 *PCFileName: "LHQUSRH3.PPD"\r
27 *% ----- General Information and Defaults -----\r
28 *FreeVM: "5242880"\r
29 *PrintPSErrors: False\r
30 *LanguageLevel: "2"\r
31 *ColorDevice: True\r
32 *DefaultColorSpace: Gray\r
33 *DefaultHalftoneType: 1\r
34 *Throughput: "1"\r
35 *VariablePaperSize: True\r
36 *FileSystem: True\r
38 *?FileSystem: "\r
39 save\r
40  statusdict /diskonline get exec {(True)}{(False)} ifelse = flush\r
41 restore\r
42 "\r
43 *End\r
45 *Password: "0"\r
46 *ExitServer: "\r
47  count 0 eq { % is the password on the stack?\r
48  true\r
49  }{\r
50  dup % potential password\r
51  statusdict /checkpassword get exec not\r
52  } ifelse\r
53  { % if no password or not valid\r
54  (WARNING : Cannot perform the exitserver command.) =\r
55  (Password supplied is not valid.) =\r
56  (Please contact the author of this software.) = flush\r
57  quit\r
58  } if\r
59  serverdict /exitserver get exec\r
60 "\r
61 *End\r
63 *Reset: "\r
64  count 0 eq { % is the password on the stack?\r
65  true\r
66  }{\r
67  dup % potential password\r
68  statusdict /checkpassword get exec not\r
69  } ifelse\r
70  { % if no password or not valid\r
71  (WARNING : Cannot reset printer.) =\r
72  (Password supplied is not valid.) =\r
73  (Please contact the author of this software.) = flush\r
74  quit\r
75  } if\r
76  serverdict /exitserver get exec\r
77  systemdict /quit get exec\r
78  (WARNING : Printer Reset Failed.) = flush\r
79 "\r
80 *End\r
82 *DefaultResolution: 2540dpi\r
84 *?Resolution: "\r
85  save \r
86  72 72 matrix defaultmatrix dtransform\r
87  pop abs round cvi =print (dpi\n) print\r
88  restore \r
89 "\r
90 *End\r
92 *% Halftone Information ===============\r
93 *ScreenFreq: "150"\r
94 *ScreenAngle: "45"\r
95 *AccurateScreensSupport: True\r
96 *DefaultScreenProc: Euclidean\r
98 *ScreenProc Euclidean: "\r
99 {\r
100  abs exch abs 2 copy add 1 gt\r
101  {1 sub dup mul exch 1 sub dup mul add 1 sub}\r
102  { dup mul exch dup mul add 1 exch sub}\r
103  ifelse\r
106 *End\r
108 *ScreenProc Round: "\r
110  dup mul exch dup mul add 1 exch sub\r
111 \r
113 *End\r
115 *ScreenProc Square: "\r
117  abs exch abs add 1 exch sub\r
118 \r
120 *End\r
122 *ScreenProc HeavyEllipse: "\r
123 { %Copyright Linotype-Hell AG 1996\r
124  exch \r
125  abs exch abs 2 copy 0.80 mul add 0.80 lt { \r
126  exch 0.80 div\r
127  dup dup mul exch 2 mul 3 sub mul exch\r
128  dup dup mul exch 2 mul 3 sub mul add 0.80 mul 1 add \r
129  } { \r
130  2 copy 0.80 mul add 1 gt {\r
131  1 sub exch 1 sub 0.80 div \r
132  dup dup mul exch 2 mul 3 add mul exch\r
133  dup dup mul exch 2 mul 3 add mul add 0.80 mul 1 sub \r
134  } { \r
135  0.80 mul add 2 mul neg 1 add 0.80 add \r
136  } ifelse\r
137  } ifelse\r
138 \r
140 *End\r
142 *ScreenProc Ellipse: "\r
143 { %Copyright Linotype-Hell AG 1996\r
144  exch \r
145  abs exch abs 2 copy 0.85 mul add 0.85 lt { \r
146  exch 0.85 div\r
147  dup dup mul exch 2 mul 3 sub mul exch\r
148  dup dup mul exch 2 mul 3 sub mul add 0.85 mul 1 add \r
149  } { \r
150  2 copy 0.85 mul add 1 gt { \r
151  1 sub exch 1 sub 0.85 div \r
152  dup dup mul exch 2 mul 3 add mul exch\r
153  dup dup mul exch 2 mul 3 add mul add 0.85 mul 1 sub \r
154  } { \r
155  0.85 mul add 2 mul neg 1 add 0.85 add \r
156  } ifelse\r
157  } ifelse\r
158 \r
160 *End\r
162 *ScreenProc LightEllipse: "\r
163 { %Copyright Linotype-Hell AG 1996\r
164  exch \r
165  abs exch abs 2 copy 0.90 mul add 0.90 lt { \r
166  exch 0.90 div\r
167  dup dup mul exch 2 mul 3 sub mul exch\r
168  dup dup mul exch 2 mul 3 sub mul add 0.90 mul 1 add \r
169  } { \r
170  2 copy 0.90 mul add 1 gt { \r
171  1 sub exch 1 sub 0.90 div \r
172  dup dup mul exch 2 mul 3 add mul exch\r
173  dup dup mul exch 2 mul 3 add mul add 0.90 mul 1 sub \r
174  } { \r
175  0.90 mul add 2 mul neg 1 add 0.90 add \r
176  } ifelse\r
177  } ifelse\r
178 \r
180 *End\r
182 *ScreenProc LineX: "\r
183 { %Copyright Linotype-Hell AG 1996\r
184  abs exch 0.9 mul 0.01 sub abs exch\r
185  0.003 mul add 1 exch sub\r
186 \r
188 *End\r
190 *ScreenProc LineY: "\r
191 { %Copyright Linotype-Hell AG 1996\r
192  0.9 mul 0.01 sub abs exch abs\r
193  0.003 mul add 1 exch sub\r
194 \r
196 *End\r
198 *ScreenProc Grid: "\r
199 { %Copyright Linotype-Hell AG 1996\r
200  0.9 mul 0.01 sub abs exch\r
201  0.9 mul 0.01 sub abs exch\r
202  2 copy lt { 0.003 mul add } { exch 0.003 mul add } ifelse\r
203  1 exch sub\r
204 \r
206 *End\r
208 *DefaultTransfer: Null\r
209 *Transfer Null: "{ }"\r
210 *Transfer Null.Inverse: "{ 1 exch sub }"\r
212 *% Paper Handling ===================\r
213 *% Use these entries to set paper size most of the time, unless there is\r
214 *% specific reason to use PageRegion.\r
215 *OpenUI *PageSize: PickOne\r
216 *OrderDependency: 20 AnySetup *PageSize\r
218 *DefaultPageSize: Letter\r
219 *PageSize Letter: "<</PageSize [612 792] /Orientation 1>> setpagedevice"\r
220 *PageSize Letter.Extra: "<</PageSize [684 864] /Orientation 1>> setpagedevice"\r
221 *PageSize Letter.Transverse: "<</PageSize [612 792] /Orientation 0>> setpagedevice"\r
222 *PageSize Letter.Extra.Transverse: "<</PageSize [684 864] /Orientation 0>> setpagedevice"\r
224 *PageSize Legal: "<</PageSize [612 1008] /Orientation 1>> setpagedevice"\r
225 *PageSize Legal.Extra: "<</PageSize [684 1080] /Orientation 1>> setpagedevice"\r
226 *PageSize Legal.Transverse: "<</PageSize [612 1008] /Orientation 0>> setpagedevice"\r
227 *PageSize Legal.Extra.Transverse: "<</PageSize [684 1080] /Orientation 0>> setpagedevice"\r
229 *PageSize Tabloid: "<</PageSize [792 1224] /Orientation 1>> setpagedevice"\r
230 *PageSize Tabloid.Extra: "<</PageSize [864 1296] /Orientation 1>> setpagedevice"\r
231 *PageSize Tabloid.Transverse: "<</PageSize [792 1224] /Orientation 0>> setpagedevice"\r
232 *PageSize Tabloid.Extra.Transverse: "<</PageSize [864 1296] /Orientation 0>> setpagedevice"\r
234 *PageSize A3: "<</PageSize [842 1191] /Orientation 1>> setpagedevice"\r
235 *PageSize A3.Extra: "<</PageSize [914 1263] /Orientation 1>> setpagedevice"\r
236 *PageSize A3.Transverse: "<</PageSize [842 1191] /Orientation 0>> setpagedevice"\r
237 *PageSize A3.Extra.Transverse: "<</PageSize [914 1262] /Orientation 0>> setpagedevice"\r
239 *PageSize A4: "<</PageSize [595 842] /Orientation 1>> setpagedevice"\r
240 *PageSize A4.Extra: "<</PageSize [667 914] /Orientation 1>> setpagedevice"\r
241 *PageSize A4.Transverse: "<</PageSize [595 842] /Orientation 0>> setpagedevice"\r
242 *PageSize A4.Extra.Transverse: "<</PageSize [667 914] /Orientation 0>> setpagedevice"\r
244 *PageSize A5: "<</PageSize [420 595] /Orientation 1>> setpagedevice"\r
245 *PageSize A5.Extra: "<</PageSize [492 667] /Orientation 1>> setpagedevice"\r
246 *PageSize A5.Transverse: "<</PageSize [420 595] /Orientation 0>> setpagedevice"\r
247 *PageSize A5.Extra.Transverse: "<</PageSize [492 667] /Orientation 0>> setpagedevice"\r
249 *PageSize B3: "<</PageSize [1032 1460] /Orientation 1>> setpagedevice"\r
250 *PageSize B3.Transverse: "<</PageSize [1032 1460] /Orientation 0>> setpagedevice"\r
252 *PageSize B4: "<</PageSize [729 1032] /Orientation 1>> setpagedevice"\r
253 *PageSize B4.Extra: "<</PageSize [801 1104] /Orientation 1>> setpagedevice"\r
254 *PageSize B4.Transverse: "<</PageSize [729 1032] /Orientation 0>> setpagedevice"\r
255 *PageSize B4.Extra.Transverse: "<</PageSize [801 1104] /Orientation 0>> setpagedevice"\r
257 *PageSize B5: "<</PageSize [516 729] /Orientation 1>> setpagedevice"\r
258 *PageSize B5.Extra: "<</PageSize [588 801] /Orientation 1>> setpagedevice"\r
259 *PageSize B5.Transverse: "<</PageSize [516 729] /Orientation 0>> setpagedevice"\r
260 *PageSize B5.Extra.Transverse: "<</PageSize [588 801] /Orientation 0>> setpagedevice"\r
262 *PageSize ISOB3: "<</PageSize [1001 1417] /Orientation 1>> setpagedevice"\r
263 *PageSize ISOB3.Transverse: "<</PageSize [1001 1417] /Orientation 0>> setpagedevice"\r
265 *PageSize ISOB4: "<</PageSize [709 1001] /Orientation 1>> setpagedevice"\r
266 *PageSize ISOB4.Extra: "<</PageSize [781 1073] /Orientation 1>> setpagedevice"\r
267 *PageSize ISOB4.Transverse: "<</PageSize [709 1001] /Orientation 0>> setpagedevice"\r
268 *PageSize ISOB4.Extra.Transverse: "<</PageSize [781 1073] /Orientation 0>> setpagedevice"\r
270 *PageSize ISOB5: "<</PageSize [499 709] /Orientation 1>> setpagedevice"\r
271 *PageSize ISOB5.Extra: "<</PageSize [569.7 782] /Orientation 1>> setpagedevice"\r
272 *PageSize ISOB5.Transverse: "<</PageSize [499 709] /Orientation 0>> setpagedevice"\r
273 *PageSize ISOB5.Extra.Transverse: "<</PageSize [569.7 782] /Orientation 0>> setpagedevice"\r
275 *PageSize MaxPage: "<</PageSize [1431 1488] /Orientation 1>> setpagedevice"\r
277 *?PageSize: "\r
278 save\r
279 mark \r
280 currentpagedevice /PageSize get aload pop\r
281 2 copy gt {exch} if \r
282 (Unknown)\r
283 37 dict\r
284 dup [ 612 792] (Letter) put\r
285 dup [ 684 864] (Letter.Extra) put\r
287 dup [ 612 1008] (Legal) put\r
288 dup [ 684 1080] (Legal.Extra) put\r
290 dup [ 792 1224] (Tabloid) put\r
291 dup [ 864 1296] (Tabloid.Extra) put\r
292  \r
293 dup [1684 2384] (A1) put\r
294 dup [1756 2456] (A1.Extra) put\r
296 dup [1191 1684] (A2) put\r
297 dup [1263 1756] (A2.Extra) put\r
299 dup [ 842 1191] (A3) put\r
300 dup [ 914 1263] (A3.Extra) put\r
302 dup [ 595 842] (A4) put\r
303 dup [ 667 914] (A4.Extra) put\r
305 dup [ 420 595] (A5) put\r
306 dup [ 492 667] (A5.Extra) put\r
308 dup [2064 2920] (B1) put\r
309 dup [2136 2992] (B1.Extra) put\r
311 dup [1460 2064] (B2) put\r
312 dup [1532 2136] (B2.Extra) put\r
314 dup [1032 1460] (B3) put\r
315 dup [1104 1532] (B3.Extra) put\r
317 dup [ 729 1032] (B4) put\r
318 dup [ 801 1104] (B4.Extra) put\r
320 dup [ 516 729] (B5) put\r
321 dup [ 588 801] (B5.Extra) put\r
323 dup [2004 2835] (ISOB1) put\r
324 dup [2076 2907] (ISOB1.Extra) put\r
326 dup [1417 2004] (ISOB2) put\r
327 dup [1489 2076] (ISOB2.Extra) put\r
329 dup [1001 1417] (ISOB3) put\r
330 dup [1073 1489] (ISOB3.Extra) put\r
332 dup [ 709 1001] (ISOB4) put\r
333 dup [ 781 1073] (ISOB4.Extra) put\r
335 dup [ 499 709] (ISOB5) put\r
336 dup [ 571 781] (ISOB5.Extra) put\r
338 dup [1431 1488] (MaxPage) put\r
340 \r
341 exch aload pop 4 index sub abs 5 le exch \r
342  5 index sub abs 5 le and \r
343  {exch pop exit} {pop} ifelse\r
344 } bind forall\r
346 = flush\r
347 cleartomark\r
349 restore\r
351 *End\r
352 *CloseUI: *PageSize\r
354 *% These entries will set up the frame buffer. Usually used with manual feed.\r
355 *OpenUI *PageRegion: PickOne\r
356 *OrderDependency: 10 AnySetup *PageRegion\r
358 *DefaultPageRegion: Letter\r
359 *PageRegion Letter: "<</PageSize [612 792] /Orientation 1>> setpagedevice"\r
360 *PageRegion Letter.Extra: "<</PageSize [684 864] /Orientation 1>> setpagedevice"\r
361 *PageRegion Letter.Transverse: "<</PageSize [612 792] /Orientation 0>> setpagedevice"\r
362 *PageRegion Letter.Extra.Transverse: "<</PageSize [684 864] /Orientation 0>> setpagedevice"\r
364 *PageRegion Legal: "<</PageSize [612 1008] /Orientation 1>> setpagedevice"\r
365 *PageRegion Legal.Extra: "<</PageSize [684 1080] /Orientation 1>> setpagedevice"\r
366 *PageRegion Legal.Transverse: "<</PageSize [612 1008] /Orientation 0>> setpagedevice"\r
367 *PageRegion Legal.Extra.Transverse: "<</PageSize [684 1080] /Orientation 0>> setpagedevice"\r
369 *PageRegion Tabloid: "<</PageSize [792 1224] /Orientation 1>> setpagedevice"\r
370 *PageRegion Tabloid.Extra: "<</PageSize [864 1296] /Orientation 1>> setpagedevice"\r
371 *PageRegion Tabloid.Transverse: "<</PageSize [792 1224] /Orientation 0>> setpagedevice"\r
372 *PageRegion Tabloid.Extra.Transverse: "<</PageSize [864 1296] /Orientation 0>> setpagedevice"\r
374 *PageRegion A3: "<</PageSize [842 1191] /Orientation 1>> setpagedevice"\r
375 *PageRegion A3.Extra: "<</PageSize [914 1263] /Orientation 1>> setpagedevice"\r
376 *PageRegion A3.Transverse: "<</PageSize [842 1191] /Orientation 0>> setpagedevice"\r
377 *PageRegion A3.Extra.Transverse: "<</PageSize [914 1262] /Orientation 0>> setpagedevice"\r
379 *PageRegion A4: "<</PageSize [595 842] /Orientation 1>> setpagedevice"\r
380 *PageRegion A4.Extra: "<</PageSize [667 914] /Orientation 1>> setpagedevice"\r
381 *PageRegion A4.Transverse: "<</PageSize [595 842] /Orientation 0>> setpagedevice"\r
382 *PageRegion A4.Extra.Transverse: "<</PageSize [667 914] /Orientation 0>> setpagedevice"\r
384 *PageRegion A5: "<</PageSize [420 595] /Orientation 1>> setpagedevice"\r
385 *PageRegion A5.Extra: "<</PageSize [492 667] /Orientation 1>> setpagedevice"\r
386 *PageRegion A5.Transverse: "<</PageSize [420 595] /Orientation 0>> setpagedevice"\r
387 *PageRegion A5.Extra.Transverse: "<</PageSize [492 667] /Orientation 0>> setpagedevice"\r
389 *PageRegion B3: "<</PageSize [1032 1460] /Orientation 1>> setpagedevice"\r
390 *PageRegion B3.Transverse: "<</PageSize [1032 1460] /Orientation 0>> setpagedevice"\r
392 *PageRegion B4: "<</PageSize [729 1032] /Orientation 1>> setpagedevice"\r
393 *PageRegion B4.Extra: "<</PageSize [801 1104] /Orientation 1>> setpagedevice"\r
394 *PageRegion B4.Transverse: "<</PageSize [729 1032] /Orientation 0>> setpagedevice"\r
395 *PageRegion B4.Extra.Transverse: "<</PageSize [801 1104] /Orientation 0>> setpagedevice"\r
397 *PageRegion B5: "<</PageSize [516 729] /Orientation 1>> setpagedevice"\r
398 *PageRegion B5.Extra: "<</PageSize [588 801] /Orientation 1>> setpagedevice"\r
399 *PageRegion B5.Transverse: "<</PageSize [516 729] /Orientation 0>> setpagedevice"\r
400 *PageRegion B5.Extra.Transverse: "<</PageSize [588 801] /Orientation 0>> setpagedevice"\r
402 *PageRegion ISOB3: "<</PageSize [1001 1417] /Orientation 1>> setpagedevice"\r
403 *PageRegion ISOB3.Transverse: "<</PageSize [1001 1417] /Orientation 0>> setpagedevice"\r
405 *PageRegion ISOB4: "<</PageSize [709 1001] /Orientation 1>> setpagedevice"\r
406 *PageRegion ISOB4.Extra: "<</PageSize [781 1073] /Orientation 1>> setpagedevice"\r
407 *PageRegion ISOB4.Transverse: "<</PageSize [709 1001] /Orientation 0>> setpagedevice"\r
408 *PageRegion ISOB4.Extra.Transverse: "<</PageSize [781 1073] /Orientation 0>> setpagedevice"\r
410 *PageRegion ISOB5: "<</PageSize [499 709] /Orientation 1>> setpagedevice"\r
411 *PageRegion ISOB5.Extra: "<</PageSize [569.7 782] /Orientation 1>> setpagedevice"\r
412 *PageRegion ISOB5.Transverse: "<</PageSize [499 709] /Orientation 0>> setpagedevice"\r
413 *PageRegion ISOB5.Extra.Transverse: "<</PageSize [569.7 782] /Orientation 0>> setpagedevice"\r
415 *PageRegion MaxPage: "<</PageSize [1431 1488] /Orientation 1>> setpagedevice"\r
417 *CloseUI: *PageRegion\r
419 *% The following entries provide information about specific paper keywords.\r
420 *DefaultImageableArea: Letter\r
422 *ImageableArea Letter: "0.0 0.0 612.0 792.0"\r
423 *ImageableArea Letter.Extra: "0.0 0.0 684.0 864.0"\r
424 *ImageableArea Letter.Transverse: "0.0 0.0 612.0 791.0"\r
425 *ImageableArea Letter.Extra.Transverse: "0.0 0.0 684.0 863.0"\r
427 *ImageableArea Legal: "0.0 0.0 612.0 1008.0"\r
428 *ImageableArea Legal.Extra: "0.0 0.0 684.0 1080.0"\r
429 *ImageableArea Legal.Transverse: "0.0 0.0 612.0 1007.0"\r
430 *ImageableArea Legal.Extra.Transverse: "0.0 0.0 684.0 1079.0"\r
432 *ImageableArea Tabloid: "0.0 0.0 792.0 1224.0"\r
433 *ImageableArea Tabloid.Extra: "0.0 0.0 864.0 1296.0"\r
434 *ImageableArea Tabloid.Transverse: "0.0 0.0 792.0 1223.0"\r
435 *ImageableArea Tabloid.Extra.Transverse: "0.0 0.0 864.0 1295.0"\r
437 *ImageableArea A3: "0.0 0.0 842.0 1191.0"\r
438 *ImageableArea A3.Extra: "0.0 0.0 914.0 1263.0"\r
439 *ImageableArea A3.Transverse: "0.0 0.0 842.0 1190.0"\r
440 *ImageableArea A3.Extra.Transverse: "0.0 0.0 914.0 1262.0"\r
442 *ImageableArea A4: "0.0 0.0 595.0 842.0"\r
443 *ImageableArea A4.Extra: "0.0 0.0 667.0 914.0"\r
444 *ImageableArea A4.Transverse: "0.0 0.0 595.0 841.0"\r
445 *ImageableArea A4.Extra.Transverse: "0.0 0.0 667.0 913.0"\r
447 *ImageableArea A5: "0.0 0.0 420.0 595.0"\r
448 *ImageableArea A5.Extra: "0.0 0.0 492.0 667.0"\r
449 *ImageableArea A5.Transverse: "0.0 0.0 420.0 594.0"\r
450 *ImageableArea A5.Extra.Transverse: "0.0 0.0 492.0 666.0"\r
452 *ImageableArea B3: "0.0 0.0 1032.0 1460.0"\r
453 *ImageableArea B3.Transverse: "0.0 0.0 1032.0 1459.0"\r
455 *ImageableArea B4: "0.0 0.0 729.0 1032.0"\r
456 *ImageableArea B4.Extra: "0.0 0.0 801.0 1104.0"\r
457 *ImageableArea B4.Transverse: "0.0 0.0 729.0 1031.0"\r
458 *ImageableArea B4.Extra.Transverse: "0.0 0.0 801.0 1103.0"\r
460 *ImageableArea B5: "0.0 0.0 516.0 729.0"\r
461 *ImageableArea B5.Extra: "0.0 0.0 588.0 801.0"\r
462 *ImageableArea B5.Transverse: "0.0 0.0 516.0 728.0"\r
463 *ImageableArea B5.Extra.Transverse: "0.0 0.0 588.0 800.0"\r
465 *ImageableArea ISOB3: "0.0 0.0 1001.0 1417.0"\r
466 *ImageableArea ISOB3.Transverse: "0.0 0.0 1001.0 1416.0"\r
468 *ImageableArea ISOB4: "0.0 0.0 709.0 1001.0"\r
469 *ImageableArea ISOB4.Extra: "0.0 0.0 781.0 1073.0"\r
470 *ImageableArea ISOB4.Transverse: "0.0 0.0 709.0 1000.0"\r
471 *ImageableArea ISOB4.Extra.Transverse: "0.0 0.0 781.0 1072.0"\r
473 *ImageableArea ISOB5: "0.0 0.0 499.0 709.0"\r
474 *ImageableArea ISOB5.Extra: "0.0 0.0 569.7 782.0"\r
475 *ImageableArea ISOB5.Transverse: "0.0 0.0 499.0 708.0"\r
476 *ImageableArea ISOB5.Extra.Transverse: "0.0 0.0 569.7 781.0"\r
478 *ImageableArea MaxPage: "0.0 0.0 1431.0 1488.0"\r
480 *?ImageableArea: "\r
481  save \r
482  initclip clippath pathbbox \r
483  4 -2 roll exch round cvr =print ( ) print round cvr =print ( ) print\r
484  exch round cvr =print ( ) print round cvr =print (\n) print flush\r
485  restore\r
487 *End\r
489 *% These provide the physical dimensions of the paper (by keyword)\r
490 *DefaultPaperDimension: Letter\r
492 *PaperDimension Letter: "612.0 792.0"\r
493 *PaperDimension Letter.Extra: "684.0 864.0"\r
494 *PaperDimension Letter.Transverse: "612.0 791.0"\r
495 *PaperDimension Letter.Extra.Transverse: "684.0 863.0"\r
497 *PaperDimension Legal: "612.0 1008.0"\r
498 *PaperDimension Legal.Extra: "684.0 1080.0"\r
499 *PaperDimension Legal.Transverse: "612.0 1007.0"\r
500 *PaperDimension Legal.Extra.Transverse: "684.0 1079.0"\r
502 *PaperDimension Tabloid: "792.0 1224.0"\r
503 *PaperDimension Tabloid.Extra: "864.0 1296.0"\r
504 *PaperDimension Tabloid.Transverse: "792.0 1223.0"\r
505 *PaperDimension Tabloid.Extra.Transverse: "864.0 1295.0"\r
507 *PaperDimension A3: "842.0 1191.0"\r
508 *PaperDimension A3.Extra: "914.0 1263.0"\r
509 *PaperDimension A3.Transverse: "842.0 1190.0"\r
510 *PaperDimension A3.Extra.Transverse: "914.0 1262.0"\r
512 *PaperDimension A4: "595.0 842.0"\r
513 *PaperDimension A4.Extra: "667.0 914.0"\r
514 *PaperDimension A4.Transverse: "595.0 841.0"\r
515 *PaperDimension A4.Extra.Transverse: "667.0 913.0"\r
517 *PaperDimension A5: "420.0 595.0"\r
518 *PaperDimension A5.Extra: "492.0 667.0"\r
519 *PaperDimension A5.Transverse: "420.0 594.0"\r
520 *PaperDimension A5.Extra.Transverse: "492.0 666.0"\r
522 *PaperDimension B3: "1032.0 1460.0"\r
523 *PaperDimension B3.Transverse: "1032.0 1459.0"\r
525 *PaperDimension B4: "729.0 1032.0"\r
526 *PaperDimension B4.Extra: "801.0 1104.0"\r
527 *PaperDimension B4.Transverse: "729.0 1031.0"\r
528 *PaperDimension B4.Extra.Transverse: "801.0 1103.0"\r
530 *PaperDimension B5: "516.0 729.0"\r
531 *PaperDimension B5.Extra: "588.0 801.0"\r
532 *PaperDimension B5.Transverse: "516.0 728.0"\r
533 *PaperDimension B5.Extra.Transverse: "588.0 800.0"\r
535 *PaperDimension ISOB3: "1001.0 1417.0"\r
536 *PaperDimension ISOB3.Transverse: "1001.0 1416.0"\r
538 *PaperDimension ISOB4: "709.0 1001.0"\r
539 *PaperDimension ISOB4.Extra: "781.0 1073.0"\r
540 *PaperDimension ISOB4.Transverse: "709.0 1000.0"\r
541 *PaperDimension ISOB4.Extra.Transverse: "781.0 1072.0"\r
543 *PaperDimension ISOB5: "499.0 709.0"\r
544 *PaperDimension ISOB5.Extra: "569.7 782.0"\r
545 *PaperDimension ISOB5.Transverse: "499.0 708.0"\r
546 *PaperDimension ISOB5.Extra.Transverse: "569.7 781.0"\r
548 *PaperDimension MaxPage: "1431.0 1488.0"\r
550 *%=== Custom Page Sizes ==================================\r
552 *% These entries provide the code and parameter ranges for a user\r
553 *% to set up a custom page size.\r
554 *%CustomPageSize\r
556 *CustomPageSize True: "\r
557 % B. Giess 960228\r
558 % params order: Width (FastScan); Height (SlowScan); WidthOffset; foo; Orientation\r
560 exch pop statusdict /setpageparams get exec\r
562 *End\r
564 *DefaultLeadingEdge: PreferLong\r
565 *LeadingEdge: PreferLong\r
567 *ParamCustomPageSize Width: 1 points 72.0 1431.0\r
568 *ParamCustomPageSize Height: 2 points 72.0 1488.0\r
569 *ParamCustomPageSize WidthOffset/Margins: 3 points 0.0 1431.0\r
570 *ParamCustomPageSize HeightOffset: 4 points 0.0 0.0\r
571 *ParamCustomPageSize Orientation: 5 int 0 3\r
573 *CenterRegistered: False\r
575 *MaxMediaWidth: "1431.0"\r
576 *MaxMediaHeight: "1488.0"\r
578 *?CurrentMediaWidth: "\r
579  save\r
580  currentpagedevice /OutputDevice get cvlit /OutputDevice findresource\r
581  /PageSize get 0 get dup length 2 sub 0 add get cvr = flush\r
582  restore\r
583  "\r
584 *End\r
586 *?CurrentMediaHeight: "\r
587  save\r
588  currentpagedevice /OutputDevice get cvlit /OutputDevice findresource\r
589  /PageSize get 0 get dup length 2 sub 1 add get cvr = flush\r
590  restore\r
591  "\r
592 *End\r
594 *% === Imagesetter Information ===========================\r
595 *OpenGroup: Imagesetter\r
597 *OpenUI *MirrorPrint/Mirror: Boolean\r
598 *OrderDependency: 30 DocumentSetup *MirrorPrint\r
599 *DefaultMirrorPrint: False\r
601 *MirrorPrint True: "<</MirrorPrint true>> setpagedevice "\r
602 *MirrorPrint False: "<</MirrorPrint false>> setpagedevice "\r
603 *?MirrorPrint: "\r
604  currentpagedevice /MirrorPrint get {(True)}{(False)} ifelse = flush\r
606 *End\r
607 *CloseUI: *MirrorPrint\r
609 *OpenUI *NegativePrint/Negative: Boolean\r
610 *OrderDependency: 40 DocumentSetup *NegativePrint\r
611 *DefaultNegativePrint: False\r
613 *NegativePrint True: "<</NegativePrint true>> setpagedevice "\r
614 *NegativePrint False: "<</NegativePrint false>> setpagedevice "\r
615 *?NegativePrint: "\r
616  currentpagedevice /NegativePrint get {(True)}{(False)}ifelse = flush\r
618 *End\r
619 *CloseUI: *NegativePrint\r
621 *CloseGroup: Imagesetter\r
623 *DefaultOutputOrder: Normal\r
624 *RequiresPageRegion All: False\r
626 *% Font Information =====================\r
627 *DefaultFont: Courier\r
628 *Font AvantGarde-Book: Standard "(001.001)" Standard Disk\r
629 *Font AvantGarde-BookOblique: Standard "(001.001)" Standard Disk\r
630 *Font AvantGarde-Demi: Standard "(001.001)" Standard Disk\r
631 *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard Disk\r
632 *Font Bookman-Demi: Standard "(001.001)" Standard Disk\r
633 *Font Bookman-DemiItalic: Standard "(001.001)" Standard Disk\r
634 *Font Bookman-Light: Standard "(001.001)" Standard Disk\r
635 *Font Bookman-LightItalic: Standard "(001.001)" Standard Disk\r
636 *Font Courier: Standard "(002.002)" Standard ROM\r
637 *Font Courier-Bold: Standard "(002.002)" Standard ROM\r
638 *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM\r
639 *Font Courier-Oblique: Standard "(002.002)" Standard ROM\r
640 *Font Helvetica: Standard "(001.006)" Standard ROM\r
641 *Font Helvetica-Bold: Standard "(001.007)" Standard ROM\r
642 *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM\r
643 *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM\r
644 *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM\r
645 *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM\r
646 *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM\r
647 *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM\r
648 *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard Disk\r
649 *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard Disk\r
650 *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard Disk\r
651 *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard Disk\r
652 *Font Palatino-Bold: Standard "(001.000)" Standard Disk\r
653 *Font Palatino-BoldItalic: Standard "(001.000)" Standard Disk\r
654 *Font Palatino-Italic: Standard "(001.000)" Standard Disk\r
655 *Font Palatino-Roman: Standard "(001.000)" Standard Disk\r
656 *Font Symbol: Special "(001.003)" Standard ROM\r
657 *Font Times-Bold: Standard "(001.007)" Standard ROM\r
658 *Font Times-BoldItalic: Standard "(001.009)" Standard ROM\r
659 *Font Times-Italic: Standard "(001.007)" Standard ROM\r
660 *Font Times-Roman: Standard "(001.007)" Standard ROM\r
661 *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard Disk\r
662 *Font ZapfDingbats: Special "(001.000)" Standard Disk\r
664 *?FontQuery: "\r
665 save\r
666  /str 100 string dup 0 (fonts/) putinterval def\r
667  {\r
668  count 1 gt\r
669  {\r
670  exch dup str 6 94 getinterval cvs\r
671  (/) print dup print (:) print exch\r
672  FontDirectory exch known\r
673  { pop (Yes) }\r
674  {\r
675  length 6 add str 0 3 -1 roll getinterval\r
676  mark exch status\r
677  {cleartomark (Yes)}{cleartomark (No)} ifelse\r
678  } ifelse =\r
679  }\r
680  {exit} ifelse\r
681  }bind loop\r
682  (*) = flush\r
683 restore\r
685 *End\r
687 *?FontList: "\r
688 save\r
689  FontDirectory { pop == } bind forall flush\r
690  /filenameforall where\r
691  {\r
692  pop (fonts/*)\r
693  { dup length 6 sub 6 exch getinterval cvn == } bind\r
694  128 string filenameforall flush\r
695  } if\r
696  (*) = flush\r
697 restore\r
699 *End\r
701 *% Printer Messages (verbatim from printer):\r
702 *Message: "%%[ exitserver: permanent state may be changed ]%%"\r
703 *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"\r
704 *Message: "\FontName\ not found, using Courier"\r
706 *% Status (format: %%[ status: <one of these> ]%% )\r
707 *Status: "idle"\r
708 *Status: "busy"\r
709 *Status: "waiting"\r
710 *Status: "printing"\r
711 *Status: "PrinterError: recorder offline or film problem"\r
712 *Status: "PrinterError: "\r
714 *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )\r
715 *Source: "userjob"\r
716 *Source: "other"\r
718 *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)\r
719 *PrinterError: "recorder offline or film problem"\r
720 *PrinterError: ""\r
722 *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"\r
724 *% Color Separation Information =====================\r
726 *DefaultColorSep: ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi\r
728 *OpenUI *Separations/InRIP Color Separation: Boolean\r
729 *OrderDependency: 60 DocumentSetup *Separations\r
731 *DefaultSeparations: False\r
732 *Separations True: "\r
733  <<\r
734  /Separations true\r
735  /ProcessColorModel /DeviceCMYK\r
736  /SeparationColorNames [/Cyan /Magenta /Yellow /Black]\r
737  /SeparationOrder [/Cyan /Magenta /Yellow /Black]\r
738  >> setpagedevice\r
740 *End\r
742 *Separations False: "\r
743  <<\r
744  /Separations false\r
745  /ProcessColorModel /DeviceGray\r
746  >> setpagedevice\r
748 *End\r
750 *?Separations: "\r
751  save\r
752  currentpagedevice /Separations get \r
753  currentpagedevice /ProcessColorModel get /DeviceGray ne and\r
754  {(True)}{(False)} ifelse = flush\r
755  restore\r
757 *End\r
758 *CloseUI: *Separations\r
760 *%\r
761 *% Screening Params for HQS\r
762 *%\r
763 *% ----- for Resolution 3386 dpi -----\r
764 *%\r
765 *% For 100 lpi / 3386 dpi\r
766 *ColorSepScreenAngle ProcessBlack.100lpi.3386dpi/100 lpi / 3386 dpi: "45"\r
767 *ColorSepScreenAngle CustomColor.100lpi.3386dpi/100 lpi / 3386 dpi: "45"\r
768 *ColorSepScreenAngle ProcessCyan.100lpi.3386dpi/100 lpi / 3386 dpi: "15"\r
769 *ColorSepScreenAngle ProcessMagenta.100lpi.3386dpi/100 lpi / 3386 dpi: "75"\r
770 *ColorSepScreenAngle ProcessYellow.100lpi.3386dpi/100 lpi / 3386 dpi: "0"\r
772 *ColorSepScreenFreq ProcessBlack.100lpi.3386dpi/100 lpi / 3386 dpi: "100"\r
773 *ColorSepScreenFreq CustomColor.100lpi.3386dpi/100 lpi / 3386 dpi: "100"\r
774 *ColorSepScreenFreq ProcessCyan.100lpi.3386dpi/100 lpi / 3386 dpi: "100"\r
775 *ColorSepScreenFreq ProcessMagenta.100lpi.3386dpi/100 lpi / 3386 dpi: "100"\r
776 *ColorSepScreenFreq ProcessYellow.100lpi.3386dpi/100 lpi / 3386 dpi: "100"\r
778 *% For 120 lpi / 3386 dpi\r
779 *ColorSepScreenAngle ProcessBlack.120lpi.3386dpi/120 lpi / 3386 dpi: "45"\r
780 *ColorSepScreenAngle CustomColor.120lpi.3386dpi/120 lpi / 3386 dpi: "45"\r
781 *ColorSepScreenAngle ProcessCyan.120lpi.3386dpi/120 lpi / 3386 dpi: "15"\r
782 *ColorSepScreenAngle ProcessMagenta.120lpi.3386dpi/120 lpi / 3386 dpi: "75"\r
783 *ColorSepScreenAngle ProcessYellow.120lpi.3386dpi/120 lpi / 3386 dpi: "0"\r
785 *ColorSepScreenFreq ProcessBlack.120lpi.3386dpi/120 lpi / 3386 dpi: "120"\r
786 *ColorSepScreenFreq CustomColor.120lpi.3386dpi/120 lpi / 3386 dpi: "120"\r
787 *ColorSepScreenFreq ProcessCyan.120lpi.3386dpi/120 lpi / 3386 dpi: "120"\r
788 *ColorSepScreenFreq ProcessMagenta.120lpi.3386dpi/120 lpi / 3386 dpi: "120"\r
789 *ColorSepScreenFreq ProcessYellow.120lpi.3386dpi/120 lpi / 3386 dpi: "120"\r
791 *% For 133 lpi / 3386 dpi\r
792 *ColorSepScreenAngle ProcessBlack.133lpi.3386dpi/133 lpi / 3386 dpi: "45"\r
793 *ColorSepScreenAngle CustomColor.133lpi.3386dpi/133 lpi / 3386 dpi: "45"\r
794 *ColorSepScreenAngle ProcessCyan.133lpi.3386dpi/133 lpi / 3386 dpi: "15"\r
795 *ColorSepScreenAngle ProcessMagenta.133lpi.3386dpi/133 lpi / 3386 dpi: "75"\r
796 *ColorSepScreenAngle ProcessYellow.133lpi.3386dpi/133 lpi / 3386 dpi: "0"\r
798 *ColorSepScreenFreq ProcessBlack.133lpi.3386dpi/133 lpi / 3386 dpi: "133"\r
799 *ColorSepScreenFreq CustomColor.133lpi.3386dpi/133 lpi / 3386 dpi: "133"\r
800 *ColorSepScreenFreq ProcessCyan.133lpi.3386dpi/133 lpi / 3386 dpi: "133"\r
801 *ColorSepScreenFreq ProcessMagenta.133lpi.3386dpi/133 lpi / 3386 dpi: "133"\r
802 *ColorSepScreenFreq ProcessYellow.133lpi.3386dpi/133 lpi / 3386 dpi: "133"\r
804 *% For 150 lpi / 3386 dpi\r
805 *ColorSepScreenAngle ProcessBlack.150lpi.3386dpi/150 lpi / 3386 dpi: "45"\r
806 *ColorSepScreenAngle CustomColor.150lpi.3386dpi/150 lpi / 3386 dpi: "45"\r
807 *ColorSepScreenAngle ProcessCyan.150lpi.3386dpi/150 lpi / 3386 dpi: "15"\r
808 *ColorSepScreenAngle ProcessMagenta.150lpi.3386dpi/150 lpi / 3386 dpi: "75"\r
809 *ColorSepScreenAngle ProcessYellow.150lpi.3386dpi/150 lpi / 3386 dpi: "0"\r
811 *ColorSepScreenFreq ProcessBlack.150lpi.3386dpi/150 lpi / 3386 dpi: "150"\r
812 *ColorSepScreenFreq CustomColor.150lpi.3386dpi/150 lpi / 3386 dpi: "150"\r
813 *ColorSepScreenFreq ProcessCyan.150lpi.3386dpi/150 lpi / 3386 dpi: "150"\r
814 *ColorSepScreenFreq ProcessMagenta.150lpi.3386dpi/150 lpi / 3386 dpi: "150"\r
815 *ColorSepScreenFreq ProcessYellow.150lpi.3386dpi/150 lpi / 3386 dpi: "150"\r
817 *% For 175 lpi / 3386 dpi\r
818 *ColorSepScreenAngle ProcessBlack.175lpi.3386dpi/175 lpi / 3386 dpi: "45"\r
819 *ColorSepScreenAngle CustomColor.175lpi.3386dpi/175 lpi / 3386 dpi: "45"\r
820 *ColorSepScreenAngle ProcessCyan.175lpi.3386dpi/175 lpi / 3386 dpi: "15"\r
821 *ColorSepScreenAngle ProcessMagenta.175lpi.3386dpi/175 lpi / 3386 dpi: "75"\r
822 *ColorSepScreenAngle ProcessYellow.175lpi.3386dpi/175 lpi / 3386 dpi: "0"\r
824 *ColorSepScreenFreq ProcessBlack.175lpi.3386dpi/175 lpi / 3386 dpi: "175"\r
825 *ColorSepScreenFreq CustomColor.175lpi.3386dpi/175 lpi / 3386 dpi: "175"\r
826 *ColorSepScreenFreq ProcessCyan.175lpi.3386dpi/175 lpi / 3386 dpi: "175"\r
827 *ColorSepScreenFreq ProcessMagenta.175lpi.3386dpi/175 lpi / 3386 dpi: "175"\r
828 *ColorSepScreenFreq ProcessYellow.175lpi.3386dpi/175 lpi / 3386 dpi: "175"\r
830 *% For 200 lpi / 3386 dpi\r
831 *ColorSepScreenAngle ProcessBlack.200lpi.3386dpi/200 lpi / 3386 dpi: "45"\r
832 *ColorSepScreenAngle CustomColor.200lpi.3386dpi/200 lpi / 3386 dpi: "45"\r
833 *ColorSepScreenAngle ProcessCyan.200lpi.3386dpi/200 lpi / 3386 dpi: "15"\r
834 *ColorSepScreenAngle ProcessMagenta.200lpi.3386dpi/200 lpi / 3386 dpi: "75"\r
835 *ColorSepScreenAngle ProcessYellow.200lpi.3386dpi/200 lpi / 3386 dpi: "0"\r
837 *ColorSepScreenFreq ProcessBlack.200lpi.3386dpi/200 lpi / 3386 dpi: "200"\r
838 *ColorSepScreenFreq CustomColor.200lpi.3386dpi/200 lpi / 3386 dpi: "200"\r
839 *ColorSepScreenFreq ProcessCyan.200lpi.3386dpi/200 lpi / 3386 dpi: "200"\r
840 *ColorSepScreenFreq ProcessMagenta.200lpi.3386dpi/200 lpi / 3386 dpi: "200"\r
841 *ColorSepScreenFreq ProcessYellow.200lpi.3386dpi/200 lpi / 3386 dpi: "200"\r
842 *%\r
843 *% ----- for Resolution 2540 dpi -----\r
844 *%\r
845 *% For 20 lpi / 2540 dpi\r
846 *ColorSepScreenAngle ProcessBlack.20lpi.2540dpi/20 lpi / 2540 dpi: "45"\r
847 *ColorSepScreenAngle CustomColor.20lpi.2540dpi/20 lpi / 2540 dpi: "45"\r
848 *ColorSepScreenAngle ProcessCyan.20lpi.2540dpi/20 lpi / 2540 dpi: "15"\r
849 *ColorSepScreenAngle ProcessMagenta.20lpi.2540dpi/20 lpi / 2540 dpi: "75"\r
850 *ColorSepScreenAngle ProcessYellow.20lpi.2540dpi/20 lpi / 2540 dpi: "0"\r
852 *ColorSepScreenFreq ProcessBlack.20lpi.2540dpi/20 lpi / 2540 dpi: "20"\r
853 *ColorSepScreenFreq CustomColor.20lpi.2540dpi/20 lpi / 2540 dpi: "20"\r
854 *ColorSepScreenFreq ProcessCyan.20lpi.2540dpi/20 lpi / 2540 dpi: "20"\r
855 *ColorSepScreenFreq ProcessMagenta.20lpi.2540dpi/20 lpi / 2540 dpi: "20"\r
856 *ColorSepScreenFreq ProcessYellow.20lpi.2540dpi/20 lpi / 2540 dpi: "20"\r
858 *% For 33 lpi / 2540 dpi\r
859 *ColorSepScreenAngle ProcessBlack.33lpi.2540dpi/33 lpi / 2540 dpi: "45"\r
860 *ColorSepScreenAngle CustomColor.33lpi.2540dpi/33 lpi / 2540 dpi: "45"\r
861 *ColorSepScreenAngle ProcessCyan.33lpi.2540dpi/33 lpi / 2540 dpi: "15"\r
862 *ColorSepScreenAngle ProcessMagenta.33lpi.2540dpi/33 lpi / 2540 dpi: "75"\r
863 *ColorSepScreenAngle ProcessYellow.33lpi.2540dpi/33 lpi / 2540 dpi: "0"\r
865 *ColorSepScreenFreq ProcessBlack.33lpi.2540dpi/33 lpi / 2540 dpi: "33"\r
866 *ColorSepScreenFreq CustomColor.33lpi.2540dpi/33 lpi / 2540 dpi: "33"\r
867 *ColorSepScreenFreq ProcessCyan.33lpi.2540dpi/33 lpi / 2540 dpi: "33"\r
868 *ColorSepScreenFreq ProcessMagenta.33lpi.2540dpi/33 lpi / 2540 dpi: "33"\r
869 *ColorSepScreenFreq ProcessYellow.33lpi.2540dpi/33 lpi / 2540 dpi: "33"\r
871 *% For 38 lpi / 2540 dpi\r
872 *ColorSepScreenAngle ProcessBlack.38lpi.2540dpi/38 lpi / 2540 dpi: "45"\r
873 *ColorSepScreenAngle CustomColor.38lpi.2540dpi/38 lpi / 2540 dpi: "45"\r
874 *ColorSepScreenAngle ProcessCyan.38lpi.2540dpi/38 lpi / 2540 dpi: "15"\r
875 *ColorSepScreenAngle ProcessMagenta.38lpi.2540dpi/38 lpi / 2540 dpi: "75"\r
876 *ColorSepScreenAngle ProcessYellow.38lpi.2540dpi/38 lpi / 2540 dpi: "0"\r
878 *ColorSepScreenFreq ProcessBlack.38lpi.2540dpi/38 lpi / 2540 dpi: "38"\r
879 *ColorSepScreenFreq CustomColor.38lpi.2540dpi/38 lpi / 2540 dpi: "38"\r
880 *ColorSepScreenFreq ProcessCyan.38lpi.2540dpi/38 lpi / 2540 dpi: "38"\r
881 *ColorSepScreenFreq ProcessMagenta.38lpi.2540dpi/38 lpi / 2540 dpi: "38"\r
882 *ColorSepScreenFreq ProcessYellow.38lpi.2540dpi/38 lpi / 2540 dpi: "38"\r
884 *% For 46 lpi / 2540 dpi\r
885 *ColorSepScreenAngle ProcessBlack.46lpi.2540dpi/46 lpi / 2540 dpi: "45"\r
886 *ColorSepScreenAngle CustomColor.46lpi.2540dpi/46 lpi / 2540 dpi: "45"\r
887 *ColorSepScreenAngle ProcessCyan.46lpi.2540dpi/46 lpi / 2540 dpi: "15"\r
888 *ColorSepScreenAngle ProcessMagenta.46lpi.2540dpi/46 lpi / 2540 dpi: "75"\r
889 *ColorSepScreenAngle ProcessYellow.46lpi.2540dpi/46 lpi / 2540 dpi: "0"\r
891 *ColorSepScreenFreq ProcessBlack.46lpi.2540dpi/46 lpi / 2540 dpi: "46"\r
892 *ColorSepScreenFreq CustomColor.46lpi.2540dpi/46 lpi / 2540 dpi: "46"\r
893 *ColorSepScreenFreq ProcessCyan.46lpi.2540dpi/46 lpi / 2540 dpi: "46"\r
894 *ColorSepScreenFreq ProcessMagenta.46lpi.2540dpi/46 lpi / 2540 dpi: "46"\r
895 *ColorSepScreenFreq ProcessYellow.46lpi.2540dpi/46 lpi / 2540 dpi: "46"\r
897 *% For 50 lpi / 2540 dpi\r
898 *ColorSepScreenAngle ProcessBlack.50lpi.2540dpi/50 lpi / 2540 dpi: "45"\r
899 *ColorSepScreenAngle CustomColor.50lpi.2540dpi/50 lpi / 2540 dpi: "45"\r
900 *ColorSepScreenAngle ProcessCyan.50lpi.2540dpi/50 lpi / 2540 dpi: "15"\r
901 *ColorSepScreenAngle ProcessMagenta.50lpi.2540dpi/50 lpi / 2540 dpi: "75"\r
902 *ColorSepScreenAngle ProcessYellow.50lpi.2540dpi/50 lpi / 2540 dpi: "0"\r
904 *ColorSepScreenFreq ProcessBlack.50lpi.2540dpi/50 lpi / 2540 dpi: "50"\r
905 *ColorSepScreenFreq CustomColor.50lpi.2540dpi/50 lpi / 2540 dpi: "50"\r
906 *ColorSepScreenFreq ProcessCyan.50lpi.2540dpi/50 lpi / 2540 dpi: "50"\r
907 *ColorSepScreenFreq ProcessMagenta.50lpi.2540dpi/50 lpi / 2540 dpi: "50"\r
908 *ColorSepScreenFreq ProcessYellow.50lpi.2540dpi/50 lpi / 2540 dpi: "50"\r
910 *% For 65 lpi / 2540 dpi\r
911 *ColorSepScreenAngle ProcessBlack.65lpi.2540dpi/65 lpi / 2540 dpi: "45"\r
912 *ColorSepScreenAngle CustomColor.65lpi.2540dpi/65 lpi / 2540 dpi: "45"\r
913 *ColorSepScreenAngle ProcessCyan.65lpi.2540dpi/65 lpi / 2540 dpi: "15"\r
914 *ColorSepScreenAngle ProcessMagenta.65lpi.2540dpi/65 lpi / 2540 dpi: "75"\r
915 *ColorSepScreenAngle ProcessYellow.65lpi.2540dpi/65 lpi / 2540 dpi: "0"\r
917 *ColorSepScreenFreq ProcessBlack.65lpi.2540dpi/65 lpi / 2540 dpi: "65"\r
918 *ColorSepScreenFreq CustomColor.65lpi.2540dpi/65 lpi / 2540 dpi: "65"\r
919 *ColorSepScreenFreq ProcessCyan.65lpi.2540dpi/65 lpi / 2540 dpi: "65"\r
920 *ColorSepScreenFreq ProcessMagenta.65lpi.2540dpi/65 lpi / 2540 dpi: "65"\r
921 *ColorSepScreenFreq ProcessYellow.65lpi.2540dpi/65 lpi / 2540 dpi: "65"\r
923 *% For 70 lpi / 2540 dpi\r
924 *ColorSepScreenAngle ProcessBlack.70lpi.2540dpi/70 lpi / 2540 dpi: "45"\r
925 *ColorSepScreenAngle CustomColor.70lpi.2540dpi/70 lpi / 2540 dpi: "45"\r
926 *ColorSepScreenAngle ProcessCyan.70lpi.2540dpi/70 lpi / 2540 dpi: "15"\r
927 *ColorSepScreenAngle ProcessMagenta.70lpi.2540dpi/70 lpi / 2540 dpi: "75"\r
928 *ColorSepScreenAngle ProcessYellow.70lpi.2540dpi/70 lpi / 2540 dpi: "0"\r
930 *ColorSepScreenFreq ProcessBlack.70lpi.2540dpi/70 lpi / 2540 dpi: "70"\r
931 *ColorSepScreenFreq CustomColor.70lpi.2540dpi/70 lpi / 2540 dpi: "70"\r
932 *ColorSepScreenFreq ProcessCyan.70lpi.2540dpi/70 lpi / 2540 dpi: "70"\r
933 *ColorSepScreenFreq ProcessMagenta.70lpi.2540dpi/70 lpi / 2540 dpi: "70"\r
934 *ColorSepScreenFreq ProcessYellow.70lpi.2540dpi/70 lpi / 2540 dpi: "70"\r
936 *% For 75 lpi / 2540 dpi\r
937 *ColorSepScreenAngle ProcessBlack.75lpi.2540dpi/75 lpi / 2540 dpi: "45"\r
938 *ColorSepScreenAngle CustomColor.75lpi.2540dpi/75 lpi / 2540 dpi: "45"\r
939 *ColorSepScreenAngle ProcessCyan.75lpi.2540dpi/75 lpi / 2540 dpi: "15"\r
940 *ColorSepScreenAngle ProcessMagenta.75lpi.2540dpi/75 lpi / 2540 dpi: "75"\r
941 *ColorSepScreenAngle ProcessYellow.75lpi.2540dpi/75 lpi / 2540 dpi: "0"\r
943 *ColorSepScreenFreq ProcessBlack.75lpi.2540dpi/75 lpi / 2540 dpi: "75"\r
944 *ColorSepScreenFreq CustomColor.75lpi.2540dpi/75 lpi / 2540 dpi: "75"\r
945 *ColorSepScreenFreq ProcessCyan.75lpi.2540dpi/75 lpi / 2540 dpi: "75"\r
946 *ColorSepScreenFreq ProcessMagenta.75lpi.2540dpi/75 lpi / 2540 dpi: "75"\r
947 *ColorSepScreenFreq ProcessYellow.75lpi.2540dpi/75 lpi / 2540 dpi: "75"\r
949 *% For 80 lpi / 2540 dpi\r
950 *ColorSepScreenAngle ProcessBlack.80lpi.2540dpi/80 lpi / 2540 dpi: "45"\r
951 *ColorSepScreenAngle CustomColor.80lpi.2540dpi/80 lpi / 2540 dpi: "45"\r
952 *ColorSepScreenAngle ProcessCyan.80lpi.2540dpi/80 lpi / 2540 dpi: "15"\r
953 *ColorSepScreenAngle ProcessMagenta.80lpi.2540dpi/80 lpi / 2540 dpi: "75"\r
954 *ColorSepScreenAngle ProcessYellow.80lpi.2540dpi/80 lpi / 2540 dpi: "0"\r
956 *ColorSepScreenFreq ProcessBlack.80lpi.2540dpi/80 lpi / 2540 dpi: "80"\r
957 *ColorSepScreenFreq CustomColor.80lpi.2540dpi/80 lpi / 2540 dpi: "80"\r
958 *ColorSepScreenFreq ProcessCyan.80lpi.2540dpi/80 lpi / 2540 dpi: "80"\r
959 *ColorSepScreenFreq ProcessMagenta.80lpi.2540dpi/80 lpi / 2540 dpi: "80"\r
960 *ColorSepScreenFreq ProcessYellow.80lpi.2540dpi/80 lpi / 2540 dpi: "80"\r
962 *% For 85 lpi / 2540 dpi\r
963 *ColorSepScreenAngle ProcessBlack.85lpi.2540dpi/85 lpi / 2540 dpi: "45"\r
964 *ColorSepScreenAngle CustomColor.85lpi.2540dpi/85 lpi / 2540 dpi: "45"\r
965 *ColorSepScreenAngle ProcessCyan.85lpi.2540dpi/85 lpi / 2540 dpi: "15"\r
966 *ColorSepScreenAngle ProcessMagenta.85lpi.2540dpi/85 lpi / 2540 dpi: "75"\r
967 *ColorSepScreenAngle ProcessYellow.85lpi.2540dpi/85 lpi / 2540 dpi: "0"\r
969 *ColorSepScreenFreq ProcessBlack.85lpi.2540dpi/85 lpi / 2540 dpi: "85"\r
970 *ColorSepScreenFreq CustomColor.85lpi.2540dpi/85 lpi / 2540 dpi: "85"\r
971 *ColorSepScreenFreq ProcessCyan.85lpi.2540dpi/85 lpi / 2540 dpi: "85"\r
972 *ColorSepScreenFreq ProcessMagenta.85lpi.2540dpi/85 lpi / 2540 dpi: "85"\r
973 *ColorSepScreenFreq ProcessYellow.85lpi.2540dpi/85 lpi / 2540 dpi: "85"\r
975 *% For 90 lpi / 2540 dpi\r
976 *ColorSepScreenAngle ProcessBlack.90lpi.2540dpi/90 lpi / 2540 dpi: "45"\r
977 *ColorSepScreenAngle CustomColor.90lpi.2540dpi/90 lpi / 2540 dpi: "45"\r
978 *ColorSepScreenAngle ProcessCyan.90lpi.2540dpi/90 lpi / 2540 dpi: "15"\r
979 *ColorSepScreenAngle ProcessMagenta.90lpi.2540dpi/90 lpi / 2540 dpi: "75"\r
980 *ColorSepScreenAngle ProcessYellow.90lpi.2540dpi/90 lpi / 2540 dpi: "0"\r
982 *ColorSepScreenFreq ProcessBlack.90lpi.2540dpi/90 lpi / 2540 dpi: "90"\r
983 *ColorSepScreenFreq CustomColor.90lpi.2540dpi/90 lpi / 2540 dpi: "90"\r
984 *ColorSepScreenFreq ProcessCyan.90lpi.2540dpi/90 lpi / 2540 dpi: "90"\r
985 *ColorSepScreenFreq ProcessMagenta.90lpi.2540dpi/90 lpi / 2540 dpi: "90"\r
986 *ColorSepScreenFreq ProcessYellow.90lpi.2540dpi/90 lpi / 2540 dpi: "90"\r
988 *% For 100 lpi / 2540 dpi\r
989 *ColorSepScreenAngle ProcessBlack.100lpi.2540dpi/100 lpi / 2540 dpi: "45"\r
990 *ColorSepScreenAngle CustomColor.100lpi.2540dpi/100 lpi / 2540 dpi: "45"\r
991 *ColorSepScreenAngle ProcessCyan.100lpi.2540dpi/100 lpi / 2540 dpi: "15"\r
992 *ColorSepScreenAngle ProcessMagenta.100lpi.2540dpi/100 lpi / 2540 dpi: "75"\r
993 *ColorSepScreenAngle ProcessYellow.100lpi.2540dpi/100 lpi / 2540 dpi: "0"\r
995 *ColorSepScreenFreq ProcessBlack.100lpi.2540dpi/100 lpi / 2540 dpi: "100"\r
996 *ColorSepScreenFreq CustomColor.100lpi.2540dpi/100 lpi / 2540 dpi: "100"\r
997 *ColorSepScreenFreq ProcessCyan.100lpi.2540dpi/100 lpi / 2540 dpi: "100"\r
998 *ColorSepScreenFreq ProcessMagenta.100lpi.2540dpi/100 lpi / 2540 dpi: "100"\r
999 *ColorSepScreenFreq ProcessYellow.100lpi.2540dpi/100 lpi / 2540 dpi: "100"\r
1001 *% For 110 lpi / 2540 dpi\r
1002 *ColorSepScreenAngle ProcessBlack.110lpi.2540dpi/110 lpi / 2540 dpi: "45"\r
1003 *ColorSepScreenAngle CustomColor.110lpi.2540dpi/110 lpi / 2540 dpi: "45"\r
1004 *ColorSepScreenAngle ProcessCyan.110lpi.2540dpi/110 lpi / 2540 dpi: "15"\r
1005 *ColorSepScreenAngle ProcessMagenta.110lpi.2540dpi/110 lpi / 2540 dpi: "75"\r
1006 *ColorSepScreenAngle ProcessYellow.110lpi.2540dpi/110 lpi / 2540 dpi: "0"\r
1008 *ColorSepScreenFreq ProcessBlack.110lpi.2540dpi/110 lpi / 2540 dpi: "110"\r
1009 *ColorSepScreenFreq CustomColor.110lpi.2540dpi/110 lpi / 2540 dpi: "110"\r
1010 *ColorSepScreenFreq ProcessCyan.110lpi.2540dpi/110 lpi / 2540 dpi: "110"\r
1011 *ColorSepScreenFreq ProcessMagenta.110lpi.2540dpi/110 lpi / 2540 dpi: "110"\r
1012 *ColorSepScreenFreq ProcessYellow.110lpi.2540dpi/110 lpi / 2540 dpi: "110"\r
1014 *% For 120 lpi / 2540 dpi\r
1015 *ColorSepScreenAngle ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi: "45"\r
1016 *ColorSepScreenAngle CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi: "45"\r
1017 *ColorSepScreenAngle ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi: "15"\r
1018 *ColorSepScreenAngle ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi: "75"\r
1019 *ColorSepScreenAngle ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi: "0"\r
1021 *ColorSepScreenFreq ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi: "120"\r
1022 *ColorSepScreenFreq CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi: "120"\r
1023 *ColorSepScreenFreq ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi: "120"\r
1024 *ColorSepScreenFreq ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi: "120"\r
1025 *ColorSepScreenFreq ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi: "120"\r
1027 *% For 133 lpi / 2540 dpi\r
1028 *ColorSepScreenAngle ProcessBlack.133lpi.2540dpi/133 lpi / 2540 dpi: "45"\r
1029 *ColorSepScreenAngle CustomColor.133lpi.2540dpi/133 lpi / 2540 dpi: "45"\r
1030 *ColorSepScreenAngle ProcessCyan.133lpi.2540dpi/133 lpi / 2540 dpi: "15"\r
1031 *ColorSepScreenAngle ProcessMagenta.133lpi.2540dpi/133 lpi / 2540 dpi: "75"\r
1032 *ColorSepScreenAngle ProcessYellow.133lpi.2540dpi/133 lpi / 2540 dpi: "0"\r
1034 *ColorSepScreenFreq ProcessBlack.133lpi.2540dpi/133 lpi / 2540 dpi: "133"\r
1035 *ColorSepScreenFreq CustomColor.133lpi.2540dpi/133 lpi / 2540 dpi: "133"\r
1036 *ColorSepScreenFreq ProcessCyan.133lpi.2540dpi/133 lpi / 2540 dpi: "133"\r
1037 *ColorSepScreenFreq ProcessMagenta.133lpi.2540dpi/133 lpi / 2540 dpi: "133"\r
1038 *ColorSepScreenFreq ProcessYellow.133lpi.2540dpi/133 lpi / 2540 dpi: "133"\r
1040 *% For 138 lpi / 2540 dpi\r
1041 *ColorSepScreenAngle ProcessBlack.138lpi.2540dpi/138 lpi / 2540 dpi: "45"\r
1042 *ColorSepScreenAngle CustomColor.138lpi.2540dpi/138 lpi / 2540 dpi: "45"\r
1043 *ColorSepScreenAngle ProcessCyan.138lpi.2540dpi/138 lpi / 2540 dpi: "15"\r
1044 *ColorSepScreenAngle ProcessMagenta.138lpi.2540dpi/138 lpi / 2540 dpi: "75"\r
1045 *ColorSepScreenAngle ProcessYellow.138lpi.2540dpi/138 lpi / 2540 dpi: "0"\r
1047 *ColorSepScreenFreq ProcessBlack.138lpi.2540dpi/138 lpi / 2540 dpi: "138"\r
1048 *ColorSepScreenFreq CustomColor.138lpi.2540dpi/138 lpi / 2540 dpi: "138"\r
1049 *ColorSepScreenFreq ProcessCyan.138lpi.2540dpi/138 lpi / 2540 dpi: "138"\r
1050 *ColorSepScreenFreq ProcessMagenta.138lpi.2540dpi/138 lpi / 2540 dpi: "138"\r
1051 *ColorSepScreenFreq ProcessYellow.138lpi.2540dpi/138 lpi / 2540 dpi: "138"\r
1053 *% For 150 lpi / 2540 dpi\r
1054 *ColorSepScreenAngle ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi: "45"\r
1055 *ColorSepScreenAngle CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi: "45"\r
1056 *ColorSepScreenAngle ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi: "15"\r
1057 *ColorSepScreenAngle ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi: "75"\r
1058 *ColorSepScreenAngle ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi: "0"\r
1060 *ColorSepScreenFreq ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi: "150"\r
1061 *ColorSepScreenFreq CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi: "150"\r
1062 *ColorSepScreenFreq ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi: "150"\r
1063 *ColorSepScreenFreq ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi: "150"\r
1064 *ColorSepScreenFreq ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi: "150"\r
1066 *% For 175 lpi / 2540 dpi\r
1067 *ColorSepScreenAngle ProcessBlack.175lpi.2540dpi/175 lpi / 2540 dpi: "45"\r
1068 *ColorSepScreenAngle CustomColor.175lpi.2540dpi/175 lpi / 2540 dpi: "45"\r
1069 *ColorSepScreenAngle ProcessCyan.175lpi.2540dpi/175 lpi / 2540 dpi: "15"\r
1070 *ColorSepScreenAngle ProcessMagenta.175lpi.2540dpi/175 lpi / 2540 dpi: "75"\r
1071 *ColorSepScreenAngle ProcessYellow.175lpi.2540dpi/175 lpi / 2540 dpi: "0"\r
1073 *ColorSepScreenFreq ProcessBlack.175lpi.2540dpi/175 lpi / 2540 dpi: "175"\r
1074 *ColorSepScreenFreq CustomColor.175lpi.2540dpi/175 lpi / 2540 dpi: "175"\r
1075 *ColorSepScreenFreq ProcessCyan.175lpi.2540dpi/175 lpi / 2540 dpi: "175"\r
1076 *ColorSepScreenFreq ProcessMagenta.175lpi.2540dpi/175 lpi / 2540 dpi: "175"\r
1077 *ColorSepScreenFreq ProcessYellow.175lpi.2540dpi/175 lpi / 2540 dpi: "175"\r
1079 *% For 200 lpi / 2540 dpi\r
1080 *ColorSepScreenAngle ProcessBlack.200lpi.2540dpi/200 lpi / 2540 dpi: "45"\r
1081 *ColorSepScreenAngle CustomColor.200lpi.2540dpi/200 lpi / 2540 dpi: "45"\r
1082 *ColorSepScreenAngle ProcessCyan.200lpi.2540dpi/200 lpi / 2540 dpi: "15"\r
1083 *ColorSepScreenAngle ProcessMagenta.200lpi.2540dpi/200 lpi / 2540 dpi: "75"\r
1084 *ColorSepScreenAngle ProcessYellow.200lpi.2540dpi/200 lpi / 2540 dpi: "0"\r
1086 *ColorSepScreenFreq ProcessBlack.200lpi.2540dpi/200 lpi / 2540 dpi: "200"\r
1087 *ColorSepScreenFreq CustomColor.200lpi.2540dpi/200 lpi / 2540 dpi: "200"\r
1088 *ColorSepScreenFreq ProcessCyan.200lpi.2540dpi/200 lpi / 2540 dpi: "200"\r
1089 *ColorSepScreenFreq ProcessMagenta.200lpi.2540dpi/200 lpi / 2540 dpi: "200"\r
1090 *ColorSepScreenFreq ProcessYellow.200lpi.2540dpi/200 lpi / 2540 dpi: "200"\r
1092 *% For 300 lpi / 2540 dpi\r
1093 *ColorSepScreenAngle ProcessBlack.300lpi.2540dpi/300 lpi / 2540 dpi: "45"\r
1094 *ColorSepScreenAngle CustomColor.300lpi.2540dpi/300 lpi / 2540 dpi: "45"\r
1095 *ColorSepScreenAngle ProcessCyan.300lpi.2540dpi/300 lpi / 2540 dpi: "15"\r
1096 *ColorSepScreenAngle ProcessMagenta.300lpi.2540dpi/300 lpi / 2540 dpi: "75"\r
1097 *ColorSepScreenAngle ProcessYellow.300lpi.2540dpi/300 lpi / 2540 dpi: "0"\r
1099 *ColorSepScreenFreq ProcessBlack.300lpi.2540dpi/300 lpi / 2540 dpi: "300"\r
1100 *ColorSepScreenFreq CustomColor.300lpi.2540dpi/300 lpi / 2540 dpi: "300"\r
1101 *ColorSepScreenFreq ProcessCyan.300lpi.2540dpi/300 lpi / 2540 dpi: "300"\r
1102 *ColorSepScreenFreq ProcessMagenta.300lpi.2540dpi/300 lpi / 2540 dpi: "300"\r
1103 *ColorSepScreenFreq ProcessYellow.300lpi.2540dpi/300 lpi / 2540 dpi: "300"\r
1104 *%\r
1105 *% ----- for Resolution 2032 dpi -----\r
1106 *%\r
1107 *% For 33 lpi / 2032 dpi\r
1108 *ColorSepScreenAngle ProcessBlack.33lpi.2032dpi/33 lpi / 2032 dpi: "45"\r
1109 *ColorSepScreenAngle CustomColor.33lpi.2032dpi/33 lpi / 2032 dpi: "45"\r
1110 *ColorSepScreenAngle ProcessCyan.33lpi.2032dpi/33 lpi / 2032 dpi: "15"\r
1111 *ColorSepScreenAngle ProcessMagenta.33lpi.2032dpi/33 lpi / 2032 dpi: "75"\r
1112 *ColorSepScreenAngle ProcessYellow.33lpi.2032dpi/33 lpi / 2032 dpi: "0"\r
1114 *ColorSepScreenFreq ProcessBlack.33lpi.2032dpi/33 lpi / 2032 dpi: "33"\r
1115 *ColorSepScreenFreq CustomColor.33lpi.2032dpi/33 lpi / 2032 dpi: "33"\r
1116 *ColorSepScreenFreq ProcessCyan.33lpi.2032dpi/33 lpi / 2032 dpi: "33"\r
1117 *ColorSepScreenFreq ProcessMagenta.33lpi.2032dpi/33 lpi / 2032 dpi: "33"\r
1118 *ColorSepScreenFreq ProcessYellow.33lpi.2032dpi/33 lpi / 2032 dpi: "33"\r
1120 *% For 38 lpi / 2032 dpi\r
1121 *ColorSepScreenAngle ProcessBlack.38lpi.2032dpi/38 lpi / 2032 dpi: "45"\r
1122 *ColorSepScreenAngle CustomColor.38lpi.2032dpi/38 lpi / 2032 dpi: "45"\r
1123 *ColorSepScreenAngle ProcessCyan.38lpi.2032dpi/38 lpi / 2032 dpi: "15"\r
1124 *ColorSepScreenAngle ProcessMagenta.38lpi.2032dpi/38 lpi / 2032 dpi: "75"\r
1125 *ColorSepScreenAngle ProcessYellow.38lpi.2032dpi/38 lpi / 2032 dpi: "0"\r
1127 *ColorSepScreenFreq ProcessBlack.38lpi.2032dpi/38 lpi / 2032 dpi: "38"\r
1128 *ColorSepScreenFreq CustomColor.38lpi.2032dpi/38 lpi / 2032 dpi: "38"\r
1129 *ColorSepScreenFreq ProcessCyan.38lpi.2032dpi/38 lpi / 2032 dpi: "38"\r
1130 *ColorSepScreenFreq ProcessMagenta.38lpi.2032dpi/38 lpi / 2032 dpi: "38"\r
1131 *ColorSepScreenFreq ProcessYellow.38lpi.2032dpi/38 lpi / 2032 dpi: "38"\r
1133 *% For 46 lpi / 2032 dpi\r
1134 *ColorSepScreenAngle ProcessBlack.46lpi.2032dpi/46 lpi / 2032 dpi: "45"\r
1135 *ColorSepScreenAngle CustomColor.46lpi.2032dpi/46 lpi / 2032 dpi: "45"\r
1136 *ColorSepScreenAngle ProcessCyan.46lpi.2032dpi/46 lpi / 2032 dpi: "15"\r
1137 *ColorSepScreenAngle ProcessMagenta.46lpi.2032dpi/46 lpi / 2032 dpi: "75"\r
1138 *ColorSepScreenAngle ProcessYellow.46lpi.2032dpi/46 lpi / 2032 dpi: "0"\r
1140 *ColorSepScreenFreq ProcessBlack.46lpi.2032dpi/46 lpi / 2032 dpi: "46"\r
1141 *ColorSepScreenFreq CustomColor.46lpi.2032dpi/46 lpi / 2032 dpi: "46"\r
1142 *ColorSepScreenFreq ProcessCyan.46lpi.2032dpi/46 lpi / 2032 dpi: "46"\r
1143 *ColorSepScreenFreq ProcessMagenta.46lpi.2032dpi/46 lpi / 2032 dpi: "46"\r
1144 *ColorSepScreenFreq ProcessYellow.46lpi.2032dpi/46 lpi / 2032 dpi: "46"\r
1146 *% For 50 lpi / 2032 dpi\r
1147 *ColorSepScreenAngle ProcessBlack.50lpi.2032dpi/50 lpi / 2032 dpi: "45"\r
1148 *ColorSepScreenAngle CustomColor.50lpi.2032dpi/50 lpi / 2032 dpi: "45"\r
1149 *ColorSepScreenAngle ProcessCyan.50lpi.2032dpi/50 lpi / 2032 dpi: "15"\r
1150 *ColorSepScreenAngle ProcessMagenta.50lpi.2032dpi/50 lpi / 2032 dpi: "75"\r
1151 *ColorSepScreenAngle ProcessYellow.50lpi.2032dpi/50 lpi / 2032 dpi: "0"\r
1153 *ColorSepScreenFreq ProcessBlack.50lpi.2032dpi/50 lpi / 2032 dpi: "50"\r
1154 *ColorSepScreenFreq CustomColor.50lpi.2032dpi/50 lpi / 2032 dpi: "50"\r
1155 *ColorSepScreenFreq ProcessCyan.50lpi.2032dpi/50 lpi / 2032 dpi: "50"\r
1156 *ColorSepScreenFreq ProcessMagenta.50lpi.2032dpi/50 lpi / 2032 dpi: "50"\r
1157 *ColorSepScreenFreq ProcessYellow.50lpi.2032dpi/50 lpi / 2032 dpi: "50"\r
1159 *% For 60 lpi / 2032 dpi\r
1160 *ColorSepScreenAngle ProcessBlack.60lpi.2032dpi/60 lpi / 2032 dpi: "45"\r
1161 *ColorSepScreenAngle CustomColor.60lpi.2032dpi/60 lpi / 2032 dpi: "45"\r
1162 *ColorSepScreenAngle ProcessCyan.60lpi.2032dpi/60 lpi / 2032 dpi: "15"\r
1163 *ColorSepScreenAngle ProcessMagenta.60lpi.2032dpi/60 lpi / 2032 dpi: "75"\r
1164 *ColorSepScreenAngle ProcessYellow.60lpi.2032dpi/60 lpi / 2032 dpi: "0"\r
1166 *ColorSepScreenFreq ProcessBlack.60lpi.2032dpi/60 lpi / 2032 dpi: "60"\r
1167 *ColorSepScreenFreq CustomColor.60lpi.2032dpi/60 lpi / 2032 dpi: "60"\r
1168 *ColorSepScreenFreq ProcessCyan.60lpi.2032dpi/60 lpi / 2032 dpi: "60"\r
1169 *ColorSepScreenFreq ProcessMagenta.60lpi.2032dpi/60 lpi / 2032 dpi: "60"\r
1170 *ColorSepScreenFreq ProcessYellow.60lpi.2032dpi/60 lpi / 2032 dpi: "60"\r
1172 *% For 65 lpi / 2032 dpi\r
1173 *ColorSepScreenAngle ProcessBlack.65lpi.2032dpi/65 lpi / 2032 dpi: "45"\r
1174 *ColorSepScreenAngle CustomColor.65lpi.2032dpi/65 lpi / 2032 dpi: "45"\r
1175 *ColorSepScreenAngle ProcessCyan.65lpi.2032dpi/65 lpi / 2032 dpi: "15"\r
1176 *ColorSepScreenAngle ProcessMagenta.65lpi.2032dpi/65 lpi / 2032 dpi: "75"\r
1177 *ColorSepScreenAngle ProcessYellow.65lpi.2032dpi/65 lpi / 2032 dpi: "0"\r
1179 *ColorSepScreenFreq ProcessBlack.65lpi.2032dpi/65 lpi / 2032 dpi: "65"\r
1180 *ColorSepScreenFreq CustomColor.65lpi.2032dpi/65 lpi / 2032 dpi: "65"\r
1181 *ColorSepScreenFreq ProcessCyan.65lpi.2032dpi/65 lpi / 2032 dpi: "65"\r
1182 *ColorSepScreenFreq ProcessMagenta.65lpi.2032dpi/65 lpi / 2032 dpi: "65"\r
1183 *ColorSepScreenFreq ProcessYellow.65lpi.2032dpi/65 lpi / 2032 dpi: "65"\r
1185 *% For 70 lpi / 2032 dpi\r
1186 *ColorSepScreenAngle ProcessBlack.70lpi.2032dpi/70 lpi / 2032 dpi: "45"\r
1187 *ColorSepScreenAngle CustomColor.70lpi.2032dpi/70 lpi / 2032 dpi: "45"\r
1188 *ColorSepScreenAngle ProcessCyan.70lpi.2032dpi/70 lpi / 2032 dpi: "15"\r
1189 *ColorSepScreenAngle ProcessMagenta.70lpi.2032dpi/70 lpi / 2032 dpi: "75"\r
1190 *ColorSepScreenAngle ProcessYellow.70lpi.2032dpi/70 lpi / 2032 dpi: "0"\r
1192 *ColorSepScreenFreq ProcessBlack.70lpi.2032dpi/70 lpi / 2032 dpi: "70"\r
1193 *ColorSepScreenFreq CustomColor.70lpi.2032dpi/70 lpi / 2032 dpi: "70"\r
1194 *ColorSepScreenFreq ProcessCyan.70lpi.2032dpi/70 lpi / 2032 dpi: "70"\r
1195 *ColorSepScreenFreq ProcessMagenta.70lpi.2032dpi/70 lpi / 2032 dpi: "70"\r
1196 *ColorSepScreenFreq ProcessYellow.70lpi.2032dpi/70 lpi / 2032 dpi: "70"\r
1198 *% For 85 lpi / 2032 dpi\r
1199 *ColorSepScreenAngle ProcessBlack.85lpi.2032dpi/85 lpi / 2032 dpi: "45"\r
1200 *ColorSepScreenAngle CustomColor.85lpi.2032dpi/85 lpi / 2032 dpi: "45"\r
1201 *ColorSepScreenAngle ProcessCyan.85lpi.2032dpi/85 lpi / 2032 dpi: "15"\r
1202 *ColorSepScreenAngle ProcessMagenta.85lpi.2032dpi/85 lpi / 2032 dpi: "75"\r
1203 *ColorSepScreenAngle ProcessYellow.85lpi.2032dpi/85 lpi / 2032 dpi: "0"\r
1205 *ColorSepScreenFreq ProcessBlack.85lpi.2032dpi/85 lpi / 2032 dpi: "85"\r
1206 *ColorSepScreenFreq CustomColor.85lpi.2032dpi/85 lpi / 2032 dpi: "85"\r
1207 *ColorSepScreenFreq ProcessCyan.85lpi.2032dpi/85 lpi / 2032 dpi: "85"\r
1208 *ColorSepScreenFreq ProcessMagenta.85lpi.2032dpi/85 lpi / 2032 dpi: "85"\r
1209 *ColorSepScreenFreq ProcessYellow.85lpi.2032dpi/85 lpi / 2032 dpi: "85"\r
1211 *% For 100 lpi / 2032 dpi\r
1212 *ColorSepScreenAngle ProcessBlack.100lpi.2032dpi/100 lpi / 2032 dpi: "45"\r
1213 *ColorSepScreenAngle CustomColor.100lpi.2032dpi/100 lpi / 2032 dpi: "45"\r
1214 *ColorSepScreenAngle ProcessCyan.100lpi.2032dpi/100 lpi / 2032 dpi: "15"\r
1215 *ColorSepScreenAngle ProcessMagenta.100lpi.2032dpi/100 lpi / 2032 dpi: "75"\r
1216 *ColorSepScreenAngle ProcessYellow.100lpi.2032dpi/100 lpi / 2032 dpi: "0"\r
1218 *ColorSepScreenFreq ProcessBlack.100lpi.2032dpi/100 lpi / 2032 dpi: "100"\r
1219 *ColorSepScreenFreq CustomColor.100lpi.2032dpi/100 lpi / 2032 dpi: "100"\r
1220 *ColorSepScreenFreq ProcessCyan.100lpi.2032dpi/100 lpi / 2032 dpi: "100"\r
1221 *ColorSepScreenFreq ProcessMagenta.100lpi.2032dpi/100 lpi / 2032 dpi: "100"\r
1222 *ColorSepScreenFreq ProcessYellow.100lpi.2032dpi/100 lpi / 2032 dpi: "100"\r
1224 *% For 110 lpi / 2032 dpi\r
1225 *ColorSepScreenAngle ProcessBlack.110lpi.2032dpi/110 lpi / 2032 dpi: "45"\r
1226 *ColorSepScreenAngle CustomColor.110lpi.2032dpi/110 lpi / 2032 dpi: "45"\r
1227 *ColorSepScreenAngle ProcessCyan.110lpi.2032dpi/110 lpi / 2032 dpi: "15"\r
1228 *ColorSepScreenAngle ProcessMagenta.110lpi.2032dpi/110 lpi / 2032 dpi: "75"\r
1229 *ColorSepScreenAngle ProcessYellow.110lpi.2032dpi/110 lpi / 2032 dpi: "0"\r
1231 *ColorSepScreenFreq ProcessBlack.110lpi.2032dpi/110 lpi / 2032 dpi: "110"\r
1232 *ColorSepScreenFreq CustomColor.110lpi.2032dpi/110 lpi / 2032 dpi: "110"\r
1233 *ColorSepScreenFreq ProcessCyan.110lpi.2032dpi/110 lpi / 2032 dpi: "110"\r
1234 *ColorSepScreenFreq ProcessMagenta.110lpi.2032dpi/110 lpi / 2032 dpi: "110"\r
1235 *ColorSepScreenFreq ProcessYellow.110lpi.2032dpi/110 lpi / 2032 dpi: "110"\r
1237 *% For 120 lpi / 2032 dpi\r
1238 *ColorSepScreenAngle ProcessBlack.120lpi.2032dpi/120 lpi / 2032 dpi: "45"\r
1239 *ColorSepScreenAngle CustomColor.120lpi.2032dpi/120 lpi / 2032 dpi: "45"\r
1240 *ColorSepScreenAngle ProcessCyan.120lpi.2032dpi/120 lpi / 2032 dpi: "15"\r
1241 *ColorSepScreenAngle ProcessMagenta.120lpi.2032dpi/120 lpi / 2032 dpi: "75"\r
1242 *ColorSepScreenAngle ProcessYellow.120lpi.2032dpi/120 lpi / 2032 dpi: "0"\r
1244 *ColorSepScreenFreq ProcessBlack.120lpi.2032dpi/120 lpi / 2032 dpi: "120"\r
1245 *ColorSepScreenFreq CustomColor.120lpi.2032dpi/120 lpi / 2032 dpi: "120"\r
1246 *ColorSepScreenFreq ProcessCyan.120lpi.2032dpi/120 lpi / 2032 dpi: "120"\r
1247 *ColorSepScreenFreq ProcessMagenta.120lpi.2032dpi/120 lpi / 2032 dpi: "120"\r
1248 *ColorSepScreenFreq ProcessYellow.120lpi.2032dpi/120 lpi / 2032 dpi: "120"\r
1250 *% For 138 lpi / 2032 dpi\r
1251 *ColorSepScreenAngle ProcessBlack.138lpi.2032dpi/138 lpi / 2032 dpi: "45"\r
1252 *ColorSepScreenAngle CustomColor.138lpi.2032dpi/138 lpi / 2032 dpi: "45"\r
1253 *ColorSepScreenAngle ProcessCyan.138lpi.2032dpi/138 lpi / 2032 dpi: "15"\r
1254 *ColorSepScreenAngle ProcessMagenta.138lpi.2032dpi/138 lpi / 2032 dpi: "75"\r
1255 *ColorSepScreenAngle ProcessYellow.138lpi.2032dpi/138 lpi / 2032 dpi: "0"\r
1257 *ColorSepScreenFreq ProcessBlack.138lpi.2032dpi/138 lpi / 2032 dpi: "138"\r
1258 *ColorSepScreenFreq CustomColor.138lpi.2032dpi/138 lpi / 2032 dpi: "138"\r
1259 *ColorSepScreenFreq ProcessCyan.138lpi.2032dpi/138 lpi / 2032 dpi: "138"\r
1260 *ColorSepScreenFreq ProcessMagenta.138lpi.2032dpi/138 lpi / 2032 dpi: "138"\r
1261 *ColorSepScreenFreq ProcessYellow.138lpi.2032dpi/138 lpi / 2032 dpi: "138"\r
1263 *% For 150 lpi / 2032 dpi\r
1264 *ColorSepScreenAngle ProcessBlack.150lpi.2032dpi/150 lpi / 2032 dpi: "45"\r
1265 *ColorSepScreenAngle CustomColor.150lpi.2032dpi/150 lpi / 2032 dpi: "45"\r
1266 *ColorSepScreenAngle ProcessCyan.150lpi.2032dpi/150 lpi / 2032 dpi: "15"\r
1267 *ColorSepScreenAngle ProcessMagenta.150lpi.2032dpi/150 lpi / 2032 dpi: "75"\r
1268 *ColorSepScreenAngle ProcessYellow.150lpi.2032dpi/150 lpi / 2032 dpi: "0"\r
1270 *ColorSepScreenFreq ProcessBlack.150lpi.2032dpi/150 lpi / 2032 dpi: "150"\r
1271 *ColorSepScreenFreq CustomColor.150lpi.2032dpi/150 lpi / 2032 dpi: "150"\r
1272 *ColorSepScreenFreq ProcessCyan.150lpi.2032dpi/150 lpi / 2032 dpi: "150"\r
1273 *ColorSepScreenFreq ProcessMagenta.150lpi.2032dpi/150 lpi / 2032 dpi: "150"\r
1274 *ColorSepScreenFreq ProcessYellow.150lpi.2032dpi/150 lpi / 2032 dpi: "150"\r
1276 *% For 175 lpi / 2032 dpi\r
1277 *ColorSepScreenAngle ProcessBlack.175lpi.2032dpi/175 lpi / 2032 dpi: "45"\r
1278 *ColorSepScreenAngle CustomColor.175lpi.2032dpi/175 lpi / 2032 dpi: "45"\r
1279 *ColorSepScreenAngle ProcessCyan.175lpi.2032dpi/175 lpi / 2032 dpi: "15"\r
1280 *ColorSepScreenAngle ProcessMagenta.175lpi.2032dpi/175 lpi / 2032 dpi: "75"\r
1281 *ColorSepScreenAngle ProcessYellow.175lpi.2032dpi/175 lpi / 2032 dpi: "0"\r
1283 *ColorSepScreenFreq ProcessBlack.175lpi.2032dpi/175 lpi / 2032 dpi: "175"\r
1284 *ColorSepScreenFreq CustomColor.175lpi.2032dpi/175 lpi / 2032 dpi: "175"\r
1285 *ColorSepScreenFreq ProcessCyan.175lpi.2032dpi/175 lpi / 2032 dpi: "175"\r
1286 *ColorSepScreenFreq ProcessMagenta.175lpi.2032dpi/175 lpi / 2032 dpi: "175"\r
1287 *ColorSepScreenFreq ProcessYellow.175lpi.2032dpi/175 lpi / 2032 dpi: "175"\r
1289 *% For 250 lpi / 2032 dpi\r
1290 *ColorSepScreenAngle ProcessBlack.250lpi.2032dpi/250 lpi / 2032 dpi: "45"\r
1291 *ColorSepScreenAngle CustomColor.250lpi.2032dpi/250 lpi / 2032 dpi: "45"\r
1292 *ColorSepScreenAngle ProcessCyan.250lpi.2032dpi/250 lpi / 2032 dpi: "15"\r
1293 *ColorSepScreenAngle ProcessMagenta.250lpi.2032dpi/250 lpi / 2032 dpi: "75"\r
1294 *ColorSepScreenAngle ProcessYellow.250lpi.2032dpi/250 lpi / 2032 dpi: "0"\r
1296 *ColorSepScreenFreq ProcessBlack.250lpi.2032dpi/250 lpi / 2032 dpi: "250"\r
1297 *ColorSepScreenFreq CustomColor.250lpi.2032dpi/250 lpi / 2032 dpi: "250"\r
1298 *ColorSepScreenFreq ProcessCyan.250lpi.2032dpi/250 lpi / 2032 dpi: "250"\r
1299 *ColorSepScreenFreq ProcessMagenta.250lpi.2032dpi/250 lpi / 2032 dpi: "250"\r
1300 *ColorSepScreenFreq ProcessYellow.250lpi.2032dpi/250 lpi / 2032 dpi: "250"\r
1301 *%\r
1302 *% ----- for Resolution 1693 dpi -----\r
1303 *%\r
1304 *% For 75 lpi / 1693 dpi\r
1305 *ColorSepScreenAngle ProcessBlack.75lpi.1693dpi/75 lpi / 1693 dpi: "45"\r
1306 *ColorSepScreenAngle CustomColor.75lpi.1693dpi/75 lpi / 1693 dpi: "45"\r
1307 *ColorSepScreenAngle ProcessCyan.75lpi.1693dpi/75 lpi / 1693 dpi: "15"\r
1308 *ColorSepScreenAngle ProcessMagenta.75lpi.1693dpi/75 lpi / 1693 dpi: "75"\r
1309 *ColorSepScreenAngle ProcessYellow.75lpi.1693dpi/75 lpi / 1693 dpi: "0"\r
1311 *ColorSepScreenFreq ProcessBlack.75lpi.1693dpi/75 lpi / 1693 dpi: "75"\r
1312 *ColorSepScreenFreq CustomColor.75lpi.1693dpi/75 lpi / 1693 dpi: "75"\r
1313 *ColorSepScreenFreq ProcessCyan.75lpi.1693dpi/75 lpi / 1693 dpi: "75"\r
1314 *ColorSepScreenFreq ProcessMagenta.75lpi.1693dpi/75 lpi / 1693 dpi: "75"\r
1315 *ColorSepScreenFreq ProcessYellow.75lpi.1693dpi/75 lpi / 1693 dpi: "75"\r
1317 *% For 85 lpi / 1693 dpi\r
1318 *ColorSepScreenAngle ProcessBlack.85lpi.1693dpi/85 lpi / 1693 dpi: "45"\r
1319 *ColorSepScreenAngle CustomColor.85lpi.1693dpi/85 lpi / 1693 dpi: "45"\r
1320 *ColorSepScreenAngle ProcessCyan.85lpi.1693dpi/85 lpi / 1693 dpi: "15"\r
1321 *ColorSepScreenAngle ProcessMagenta.85lpi.1693dpi/85 lpi / 1693 dpi: "75"\r
1322 *ColorSepScreenAngle ProcessYellow.85lpi.1693dpi/85 lpi / 1693 dpi: "0"\r
1324 *ColorSepScreenFreq ProcessBlack.85lpi.1693dpi/85 lpi / 1693 dpi: "85"\r
1325 *ColorSepScreenFreq CustomColor.85lpi.1693dpi/85 lpi / 1693 dpi: "85"\r
1326 *ColorSepScreenFreq ProcessCyan.85lpi.1693dpi/85 lpi / 1693 dpi: "85"\r
1327 *ColorSepScreenFreq ProcessMagenta.85lpi.1693dpi/85 lpi / 1693 dpi: "85"\r
1328 *ColorSepScreenFreq ProcessYellow.85lpi.1693dpi/85 lpi / 1693 dpi: "85"\r
1330 *% For 100 lpi / 1693 dpi\r
1331 *ColorSepScreenAngle ProcessBlack.100lpi.1693dpi/100 lpi / 1693 dpi: "45"\r
1332 *ColorSepScreenAngle CustomColor.100lpi.1693dpi/100 lpi / 1693 dpi: "45"\r
1333 *ColorSepScreenAngle ProcessCyan.100lpi.1693dpi/100 lpi / 1693 dpi: "15"\r
1334 *ColorSepScreenAngle ProcessMagenta.100lpi.1693dpi/100 lpi / 1693 dpi: "75"\r
1335 *ColorSepScreenAngle ProcessYellow.100lpi.1693dpi/100 lpi / 1693 dpi: "0"\r
1337 *ColorSepScreenFreq ProcessBlack.100lpi.1693dpi/100 lpi / 1693 dpi: "100"\r
1338 *ColorSepScreenFreq CustomColor.100lpi.1693dpi/100 lpi / 1693 dpi: "100"\r
1339 *ColorSepScreenFreq ProcessCyan.100lpi.1693dpi/100 lpi / 1693 dpi: "100"\r
1340 *ColorSepScreenFreq ProcessMagenta.100lpi.1693dpi/100 lpi / 1693 dpi: "100"\r
1341 *ColorSepScreenFreq ProcessYellow.100lpi.1693dpi/100 lpi / 1693 dpi: "100"\r
1343 *% For 120 lpi / 1693 dpi\r
1344 *ColorSepScreenAngle ProcessBlack.120lpi.1693dpi/120 lpi / 1693 dpi: "45"\r
1345 *ColorSepScreenAngle CustomColor.120lpi.1693dpi/120 lpi / 1693 dpi: "45"\r
1346 *ColorSepScreenAngle ProcessCyan.120lpi.1693dpi/120 lpi / 1693 dpi: "15"\r
1347 *ColorSepScreenAngle ProcessMagenta.120lpi.1693dpi/120 lpi / 1693 dpi: "75"\r
1348 *ColorSepScreenAngle ProcessYellow.120lpi.1693dpi/120 lpi / 1693 dpi: "0"\r
1350 *ColorSepScreenFreq ProcessBlack.120lpi.1693dpi/120 lpi / 1693 dpi: "120"\r
1351 *ColorSepScreenFreq CustomColor.120lpi.1693dpi/120 lpi / 1693 dpi: "120"\r
1352 *ColorSepScreenFreq ProcessCyan.120lpi.1693dpi/120 lpi / 1693 dpi: "120"\r
1353 *ColorSepScreenFreq ProcessMagenta.120lpi.1693dpi/120 lpi / 1693 dpi: "120"\r
1354 *ColorSepScreenFreq ProcessYellow.120lpi.1693dpi/120 lpi / 1693 dpi: "120"\r
1356 *% For 150 lpi / 1693 dpi\r
1357 *ColorSepScreenAngle ProcessBlack.150lpi.1693dpi/150 lpi / 1693 dpi: "45"\r
1358 *ColorSepScreenAngle CustomColor.150lpi.1693dpi/150 lpi / 1693 dpi: "45"\r
1359 *ColorSepScreenAngle ProcessCyan.150lpi.1693dpi/150 lpi / 1693 dpi: "15"\r
1360 *ColorSepScreenAngle ProcessMagenta.150lpi.1693dpi/150 lpi / 1693 dpi: "75"\r
1361 *ColorSepScreenAngle ProcessYellow.150lpi.1693dpi/150 lpi / 1693 dpi: "0"\r
1363 *ColorSepScreenFreq ProcessBlack.150lpi.1693dpi/150 lpi / 1693 dpi: "150"\r
1364 *ColorSepScreenFreq CustomColor.150lpi.1693dpi/150 lpi / 1693 dpi: "150"\r
1365 *ColorSepScreenFreq ProcessCyan.150lpi.1693dpi/150 lpi / 1693 dpi: "150"\r
1366 *ColorSepScreenFreq ProcessMagenta.150lpi.1693dpi/150 lpi / 1693 dpi: "150"\r
1367 *ColorSepScreenFreq ProcessYellow.150lpi.1693dpi/150 lpi / 1693 dpi: "150"\r
1368 *%\r
1369 *% ----- for Resolution 1270 dpi -----\r
1370 *%\r
1371 *% For 65 lpi / 1270 dpi\r
1372 *ColorSepScreenAngle ProcessBlack.65lpi.1270dpi/65 lpi / 1270 dpi: "45"\r
1373 *ColorSepScreenAngle CustomColor.65lpi.1270dpi/65 lpi / 1270 dpi: "45"\r
1374 *ColorSepScreenAngle ProcessCyan.65lpi.1270dpi/65 lpi / 1270 dpi: "15"\r
1375 *ColorSepScreenAngle ProcessMagenta.65lpi.1270dpi/65 lpi / 1270 dpi: "75"\r
1376 *ColorSepScreenAngle ProcessYellow.65lpi.1270dpi/65 lpi / 1270 dpi: "0"\r
1378 *ColorSepScreenFreq ProcessBlack.65lpi.1270dpi/65 lpi / 1270 dpi: "65"\r
1379 *ColorSepScreenFreq CustomColor.65lpi.1270dpi/65 lpi / 1270 dpi: "65"\r
1380 *ColorSepScreenFreq ProcessCyan.65lpi.1270dpi/65 lpi / 1270 dpi: "65"\r
1381 *ColorSepScreenFreq ProcessMagenta.65lpi.1270dpi/65 lpi / 1270 dpi: "65"\r
1382 *ColorSepScreenFreq ProcessYellow.65lpi.1270dpi/65 lpi / 1270 dpi: "65"\r
1384 *% For 75 lpi / 1270 dpi\r
1385 *ColorSepScreenAngle ProcessBlack.75lpi.1270dpi/75 lpi / 1270 dpi: "45"\r
1386 *ColorSepScreenAngle CustomColor.75lpi.1270dpi/75 lpi / 1270 dpi: "45"\r
1387 *ColorSepScreenAngle ProcessCyan.75lpi.1270dpi/75 lpi / 1270 dpi: "15"\r
1388 *ColorSepScreenAngle ProcessMagenta.75lpi.1270dpi/75 lpi / 1270 dpi: "75"\r
1389 *ColorSepScreenAngle ProcessYellow.75lpi.1270dpi/75 lpi / 1270 dpi: "0"\r
1391 *ColorSepScreenFreq ProcessBlack.75lpi.1270dpi/75 lpi / 1270 dpi: "75"\r
1392 *ColorSepScreenFreq CustomColor.75lpi.1270dpi/75 lpi / 1270 dpi: "75"\r
1393 *ColorSepScreenFreq ProcessCyan.75lpi.1270dpi/75 lpi / 1270 dpi: "75"\r
1394 *ColorSepScreenFreq ProcessMagenta.75lpi.1270dpi/75 lpi / 1270 dpi: "75"\r
1395 *ColorSepScreenFreq ProcessYellow.75lpi.1270dpi/75 lpi / 1270 dpi: "75"\r
1397 *% For 90 lpi / 1270 dpi\r
1398 *ColorSepScreenAngle ProcessBlack.90lpi.1270dpi/90 lpi / 1270 dpi: "45"\r
1399 *ColorSepScreenAngle CustomColor.90lpi.1270dpi/90 lpi / 1270 dpi: "45"\r
1400 *ColorSepScreenAngle ProcessCyan.90lpi.1270dpi/90 lpi / 1270 dpi: "15"\r
1401 *ColorSepScreenAngle ProcessMagenta.90lpi.1270dpi/90 lpi / 1270 dpi: "75"\r
1402 *ColorSepScreenAngle ProcessYellow.90lpi.1270dpi/90 lpi / 1270 dpi: "0"\r
1404 *ColorSepScreenFreq ProcessBlack.90lpi.1270dpi/90 lpi / 1270 dpi: "90"\r
1405 *ColorSepScreenFreq CustomColor.90lpi.1270dpi/90 lpi / 1270 dpi: "90"\r
1406 *ColorSepScreenFreq ProcessCyan.90lpi.1270dpi/90 lpi / 1270 dpi: "90"\r
1407 *ColorSepScreenFreq ProcessMagenta.90lpi.1270dpi/90 lpi / 1270 dpi: "90"\r
1408 *ColorSepScreenFreq ProcessYellow.90lpi.1270dpi/90 lpi / 1270 dpi: "90"\r
1410 *% For 100 lpi / 1270 dpi\r
1411 *ColorSepScreenAngle ProcessBlack.100lpi.1270dpi/100 lpi / 1270 dpi: "45"\r
1412 *ColorSepScreenAngle CustomColor.100lpi.1270dpi/100 lpi / 1270 dpi: "45"\r
1413 *ColorSepScreenAngle ProcessCyan.100lpi.1270dpi/100 lpi / 1270 dpi: "15"\r
1414 *ColorSepScreenAngle ProcessMagenta.100lpi.1270dpi/100 lpi / 1270 dpi: "75"\r
1415 *ColorSepScreenAngle ProcessYellow.100lpi.1270dpi/100 lpi / 1270 dpi: "0"\r
1417 *ColorSepScreenFreq ProcessBlack.100lpi.1270dpi/100 lpi / 1270 dpi: "100"\r
1418 *ColorSepScreenFreq CustomColor.100lpi.1270dpi/100 lpi / 1270 dpi: "100"\r
1419 *ColorSepScreenFreq ProcessCyan.100lpi.1270dpi/100 lpi / 1270 dpi: "100"\r
1420 *ColorSepScreenFreq ProcessMagenta.100lpi.1270dpi/100 lpi / 1270 dpi: "100"\r
1421 *ColorSepScreenFreq ProcessYellow.100lpi.1270dpi/100 lpi / 1270 dpi: "100"\r
1423 *% The byte count of this file should be exactly 062813 or 064239\r
1424 *% depending on the filesystem it resides in.\r
1425 *% end of PPD file for Linotype\r
1426 *% Last edited JUL 26, 1996 Quasar\r