LaTeX/Including graphics

< LaTeX

To include graphics, e.g. a .jpg file, the basic syntax is \includegraphics. The package graphicx is needed.

\documentclass{article}
\usepackage[pdftex]{graphicx}
\begin{document}
\includegraphics{yourpicturefile.jpg}
\end{document}

See also

This article is issued from Wikiversity - version of the Friday, July 03, 2009. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.