A $\LaTeX$ cheat sheet inspired by Karl Ventayen .
For now, this site focuses on statistics notation, because that's where this idea first came from.
Search for some math, $\LaTeX$, or other key terms. $\LaTeX$ code for
the math symbols show up in
this color and style
. Most of this syntax should be portable across various $\LaTeX$
implementations. This site uses
$\KaTeX$
and assumes you know enough already to surround all the
latex code
in dollar signs, like
$\alpha$
to get $\alpha$. And use double dollar signs to get display mode math,
that is centered and generally taller math expressions.
\mathbb{E}[X] = \int_{S} x f(x) dx
\alpha
\beta
\gamma
\delta
\epsilon
\zeta
\eta
\theta
\iota
\kappa
\lambda
\mu
\nu
\xi
\omicron
\pi
\rho
\sigma
\tau
\upsilon
\phi
\chi
\psi
\omega
\mathbb{P}[|X - \mu| \geq k \sigma] \leq \frac{1}{k^2}
\frac{x^2}{\mu/2}
x_{i-1}^{2y}
\int_{0}^{1} x^2 dx
\mathbb{P}[X \in A| Y = 2] = 0.5
a \in A
A \subset B
$\mathbb{E}[X] = \sum_{x \in \{0, 1\}} x * f(x) = 0 * f(0) + 1 *
f(1)$
\{0, 1, 2, 3\}