PDA

View Full Version : LaTex figure word wrapping


nbo10
Mar30-04, 10:02 PM
Hi all,
I've inserted a figure into a document I'm working on, but I can't seem to get the words to wrap around the figure. I have a large white spot on the left side of the page, thats just begging for some text. I've looked in the two guides I have and neither say anything about this can anyone help??? I'm using the following bit to add the figure.

\begin{figure}[h]
\captionstyle{flushleft} \onelinecaptionsfalse
\includegraphics[width=2.5in,height=2.5in]{stru.eps}
\caption{xxxx structure.} \label{fig:xxx}
\end{figure}


Thanks

JMD

chroot
Mar30-04, 10:36 PM
Have you considered using the wrapfig environment?

- Warren

nbo10
Mar30-04, 10:39 PM
The wrapfig environment works great thanks
Thanks
JMD