includegraphics returns undefined control sequence error

  • Context: LaTeX 
  • Thread starter Thread starter cdhotfire
  • Start date Start date
  • Tags Tags
    Graphics Latex
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 5K views
cdhotfire
Messages
193
Reaction score
0
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.
 
Physics news on Phys.org
Do you have the correct \usepackage{} command at the top of your source file?
 
huh? how do I do that?