I am trying to have a multiline equation without any numbering, even not in the last one.
\begin{align}
a = x \nonumber \\
b = y
\end{align}
However, this is producing a line number in the last line, which would like not to happen.
I have also tried the equation and equation* environments with no luck.
Thanks.
P.S. What' the markup for rendering LaTeX code. Can't seem to be able to find it in the help page?
align*should be obvious. There is no markup for rendering LaTeX code. Only source code – daleif Jun 19 '13 at 15:33amsmathpackage and browsing [tag:align]. – Qrrbrbirlbel Jun 19 '13 at 18:06