I'm using a theme for beamerposter that requires the package lmodern. Specifically, I'm modifying the theme found
here. However, the displayed equations do not look right when I use lmodern.
MWE:
\documentclass[final]{beamer}
\usepackage{lmodern}
\usepackage[english]{babel}
\usepackage{times}\usefonttheme{professionalfonts}
\usepackage[orientation=portrait,size=a0,scale=1.4,debug]{beamerposter}
\begin{document}
\begin{frame}{}
\begin{block}
\centering
{\VERYHuge $\sum_k^\infty$}
\end{block}
\end{frame}
\end{document}
The sigma for the \sum here is tiny. It looks normal if I do not use the line \usepackage{lmodern}. It also works fine if I use lmodern in beamer without beamerposter.