I'm trying to insert an image into a 2 column page, and yet no matter what I try the text of the paragraph immediately following the image starts at the same line as the top of the image, outside the margins, resulting in a ridiculous look:
The code is:
\begin{wrapfigure}{l}{1.0\linewidth}
\frame{\includegraphics[keepaspectratio=true, width=1.0\linewidth]{./Stack.png}}
\caption{TCP/IP and Application stacks}
\label{fig:Architecture}
\end{wrapfigure}
If anyone has any ideas that would be great, I've exhausted google.
I've also provided a screenshot of a test doc showing the lack of rendering.
