I'm a beginner in LaTeX, and am having problems I was hoping someone could help me with. I'm trying to learn how to place images in figures using graphicx. This is my simple test code, which isn't working.
Code: Select all
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}[!h]
\centering
\includegraphics{C:\Users\Tyler\Dropbox\hatchdownmesh.png}
\end{figure}
\end{document}
\includegraphics
. It outputs the following LaTeX error.
Code: Select all
! Undefined control sequence.
<argument> C:\Users
\Tyler \Dropbox \hatchdownmesh
l.19 ...{C:\Users\Tyler\Dropbox\hatchdownmesh.png}