CompuServe Thread

Pro_Page_1.3

2 messages in this thread
#35564From: Hector CuadraJul 2, 1990 3:18 AM
l I need help with Professional Page 1.3 When I write my Postscript files to disk and try to print them in a Linotronic 300 or LaserWriter II NTX, I keep getting a Postscript error: "offending command: rmove; error: typecheck". I was told (CS messages) that Pro_Page 1.3 have bugs in its prolog postscript files. Since I tried everything I could in dealing with GOLD DISK, I was wondering if anyone outthere has the 1.31 update. If so, please contact me at 76046,1311 and leave a message with your CS number/name so that I can contact you. I'm trying to get this update without any success. I have my 1.3 registration number. My name is Hector Cuadra Address: 525 Miller Ave., Madison, WI 53704 Phone: (608) 246-2123 You can leave a message also. Thank You. \ end
#35608From: Tom CattrallJul 2, 1990 10:47 PM
Hector– Sorry to see you having so much trouble with Gold Disk. They certainly have a solid reputation for poor support. The following lines show what must be changed in the postscript prolog file to fix the rmove problem. The file is psprlg in the data directory. This difference listing shows changes to lines 331 and 336, the first line of each pair is what you should currently have, the second is what to change it to. Hope this cures your problem. 331c331 < sm rm m m concatmatrix m concatmatrix pop — > sm rw w w concatmatrix w concatmatrix pop 336c336 < m 2 get m 1 get mul m 0 get m 3 get mul sub 0 gt — > w 2 get w 1 get mul w 0 get w 3 get mul sub 0 gt Tom