LEdLEd compiling problem and dillema

Information and discussion about LEd, an integrated LaTeX environment for Windows
Post Reply
dingo_d
Posts: 3
Joined: Tue Nov 17, 2009 9:26 pm

LEd compiling problem and dillema

Post by dingo_d »

Hi!

I'm using LaTeX for some time now and I love it! :D

But I have a little problem. I'm writing some homework for my uni, and I have included .EPS picture. Normally that wouldn't be a problem, because I would just go to cmd and do dvips and then distiller would do the job. But I have flash animation in the file also, so when I try to make PS into PDF distiller says:

Code: Select all

%%[ Error: undefinedfilename; OffendingCommand: file ]%%

Stack:
(r)
(Gibbs.swf)
{fstream1}
-mark-


%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
%%[ Warning: PostScript error. No PDF file produced. ] %%
Gibbs.swf is the flash animation. And the fact that distiller made error didn't quite bother me because the direct LEd built-in PDF compiler did great job - the animation worked when you would click on it. But I have added .EPS picture and now when I try to make direct PDF compliation in LEd I get:

Code: Select all

! LaTeX Error: File `granint' not found.
See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.88 ...ludegraphics[width=0.5\textwidth]{granint}
                                                  
?
granint is the EPS picture...

So how do I fix that problem? I'll appreciate any help! Thanks!!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply