Path: utzoo!attcan!uunet!snorkelwacker!usc!ucsd!ucbvax!GW.NEURONET.PITT.EDU!root From: root@GW.NEURONET.PITT.EDU (542.00000000) Newsgroups: comp.sys.apollo Subject: Re: Mathematica, print problems Message-ID: <9009251347.AA00365@> Date: 25 Sep 90 13:47:01 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 This may be related, I hope it's useful. Our PSPrint was not working while using /com/prf. Dan Stih of Wolfram sent me the following change in init.m to fix some standard-in or standard-out problem involving psfix: Old line: PSPrint[x_] := ( Display["!psfix | /com/prf -trans", x]; x ) New line: PSPrint[x_] := ( Display["!cat - >/tmp/woof; psfix /tmp/woof | /com/prf -trans;rm /tmp/woof", x]; x ) - Ray Lofink