[Tex/LaTex] How to make fractions and exponents larger

amsmathfractionsmath-mode

In an align environment in the amsmath package, sometimes an exponent like e^{...} is too small and a fraction like \frac{1}{2} is too small. I can use \tfrac to make fractions smaller, but for some reason there is no way to make them bigger. Whenever I've tried to use \hfrac it doesn't work. Is there also a way to make exponents larger in a similar way?

Best Answer

superscripts are in scriptstyle so in theory you could do

e^{\textstyle a+b}

to use a textstyle rather than scriptstyle superscript, but really, I wouldn't.

If you have a large expression here it is better to use a different syntax

\exp (a+b)

which naturally sets the expression in textstyle