Math & Science ⇒ unclosed equation boundaries
unclosed equation boundaries
How can I write unclosed equation boundaries in tex without getting errors. More simply how do I write \left( without using a corresponding \right) and vice-versa.
NEW: TikZ book now 40% off at Amazon.com for a short time.

unclosed equation boundaries
Hi,
without using extra packages you must balance every \left construct with its corresponding \right command (and viceversa) before changing lines. You can use a void delimiter (represented with a dot); for example,
or
The breqn package allows \left \right constructs even if a break line occurs in the middle.
without using extra packages you must balance every \left construct with its corresponding \right command (and viceversa) before changing lines. You can use a void delimiter (represented with a dot); for example,
Code: Select all
\left( \right.
Code: Select all
\left. \right)
1,1,2,3,5,8,13,21,34,55,89,144,233,...
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
unclosed equation boundaries
You can also try commands for manual adjustment of scalable delimiters which don't need to appear in pairs.
Furthermore the invisible delimiters introduced by gmedina produce additional horizontal space (caused by the \nulldelimiterspace register). More information about that can be found in the »Math mode« document.
Best regards and welcome to the board
Thorsten
Code: Select all
\big
\Big
\bigg
\Bigg
Best regards and welcome to the board
Thorsten
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
Re: unclosed equation boundaries
Silly me, don't forget the 'Bigg' fella!!
Thanx
Thanx