home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / softsys / matlab / 132 < prev    next >
Encoding:
Text File  |  1993-01-24  |  931 b   |  28 lines

  1. Newsgroups: comp.soft-sys.matlab
  2. Path: sparky!uunet!enterpoop.mit.edu!news.media.mit.edu!news.media!jnicolas
  3. From: jnicolas@image.mit.edu (Julien Nicolas)
  4. Subject: Re: Purpose of %%BeginPreview ... %%EndPreview in eps files
  5. In-Reply-To: jnicolas@image.mit.edu's message of Sat, 23 Jan 1993 05:16:08 GMT
  6. Message-ID: <JNICOLAS.93Jan23185756@image.mit.edu>
  7. Sender: news@news.media.mit.edu (USENET News System)
  8. Organization: Massachusetts Institute of Technology, Cambridge, USA
  9. References: <JNICOLAS.93Jan23001608@image.mit.edu>
  10. Date: Sat, 23 Jan 1993 23:57:55 GMT
  11. Lines: 15
  12.  
  13.  
  14.  
  15. Solution: Comment out the following section in print.m
  16.  
  17. % EPS file gets Adobe standard EPSI bitmap preview
  18. % Bring figure to top of window stacking order for screen capture
  19. %if (isEps)
  20. %    num_opt_args = num_opt_args + 1;
  21. %    eval(['opt_arg', num2str(num_opt_args), ' = ''-preview'';']);
  22. %    figure(gcf)
  23. %end    
  24.  
  25. File sizes are now much more reasonable...
  26.  
  27. Julien
  28.