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
- List of resources under LaTeX
- Topic:LaTeX - the organisation page for wikiversity learning activities on LaTeX
- b:LaTeX - the featured wikibook, available in .pdf format
- w:LaTeX - wikipedia article on LaTeX
- LaTeX/Inserting diagrams
- http://mathstat.uohyd.ernet.in/manuals/latex/graph_latex.html
- b:LaTeX/Importing_Graphics