Math & Science ⇒ Vertical aligned labels in enumerate for eq. systems?
Vertical aligned labels in enumerate for eq. systems?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- 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