I'm using Texmaker 4.4.1, When I compile with LaTex it returns an error of file "test" not found, when I compile it with PDFLaTex, it works fine. test is a pdf file in the directory of my .tex file. I use this simple command:
\includegraphics{test}
I have all the necessary packages and the file compiles with PDFLaTeX. I already checked: packages, filename, directory, resetting texmaker settings, restarting, Capital letters everything works for PDFLatex but not for Latex. Anyway, what is the difference between compiling with LaTeX and PDFLaTeX?