December 20, 2010
Floating Figure In Latex
\usepackage{floatflt}
\begin{floatingfigure}[lrp]{width}
\centering
\includegraphics{image.jpg}
\caption{fig:default}
\label{fig:figlabel}
\end{floatingfigure}
Captions and labels can be used in the same way as in the figure environment. Either of the optional arguments is used: l: left-hand sided figure r: right-hand sided figure p: left for even, right for odd page numbers. The width-argument indicates the space to be taken by the figure. Tip: Instead of an absolute width value, make it relative by ussin a fraction of the textwidth or columnwidth. E.g. 0.5\textwidth
http://texblog.wordpress.com/2008/04/14/floating-text-around-figuretable/
Tags: latex
Comments(1)
