I just installed TexStudio. I have .eps graphics files and use \includegraphics {filename.eps} to embed graphics in my documents. However, I get an error "Unknown file extension .eps". What do you suggest I try?
Thanks,
Ron
Anonymous
Looks like you're compiling with PDFLaTeX, which doesn't deal with
.eps
graphics files. Try with LaTeX (menu Tools → Commands → LaTeX).