Hey Terry, On Tuesday 14 March 2006 13:43, Terry Collins wrote: > Okay, how do you layout an answer for something as simple as > sqrt(175)-17**2 in latex? > > Looking for a/the method of doing the multiple lines showing your > working with equal signs all lined up.
How about
\begin{eqnarray}
x & = & \sqrt{175}-17^2 \\
& = & .. whatever .. \\
% and so on
\end{eqnarray}
If you don't want your equations numbered, you can use
\begin{eqnarray*}
...
\end{eqnarray*}
> TIA
>
Regards,
James
--
James Ring
pgpDjEkOm113a.pgp
Description: PGP signature
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
