Here is a snippet of my code:
Code: Select all
\begin{figure}[hbtp]
\centering
\includegraphics[scale=1]{sadf.pdf}
\caption{Figure 1}
\end{figure}
\includegraphics
command always brings up this error message:Undefined control sequence.
\includegraphics
Does anyone have any idea why this simple command always results in an error?
I just need to embed pictures and put captions on them.