Send As SMS

2/23/2006

how to insert a figure in latex

to insert a figure in latex, try the following code:

\begin{figure}[h]
\begin{center}
\includegraphics[width=4in]{your_file.jpg}
\end{center}
\caption{your_caption}
\end{figure}
note that you can adjust the size of your figure using the width parameter; height should simultaneously scale proportionately.


0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home

My blog has moved! Redirecting...

You should be automatically redirected. If not, visit http://stinkpot.afraid.org:8080/tricks/ and update your bookmarks.