Re: Printing postscript files
- To: mathgroup at smc.vnet.net
- Subject: [mg25030] Re: [mg25005] Printing postscript files
- From: Richard S Hsu <rhsu at U.Arizona.EDU>
- Date: Fri, 1 Sep 2000 21:57:36 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Define a function PSFile[gr_, fn_String] := Display[StringJoin["!", $TopDirectory, "/SystemFiles/Graphics/SystemResources/psfix > ", fn], gr]; If you have a figure named gr PSFile[ gr, "gr.ps" ] will generate the postscript file. On Fri, 1 Sep 2000 patnaik at tifrvax.tifr.res.in wrote: > > I believe Mathematica generated postscript files need some fixing before > printing. How does one do this ? > > Krish > >