I spent much time on this, but could not manage it or find a similar problem.
I would like to insert a picture in the center of this heart shaped paragraph, the text should be wrapped around it.

That's a MWE:
\documentclass[9pt]{minimal}
\usepackage[T1]{fontenc}
\usepackage{lipsum}
\usepackage{shapepar}
\usepackage{cutwin}
\opencutcenter
\renewcommand\windowpagestuff{\centering\includegraphics[width=2cm]{example.jpg}}
\begin{document}
\shapepar{\heartshape}
\lipsum[1]
\end{document}
Any attempt with the package cutwin leads to huge crashes. For example the following:
\begin{cutout}{a}{b}{c}{d}
\shapepar{\heartshape}
\lipsum[1]
\end{cutout}
Does anyone have a clue how to proceed? Thanks !
\cutoutbeing defined both inshapeparandcutwin. Other versions of one of both of those, or is that not really what you have used? – pst Apr 08 '14 at 22:08