Math & Science ⇒ Vertical aligned labels in enumerate for eq. systems?
Vertical aligned labels in enumerate for eq. systems?
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Vertical aligned labels in enumerate for eq. systems?
Vertical aligned labels in enumerate for eq. systems?
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}
Thanks in advance!
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm