LaTeX graphicx
graphicx is a package for inserting graphics.
Contents
Usage
\usepackage{graphicx}
% ...
\includegraphics{foo}
Options
For example:
\includegraphics[scale=2.5]{foo}
\includegraphics[width=5cm, height=5cm]{bar}
\includegraphics[angle=90]{baz}
Graphics Path
To configure where graphics files are looked up, try:
\usepackage{graphicx}
\graphicspath{ { ./images/ } { ./charts/ } { ./tables } }To position a graphic, or to add reference-able labels, or to add captions, create a figure.
