I have a paragraph which I want to put in one slide, but it doesn't fit and some content can't be seen. I am using the Warsaw theme as follows.
I tried increasing the height of the slide using the following code
\documentclass{beamer}
\usepackage{lmodern}
\setbeamercovered{transparent}
\usetheme{Warsaw}
\usepackage[height=10in,a5paper,hmargin={3cm,0.8in}]{geometry}
\title[\insertframenumber/
\inserttotalframenumber]{Database}
\author{Mark dain \\ \scriptsize{(Reg.No 12345)} }
\institute{Dept. of Information \& Communication Technology}
\date{October 21,2012}
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{Table of Contents}
\begin{itemize}
\item Introduction
\item Algorithm for reducing finite automata
\item Reliability models
\item Reduction steps
\item References
\item Conclusion
\end{itemize}
\end{frame}
\begin{frame}{Title}
text
\end{frame}
\end{document}
However it still doesn't increase.
\smallor\footnotesizejust after\begin{frame}? – egreg Oct 21 '12 at 11:18\usepackage. Unrelated you are missing a%after\insertframenumber/(or put a space before the/to match the space after it). Also why do a table of contents "by hand" in latex, normally you just use\tableofcontents– David Carlisle Oct 21 '12 at 11:18