LaTeX Cheatsheet

Master Scientific Formulas

Quick reference guide for common LaTeX notations. Click on any syntax block to copy it instantly to your clipboard!

Inline Math

Formulas inline with text

$E = mc^2$
Display/Block Math

Centered standalone formulas

$$e^{i\pi} + 1 = 0$$
Superscript / Power

Exponents and upper indices

x^{2n}
Subscript / Index

Subscripts and lower indices

a_{i,j}
Fractions

Top/bottom fractional lines

\frac{a}{b}
Square Root

Standard radical expression

\sqrt{x}
Nth Root

Radical with dynamic degree

\sqrt[n]{x}