I want to add references in my beamer slides like this
I try as follows but it doen't compilate
\documentclass{beamer}
\usepackage[T1]{fontenc}
%-----
\usepackage{amsmath,amssymb,amsfonts} %math
\usepackage{graphicx}
\usepackage{color}
\usetheme{Madrid}
\begin{document}
\begin{frame}{}
\beamertemplatearticlebibitems
\begin{thebibliography}{10}
\bibitem{V. M$\ddot{u}$ller, and A. Soltysiak}
\alert{V. M$\ddot{u}$ller, and A. Soltysiak}
\newblock {Spectral radius formula for commuting Hilbert space operators}
\newblock {\em Studia Math.103. (1992), 329-333}.
\end{thebibliography}
\beamertemplatearticlebibitems
\begin{thebibliography}{10}
\bibitem{M. Ch$\bar{o}$ and W. $\grave{Z}$elazko}
\alert{M. Ch$\bar{o}$ and W. $\grave{Z}$elazko}
\newblock {On geometric spectral radius of commuting $n$-tuples of
operators}
\newblock {\em Hokkaido Math. J., 21(2): 251-258, 1992}.
\end{thebibliography}
\end{frame}
\end{document}


thebibliography, some bibliography tool or even differently, but we do not know what you tried and what you cannot reproduce. – TeXnician May 06 '18 at 10:30