I'm trying to layout an equation in the following way:
Code: Select all
First: x = 1/|y| (3.5a)
Second: x = y (3.5b)
Third: x = y^2+|x| (3.5c)
I've tried doing it like this (using amsmath):
Code: Select all
\begin{subequation}
\begin{align}
\text{First:} & x=1/|y| \\
\text{Second:} & x=y \\
\text{Third:} & x=y^2+|x|
\end{align}
\end{subequations}
I've been hacking at this for days now, it's driving me nuts, and I'd really appreciate it if someone could help.
Thanks in advance.