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
Math & Science ⇒ Large squared Brackets in long Equation
Large squared Brackets in long Equation
Last edited by marcdein on Sat Oct 08, 2011 11:39 am, edited 1 time in total.
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
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
\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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Large squared Brackets in long Equation
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10