home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / softsys / matlab / 173 < prev    next >
Encoding:
Text File  |  1993-01-26  |  1.3 KB  |  38 lines

  1. Newsgroups: comp.soft-sys.matlab
  2. Path: sparky!uunet!mcsun!sunic!corax.udac.uu.se!tdb!peterh
  3. From: peterh@tdb.uu.se (Peter Haegglund)
  4. Subject: Re: Matlab4.0 versus Framemaker3.1.1
  5. Message-ID: <1993Jan26.093710.9391@tdb.uu.se>
  6. Organization: Dept. of Scientific Computing, Uppsala Univ.
  7. X-Newsreader: TIN [version 1.1 PL6]
  8. References: <1993Jan22.202455.18778@news.nd.edu>
  9. Date: Tue, 26 Jan 1993 09:37:10 GMT
  10. Lines: 26
  11.  
  12. Jeffrey C. Kantor (jeff@control.nd.edu) wrote:
  13. : I find myself unable to import eps files generated by Matlab 4.0 into
  14. : Framemaker.  I get a frame, but no graphics either on the printer or
  15. : the screen.
  16.  
  17. We have had the same problem at our department. We are using
  18. FrameMaker 3.0X and MatLab 4.0a. The problem is that MatLab
  19. puts the line
  20.  
  21.           %%EOF
  22.  
  23. at the end of the file. If you remove 
  24. that line it should work. If you want to see the graphics in
  25. FrameMaker, use the -preview switch:
  26.  
  27.           print -deps -preview filename
  28.  
  29. it takes up a lot more disk space, but it's easier to 
  30. place the graphics correctly in the document. If you do not,
  31. you will only see a gray area.
  32.  
  33. ---------------------------------------------------------------
  34. Peter H{gglund          email: peterh@bellatrix.tdb.uu.se
  35. Dept. of Scientific Computing 
  36. Uppsala University      Opinions above are my own.
  37.  
  38.