I try to insert a picture using the code below
\usepackage{pgf}
\begin{figure}[h]
\centering
\includegraphics[width=2.5in]{image/Test}
\caption{Example TA}
\label{fig:Reinforcement}
\end{figure}
However, the error says Missing $ inserted; may someone help me?
\documentclassand the appropriate packages so that those trying to help don't have to recreate it. – Peter Grill Nov 15 '12 at 03:38pgfis for. Usually\usepackage{graphicx}is used for JPEGs and pictures in general. – Christian Nov 15 '12 at 14:11