I am trying to add some EPS files in text but I got the following error message
! LaTeX Error: Unknown graphics extension: .eps.
Does anyone knows how to fix it?
I installed MikTex 2.9
I am trying to add some EPS files in text but I got the following error message
! LaTeX Error: Unknown graphics extension: .eps.
Does anyone knows how to fix it?
I installed MikTex 2.9
pdflatexand then you must use.pdf,.pngor.jpgimages. But you can use.epsimages withlatexcompiler. Search aboutepstopdfprogram. – Fran Feb 12 '15 at 18:20pdflatex --shell-escapefor automatic conversion of.epsfiles to.pdfones. – Feb 12 '15 at 18:34