http://www.codecogs.com/latex/eqneditor.php
Images as Figures
There are many scenarios where you might want to accompany an image with a caption and possibly a cross-reference. This is done using the figure environment. The following code sample shows the bare minimum required to use an image as a figure.\begin{figure}[htb] \includegraphics{image.png} \end{figure}
\begin{figure}[htb] \centering \includegraphics[width=0.8\textwidth]{image.png} \caption{Awesome Image} \label{fig:awesome_image} \end{figure}
No comments:
Post a Comment