1

I'm adding two figures to my latex document which is two column format, making them cover both columns like below. However, this moves them to the second and third pages respectively even if I add this text on the very first page. This is strange to read since they are referenced on the first page. Is there a way to control where the figures get placed?

\begin{figure*}[h!]
\vskip 0.2in
\begin{center}
\centerline{\includegraphics[width=\textwidth]{pps3steps.png}}
\caption{Pre-provisioning involves 3 high-level steps.}
\label{fig:pps3steps}
\end{center}
\vskip -0.2in
\end{figure*}

0 Answers0