Since I've just given a short course on LaTeX, I had some stuff looked up and on slides (in Dutch). So to be complete, the following are all ways to get math modes in LaTeX:
Brad Miller wrote:
There are four environments that put LaTeX in math mode: math, displaymath, eqnarray, and equation.
These can be used as begin/end keywords, but the following are also possible:
- math: $…$ or (…) - displaymath: $$…$$ or […]
Jeroen.