home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.soft-sys.matlab
- Path: sparky!uunet!enterpoop.mit.edu!news.media.mit.edu!news.media!jnicolas
- From: jnicolas@image.mit.edu (Julien Nicolas)
- Subject: Re: Purpose of %%BeginPreview ... %%EndPreview in eps files
- In-Reply-To: jnicolas@image.mit.edu's message of Sat, 23 Jan 1993 05:16:08 GMT
- Message-ID: <JNICOLAS.93Jan23185756@image.mit.edu>
- Sender: news@news.media.mit.edu (USENET News System)
- Organization: Massachusetts Institute of Technology, Cambridge, USA
- References: <JNICOLAS.93Jan23001608@image.mit.edu>
- Date: Sat, 23 Jan 1993 23:57:55 GMT
- Lines: 15
-
-
-
- Solution: Comment out the following section in print.m
-
- % EPS file gets Adobe standard EPSI bitmap preview
- % Bring figure to top of window stacking order for screen capture
- %if (isEps)
- % num_opt_args = num_opt_args + 1;
- % eval(['opt_arg', num2str(num_opt_args), ' = ''-preview'';']);
- % figure(gcf)
- %end
-
- File sizes are now much more reasonable...
-
- Julien
-