1. Use Display Math Delimiters
The easiest way to make a formula larger and more prominent is to switch from inline math ($) to display math ($). This automatically scales up fractions, integrals, and matrices.
Smaller (Inline): $\frac{1}{2}$ → $\frac{1}{2}$
Larger (Display): $\frac{1}{2}$ → $\frac{1}{2}$ [1]
2. Use LaTeX Sizing Commands
If you want to manually force text or symbols to be larger inside your math blocks, use one of LaTeX's standard sizing commands. Place the command inside curly braces {} along with the content you want to resize. [2]
Ordered from smallest to largest:
\large → $\large{E=mc^2}$