The wrapfig Package
Documentation | wrapfig |
---|---|
Categories | figures |
Description | Wrapfig allows you to have text wrap around a figure on either the left side or the right side. |
Options |
\usepackage{wrapfig} |
Examples |
% \begin{wrapfigure}[nlines]{<rl>}[overhang into margin]{width or 0pt}
\begin{wrapfigure}{r}{0pt}
\includegraphics[width=2in]{sample}
\caption[short version]{Long version of the caption}
\label{fig:wrapper}
\end{wrapfigure}
\lipsum[1-2]