Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

750 lines
29 KiB

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Unity 1800XL"
  3. *%
  4. *% Copyright 1992, 1993, 1994 LaserMaster Corporation
  5. *% All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *%
  11. *% Date: 9 September, 1994
  12. *% Modified by Microsoft 1/22/99 a-roblow to include LanguageLevel
  13. *FormatVersion: "3.0"
  14. *FileVersion: "4.3"
  15. *LanguageVersion: English
  16. *Manufacturer: "LaserMaster"
  17. *Product: "(Unity 1800XL)"
  18. *PSVersion: "(2002.001) 1"
  19. *NickName: "Unity 1800XL"
  20. *% PC Driver Flags ===============
  21. *AcceptsTrueType: True
  22. *AcceptsBinary: True
  23. *JobOptionDlg: False
  24. *% General Information and Defaults ===============
  25. *ColorDevice: False
  26. *LanguageLevel: "2"
  27. *FreeVM: "2210119"
  28. *VariablePaperSize: False
  29. *FileSystem: True
  30. *?FileSystem: "
  31. save statusdict begin
  32. (False) /diskstatus where{
  33. pop diskstatus exch pop 0 ne {pop (True)} if
  34. }if = flush
  35. end restore
  36. "
  37. *End
  38. *Throughput: "8"
  39. *Password: "0"
  40. *ExitServer: "
  41. count 0 eq { % is the password on the stack?
  42. true
  43. }{
  44. dup % potential password
  45. statusdict begin checkpassword end not
  46. } ifelse
  47. { % if no password or not valid
  48. (WARNING : Cannot perform the exitserver command.) =
  49. (Password supplied is not valid.) =
  50. (Please contact the author of this software.) = flush
  51. quit
  52. } if
  53. serverdict begin exitserver
  54. "
  55. *End
  56. *Reset: "
  57. count 0 eq { % is the password on the stack?
  58. true
  59. }{
  60. dup % potential password
  61. statusdict begin checkpassword end not
  62. } ifelse
  63. { % if no password or not valid
  64. (WARNING : Cannot reset printer.) =
  65. (Password supplied is not valid.) =
  66. (Please contact the author of this software.) = flush
  67. quit
  68. } if
  69. serverdict begin exitserver
  70. systemdict /quit get exec
  71. (WARNING : Printer Reset Failed.) = flush
  72. "
  73. *End
  74. *DefaultResolution: 1800dpi
  75. *SetResolution 600dpi: "statusdict begin true proofmode end"
  76. *SetResolution 1800dpi: "statusdict begin false proofmode end"
  77. *?Resolution: "
  78. save
  79. initgraphics
  80. 0 0 moveto currentpoint matrix defaultmatrix transform
  81. 0 72 lineto currentpoint matrix defaultmatrix transform
  82. 3 -1 roll sub dup mul
  83. 3 1 roll exch sub dup mul
  84. add sqrt round cvi
  85. ( ) cvs print (dpi) = flush
  86. restore
  87. "
  88. *End
  89. *% Halftone Information ===============
  90. *ScreenFreq: "85.0"
  91. *ScreenAngle: "45.0"
  92. *DefaultScreenProc: Dot
  93. *ScreenProc Dot: "
  94. { abs exch abs 2 copy add 1 gt
  95. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  96. { dup mul exch dup mul add 1.0 exch sub }
  97. ifelse }
  98. "
  99. *End
  100. *ScreenProc Line: "{ pop }"
  101. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  102. *DefaultTransfer: Null
  103. *Transfer Null: "{ }"
  104. *Transfer Null.Inverse: "{ 1 exch sub }"
  105. *% Paper Handling ===================
  106. *% Use these entries to set paper size most of the time, unless there is
  107. *% specific reason to use PageRegion or PaperTray.
  108. *DefaultPageSize: Letter
  109. *PageSize A3: "a3"
  110. *PageSize A3.Extra: "a3_extra"
  111. *PageSize A4: "a4"
  112. *PageSize A4Small: "a4small"
  113. *PageSize A4.Transverse: "a4.transverse"
  114. *PageSize B5: "b5"
  115. *PageSize Letter: "letter"
  116. *PageSize LetterSmall: "lettersmall"
  117. *PageSize Letter.Transverse: "letter.transverse"
  118. *PageSize Legal: "legal"
  119. *PageSize Tabloid: "11x17"
  120. *PageSize Envelope.297.684/C10 Envelope: "com10envelope"
  121. *PageSize Envelope.312.624/DL Envelope: "dlenvelope"
  122. *?PageSize: "
  123. save statusdict begin
  124. /papersize where{ pop
  125. 12 dict begin
  126. /a3 (A3) def
  127. /a3_extra (A3.Extra) def
  128. /a4 (A4) def
  129. /a4small (A4Small) def
  130. /a4.transverse (A4.Transverse) def
  131. /letter (Letter) def
  132. /lettersmall (LetterSmall) def
  133. /letter.transverse (Letter.Transverse) def
  134. /legal (Legal) def
  135. /11x17 (Tabloid) def
  136. /com10envelope (Envelope.297.684/C10 Envelope) def
  137. /dlenvelope (Envelope.312.624/DL Envelope) def
  138. papersize {
  139. {load exec} stopped not{= flush}if
  140. }{
  141. {load exec} stopped not{print (.Transverse) = flush}if
  142. }ifelse
  143. end
  144. }{
  145. /pagetype where{pop[(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush}if
  146. }ifelse
  147. end restore
  148. "
  149. *End
  150. *% These entries will set up the frame buffer. Usually used with manual feed.
  151. *DefaultPageRegion: Letter
  152. *PageRegion A3: "a3"
  153. *PageRegion A3.Extra: "a3_extra"
  154. *PageRegion A4: "a4"
  155. *PageRegion A4Small: "a4small"
  156. *PageRegion A4.Transverse: "a4.transverse"
  157. *PageRegion B5: "b5"
  158. *PageRegion Letter: "letter"
  159. *PageRegion LetterSmall: "lettersmall"
  160. *PageRegion Letter.Transverse: "letter.transverse"
  161. *PageRegion Legal: "legal"
  162. *PageRegion Tabloid: "11x17"
  163. *PageRegion Envelope.297.684/C10 Envelope: "com10envelope"
  164. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope"
  165. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  166. *% These errors should be trapped by software and a message displayed
  167. *DefaultPaperTray: None
  168. *PaperTray A3: ""
  169. *PaperTray A3.Extra: ""
  170. *PaperTray A4: ""
  171. *PaperTray A4.Transverse: ""
  172. *PaperTray B5: ""
  173. *PaperTray Letter: ""
  174. *PaperTray Letter.Transverse: ""
  175. *PaperTray Legal: ""
  176. *PaperTray Tabloid: ""
  177. *PaperTray Envelope.297.684/C10 Envelope: ""
  178. *PaperTray Envelope.312.624/DL Envelope: ""
  179. *% The following entries provide information about specific paper keywords.
  180. *DefaultImageableArea: Letter
  181. *ImageableArea A3: "18 20 824 1171 "
  182. *ImageableArea A3.Extra: "0 0 856 1211 "
  183. *ImageableArea A4: "15 10 580 832 "
  184. *ImageableArea A4Small: "26 31 569 811 "
  185. *ImageableArea A4.Transverse: "10 15 832 580 "
  186. *ImageableArea B5: "21 10 500 715 "
  187. *ImageableArea Letter: "15 8 597 784 "
  188. *ImageableArea LetterSmall: "30 31 582 761 "
  189. *ImageableArea Letter.Transverse: "8 15 784 597"
  190. *ImageableArea Legal: "15 8 597 1000 "
  191. *ImageableArea Tabloid: "15 8 777 1216 "
  192. *ImageableArea Envelope.297.684/C10 Envelope: "11 14 287 670"
  193. *ImageableArea Envelope.312.624/DL Envelope: "4 4 308 620"
  194. *% These provide the physical dimensions of the paper (by keyword)
  195. *DefaultPaperDimension: Letter
  196. *PaperDimension A3: "842 1191"
  197. *PaperDimension A3.Extra: "856 1211"
  198. *PaperDimension A4: "596 842"
  199. *PaperDimension A4Small: "596 842"
  200. *PaperDimension A4.Transverse: "842 596"
  201. *PaperDimension B5: "516 729"
  202. *PaperDimension Letter: "612 792"
  203. *PaperDimension LetterSmall: "612 792"
  204. *PaperDimension Letter.Transverse: "792 612"
  205. *PaperDimension Legal: "612 1008"
  206. *PaperDimension Tabloid: "792 1224"
  207. *PaperDimension Envelope.297.684/C10 Envelope: "297 684"
  208. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  209. *DefaultOutputBin: OnlyOne
  210. *DefaultInputSlot: AutoSelect
  211. *InputSlot AutoSelect: "statusdict begin -2 lmsetdefaulttray end"
  212. *InputSlot Upper: "statusdict begin 1 lmsetdefaulttray end"
  213. *InputSlot Lower: "statusdict begin 2 lmsetdefaulttray end"
  214. *InputSlot EnvelopeManual: "statusdict begin 3 lmsetdefaulttray end"
  215. *DefaultManualFeed: False
  216. *?ManualFeed: "
  217. save
  218. statusdict /manualfeed get
  219. {(True)}{(False)}ifelse = flush
  220. restore
  221. "
  222. *End
  223. *ManualFeed True: "statusdict begin /manualfeed true store end"
  224. *ManualFeed False: "statusdict begin /manualfeed false store end"
  225. *DefaultOutputOrder: Normal
  226. *DefaultCollator: None
  227. *DefaultSorter: None
  228. *DefaultDuplex: None
  229. *% Font Information =====================
  230. *DefaultFont: Courier
  231. *Font Antiqua-Medium-DTC: Standard "(001.003)"
  232. *Font Antiqua-MediumItalic-DTC: Standard "(001.003)"
  233. *Font Antiqua-Regular-DTC: Standard "(001.003)"
  234. *Font Antiqua-RegularItalic-DTC: Standard "(001.003)"
  235. *Font Antiqua-Ultra-DTC: Standard "(001.003)"
  236. *Font Antiqua-UltraItalic-DTC: Standard "(001.003)"
  237. *Font AvantGarde-Book: Standard "(001.003)"
  238. *Font AvantGarde-BookOblique: Standard "(001.003)"
  239. *Font AvantGarde-Demi: Standard "(001.003)"
  240. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  241. *Font Blippo-Black-DTC: Standard "(001.003)"
  242. *Font Bookman-Demi: Standard "(001.003)"
  243. *Font Bookman-DemiItalic: Standard "(001.003)"
  244. *Font Bookman-Light: Standard "(001.003)"
  245. *Font Bookman-LightItalic: Standard "(001.003)"
  246. *Font Britannic-Bold-DTC: Standard "(001.003)"
  247. *Font Britannic-Light-DTC: Standard "(001.003)"
  248. *Font Britannic-Medium-DTC: Standard "(001.003)"
  249. *Font Broadway-DTC: Standard "(001.003)"
  250. *Font Brody-DTC: Standard "(001.003)"
  251. *Font BrushScript-DTC: Standard "(001.003)"
  252. *Font Chaucer-DTC: Standard "(001.003)"
  253. *Font Clarendon-Bold-DTC: Standard "(001.003)"
  254. *Font Clarendon-Light-DTC: Standard "(001.003)"
  255. *Font Clearface-Black-DTC: Standard "(001.003)"
  256. *Font Clearface-BlackItalic-DTC: Standard "(001.003)"
  257. *Font Clearface-Heavy-DTC: Standard "(001.003)"
  258. *Font Clearface-HeavyItalic-DTC: Standard "(001.003)"
  259. *Font Clearface-Regular-DTC: Standard "(001.003)"
  260. *Font Clearface-RegularItalic-DTC: Standard "(001.003)"
  261. *Font ClearfaceGothic-Bold-DTC: Standard "(001.003)"
  262. *Font ClearfaceGothic-ExtraBold-DTC: Standard "(001.003)"
  263. *Font ClearfaceGothic-Regular-DTC: Standard "(001.003)"
  264. *Font Cooper-Black-DTC: Standard "(001.003)"
  265. *Font Cooper-BlackItalic-DTC: Standard "(001.003)"
  266. *Font Copperplate-Bold-DTC: Standard "(001.003)"
  267. *Font Courier: Standard "(001.003)"
  268. *Font Courier-Bold: Standard "(001.003)"
  269. *Font Courier-BoldOblique: Standard "(001.003)"
  270. *Font Courier-Oblique: Standard "(001.003)"
  271. *Font Eurostile-Black-DTC: Standard "(001.003)"
  272. *Font Eurostile-Roman-DTC: Standard "(001.003)"
  273. *Font EurostileExtended-Black-DTC: Standard "(001.003)"
  274. *Font EurostileExtended-Roman-DTC: Standard "(001.003)"
  275. *Font FlareGothic-Bold-DTC: Standard "(001.003)"
  276. *Font FlareGothic-BoldItalic-DTC: Standard "(001.003)"
  277. *Font FlareGothic-Light-DTC: Standard "(001.003)"
  278. *Font FlareGothic-LightItalic-DTC: Standard "(001.003)"
  279. *Font FlareGothic-Regular-DTC: Standard "(001.003)"
  280. *Font FlareGothic-RegularItalic-DTC: Standard "(001.003)"
  281. *Font FrugalSans-Bold-DTC: Standard "(001.003)"
  282. *Font FrugalSans-BoldItalic-DTC: Standard "(001.003)"
  283. *Font FrugalSans-Light-DTC: Standard "(001.003)"
  284. *Font FrugalSans-LightItalic-DTC: Standard "(001.003)"
  285. *Font Garamond-Bold-DTC: Standard "(001.003)"
  286. *Font Garamond-BoldItalic-DTC: Standard "(001.003)"
  287. *Font Garamond-Book-DTC: Standard "(001.003)"
  288. *Font Garamond-BookItalic-DTC: Standard "(001.003)"
  289. *Font GaramondCondensed-Bold-DTC: Standard "(001.003)"
  290. *Font GaramondCondensed-BoldItalic-DTC: Standard "(001.003)"
  291. *Font GaramondCondensed-Book-DTC: Standard "(001.003)"
  292. *Font GaramondCondensed-BookItalic-DTC: Standard "(001.003)"
  293. *Font Goudy-Bold-DTC: Standard "(001.003)"
  294. *Font Goudy-Heavyface-DTC: Standard "(001.003)"
  295. *Font Goudy-Light-DTC: Standard "(001.003)"
  296. *Font GoudyCatalogue-Italic-DTC: Standard "(001.003)"
  297. *Font GoudyOldStyle-Regular-DTC: Standard "(001.003)"
  298. *Font GoudyOldStyle-RegularItalic-DTC: Standard "(001.003)"
  299. *Font Helvetica: Standard "(001.003)"
  300. *Font Helvetica-Bold: Standard "(001.003)"
  301. *Font Helvetica-BoldOblique: Standard "(001.003)"
  302. *Font Helvetica-Narrow: Standard "(001.003)"
  303. *Font Helvetica-Narrow-Bold: Standard "(001.003)"
  304. *Font Helvetica-Narrow-BoldOblique: Standard "(001.003)"
  305. *Font Helvetica-Narrow-Oblique: Standard "(001.003)"
  306. *Font Helvetica-Oblique: Standard "(001.003)"
  307. *Font Hobo-DTC: Standard "(001.003)"
  308. *Font Kauflinn-DTC: Standard "(001.003)"
  309. *Font Korinna-ExtraBold-DTC: Standard "(001.003)"
  310. *Font Korinna-ExtraBoldItalic-DTC: Standard "(001.003)"
  311. *Font Korinna-Regular-DTC: Standard "(001.003)"
  312. *Font Korinna-RegularItalic-DTC: Standard "(001.003)"
  313. *Font Mariage-DTC: Standard "(001.003)"
  314. *Font MuralScript-DTC: Standard "(001.003)"
  315. *Font NewBaskerville-Bold-DTC: Standard "(001.003)"
  316. *Font NewBaskerville-BoldItalic-DTC: Standard "(001.003)"
  317. *Font NewBaskerville-Roman-DTC: Standard "(001.003)"
  318. *Font NewBaskerville-RomanItalic-DTC: Standard "(001.003)"
  319. *Font NewCenturySchlbk-Bold: Standard "(001.003)"
  320. *Font NewCenturySchlbk-BoldItalic: Standard "(001.003)"
  321. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  322. *Font NewCenturySchlbk-Roman: Standard "(001.003)"
  323. *Font OldTowne-DTC: Standard "(001.003)"
  324. *Font Optimum-Bold-DTC: Standard "(001.003)"
  325. *Font Optimum-BoldItalic-DTC: Standard "(001.003)"
  326. *Font Optimum-Roman-DTC: Standard "(001.003)"
  327. *Font Optimum-RomanItalic-DTC: Standard "(001.003)"
  328. *Font Palatino-Bold: Standard "(001.003)"
  329. *Font Palatino-BoldItalic: Standard "(001.003)"
  330. *Font Palatino-Italic: Standard "(001.003)"
  331. *Font Palatino-Roman: Standard "(001.003)"
  332. *Font Palton-Light-DTC: Standard "(001.003)"
  333. *Font ParkAvenue-DTC: Standard "(001.003)"
  334. *Font SansBlackCondensed-DTC: Standard "(001.003)"
  335. *Font SansBlackCondensed-Oblique-DTC: Standard "(001.003)"
  336. *Font SansExtended-Medium-DTC: Standard "(001.003)"
  337. *Font SansExtended-Regular-DTC: Standard "(001.003)"
  338. *Font SansExtended-RegularOblique-DTC: Standard "(001.003)"
  339. *Font SansExtraBlackCondensed-DTC: Standard "(001.003)"
  340. *Font SansLightExtended-DTC: Standard "(001.003)"
  341. *Font SansThinCondensed-DTC: Standard "(001.003)"
  342. *Font SansThinCondensed-Oblique-DTC: Standard "(001.003)"
  343. *Font Serpentine-Bold-DTC: Standard "(001.003)"
  344. *Font Souvenir-Demi-DTC: Standard "(001.003)"
  345. *Font Souvenir-DemiItalic-DTC: Standard "(001.003)"
  346. *Font Souvenir-Light-DTC: Standard "(001.003)"
  347. *Font Souvenir-LightItalic-DTC: Standard "(001.003)"
  348. *Font SquareSerif-Black-DTC: Standard "(001.003)"
  349. *Font SquareSerif-BlackItalic-DTC: Standard "(001.003)"
  350. *Font SquareSerif-Bold-DTC: Standard "(001.003)"
  351. *Font SquareSerif-BoldItalic-DTC: Standard "(001.003)"
  352. *Font SquareSerif-Light-DTC: Standard "(001.003)"
  353. *Font SquareSerif-LightItalic-DTC: Standard "(001.003)"
  354. *Font Symbol: Special "(001.003)"
  355. *Font Times-Bold: Standard "(001.003)"
  356. *Font Times-BoldItalic: Standard "(001.003)"
  357. *Font Times-Italic: Standard "(001.003)"
  358. *Font Times-Roman: Standard "(001.003)"
  359. *Font UniversityRoman-Bold-DTC: Standard "(001.003)"
  360. *Font UniversityRoman-DTC: Standard "(001.003)"
  361. *Font Vivante-DTC: Standard "(001.003)"
  362. *Font Windsor-Bold-DTC: Standard "(001.003)"
  363. *Font Windsor-DTC: Standard "(001.003)"
  364. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  365. *Font ZapfDingbats: Standard "(001.003)"
  366. *?FontQuery: "
  367. save 4 dict begin /sv exch def
  368. /str (fonts/ ) def
  369. /st2 128 string def
  370. {
  371. count 0 gt {
  372. dup st2 cvs (/) print print (:) print
  373. dup FontDirectory exch known {pop (Yes)}{
  374. str exch st2 cvs dup length /len exch def
  375. 6 exch putinterval str 0 len 6 add getinterval mark exch
  376. { } st2 filenameforall counttomark 0 gt {
  377. cleartomark (Yes)}{cleartomark (No)}ifelse
  378. }ifelse = flush
  379. }{ exit } ifelse
  380. } bind loop
  381. (*) = flush
  382. sv end restore
  383. "
  384. *End
  385. *?FontList: "
  386. save 2 dict begin /sv exch def
  387. /str 128 string def
  388. FontDirectory { pop == } bind forall flush
  389. /filenameforall where {
  390. pop save (fonts/*) {
  391. dup length 6 sub 6 exch getinterval cvn ==
  392. } bind str filenameforall flush restore
  393. } if
  394. (*) = flush
  395. sv end restore
  396. "
  397. *End
  398. *% Printer Messages (verbatim from printer):
  399. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  400. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  401. *Message: "\FontName\ not found, using Courier"
  402. *% Status (format: %%[ status: <one of these> ]%% )
  403. *Status: "idle"
  404. *Status: "busy"
  405. *Status: "waiting"
  406. *Status: "printing"
  407. *Status: "warming up"
  408. *Status: "PrinterError: timeout, clearing printer"
  409. *Status: "PrinterError: warming up"
  410. *Status: "PrinterError: service call"
  411. *Status: "PrinterError: paper entry misfeed"
  412. *Status: "PrinterError: no toner cartridge"
  413. *Status: "PrinterError: paper entry misfeed"
  414. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  415. *Source: "serial"
  416. *Source: "parallel"
  417. *Source: "EtherTalk"
  418. *Source: "LocalTalk"
  419. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  420. *PrinterError: "timeout, clearing printer"
  421. *PrinterError: "warming up"
  422. *PrinterError: "service call"
  423. *PrinterError: "paper entry misfeed"
  424. *PrinterError: "no toner cartridge"
  425. *PrinterError: "paper entry misfeed"
  426. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  427. *% Color Separation Information =====================
  428. *DefaultColorSep: ProcessBlack.85lpi.1800x1800dpi/85 lpi / 1800 dpi
  429. *InkName: ProcessBlack/Process Black
  430. *InkName: CustomColor/Custom Color
  431. *InkName: ProcessCyan/Process Cyan
  432. *InkName: ProcessMagenta/Process Magenta
  433. *InkName: ProcessYellow/Process Yellow
  434. *% For 133 lpi / 1800 dpi =====================================================
  435. *ColorSepScreenAngle ProcessBlack.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "45"
  436. *ColorSepScreenAngle CustomColor.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "45"
  437. *ColorSepScreenAngle ProcessCyan.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "108.4"
  438. *ColorSepScreenAngle ProcessMagenta.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "161.6"
  439. *ColorSepScreenAngle ProcessYellow.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "90"
  440. *ColorSepScreenFreq ProcessBlack.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "141.4"
  441. *ColorSepScreenFreq CustomColor.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "141.4"
  442. *ColorSepScreenFreq ProcessCyan.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "133.3"
  443. *ColorSepScreenFreq ProcessMagenta.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "133.3"
  444. *ColorSepScreenFreq ProcessYellow.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "150"
  445. *% For 110 lpi / 1800 dpi =====================================================
  446. *ColorSepScreenAngle ProcessBlack.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "45"
  447. *ColorSepScreenAngle CustomColor.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "45"
  448. *ColorSepScreenAngle ProcessCyan.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "108.4"
  449. *ColorSepScreenAngle ProcessMagenta.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "161.6"
  450. *ColorSepScreenAngle ProcessYellow.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "90"
  451. *ColorSepScreenFreq ProcessBlack.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "121.2"
  452. *ColorSepScreenFreq CustomColor.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "121.2"
  453. *ColorSepScreenFreq ProcessCyan.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "110"
  454. *ColorSepScreenFreq ProcessMagenta.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "110"
  455. *ColorSepScreenFreq ProcessYellow.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "119"
  456. *% For 100 lpi / 1800 dpi =====================================================
  457. *ColorSepScreenAngle ProcessBlack.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "45"
  458. *ColorSepScreenAngle CustomColor.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "45"
  459. *ColorSepScreenAngle ProcessCyan.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "108.4"
  460. *ColorSepScreenAngle ProcessMagenta.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "161.6"
  461. *ColorSepScreenAngle ProcessYellow.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "90"
  462. *ColorSepScreenFreq ProcessBlack.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "106.1"
  463. *ColorSepScreenFreq CustomColor.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "106.1"
  464. *ColorSepScreenFreq ProcessCyan.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "94.9"
  465. *ColorSepScreenFreq ProcessMagenta.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "94.9"
  466. *ColorSepScreenFreq ProcessYellow.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "100"
  467. *% For 85 lpi / 1800 dpi =====================================================
  468. *ColorSepScreenAngle ProcessBlack.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "45"
  469. *ColorSepScreenAngle CustomColor.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "45"
  470. *ColorSepScreenAngle ProcessCyan.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "108.4"
  471. *ColorSepScreenAngle ProcessMagenta.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "161.6"
  472. *ColorSepScreenAngle ProcessYellow.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "90"
  473. *ColorSepScreenFreq ProcessBlack.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "84.9"
  474. *ColorSepScreenFreq CustomColor.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "84.9"
  475. *ColorSepScreenFreq ProcessCyan.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "80"
  476. *ColorSepScreenFreq ProcessMagenta.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "80"
  477. *ColorSepScreenFreq ProcessYellow.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "85"
  478. *% For 70 lpi / 1800 dpi =====================================================
  479. *ColorSepScreenAngle ProcessBlack.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "45"
  480. *ColorSepScreenAngle CustomColor.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "45"
  481. *ColorSepScreenAngle ProcessCyan.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "108.4"
  482. *ColorSepScreenAngle ProcessMagenta.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "161.6"
  483. *ColorSepScreenAngle ProcessYellow.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "90"
  484. *ColorSepScreenFreq ProcessBlack.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "70.7"
  485. *ColorSepScreenFreq CustomColor.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "70.7"
  486. *ColorSepScreenFreq ProcessCyan.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "63.2"
  487. *ColorSepScreenFreq ProcessMagenta.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "63.2"
  488. *ColorSepScreenFreq ProcessYellow.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "66.7"
  489. *% For 60 lpi / 1800 dpi =====================================================
  490. *ColorSepScreenAngle ProcessBlack.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "45"
  491. *ColorSepScreenAngle CustomColor.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "45"
  492. *ColorSepScreenAngle ProcessCyan.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "108.4"
  493. *ColorSepScreenAngle ProcessMagenta.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "161.6"
  494. *ColorSepScreenAngle ProcessYellow.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "90"
  495. *ColorSepScreenFreq ProcessBlack.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "60.6"
  496. *ColorSepScreenFreq CustomColor.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "60.6"
  497. *ColorSepScreenFreq ProcessCyan.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "54.2"
  498. *ColorSepScreenFreq ProcessMagenta.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "54.2"
  499. *ColorSepScreenFreq ProcessYellow.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "57.1"
  500. *ColorSepScreenProc ProcessBlack.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  501. { abs exch abs 2 copy add 1 gt
  502. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  503. { dup mul exch dup mul add 1.0 exch sub }
  504. ifelse }
  505. "
  506. *End
  507. *ColorSepScreenProc CustomColor.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  508. { abs exch abs 2 copy add 1 gt
  509. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  510. { dup mul exch dup mul add 1.0 exch sub }
  511. ifelse }
  512. "
  513. *End
  514. *ColorSepScreenProc ProcessCyan.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  515. { abs exch abs 2 copy add 1 gt
  516. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  517. { dup mul exch dup mul add 1.0 exch sub }
  518. ifelse }
  519. "
  520. *End
  521. *ColorSepScreenProc ProcessMagenta.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  522. { abs exch abs 2 copy add 1 gt
  523. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  524. { dup mul exch dup mul add 1.0 exch sub }
  525. ifelse }
  526. "
  527. *End
  528. *ColorSepScreenProc ProcessYellow.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  529. { abs exch abs 2 copy add 1 gt
  530. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  531. { dup mul exch dup mul add 1.0 exch sub }
  532. ifelse }
  533. "
  534. *End
  535. *% For 50 lpi / 1800 dpi =====================================================
  536. *ColorSepScreenAngle ProcessBlack.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "45"
  537. *ColorSepScreenAngle CustomColor.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "45"
  538. *ColorSepScreenAngle ProcessCyan.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "108.4"
  539. *ColorSepScreenAngle ProcessMagenta.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "161.6"
  540. *ColorSepScreenAngle ProcessYellow.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "90"
  541. *ColorSepScreenFreq ProcessBlack.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "53"
  542. *ColorSepScreenFreq CustomColor.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "53"
  543. *ColorSepScreenFreq ProcessCyan.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "47.4"
  544. *ColorSepScreenFreq ProcessMagenta.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "47.4"
  545. *ColorSepScreenFreq ProcessYellow.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "50"
  546. *ColorSepScreenProc ProcessBlack.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  547. { abs exch abs 2 copy add 1 gt
  548. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  549. { dup mul exch dup mul add 1.0 exch sub }
  550. ifelse }
  551. "
  552. *End
  553. *ColorSepScreenProc CustomColor.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  554. { abs exch abs 2 copy add 1 gt
  555. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  556. { dup mul exch dup mul add 1.0 exch sub }
  557. ifelse }
  558. "
  559. *End
  560. *ColorSepScreenProc ProcessCyan.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  561. { abs exch abs 2 copy add 1 gt
  562. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  563. { dup mul exch dup mul add 1.0 exch sub }
  564. ifelse }
  565. "
  566. *End
  567. *ColorSepScreenProc ProcessMagenta.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  568. { abs exch abs 2 copy add 1 gt
  569. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  570. { dup mul exch dup mul add 1.0 exch sub }
  571. ifelse }
  572. "
  573. *End
  574. *ColorSepScreenProc ProcessYellow.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  575. { abs exch abs 2 copy add 1 gt
  576. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  577. { dup mul exch dup mul add 1.0 exch sub }
  578. ifelse }
  579. "
  580. *End
  581. *% For 40 lpi / 1800 dpi =====================================================
  582. *ColorSepScreenAngle ProcessBlack.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "45"
  583. *ColorSepScreenAngle CustomColor.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "45"
  584. *ColorSepScreenAngle ProcessCyan.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "108.4"
  585. *ColorSepScreenAngle ProcessMagenta.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "161.6"
  586. *ColorSepScreenAngle ProcessYellow.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "90"
  587. *ColorSepScreenFreq ProcessBlack.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "42.4"
  588. *ColorSepScreenFreq CustomColor.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "42.4"
  589. *ColorSepScreenFreq ProcessCyan.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "37.9"
  590. *ColorSepScreenFreq ProcessMagenta.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "37.9"
  591. *ColorSepScreenFreq ProcessYellow.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "40"
  592. *ColorSepScreenProc ProcessBlack.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  593. { abs exch abs 2 copy add 1 gt
  594. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  595. { dup mul exch dup mul add 1.0 exch sub }
  596. ifelse }
  597. "
  598. *End
  599. *ColorSepScreenProc CustomColor.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  600. { abs exch abs 2 copy add 1 gt
  601. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  602. { dup mul exch dup mul add 1.0 exch sub }
  603. ifelse }
  604. "
  605. *End
  606. *ColorSepScreenProc ProcessCyan.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  607. { abs exch abs 2 copy add 1 gt
  608. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  609. { dup mul exch dup mul add 1.0 exch sub }
  610. ifelse }
  611. "
  612. *End
  613. *ColorSepScreenProc ProcessMagenta.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  614. { abs exch abs 2 copy add 1 gt
  615. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  616. { dup mul exch dup mul add 1.0 exch sub }
  617. ifelse }
  618. "
  619. *End
  620. *ColorSepScreenProc ProcessYellow.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  621. { abs exch abs 2 copy add 1 gt
  622. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  623. { dup mul exch dup mul add 1.0 exch sub }
  624. ifelse }
  625. "
  626. *End
  627. *% For 30 lpi / 1800 dpi =====================================================
  628. *ColorSepScreenAngle ProcessBlack.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "45"
  629. *ColorSepScreenAngle CustomColor.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "45"
  630. *ColorSepScreenAngle ProcessCyan.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "108.4"
  631. *ColorSepScreenAngle ProcessMagenta.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "161.6"
  632. *ColorSepScreenAngle ProcessYellow.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "90"
  633. *ColorSepScreenFreq ProcessBlack.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "35.4"
  634. *ColorSepScreenFreq CustomColor.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "35.4"
  635. *ColorSepScreenFreq ProcessCyan.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "31.6"
  636. *ColorSepScreenFreq ProcessMagenta.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "31.6"
  637. *ColorSepScreenFreq ProcessYellow.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "33.3"
  638. *ColorSepScreenProc ProcessBlack.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  639. { abs exch abs 2 copy add 1 gt
  640. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  641. { dup mul exch dup mul add 1.0 exch sub }
  642. ifelse }
  643. "
  644. *End
  645. *ColorSepScreenProc CustomColor.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  646. { abs exch abs 2 copy add 1 gt
  647. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  648. { dup mul exch dup mul add 1.0 exch sub }
  649. ifelse }
  650. "
  651. *End
  652. *ColorSepScreenProc ProcessCyan.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  653. { abs exch abs 2 copy add 1 gt
  654. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  655. { dup mul exch dup mul add 1.0 exch sub }
  656. ifelse }
  657. "
  658. *End
  659. *ColorSepScreenProc ProcessMagenta.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  660. { abs exch abs 2 copy add 1 gt
  661. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  662. { dup mul exch dup mul add 1.0 exch sub }
  663. ifelse }
  664. "
  665. *End
  666. *ColorSepScreenProc ProcessYellow.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  667. { abs exch abs 2 copy add 1 gt
  668. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  669. { dup mul exch dup mul add 1.0 exch sub }
  670. ifelse }
  671. "
  672. *End
  673. *% For 70 lpi / 600 dpi =====================================================
  674. *ColorSepScreenAngle ProcessBlack.70lpi.600x600dpi/70 lpi / 600 dpi: "45"
  675. *ColorSepScreenAngle CustomColor.70lpi.600x600dpi/70 lpi / 600 dpi: "45"
  676. *ColorSepScreenAngle ProcessCyan.70lpi.600x600dpi/70 lpi / 600 dpi: "108.4"
  677. *ColorSepScreenAngle ProcessMagenta.70lpi.600x600dpi/70 lpi / 600 dpi: "161.6"
  678. *ColorSepScreenAngle ProcessYellow.70lpi.600x600dpi/70 lpi / 600 dpi: "90"
  679. *ColorSepScreenFreq ProcessBlack.70lpi.600x600dpi/70 lpi / 600 dpi: "70.7"
  680. *ColorSepScreenFreq CustomColor.70lpi.600x600dpi/70 lpi / 600 dpi: "70.7"
  681. *ColorSepScreenFreq ProcessCyan.70lpi.600x600dpi/70 lpi / 600 dpi: "63.2"
  682. *ColorSepScreenFreq ProcessMagenta.70lpi.600x600dpi/70 lpi / 600 dpi: "63.2"
  683. *ColorSepScreenFreq ProcessYellow.70lpi.600x600dpi/70 lpi / 600 dpi: "66.7"
  684. *% end of PPD file for Unity 1800XL