How can I use a text box to insert a graphic? I got the following code and I must modify it in order to insert a graphic. What should I do?
\begin{figure}[thpb]
\centering
\framebox{\parbox{3in}{We suggest that you use a text box to insert a graphic (which is ideally a 300 dpi TIFF or EPS file, with all fonts embedded) .
}}
%\includegraphics[scale=1.0]{figurefile}
\caption{Inductance of oscillation winding on amorphous
magnetic core versus DC bias magnetic field}
\label{figurelabel}
\end{figure}
%symbol and replace where it saysfigurefilewith the name of your figure. Ensure that you have declared the extension using thegraphicxpackage. Also remember that the figure must be found in the same folder as the tex file. So it compiles smoothly – azetina Sep 25 '13 at 22:29