I am looking for a way to align the label of an equation environment to the base line of the formula text. The default behavior of
\begin{equation}
\begin{array}{llr}
\hat x &= \underset{x} {\text{arg\,min}} & f(x)+ \sum_i \lambda_i g_i(x)
\end{array} \tag{SomeLabel}
\end{equation}
seems to produce
Here, the label is actually vertically centered to the whole equation. I think it would be nicer if it was aligned with the base line. Anyone know how to fix this?


arrayhere. – Werner Dec 23 '19 at 17:36array, move the label down one line, just before the\end{equation}. – barbara beeton Dec 23 '19 at 20:58