I have four different equations aligned on four separate rows (using the eqnarray environment). I would like to add one large "{" stretching along the entire left hand of my equation array. How do I do that ?
Thanks for any help.
Math & Science ⇒ Equation array - how to add {
NEW: TikZ book now 40% off at Amazon.com for a short time.

Equation array - how to add {
Hi,
you should not use the eqnarray environment anymore: Avoid eqnarray!
Here are two possibilities:
you should not use the eqnarray environment anymore: Avoid eqnarray!
Here are two possibilities:
Code: Select all
\documentclass{report}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\begin{cases}
a+b+c\\
a+b+c\\
a+b+c\\
a+b+c\\
\end{cases}
\end{equation}
\begin{equation}
\left\lbrace
\begin{array}{l}
a+b+c\\
a+b+c\\
a+b+c\\
a+b+c\\
\end{array}
\right.
\end{equation}
\end{document}
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
Equation array - how to add {
Alternative solutions come with the empheq package from the mh bundle.
Best regards and welcome to the board
Thorsten
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