I am creating an IJCA article.I have a situation where I have to insert a two column image at some place.After that normal text follow.I used the package float.I am attaching the code below.
\begin{figure*}[h!]
\centering
\includegraphics[scale=0.5]{result}
\caption{result of process}
\label{fig:result}
\end{figure*}
But now the image is displayed in the next page center rather than the position where I wanted.How to make it display it where I wanted??
figure*can only appear at the top of a page, don't think you can do anything about that. – Torbjørn T. Mar 16 '14 at 20:19