Convert your LaTeX equations to Typst syntax instantly. All mathematical notation supported.
| Notation | LaTeX | Typst |
|---|---|---|
| Fractions | \frac{a}{b} | a / b or frac(a, b) |
| Square Root | \sqrt{x} | sqrt(x) |
| Nth Root | \sqrt[n]{x} | root(n, x) |
| Superscript | x^{2} | x^2 |
| Subscript | x_{i} | x_i |
| Sum | \sum_{i=1}^{n} x_i | sum_(i=1)^n x_i |
| Integral | \int_{a}^{b} f(x) dx | integral_a^b f(x) dif x |
| Limit | \lim_{x \to \infty} | lim_(x -> infinity) |
| Matrix | \begin{pmatrix} a & b \\ c & d \end{pmatrix} | mat(a, b; c, d) |
| Greek Letters | \alpha, \beta, \gamma, \delta | alpha, beta, gamma, delta |
| Bold Math | \mathbf{x} | bold(x) |
| Calligraphic | \mathcal{L} | cal(L) |
Paste LaTeX math, get Typst instantly. No waiting for server processing.
Fractions, integrals, matrices, Greek letters, operators, and more.
Produces clean, idiomatic Typst that compiles correctly every time.
One-click copy to clipboard. Paste directly into your Typst document.
Typst uses function syntax: sqrt(x) instead of \sqrt{x}
Write x_i directly, no braces needed for single characters
Just type alpha, not \alpha
Yes, we support all common LaTeX math: fractions, integrals, sums, products, limits, matrices, Greek letters, operators, and more. Custom macros may need manual adjustment.
Typst uses $ ... $ for both inline and display math. For display (block) math, put the equation on its own line. The converter handles both modes.
This tool is optimized for math expressions. For full document conversion including text, figures, and tables, use our full LaTeX to Typst converter.
For standard LaTeX math, yes. Some edge cases like custom macros or unusual spacing commands may need minor tweaks. The output is always valid Typst.
Use our full converter to transform entire LaTeX documents to Typst, including math, text, figures, and tables.
Convert LaTeX to Typst