With the following codes
\documentclass[xcolor=dvipsnames]{beamer}
\mode<presentation>
\usetheme{Madrid}
\begin{document}
\begin{frame}{}
\begin{exampleblock}{\textcolor[rgb]{1.00,0.50,0.00}{Theorem}
[M$\ddot{\rm u}$ller, Soltysiak (1992)]}
For a $d$-tuple of ....
\end{exampleblock}
\beamertemplatearticlebibitems
\begin{thebibliography}{10}
\bibitem{V. Muller, and A. Soltysiak}
\alert{V. Muller, and A. Soltysiak}
\newblock {Spectral radius formula for commuting Hilbert space
operators}
\newblock {\em Studia Math.103. (1992), 329-333}.
\end{thebibliography}
\end{frame}
\end{document}
I get
However I fail to copmilate when I write \bibitem{V. M$\ddot{\rm u}$ller, and A. Soltysiak}
\alert{V. M$\ddot{\rm u}$ller, and A. Soltysiak}, and I want to get




M\"uller, in text mode. – Sigur Dec 18 '18 at 11:17\rm, see https://tex.stackexchange.com/questions/516/does-it-matter-if-i-use-textit-or-it-bfseries-or-bf-etc – samcarter_is_at_topanswers.xyz Dec 18 '18 at 11:35\end{document}was missing. Now\end{frame}and\end{document}is missing. Will you continue to remove one line for each question? :) – samcarter_is_at_topanswers.xyz Dec 18 '18 at 11:38