Rather than using eqnarray, I like to use the simple split:

\begin{equation}\begin{split}
&A=1 \\
&B=10000
\end{split}\end{equation}

Although this may actually be part of the AMSMath package.

Mark

>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 17 Jan 2008 09:29:43 -0500
> From: Darren Dale <[EMAIL PROTECTED]>
> Subject: Re: [Matplotlib-users] multiline mlath text
> To: matplotlib-users@lists.sourceforge.net
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain;  charset="iso-8859-1"
>
> I dont think newlines are supported this way in tex. Here's an example:
>
> \documentclass[]{article}
>
> \begin{document}
>
> $a=e^{i\pi}\\x=y$
>
> $$a=e^{i\pi}\\x=y$$
>
> \begin{eqnarray}
> a & = & \frac{e^{i\pi}}{e^{-i\pi}} \\
>  & = & e^{i2\pi}
> \end{eqnarray}
>
>
> \end{document}
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to