____________
There are three environments that put LaTeX in math mode:
math
displaymath
equation
math
environment can be used in both paragraph and LR mode, but
the displaymath
and equation
environments can be used only in
paragraph mode. The math
and displaymath
environments are used so
often that they have the following short forms:
\(...\)
or $ ... $
\begin{math}...\end{math}
\[...\]
\begin{displaymath}...\end{displaymath}
_{exp}
_{exp}
.
^{exp}
^{exp}
.
In a math environment, LaTeX ignores the spaces you type and puts in the spacing that it thinks is best. LaTeX formats mathematics the way it's done in mathematics texts. If you want different spacing, LaTeX provides the following four commands for use in math mode:
\;
- a thick space
\:
- a medium space
\,
- a thin space
\!
- a negative thin space
\cdots
\ddots
\frac{num}{den}
\ldots
\overbrace{text}
\overline{text}
\sqrt[root]{arg}
x+y
would be typed as $\sqrt[3]{x+y}$
.
\underbrace{text}
\underline{text}
\vdots