Again, my advisor wants specific formatting... arg. I have two equations and want to label them both together. I would like the label to be on the normal right side, but be in between the two equations. I know it can be done, because I've seen it done (albeit not the code).
What I've tried to do is:
Code: Select all
\begin{align} \label{Equation1}
f(x) = x, \\
g(x) = x. \notag
\end{align}
Which returns something to the effect of:
f(x) = x, (Eq. 1)
g(x) = x.
This is *almost* what I want, except the label is across the first equation, not in the middle. Any ideas?