Graphics, Figures & Tables ⇒ Image Insertion Error with pdftex
-
- Posts: 1
- Joined: Wed Jan 06, 2010 11:35 am
Image Insertion Error with pdftex
\documentclass[12pt,titlepage]{article}
\usepackage[pdftex]{graphicx}
\begin{document}
What a bunch of crap?!
\begin{figure}[h]
\centering
\caption[Figure 1]
\includegraphics{valleyOfStability}
\end{figure}
\end{document}
I get the error
! Package pdftex.def Error: File `\color@endgroup .png' not found.
See the pdftex.def package documentation for explanation.
I have the image file saved in the same folder as the .tex file. I have a .png, .jpg, .pdf, and .eps version there, so the issue isn't the file type. I've tried adding each of these file extensions to the filename in the tex code.
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
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm