2 *% Adobe Systems PostScript(R) Printer Description File
\r
3 *% Copyright 1987-1992 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.0"
\r
11 *PCFileName: "L330_523.PPD"
\r
12 *LanguageVersion: English
\r
13 *Product: "(Linotype)"
\r
14 *PSVersion: "(52.3) 508"
\r
15 *ModelName: "Linotronic 330"
\r
16 *NickName: "Linotronic 330 v52.3"
\r
18 *% General Information and Defaults ===============
\r
21 *Extensions: FileSystem CMYK
\r
23 *DefaultColorSpace: Gray
\r
24 *VariablePaperSize: True
\r
28 statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
\r
34 count 0 eq { % is the password on the stack?
\r
37 dup % potential password
\r
38 statusdict /checkpassword get exec not
\r
40 { % if no password or not valid
\r
41 (WARNING : Cannot perform the exitserver command.) =
\r
42 (Password supplied is not valid.) =
\r
43 (Please contact the author of this software.) = flush
\r
46 serverdict /exitserver get exec
\r
51 count 0 eq { % is the password on the stack?
\r
54 dup % potential password
\r
55 statusdict /checkpassword get exec not
\r
57 { % if no password or not valid
\r
58 (WARNING : Cannot reset printer.) =
\r
59 (Password supplied is not valid.) =
\r
60 (Please contact the author of this software.) = flush
\r
63 serverdict /exitserver get exec
\r
64 systemdict /quit get exec
\r
65 (WARNING : Printer Reset Failed.) = flush
\r
69 *DefaultResolution: 1270dpi
\r
73 0 0 moveto currentpoint matrix defaultmatrix transform
\r
74 0 72 lineto currentpoint matrix defaultmatrix transform
\r
75 3 -1 roll sub dup mul
\r
76 3 1 roll exch sub dup mul
\r
78 ( ) cvs print (dpi) = flush
\r
83 *% Halftone Information ===============
\r
84 *ScreenFreq: "99.7806"
\r
85 *ScreenAngle: "45.0"
\r
86 *DefaultScreenProc: Dot
\r
88 {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
\r
89 sub }{dup mul exch dup mul add 1 exch sub }ifelse }
\r
92 *ScreenProc Line: "{ pop }"
\r
93 *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
\r
95 *DefaultTransfer: Null
\r
96 *Transfer Null: "{ }"
\r
97 *Transfer Null.Inverse: "{ 1 exch sub }"
\r
99 *% Paper Handling ===================
\r
100 *% Use these entries to set paper size most of the time, unless there is
\r
101 *% specific reason to use PageRegion.
\r
102 *OpenUI *PageSize: PickOne
\r
103 *OrderDependency: 30 AnySetup *PageSize
\r
104 *DefaultPageSize: Letter.Transverse
\r
105 *PageSize Letter.Transverse: "Letter"
\r
106 *PageSize Ledger: "ledger"
\r
107 *PageSize A4.Transverse: "A4"
\r
108 *PageSize A5.Transverse: "A5"
\r
109 *PageSize ISOB5.Transverse: "B5"
\r
110 *PageSize Letter: "letter"
\r
111 *PageSize Legal: "legal"
\r
112 *PageSize Tabloid: "11x17"
\r
116 *PageSize ISOB5: "b5"
\r
119 mark statusdict /pageparams get exec exch pop
\r
121 dup [612 792] (Letter) put
\r
122 dup [612 1008] (Legal) put
\r
123 dup [792 1224] (Tabloid) put
\r
124 dup [840 1191] (A3) put
\r
125 dup [596 842] (A4) put
\r
126 dup [420 596] (A5) put
\r
127 dup [499 709] (ISOB5) put
\r
129 dup [792 612] (Letter.Transverse) put
\r
130 dup [792 1224] (Ledger) put
\r
131 dup [842 596] (A4.Transverse) put
\r
132 dup [596 420] (A5.Transverse) put
\r
133 dup [709 499] (ISOB5.Transverse) put
\r
134 3 -1 roll 1 eq { pop } { exch pop }ifelse
\r
137 4 index eq exch 5 index eq and
\r
138 { exch pop exit } { pop } ifelse
\r
139 } bind forall = flush cleartomark
\r
143 *CloseUI: *PageSize
\r
145 *% These entries will set up the frame buffer. Usually used with manual feed.
\r
146 *OpenUI *PageRegion: PickOne
\r
147 *OrderDependency: 40 AnySetup *PageRegion
\r
148 *DefaultPageRegion: Letter.Transverse
\r
149 *PageRegion Letter.Transverse: "Letter"
\r
150 *PageRegion Ledger: "ledger"
\r
151 *PageRegion A4.Transverse: "A4"
\r
152 *PageRegion A5.Transverse: "A5"
\r
153 *PageRegion ISOB5.Transverse: "B5"
\r
154 *PageRegion Letter: "letter"
\r
155 *PageRegion Legal: "legal"
\r
156 *PageRegion Tabloid: "11x17"
\r
157 *PageRegion A3: "a3"
\r
158 *PageRegion A4: "a4"
\r
159 *PageRegion A5: "a5"
\r
160 *PageRegion ISOB5: "b5"
\r
161 *CloseUI: *PageRegion
\r
163 *% The following entries provide information about specific paper keywords.
\r
164 *DefaultImageableArea: Letter.Transverse
\r
165 *ImageableArea Letter.Transverse: "0 1 612 792 "
\r
166 *ImageableArea Ledger: "1 0 1224 792 "
\r
167 *ImageableArea A4.Transverse: "0 1 595 841 "
\r
168 *ImageableArea A5.Transverse: "0 1 419 595 "
\r
169 *ImageableArea ISOB5.Transverse: "0 1 499 709 "
\r
170 *ImageableArea Letter: "1 0 612 792 "
\r
171 *ImageableArea Legal: "0 1 612 1008 "
\r
172 *ImageableArea Tabloid: "0 1 792 1224 "
\r
173 *ImageableArea A3: "0 1 842 1191 "
\r
174 *ImageableArea A4: "1 0 596 840 "
\r
175 *ImageableArea A5: "1 0 420 595 "
\r
176 *ImageableArea ISOB5: "1 0 498 709 "
\r
179 /cvp {( ) cvs print ( ) print } bind def
\r
180 /upperright {10000 mul floor 10000 div} bind def
\r
181 /lowerleft {10000 mul ceiling 10000 div} bind def
\r
182 newpath clippath pathbbox
\r
183 4 -2 roll exch 2 {lowerleft cvp} repeat
\r
184 exch 2 {upperright cvp} repeat flush
\r
189 *% These provide the physical dimensions of the paper (by keyword)
\r
190 *DefaultPaperDimension: Letter.Transverse
\r
191 *PaperDimension Letter.Transverse: "612 792"
\r
192 *PaperDimension Ledger: "1224 792"
\r
193 *PaperDimension A4.Transverse: "595 842"
\r
194 *PaperDimension A5.Transverse: "420 595"
\r
195 *PaperDimension ISOB5.Transverse: "499 709"
\r
196 *PaperDimension Letter: "612 792"
\r
197 *PaperDimension Legal: "612 1008"
\r
198 *PaperDimension Tabloid: "792 1224"
\r
199 *PaperDimension A3: "842 1191"
\r
200 *PaperDimension A4: "596 840"
\r
201 *PaperDimension A5: "420 595"
\r
202 *PaperDimension ISOB5: "499 709"
\r
204 *%=== Custom Page Sizes ==================================
\r
206 *% These entries provide the code and parameter ranges for a user
\r
207 *% to set up a custom page size.
\r
208 *CustomPageSize True: "exch pop statusdict /setpageparams get exec"
\r
209 *ParamCustomPageSize Width: 1 points 0 863
\r
210 *ParamCustomPageSize Height: 2 points 0 2000
\r
211 *ParamCustomPageSize WidthOffset/Margins: 3 points 0 863
\r
212 *ParamCustomPageSize HeightOffset: 4 points 0 0
\r
213 *ParamCustomPageSize Orientation: 5 int 0 1
\r
214 *CenterRegistered: True
\r
215 *MaxMediaWidth: "863"
\r
217 *% === Imagesetter Information ===========================
\r
218 *OpenGroup: Imagesetter
\r
219 *OpenUI *MirrorPrint/Mirror: Boolean
\r
220 *OrderDependency: 50 AnySetup *MirrorPrint
\r
221 *DefaultMirrorPrint: False
\r
222 *MirrorPrint True: "statusdict /mirrorprint true put"
\r
223 *MirrorPrint False: "statusdict /mirrorprint false put"
\r
224 *?MirrorPrint: "save statusdict /mirrorprint get
\r
225 {(True)}{(False)}ifelse = flush restore"
\r
227 *CloseUI: *MirrorPrint
\r
229 *OpenUI *NegativePrint/Negative: Boolean
\r
230 *OrderDependency: 50 AnySetup *NegativePrint
\r
231 *DefaultNegativePrint: False
\r
232 *NegativePrint True: "statusdict /negativeprint true put"
\r
233 *NegativePrint False: "statusdict /negativeprint false put"
\r
234 *?NegativePrint: "save statusdict /negativeprint get
\r
235 {(True)}{(False)}ifelse = flush restore"
\r
237 *CloseUI: *NegativePrint
\r
239 *CloseGroup: Imagesetter
\r
241 *DefaultOutputOrder: Normal
\r
242 *RequiresPageRegion All: True
\r
243 *OpenUI *InputSlot: PickOne
\r
244 *OrderDependency: 20 AnySetup *InputSlot
\r
245 *DefaultInputSlot: Cassette
\r
246 *InputSlot Cassette: ""
\r
247 *CloseUI: *InputSlot
\r
249 *% Font Information =====================
\r
250 *DefaultFont: Courier
\r
251 *Font Courier: Standard "(001.004)" Standard ROM
\r
252 *Font Courier-Bold: Standard "(002.002)" Standard ROM
\r
253 *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
\r
254 *Font Courier-Oblique: Standard "(002.002)" Standard ROM
\r
255 *Font Helvetica: Standard "(001.006)" Standard ROM
\r
256 *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
\r
257 *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
\r
258 *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
\r
259 *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
\r
260 *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
\r
261 *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
\r
262 *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
\r
263 *Font Symbol: Special "(001.003)" Special ROM
\r
264 *Font Times-Bold: Standard "(001.007)" Standard ROM
\r
265 *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
\r
266 *Font Times-Italic: Standard "(001.007)" Standard ROM
\r
267 *Font Times-Roman: Standard "(001.007)" Standard ROM
\r
270 /str 100 string dup 0 (fonts/) putinterval def
\r
274 exch dup str 6 94 getinterval cvs
\r
275 (/) print dup print (:) print exch
\r
276 FontDirectory exch known
\r
279 length 6 add str 0 3 -1 roll getinterval
\r
281 {cleartomark (Yes)}{cleartomark (No)} ifelse
\r
293 FontDirectory { pop == } bind forall flush
\r
294 /filenameforall where
\r
297 { dup length 6 sub 6 exch getinterval cvn == } bind
\r
298 128 string filenameforall flush
\r
305 *% Printer Messages (verbatim from printer):
\r
306 *Message: "%%[ exitserver: permanent state may be changed ]%%"
\r
307 *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
\r
308 *Message: "\FontName\ not found, using Courier"
\r
310 *% Status (format: %%[ status: <one of these> ]%% )
\r
314 *Status: "printing"
\r
315 *Status: "warming up"
\r
316 *Status: "PrinterError: recorder idle"
\r
317 *Status: "PrinterError: recorder busy"
\r
318 *Status: "PrinterError: recorder offline or film problem"
\r
319 *Status: "PrinterError: recorder not responding"
\r
320 *Status: "PrinterError: cassette full"
\r
321 *Status: "PrinterError: recorder active"
\r
322 *Status: "PrinterError: knife not in end position"
\r
323 *Status: "PrinterError: cassette error"
\r
324 *Status: "PrinterError: change cassette"
\r
325 *Status: "PrinterError: knife error"
\r
326 *Status: "PrinterError: no cassette"
\r
327 *Status: "PrinterError: end of film"
\r
328 *Status: "PrinterError: halt at end of job"
\r
330 *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
\r
332 *Source: "serial25"
\r
333 *Source: "AppleTalk"
\r
334 *Source: "Centronics"
\r
337 *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
\r
338 *PrinterError: "recorder idle"
\r
339 *PrinterError: "recorder busy"
\r
340 *PrinterError: "recorder offline or film problem"
\r
341 *PrinterError: "recorder not responding"
\r
342 *PrinterError: "cassette full"
\r
343 *PrinterError: "recorder active"
\r
344 *PrinterError: "knife not in end position"
\r
345 *PrinterError: "cassette error"
\r
346 *PrinterError: "change cassette"
\r
347 *PrinterError: "knife error"
\r
348 *PrinterError: "no cassette"
\r
349 *PrinterError: "end of film"
\r
350 *PrinterError: "halt at end of job"
\r
352 *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
\r
354 *% Color Separation Information =====================
\r
356 *DefaultColorSep: ProcessBlack.101lpi.1270dpi/101 lpi / 1270 dpi
\r
358 *InkName: ProcessBlack/Process Black
\r
359 *InkName: CustomColor/Custom Color
\r
360 *InkName: ProcessCyan/Process Cyan
\r
361 *InkName: ProcessMagenta/Process Magenta
\r
362 *InkName: ProcessYellow/Process Yellow
\r
364 *% For 198 lpi / 3386 dpi
\r
365 *ColorSepScreenAngle ProcessBlack.198lpi.3386dpi/198 lpi / 3386 dpi: "45.0"
\r
366 *ColorSepScreenAngle CustomColor.198lpi.3386dpi/198 lpi / 3386 dpi: "45.0"
\r
367 *ColorSepScreenAngle ProcessCyan.198lpi.3386dpi/198 lpi / 3386 dpi: "18.435"
\r
368 *ColorSepScreenAngle ProcessMagenta.198lpi.3386dpi/198 lpi / 3386 dpi: "71.5651"
\r
369 *ColorSepScreenAngle ProcessYellow.198lpi.3386dpi/198 lpi / 3386 dpi: "0.0"
\r
371 *ColorSepScreenFreq ProcessBlack.198lpi.3386dpi/198 lpi / 3386 dpi: "199.644"
\r
372 *ColorSepScreenFreq CustomColor.198lpi.3386dpi/198 lpi / 3386 dpi: "199.644"
\r
373 *ColorSepScreenFreq ProcessCyan.198lpi.3386dpi/198 lpi / 3386 dpi: "178.562"
\r
374 *ColorSepScreenFreq ProcessMagenta.198lpi.3386dpi/198 lpi / 3386 dpi: "178.562"
\r
375 *ColorSepScreenFreq ProcessYellow.198lpi.3386dpi/198 lpi / 3386 dpi: "188.214"
\r
377 *% For 101 lpi / 2540 dpi
\r
378 *ColorSepScreenAngle ProcessBlack.101lpi.2540dpi/101 lpi / 2540 dpi: "45.0"
\r
379 *ColorSepScreenAngle CustomColor.101lpi.2540dpi/101 lpi / 2540 dpi: "45.0"
\r
380 *ColorSepScreenAngle ProcessCyan.101lpi.2540dpi/101 lpi / 2540 dpi: "18.4349"
\r
381 *ColorSepScreenAngle ProcessMagenta.101lpi.2540dpi/101 lpi / 2540 dpi: "71.5651"
\r
382 *ColorSepScreenAngle ProcessYellow.101lpi.2540dpi/101 lpi / 2540 dpi: "0.0"
\r
384 *ColorSepScreenFreq ProcessBlack.101lpi.2540dpi/101 lpi / 2540 dpi: "89.803"
\r
385 *ColorSepScreenFreq CustomColor.101lpi.2540dpi/101 lpi / 2540 dpi: "89.803"
\r
386 *ColorSepScreenFreq ProcessCyan.101lpi.2540dpi/101 lpi / 2540 dpi: "100.402"
\r
387 *ColorSepScreenFreq ProcessMagenta.101lpi.2540dpi/101 lpi / 2540 dpi: "100.402"
\r
388 *ColorSepScreenFreq ProcessYellow.101lpi.2540dpi/101 lpi / 2540 dpi: "94.074"
\r
390 *% For 132 lpi / 2540 dpi
\r
391 *ColorSepScreenAngle ProcessBlack.132lpi.2540dpi/132 lpi / 2540 dpi: "45.0"
\r
392 *ColorSepScreenAngle CustomColor.132lpi.2540dpi/132 lpi / 2540 dpi: "45.0"
\r
393 *ColorSepScreenAngle ProcessCyan.132lpi.2540dpi/132 lpi / 2540 dpi: "18.4349"
\r
394 *ColorSepScreenAngle ProcessMagenta.132lpi.2540dpi/132 lpi / 2540 dpi: "71.565"
\r
395 *ColorSepScreenAngle ProcessYellow.132lpi.2540dpi/132 lpi / 2540 dpi: "0.0"
\r
397 *ColorSepScreenFreq ProcessBlack.132lpi.2540dpi/132 lpi / 2540 dpi: "119.737"
\r
398 *ColorSepScreenFreq CustomColor.132lpi.2540dpi/132 lpi / 2540 dpi: "119.737"
\r
399 *ColorSepScreenFreq ProcessCyan.132lpi.2540dpi/132 lpi / 2540 dpi: "133.871"
\r
400 *ColorSepScreenFreq ProcessMagenta.132lpi.2540dpi/132 lpi / 2540 dpi: "133.871"
\r
401 *ColorSepScreenFreq ProcessYellow.132lpi.2540dpi/132 lpi / 2540 dpi: "127.0"
\r
403 *% For 157 lpi / 2540 dpi
\r
404 *ColorSepScreenAngle ProcessBlack.157lpi.2540dpi/157 lpi / 2540 dpi: "45.0"
\r
405 *ColorSepScreenAngle CustomColor.157lpi.2540dpi/157 lpi / 2540 dpi: "45.0"
\r
406 *ColorSepScreenAngle ProcessCyan.157lpi.2540dpi/157 lpi / 2540 dpi: "29.74"
\r
407 *ColorSepScreenAngle ProcessMagenta.157lpi.2540dpi/157 lpi / 2540 dpi: "66.8"
\r
408 *ColorSepScreenAngle ProcessYellow.157lpi.2540dpi/157 lpi / 2540 dpi: "0.0"
\r
410 *ColorSepScreenFreq ProcessBlack.157lpi.2540dpi/157 lpi / 2540 dpi: "163.271"
\r
411 *ColorSepScreenFreq CustomColor.157lpi.2540dpi/157 lpi / 2540 dpi: "163.271"
\r
412 *ColorSepScreenFreq ProcessCyan.157lpi.2540dpi/157 lpi / 2540 dpi: "157.531"
\r
413 *ColorSepScreenFreq ProcessMagenta.157lpi.2540dpi/157 lpi / 2540 dpi: "166.751"
\r
414 *ColorSepScreenFreq ProcessYellow.157lpi.2540dpi/157 lpi / 2540 dpi: "158.75"
\r
416 *% For 112 lpi / 2032 dpi
\r
417 *ColorSepScreenAngle ProcessBlack.112lpi.2032dpi/112 lpi / 2032 dpi: "45.0"
\r
418 *ColorSepScreenAngle CustomColor.112lpi.2032dpi/112 lpi / 2032 dpi: "45.0"
\r
419 *ColorSepScreenAngle ProcessCyan.112lpi.2032dpi/112 lpi / 2032 dpi: "18.4349"
\r
420 *ColorSepScreenAngle ProcessMagenta.112lpi.2032dpi/112 lpi / 2032 dpi: "71.565"
\r
421 *ColorSepScreenAngle ProcessYellow.112lpi.2032dpi/112 lpi / 2032 dpi: "0.0"
\r
423 *ColorSepScreenFreq ProcessBlack.112lpi.2032dpi/112 lpi / 2032 dpi: "119.634"
\r
424 *ColorSepScreenFreq CustomColor.112lpi.2032dpi/112 lpi / 2032 dpi: "119.634"
\r
425 *ColorSepScreenFreq ProcessCyan.112lpi.2032dpi/112 lpi / 2032 dpi: "107.188"
\r
426 *ColorSepScreenFreq ProcessMagenta.112lpi.2032dpi/112 lpi / 2032 dpi: "107.188"
\r
427 *ColorSepScreenFreq ProcessYellow.112lpi.2032dpi/112 lpi / 2032 dpi: "112.776"
\r
429 *% For 89 lpi / 1693 dpi
\r
430 *ColorSepScreenAngle ProcessBlack.89lpi.1693dpi/89 lpi / 1693 dpi: "45.0"
\r
431 *ColorSepScreenAngle CustomColor.89lpi.1693dpi/89 lpi / 1693 dpi: "45.0"
\r
432 *ColorSepScreenAngle ProcessCyan.89lpi.1693dpi/89 lpi / 1693 dpi: "18.4349"
\r
433 *ColorSepScreenAngle ProcessMagenta.89lpi.1693dpi/89 lpi / 1693 dpi: "71.5651"
\r
434 *ColorSepScreenAngle ProcessYellow.89lpi.1693dpi/89 lpi / 1693 dpi: "0.0"
\r
436 *ColorSepScreenFreq ProcessBlack.89lpi.1693dpi/89 lpi / 1693 dpi: "79.809"
\r
437 *ColorSepScreenFreq CustomColor.89lpi.1693dpi/89 lpi / 1693 dpi: "79.809"
\r
438 *ColorSepScreenFreq ProcessCyan.89lpi.1693dpi/89 lpi / 1693 dpi: "89.229"
\r
439 *ColorSepScreenFreq ProcessMagenta.89lpi.1693dpi/89 lpi / 1693 dpi: "89.229"
\r
440 *ColorSepScreenFreq ProcessYellow.89lpi.1693dpi/89 lpi / 1693 dpi: "84.65"
\r
442 *% For 132 lpi / 1693 dpi
\r
443 *ColorSepScreenAngle ProcessBlack.132lpi.1693dpi/132 lpi / 1693 dpi: "45.0"
\r
444 *ColorSepScreenAngle CustomColor.132lpi.1693dpi/132 lpi / 1693 dpi: "45.0"
\r
445 *ColorSepScreenAngle ProcessCyan.132lpi.1693dpi/132 lpi / 1693 dpi: "18.4349"
\r
446 *ColorSepScreenAngle ProcessMagenta.132lpi.1693dpi/132 lpi / 1693 dpi: "71.5651"
\r
447 *ColorSepScreenAngle ProcessYellow.132lpi.1693dpi/132 lpi / 1693 dpi: "0.0"
\r
449 *ColorSepScreenFreq ProcessBlack.132lpi.1693dpi/132 lpi / 1693 dpi: "119.713"
\r
450 *ColorSepScreenFreq CustomColor.132lpi.1693dpi/132 lpi / 1693 dpi: "119.713"
\r
451 *ColorSepScreenFreq ProcessCyan.132lpi.1693dpi/132 lpi / 1693 dpi: "133.843"
\r
452 *ColorSepScreenFreq ProcessMagenta.132lpi.1693dpi/132 lpi / 1693 dpi: "133.843"
\r
453 *ColorSepScreenFreq ProcessYellow.132lpi.1693dpi/132 lpi / 1693 dpi: "130.256"
\r
455 *% For 101 lpi / 1270 dpi
\r
456 *ColorSepScreenAngle ProcessBlack.101lpi.1270dpi/101 lpi / 1270 dpi: "45.0"
\r
457 *ColorSepScreenAngle CustomColor.101lpi.1270dpi/101 lpi / 1270 dpi: "45.0"
\r
458 *ColorSepScreenAngle ProcessCyan.101lpi.1270dpi/101 lpi / 1270 dpi: "18.4349"
\r
459 *ColorSepScreenAngle ProcessMagenta.101lpi.1270dpi/101 lpi / 1270 dpi: "71.5651"
\r
460 *ColorSepScreenAngle ProcessYellow.101lpi.1270dpi/101 lpi / 1270 dpi: "0.0"
\r
462 *ColorSepScreenFreq ProcessBlack.101lpi.1270dpi/101 lpi / 1270 dpi: "89.803"
\r
463 *ColorSepScreenFreq CustomColor.101lpi.1270dpi/101 lpi / 1270 dpi: "89.803"
\r
464 *ColorSepScreenFreq ProcessCyan.101lpi.1270dpi/101 lpi / 1270 dpi: "100.402"
\r
465 *ColorSepScreenFreq ProcessMagenta.101lpi.1270dpi/101 lpi / 1270 dpi: "100.402"
\r
466 *ColorSepScreenFreq ProcessYellow.101lpi.1270dpi/101 lpi / 1270 dpi: "97.692"
\r
468 *% For 109 lpi / 1270 dpi
\r
469 *ColorSepScreenAngle ProcessBlack.109lpi.1270dpi/109 lpi / 1270 dpi: "45.0"
\r
470 *ColorSepScreenAngle CustomColor.109lpi.1270dpi/109 lpi / 1270 dpi: "45.0"
\r
471 *ColorSepScreenAngle ProcessCyan.109lpi.1270dpi/109 lpi / 1270 dpi: "19.983"
\r
472 *ColorSepScreenAngle ProcessMagenta.109lpi.1270dpi/109 lpi / 1270 dpi: "70.017"
\r
473 *ColorSepScreenAngle ProcessYellow.109lpi.1270dpi/109 lpi / 1270 dpi: "0.0"
\r
475 *ColorSepScreenFreq ProcessBlack.109lpi.1270dpi/109 lpi / 1270 dpi: "128.289"
\r
476 *ColorSepScreenFreq CustomColor.109lpi.1270dpi/109 lpi / 1270 dpi: "128.289"
\r
477 *ColorSepScreenFreq ProcessCyan.109lpi.1270dpi/109 lpi / 1270 dpi: "108.503"
\r
478 *ColorSepScreenFreq ProcessMagenta.109lpi.1270dpi/109 lpi / 1270 dpi: "108.503"
\r
479 *ColorSepScreenFreq ProcessYellow.109lpi.1270dpi/109 lpi / 1270 dpi: "115.455"
\r
481 *% For "Linotype" version 52.3
\r
482 *% Produced by "BuildPPD.ps" version 3.0 edit 58
\r
483 *% Converted to meet 4.0 specification
\r
484 *% Last Edit Date: Nov 30 1992
\r
485 *% The byte count of this file should be exactly 018536 or 019023
\r
486 *% depending on the filesystem it resides in.
\r
487 *% end of PPD file for Linotype
\r