\begin{figure*}[!t]% ensure that we have normalsize text
\normalsize
% Store the current equation number.
\setcounter{mytempeqncnt}{\value{equation}}% Set the equation number to one less than the one
% desired for the first equation here.% The value here will have to changed if equations
% are added or removed prior to the place these
% equations are referenced in the main text.
\setcounter{equation}{12}
\begin{equation}
\label{eqn_dbl_x}+++++++++++++++++
Put equation here
+++++++++++++++++
\end{equation}% Restore the current equation number.
\setcounter{equation}{\value{mytempeqncnt}}% IEEE uses as a separator
\hrulefill
% The spacer can be tweaked to stop underfull vboxes.
\vspace*{4pt}
\end{figure*}
方法2:\begin{document}前插入\usepackage{cuted}
\begin{strip}
\begin{equation}+++++++++++++++++
Put equation here
+++++++++++++++++
\end{strip}