1. Inline math and basic symbols
You can place math naturally inside text, like $e^{i\pi}+1=0$, $\alpha,\beta,\gamma$, $x_1, x_2, \dots, x_n$, or set-builder notation $A = \set{x \in \R : x^2 < 2}$.
A single-file demo page showing inline math, displayed equations, AMS environments, matrices, alignment, cases, colors, macros, physics-style notation, number theory, calculus, combinatorics, logic, and more — all rendered directly in the browser.
You can place math naturally inside text, like $e^{i\pi}+1=0$, $\alpha,\beta,\gamma$, $x_1, x_2, \dots, x_n$, or set-builder notation $A = \set{x \in \R : x^2 < 2}$.
Displayed math is ideal for larger formulas and derivations.
The AMS alignment environments are one of the nicest features to preserve from LaTeX.
Great for algorithms, semantics, and discrete math definitions.
Useful in linear algebra, computer graphics, and quantum computing.
This page defines macros like $\R$, $\N$, $\Z$, $\Q$, $\C$, $\vect{v}$, $\abs{x}$, and $\norm{\vect{x}}$.
MathJax handles large operators well in both inline and display forms.
Nicely suited for formal reasoning and semantics.
Large fractions, partial derivatives, and vector notation render cleanly.
Good support for expectation, variance, and distributions.
Even without TikZ, many arrow-heavy expressions still look excellent.
These are often handy for teaching, derivations, and slide explanations.
MathJax handles \text{...} nicely, so you can keep explanatory labels
directly inside formulas.
This section mixes contour integrals, probability, linear algebra, and analysis in one aligned block.
Here is the kind of LaTeX you can drop into your HTML content. MathJax interprets it in the browser.
<p>Inline math: $e^{i\pi}+1=0$</p>
<div>
\[
\begin{aligned}
\sum_{n=1}^{\infty}\frac{1}{n^2} &= \frac{\pi^2}{6} \\
\int_0^1 x^2\,\mathrm{d}x &= \frac{1}{3}
\end{aligned}
\]
</div>
Everything above is rendered by the browser, not pre-generated as an image.