On Saturday 14 May 2011 08.47.45 Gunnar wrote:
> Hello,
>
> I'm having problem in LyX 2.0.0rc3 (ubuntu has some lag) with a very simple
> test document.
>
> I insert an eps file with Insert -> Graphics and I can display the document
> as a pdf file (pdflatex) and as a ps file.
> That works fine,
> Then I add an ERT
>
> {\includegraphics{venn5.eps}
>
> and it works when displaying as ps file but viewing as pdf file gives me
> the error
>
>
> ! LaTeX Error: Unknown graphics extension: .eps.
Well, I exported a LaTeX file and the difference was really just the four
letters:
.eps
I removed them and, voilá, problem solved!
So I'd like to re-phrase my original question:
why isn't the filename extension .eps allowed?
How can I solve that problem?