GeneralEquations inside braces

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Julien12
Posts: 2
Joined: Wed Sep 10, 2008 8:13 pm

Equations inside braces

Post by Julien12 »

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

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

Equations inside braces

Post by Stefan Kottwitz »

Hi Julien,

welcome to the board!
You could do it by using the empheq package, see its documentation.

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

Equations inside braces

Post by localghost »

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¹
Julien12
Posts: 2
Joined: Wed Sep 10, 2008 8:13 pm

Re: Equations inside braces

Post by Julien12 »

Hi,

Thanks a lot for your answers!

Bests,
Julien
Post Reply