Hi all,
I have two coupled equations that I would like to display with a left brace, but I want each one of them to have their own label, in other words something like this:
-
| A = B (1)
-|
| C = D (2)
-
The problem is you need to be in a mathematic environment to put the brace (either with \begin{cases} or by creating an array), and you cannot begin equations inside a mathematic environment. If you begin equations before the command for the braces, you end up with one label for the two equations.
Anybody has an idea on how to do that?
Thanks a lot
General ⇒ Equations inside braces
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
Equations inside braces
Hi Julien,
welcome to the board!
You could do it by using the empheq package, see its documentation.
Stefan
welcome to the board!
You could do it by using the empheq package, see its documentation.
Stefan
LaTeX.org admin
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Equations inside braces
Take a look at the empheq package from the mh bundle. The documentation shows in detail what to do.
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
Re: Equations inside braces
Hi,
Thanks a lot for your answers!
Bests,
Julien
Thanks a lot for your answers!
Bests,
Julien