I could not locate the file with any of these extensions:
.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPEG,.JBIG2,.JB2
The name of the file it's saying it can't locate has no spaces in it. Here's the code:
Code: Select all
\documentclass[paper,9.5pt]{article}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage[usenames,dvipsnames]{color}
\begin{document}
\title{*Title*}
\date{}
\author{}
\maketitle
\doublespace
\includegraphics{image1}
*Stuff*
\end{document}
I'm on a PC, running pdfLaTeX in TeXworks.
Is there something else I need to include? What am I missing?