General ⇒ Latex error: File 'x' not found
Latex error: File 'x' not found
I'm having an issue with TeXnicCenter. I am including png files for figures in my document using \includegraphics (I am using graphicx and subfigure). Everything was working fine but now no figures are showing up and I am getting a "File 'X' not found" error, even though the png files are in folder that the Latex document is in. Any idea of why this is happening? Is there a setting that tells TexnicCenter where to look for the files that could be directing to the wrong folder? Now none of the figures in any of my files will show up.
Thanks!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Latex error: File 'x' not found
Why didn't you give the exact error message? I can only guess that you switched to
latex -> dvi -> ps -> pdf
somehow and the compiler is looking for eps images instead of png (or pdf or jpg).Latex error: File 'x' not found
welcome to the LaTeX community.
I don't believe this has anything to do with TeXnicCenter (and if it doesn't we might move this thread to an appropriate sub-forum). You can verify this by compiling from the command line. If the error still is the same then it is not your editor.nickjj wrote:I'm having an issue with TeXnicCenter. I am including png files for figures in my document using\includegraphics
(I am using graphicx and subfigure). Everything was working fine but now no figures are showing up and I am getting a "File 'X' not found
" error, even though the png files are in folder that the LaTeX document is in. Any idea of why this is happening? Is there a setting that tells TexnicCenter where to look for the files that could be directing to the wrong folder? Now none of the figures in any of my files will show up.
I assume you made sure there is no typo? Can you show a

Regards