Figures
Published on 30 Nov 2007Tags #LaTeX
This note will allow you to insert images into your document.
Document layout
% ...
\usepackage[DRIVER]{graphicx}
% ...
\begin{document}
% ...
\includegraphics{FILE}
% ...
\end{document}
Supported formats
| Driver | Formats |
|---|---|
| dvips | EPS |
| pdftex | PNG, PDF |
See Generating PS/PDF Documents
Placing Figures
Images should be places inside floats:See Floats
Graphics search path
\graphicspath{{PATH1}{PATH2}}
Adding a caption
See Captions
References
Referring to figures is referring to captions: See References