Re: [MiKTeX] Including .eps file in MiKTeX
MiKTeX source code moved to GitHub
Brought to you by:
csc
|
From: Alan R. <ri...@ec...> - 2008-01-09 17:58:32
|
Herbert Gintis wrote:
> Dear MikTeX group,
> I am a new user. I have eps files that I include in a LaTeX
> document using
> \psfig{figure="mypicture.eps}
> The eps file is produced by SigmaPlot.
> I get the following error report:
> Can anyone tell me what I am doing wrong???
>
> Best Herbert Gintis
>
> MiKTeX Problem Report
> Message: The page could not be rendered.
> Data: Error: /undefined in II*
> Operand stack:
> Execution stack:
> %interp_exit .runexec2 --nostringval-- --nostringval--
This is a Postscript error. Assuming your .eps file causes it, I would
guess that either SigmaPlot produced poor quality Postscript when it
created this file (not an uncommon problem) or that the file contains a
preview or some other non-Postscript data that causes this to happen.
Try recreating the file in SigmaPlot, ensuring that any options like
previews are disabled. If that doesn't work, try cleaning up the file
using the eps2eps command line tool that you will find the lib folder of
Ghostscript. If neither of those suggestions works, please provide a
minimal working example as described in:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl
Alan
|