I wish to give a sentence an equation number. I've looked online an apparently I can use
\text
of \mbox
like this:
Code: Select all
\begin{equation}\label{result}
\text{Given a game B which is normally losing, it is possible to determine a winning strategy, if and only if the player obeys the following long list of instructions.}
\end{equation}
\text
or something else, but I do want an equation number).Thanks in advance.