Now the problem is I will have, maybe 30 of these wrapped pictures, and I need them to scale the same way. I can easily define the scale for \includegraphics to use (so I can control the scale of all the pictures at once.), but I would like wrapfigure to also allocate enough space in the text for the picture bases on this scale. The pictures will have variable length. Is there a way for wrapfigure to automatically detect how much space it needs to allocate for the wrapped picture? I have experimented with the calc package and \setlength but have not come up with a solution.