Graphics, Figures & TablesGraphics File Not Found

Information and discussion about graphics, figures & tables in LaTeX documents.
Borough
Posts: 6
Joined: Mon Aug 15, 2011 4:13 pm

Re: Graphics File Not Found

Post by Borough »

I've got it to work. The problem was that my file was in fact named graph1.pdf.pdf. Thanks for your time and effort helping me resolve this Stefan.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

abhishekgupta2
Posts: 1
Joined: Thu Aug 18, 2011 12:36 pm

Graphics File Not Found

Post by abhishekgupta2 »

Hi

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}
[/code]

Can somebody help me please?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Re: Graphics File Not Found

Post by Stefan Kottwitz »

Hi,

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
LaTeX.org admin
Post Reply