LaTeX graphicx

graphicx is a package for inserting graphics.


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.


See also

CTAN package page


CategoryRicottone

LaTeX/Graphicx (last edited 2025-08-27 21:05:00 by DominicRicottone)