PDA

View Full Version : Putting graphics in latex


cdhotfire
Dec6-04, 06:52 PM
Can someone help me, I put
\begin{figure}[h]
\centering
\includegraphics{C:/Math.png}
\end{figure}

I even tried to do this with .eps, but it still keeps saying that its an undefined control sequence.

James R
Dec7-04, 06:04 AM
Do you have the correct \usepackage{} command at the top of your source file?

cdhotfire
Dec7-04, 02:00 PM
huh? how do I do that?