Math & ScienceHow to tag/label rows in equation?

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
theo moore
Posts: 72
Joined: Thu Jan 15, 2009 3:16 pm

How to tag/label rows in equation?

Post by theo moore »

I haven't been able to find a solution for this: I'd like to use the aligned environment, but with the ability to label EACH row. So for example,

Code: Select all

\begin{equation*}
1 = \left\{
   \begin{aligned}
      1 \\
      2
   \end{aligned}
\end{equation*}
Except each row is labeled. How would I do this? Yes, if I didn't have that left brace, life would be easier (I could just use an align environment)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

How to tag/label rows in equation?

Post by localghost »

Have a look at the empheq package from the mh bundle.


Best regards and welcome to the board
Thorsten¹
Post Reply