I don't know why, but the \Psi char displayed in beamer is different from the Psi in usual tex files:
what I want/have in classic tex files:
What I have in Beamer:
Thank you!
MWE:
\documentclass[]{beamer}
\begin{document}
\begin{frame}{Title}
$\Psi$
\end{frame}
\end{document}



