Graphics(jpg) Inclusion:
http://mactex-wiki.tug.org/wiki/index.php?title=Graphics_inclusion
How to input a graphics to latex file
http://en.wikibooks.org/wiki/LaTeX/Importing_Graphics
\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