I have the following equation:
Code: Select all
\begin{definition}[\textbf{function jazzup}]
\begin{equation}
\begin{split}
jazzup : X \times Y \to [0,1],\\
long definition of the jazzup function
\end{split}
\end{equation}
\end{definition}
If I don't use split, I get two equation numbers, one for each line of text, which I don't want.
Using split, the two lines of text are aligned to the right. Can I center them?
Thanks