I am writing a paper in IEEEconf format with two column format style sheet downloaded from IEEE site. I have table/image which is fairly large in size. I need to span that table/image over two columns of IEEE style sheet.
I used following format which is not working. I tried to wrap in figure tag it works but image appears at the end of paper.
Code: Select all
\begin{table}[H]
\begin{center}
\begin{tabular*}
....
\end{tabular*}
\caption{...}
\label{Table:table4}
\end{center}
\end{table}
Amit