Graphics, Figures & Tables ⇒ Graphics File Not Found
Re: Graphics File Not Found
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
-
- Posts: 1
- Joined: Thu Aug 18, 2011 12:36 pm
Graphics File Not Found
I have exactly the same error: LaTeX error fileL Cell culture_1.pdf not found on input line 116. I checked the file extension etc, but can not figure out what is wrong:
I use it like this:
Code: Select all
[code]\begin{figure}[!h]
\begin{center}
\includegraphics{Cell culture_1.pdf}
\end{center}
\end{figure}
Can somebody help me please?
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Graphics File Not Found
just don't use spaces in file names. LaTeX cannot load a file with a space in the name. A workaround would be loading the grffile package, if spaces are really required.
Stefan