I have an equation and I would like to uncover part of it at a time. Take y = 2x + 3.
\begin{equation*}
y = 2x + 3
\end{equation*}
I would like to uncover the 3
\begin{equation*}
y = 2x + \uncover<2->{3}
\end{equation*}
That syntax for uncover does not seem to do anything.

\onslidesolution doesn't always work withalign(in amsmath) either. Sometimes I simply can't get incremental equations at all, for no apparent reason. Would be nice to hear an analysis of what's going on. – Ryan Reich Feb 10 '12 at 0:09\documentclass{beamer}\usepackage{amsmath}\begin{document}\frame{\[y = 2x + \uncover<2->{3}\]}\end{document}. Can you include the preamble of your document together with your TeX system (computer, TeX distribution etc.). And a side issue why not using\[ y = 2x + \uncover<2->{3} \]? – percusse Feb 10 '12 at 0:34