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.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.17 {\includegraphics{venn5.eps}
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
How can I make LyX work with ERT and pdf? (Yes, I need ERT)