see http://tex.stackexchange.com/questions/56176/handling-of-wrapfig-pictures-in-latex and http://texblog.org/tag/wrapfigure/ also there is wraptable see http://tex.stackexchange.com/questions/49300/wrap-text-around-a-tabular
From the first link:
\documentclass{article} \usepackage{wrapfig} \usepackage{lipsum} \begin{document} \lipsum[1-4] \begin{wrapfigure}{R}{5cm} \centering \rule{3cm}{7cm} \end{wrapfigure} \lipsum[1-6] \end{document}