There are a number of possibilities to have multiline equations, but I am looking for multiline \text{...} elements. For example:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
a^3 + b^3 \neq c^3 \text{ I have discovered a truly marvelous proof of this,\\which this margin is too narrow to contain.}
\end{equation}
\end{document}
Is there a way to break that long text into two lines? The \\ does not work here.

and,where,orare placed inside mathmode to concatenate the various terms. Also, please always provide a fully featured minimal working example (MWE), your question are highly more likely to get answered then. – Henri Menke Jul 29 '13 at 17:13\textis meant rather for short annotations, but sometimes I feel it's better to put the text there than in an\intertextor in a footnote. – quazgar Jul 29 '13 at 17:28