I have been using the Latex language for about a year now and though I was good haha...Well I was wrong.
I am now calling on you all to help my figure out how I can utilize the
\begin{eqnarray}
function within a cell. My intentions are to line up all the "=
" signs in a particular cell without using '$
'.For example:
Code: Select all
\begin{eqnarray*}
Speed&=&\frac{Distance}{Time} \\
&=&\frac{200km}{2\,Hours} \\
&=&100km\,per\,hour
\end{eqnarray*}
Thanks for your troubles

Scotty