{eqnarray}
, can't get the equal sign to line up.
Code: Select all
\begin{align*}
interest = PV (r \times t)\\
= 8000 \left(0.06\times \frac{128}{365}\right)\\
= \$ 168.32
\end{align*}
{eqnarray}
, can't get the equal sign to line up.
Code: Select all
\begin{align*}
interest = PV (r \times t)\\
= 8000 \left(0.06\times \frac{128}{365}\right)\\
= \$ 168.32
\end{align*}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\begin{align*}
interest &= PV (r \times t)\\
&= 8000 \left(0.06\times \frac{128}{365}\right)\\
&= \$ 168.32
\end{align*}
Could you please be a bit more specific and describe the problem in more than just one line? A code example would be helpful.financialwar wrote:still don't align, just read the guide, don't you have to put & before and after the = sign?
align
environment only needs with one single alignment character (»&«) in this case. In most cases it is placed right before the equal sign. The provided code should work. If not, kindly provide a counter example.{eqnarray}
.Avoidfinancialwar wrote:[…] Got mixed up with{eqnarray}
.
eqnarray
!NEW: TikZ book now 40% off at Amazon.com for a short time.