Math & ScienceVertical aligned labels in enumerate for eq. systems?

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
pczinder
Posts: 2
Joined: Sat Mar 26, 2016 10:09 am

Vertical aligned labels in enumerate for eq. systems?

Post by pczinder »

I have to make an enumerated list of systems of equations (i.e, each system should get a number in enumerating). How to align vertically the label of the item to the first equation, not at the center of the system of equations?

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Vertical aligned labels in enumerate for eq. systems?

Post by Johannes_B »

Can you give us aan example of such a system as a code example?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
pczinder
Posts: 2
Joined: Sat Mar 26, 2016 10:09 am

Vertical aligned labels in enumerate for eq. systems?

Post by pczinder »

Thanks, Johannes. For example:

Code: Select all

         \begin{enumerate}[label=\emph{\alph*}),itemsep=5 mm]
             \item
                \(
                    \qquad\left.
                        \begin{aligned}
                            &(1) \quad 2x+3y=8 \\
                            &(2) \quad x-2y=-10
                        \end{aligned}
                    \right\}
                \)
             \item
                \(
                    \qquad\left.
                        \begin{aligned}
                            &(1) \quad 2x+3y=8 \\
                            &(2) \quad x-2y=-10 \\
                            &(3) \quad x+y=1
                        \end{aligned}
                    \right\}
                \)
        \end{enumerate}
I would like to put the item numbers a) and b) just before the first equations of both systems insted of the vertical center of the systems.

Thanks in advance!
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Vertical aligned labels in enumerate for eq. systems?

Post by Johannes_B »

What are you trying to achieve in the end? Is that supposed to be some kind of exam sheet? There might be a better solution available.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply