Math & ScienceLarge squared Brackets in long Equation

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
marcdein
Posts: 40
Joined: Sat Dec 19, 2009 2:11 pm

Large squared Brackets in long Equation

Post by marcdein »

I have an equation which is very long, and needs to be broken into two lines using either align or eqnarray. I have a large square bracket which is opened in the top line and closed in the bottom line. However, both align and eqnarray complain: "Extra }, or forgotten \right". Is there a way around this?

Thanks,

Marco
Last edited by marcdein on Sat Oct 08, 2011 11:39 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Re: Large squared Brackets in long Equation

Post by Stefan Kottwitz »

Hi Marco,

\left and \right cannot split over two lines. Each \left requires a \right on the same line, and the other way round. Either add \right. and \left. for invisible brackets, possibly with a vertical adjustment by \vphantom, or simply use \Big[ (\big, \bigg etc.) on one line and the corresponding \Big] on the other line.

Stefan
LaTeX.org admin
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Large squared Brackets in long Equation

Post by localghost »

marcdein
Posts: 40
Joined: Sat Dec 19, 2009 2:11 pm

Re: Large squared Brackets in long Equation

Post by marcdein »

Thanks!
Post Reply