Master mathematical typesetting with LaTeX through interactive visual programming. Build equations using blocks and see them rendered beautifully.
LaTeX is a typesetting system that produces beautiful mathematical equations. Instead of writing "x squared plus 2x plus 1", you write x^2 + 2x + 1
and it renders as: $x^2 + 2x + 1$
Fractions: \frac{numerator}{denominator}
→ $\frac{a}{b}$
Powers: x^{power}
→ $x^2$
Square Root: \sqrt{expression}
→ $\sqrt{x}$
Greek Letters: \pi, \alpha, \beta
→ $\pi, \alpha, \beta$
You've learned the basics of LaTeX mathematical typesetting. You can now: