Re: [MiKTeX] Including .eps file in MiKTeX
MiKTeX source code moved to GitHub
Brought to you by:
csc
|
From: Philip G. R. <phi...@fa...> - 2008-01-11 17:47:13
|
> > Below are (a) a minimal LaTeX program, and (b) the yap=20 > error message, > > after running texify on miktex.tex. > > I have placed bunching4455.eps on my website (URL in my signature)=20 > > under "Computer Programs". >=20 > Ghostscript doesn't like your eps. It chokes on the binary=20 > part at the end. I deleted in an editor everything after=20 > %%EOF. This seems to work. Yes, indeed, I and others have commented on this on various occasions in various lists over the years: many M$ Windogs utilities do not produce kosher postscript - there are often both leading and trailing lines containing non-ASCII or control characters (meant for printers) that = just choke any attempt at screen rendering. While I suppose LaTeX could be "taught" to ignore the offending lines but it would be nicer if the = software producers thought a little more about the use of the output their = programmes provide. That said, it's usually not at all difficult to edit the file manually = (as Ulrike did) and remove the problem. Cheers, Phil |