The question has been sorted out by using this
Code: Select all
\begin{frame}{reference}
\small
\bibliography{info}
\end{frame}
I want to resize the font of the bibliography (to make it smaller )in in the beamer..?
How could I do that that:
Code: Select all
\documentclass{beamer}
\usetheme{Boadilla}
\useinnertheme{rounded}
\usepackage[round]{natbib}
\bibliographystyle{chicago}
\begin{document}
\def\newblock{\hskip .11em plus .33em minus .07em}
\begin{frame}{Thanks}
Thank you for your listening \dots
\end{frame}
\bibliography{info}
\end{document}