< 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. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.