1. Instant Equation Box: Alt + =
Place your cursor in any Word document and press Alt + = (or Option + = on macOS). This instantly inserts an equation canvas and switches Word's ribbon to the dedicated Equation tab.
In this box, standard typing converts into mathematical typography (slanted variables, upright operators, and proportional spacing).
2. Type Fractions, Powers & Roots with Spacebar
Word uses UnicodeMath (similar to LaTeX). Type a short expression and press the Space key to build it into two-dimensional format:
- Fractions: Type a/b + Space → vertical stacked fraction.
- Exponents & Subscripts: Type x^2 + Space → x², or x_1 → x₁.
- Square Root: Type \sqrt(x) + Space → √x.
- Cube Root: Type \cbrt(x) + Space → ∛x.
3. Math AutoCorrect Shorthand for Symbols
Inside the equation box, hundreds of symbols can be typed using backslash commands without touching the mouse:
\alpha → \beta → \pi → \pm → \infty → \times → \div → \ne → \ge → 4. Pure LaTeX Input Mode
Modern versions of Word (Microsoft 365, Word 2019/2021) support raw LaTeX syntax directly:
- Press Alt + = to open the equation tool.
- In the Equation tab ribbon, select the {LaTeX} toggle button.
- Paste or write standard LaTeX code (e.g.
\int_{0}^{\infty} e^{-x^2} dx = \frac{\sqrt{\pi}}{2}). - Select Convert → Professional to render the formatted 2D equation.
