I used the commands \onecolumn and \twocolumn to have some images in one column, but now the images' captions are not centered. How can I solve this problem?
My code is like below:
\one column
\begin{figure}[p]
\centering
....
\caption{...}
\label{fig:...}
\end{figure}
\twocolumn
Addendum: A full MWE is:
\documentclass[journal]{IEEEtran}
\usepackage{times,amsmath,epsfig,amssymb,graphicx,amsfonts,pxfonts,txfonts,float}
\usepackage{subfigure,ifpdf,cite}
\begin{document}
\begin{figure*}[p]
\centering \subfigure[]
{\label{fig:Original}
\includegraphics[width=70mm]{Lena.pdf}}%
\label{fig:image}
\end{figure*}
\nocite{*}
\bibliographystyle{IEEEtran}
\bibliography{meee}
\end{document}
figure*. – Harish Kumar May 23 '12 at 15:59\begin{figure*}....\end{figure*}. – Harish Kumar May 23 '12 at 16:11