I tried to compile the following using the beamer class:
\begin{block}
$$T(\mathcal{P})=\mathbb{R}$$ and
$$\mathrm{M}(\mathcal{P})=\mathbb{R}_{+}^{3}/ \mathrm{S}_3$$
\end{block}
If I complie the math stuff alone, it works just fine, but when I put them inside a block environment, it says missing $ inserted.
What should I do?
Why is \[ … \] preferable to $$?– Ignasi Feb 08 '12 at 11:18