I am using the following code to have a long linear regression model in my two-column latex file. I have used figure * to avoid the overlapping of the equation with the second column. However, it doesn't look good to me. Could you please suggest me any better way for this.
\begin{figure*}[!t]
\begin{equation}
\label{eq:sf}
ua = (49.3) + (-13 * m\_a) + (-0.4 * k\_a) + (-1 * l\_b) + (8 * t\_b) + (-9 * s\_a)
\end{equation}
\end{figure*}
\mbox. Can you please add turn your code snippet into a minimal compilable example? (Please add the document class used and any relevant package). – Gonzalo Medina Aug 1 '11 at 21:35