How do I wrap text around a figure in LaTeX?

  • Context: LaTeX 
  • Thread starter Thread starter nbo10
  • Start date Start date
  • Tags Tags
    Figure Latex
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 7K views
nbo10
Messages
416
Reaction score
5
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, that's 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.
Code:
\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
 
Physics news on Phys.org
Have you considered using the wrapfig environment?

- Warren
 
The wrapfig environment works great thanks
Thanks
JMD
 
Last edited: