I'm including some equations in my document, but want them to appear very large. I have them in display mode, as opposed to inline mode, but can't seem to find any way to make them larger.
I've tried using \huge but that seems to make all of the text in that section large (even when using it with {'s).
Is there a simple way to do this?


\DeclareMathSizes. This is interesting, but can only be used in the preamble, so it affects all the math. Moreover, my comment to Will's answer also applies: If you use the default CM fonts then it doesn't work for large operators such as\int. – Hendrik Vogt Oct 03 '10 at 08:10esintpackage. Loadingexscaleallows scaling of the standard math extension fontcmexand results in larger\intand\sumsymbols. – Stefan Kottwitz Oct 03 '10 at 14:57