Search found 2 matches

by pczinder
Sat Mar 26, 2016 11:26 am
Forum: Math & Science
Topic: Vertical aligned labels in enumerate for eq. systems?
Replies: 3
Views: 3815

Vertical aligned labels in enumerate for eq. systems?

Thanks, Johannes. For example:


\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 ...
by pczinder
Sat Mar 26, 2016 10:20 am
Forum: Math & Science
Topic: Vertical aligned labels in enumerate for eq. systems?
Replies: 3
Views: 3815

Vertical aligned labels in enumerate for eq. systems?

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?