I want to wrap the text around an image with irregular shape. I use \wrapfigure and I get a box around the image, of course, but I don't want it. I just want to get effect like that I found an information it's impossible to get it in LaTeX, but I also found \parshape could resolve the problem. I tried to use for example this
Code: Select all
\parshape=8 0pt\hsize 8pt\hsize 0pt.7\hsize 0pt.5\hsize 0pt.5\hsize 0pt.7\hsize 0pt.5\hsize 0pt\hsize
Do you know? Or maybe there are some different ways to get what I want.
By the way, do you know if it's possible to place an image that I want to be wrapped exactly at the top or bottom of the page? The same like in \begin{figure}[t] for example.