home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / sysadmin / 7149 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  2.3 KB

  1. Xref: sparky comp.sys.next.sysadmin:7149 comp.lang.postscript:6050 sci.math.symbolic:3318
  2. Newsgroups: comp.sys.next.sysadmin,comp.lang.postscript,sci.math.symbolic
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!news.iastate.edu!scl1.al.iastate.edu!tlm
  4. From: tlm@iastate.edu (Tom Marchioro)
  5. Subject: Re: psfix missing and needed to fix Mma ps
  6. Message-ID: <tlm.724824974@scl1.al.iastate.edu>
  7. Sender: news@news.iastate.edu (USENET News System)
  8. Organization: Iowa State University, Ames IA
  9. References: <1992Dec19.194250.26583@sophia.smith.edu>
  10. Date: Sun, 20 Dec 1992 04:16:14 GMT
  11. Lines: 33
  12.  
  13. In <1992Dec19.194250.26583@sophia.smith.edu> orourke@sophia.smith.edu (Joseph O'Rourke) writes:
  14.  
  15. >I need psfix to "fix" the postscript files output by Mathematica on
  16. >a NeXT.  My Mma/NeXT manual tells me it was distributed with Mma,
  17. >but it (and related ps programs) are nowhere to be found on my NeXT.
  18. >Any advice would be appreciated.  Since psfix is probably just a
  19. >short shell script, maybe someone can mail it to me?  Thanks!
  20.  
  21. I seriously doubt that you are missing psfix, it's simply that it's
  22. in an unusual path, and in what even WRI admits is probably a bug, it's
  23. not in the path.  
  24.  
  25. Open up Mathematica.app and look in the subdirectory /Kernel/Display and
  26. psfix should be there.  Mma itself can access it, for it uses PSfix when
  27. you do the "convert pasteboard" approach to pasting or saving an individual
  28. graphic, or if you save a notebook to a PS file from the print panel (try
  29. one of these to see if you get a valid file, i..e select a graphic, copy
  30. it, hit "convert pasteboard" (command-m) and then the EPS option and save
  31. to file option, and you shoudl end up with a valid EPS file.
  32.  
  33. The best thing to do to make psfix available on a more general basis is
  34. to simply copy if from Mathematica.app/Kernel/Display to /usr/local/bin
  35. or somehwere else in the path (what version of Mma do you have?  when I
  36. discussed this with WRI right after 2.0 came out they told me it woudl be 
  37. fixed in 2.1?). Alternatively you could make a symbolic link, but the file
  38. is so small (~50 Kb) that I'd recommend a straight copy.
  39.  
  40. If you ARE really missing psfix then I would contact WRI and get an 
  41. entirely new version of Mma, since yours is obviously defective and 
  42. who knows what else is wrong.
  43.  
  44. Hope this is Helpful --- Tom
  45.  
  46.