I have a beamer related question. I am using [shrink=50] command to shrink a frame. I want the shrunk frame to be center aligned but by default it is aligned left of the slide. How do I do this?
\documentclass{beamer}
\usetheme{Warsaw}
\begin{document}
\begin{frame}[shrink=50]
\textbf{Title of the slide}
\vskip10pt
Hi
\end{frame}
\end{document}
shrink." – Gonzalo Medina Dec 2 '11 at 2:22centerenvironment. – Werner Dec 2 '11 at 2:26