LaTeX Math Support¶
LaTeX math is supported using MathJax.
Inline math looks like \(f(x) = x^2\). The input for this is $f(x) = x^2$
. Use $…$
.
For a block of math, use $$…$$
on separate lines
gives
\[
F(x) = \int^a_b \frac{1}{2}x^4
\]
\[
D(\mathbf{p}) = \sum_{n \leq N} d_n \cdot \alpha_n \cdot T_n, \quad \text{where } T_n = \prod_{m<n} (1 - \alpha_m)
\]