home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.soft-sys.matlab
- Path: sparky!uunet!mcsun!sunic!corax.udac.uu.se!tdb!peterh
- From: peterh@tdb.uu.se (Peter Haegglund)
- Subject: Re: Matlab4.0 versus Framemaker3.1.1
- Message-ID: <1993Jan26.093710.9391@tdb.uu.se>
- Organization: Dept. of Scientific Computing, Uppsala Univ.
- X-Newsreader: TIN [version 1.1 PL6]
- References: <1993Jan22.202455.18778@news.nd.edu>
- Date: Tue, 26 Jan 1993 09:37:10 GMT
- Lines: 26
-
- Jeffrey C. Kantor (jeff@control.nd.edu) wrote:
- : I find myself unable to import eps files generated by Matlab 4.0 into
- : Framemaker. I get a frame, but no graphics either on the printer or
- : the screen.
-
- We have had the same problem at our department. We are using
- FrameMaker 3.0X and MatLab 4.0a. The problem is that MatLab
- puts the line
-
- %%EOF
-
- at the end of the file. If you remove
- that line it should work. If you want to see the graphics in
- FrameMaker, use the -preview switch:
-
- print -deps -preview filename
-
- it takes up a lot more disk space, but it's easier to
- place the graphics correctly in the document. If you do not,
- you will only see a gray area.
-
- ---------------------------------------------------------------
- Peter H{gglund email: peterh@bellatrix.tdb.uu.se
- Dept. of Scientific Computing
- Uppsala University Opinions above are my own.
-
-