I am new to LaTeX. So, I am stuck with something which should be simple. I need to align this equation so that the last term which goes to the next line begins after the equal to sign, but I can't figure out how to do this? Here is my code:
\begin{center}
\begin{align*}
log(Y_{it}) = c_i + year_t + \beta_{1}rcs(MaxT_{it})} + \beta_{2}MinT_{it} +\beta_{3} log(SR_{it}) +\beta_{4}Rain_{it} +
\beta_{5}Share Irrigated_{it}
\end{align*}
\end{center}


&while aligning. – Ruben Nov 20 '13 at 17:54alignenvironment can be understood as a table with 2 columns. Do you know how to handle tables in LaTeX? BTW: Welcome to TeX.SX! – Ruben Nov 20 '13 at 17:59alignand see how it works? Or even better, read theamsmathdocumentation? – karlkoeller Nov 20 '13 at 18:01