(How) Can I define font size in math environment universally to effect equation, align or displaymath(\[...\]) etc, but not the inline math?
Current, I am doing as:
\documentclass{beamer}
\begin{document}
Normal text
\begin{align}
F&=ma\\
E&=mc^2
\end{align}\scriptsize
Script text
\begin{align}
F&=ma\\
E&=mc^2
\end{align}
\normalsize
\end{document}
to put the equations in scriptsize, which is working. But, can I (I have my custom theme file) add this in theme file so that the change in fontsize is inbuilt?