I have the following code which works if it's not in a frame but fails when
inside a frame:
\includegraphics{somefigure}\\[-110pt]\hangafter-3\hangindent160pt
Lots of text Lots of text Lots of text Lots of text Lots of text Lots of
text Lots of text Lots of text Lots of text Lots of text Lots of text Lots
of text Lots of text Lots of text Lots of text Lots of text Lots of text
Lots of text.
The idea is that the text should be to the right of the figure at first,
but since the figure is not very tall, the text should go back the left
edge of the page when the figure ends. However, inside a frame, hangindent
and such seem to have no effect.
Any ideas?