Thanks for your reply. My question was more on the lines of how to get
bigger parenthesis/braces when I need to split the equation:

So if I want to split this:
A = ..........( LONG_TERM1 + LONG_TERM2)

I would like to get:
A = ...........Big(  LONG_TERM1
                   + LONG_TERM2  Big)

Thanks,
Alex

-----Original Message-----
From: Miguel Bazdresch [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 29, 2007 8:36 AM
To: Alexander Sklar
Subject: Re: split long equations and line spacing questions

On Nov 29, 2007 10:31 AM, Alexander Sklar <[EMAIL PROTECTED]> wrote:
> 1)      What's the best way to split an long equation surrounded by
> parenthesis, over several lines ?

The best way I know is using the split or multiline environments
provided by AMS.
You need to add \usepackage{amsmath} to your preamble; package
documentation is easy to find with Google.

-- 
Miguel Bazdresch

Reply via email to