I'm creating a beamer presentation and I would like to insert Section pages at the start of each new Section. A section page should be simply a blank page with the name of the Section in the middle of the page.
I tried to use:
Code: Select all
\part{Review of Previous Lecture}
\frame{\partpage}
Code: Select all
\section{A section}
\frame{\sectionpage}
Any suggestions on how I can create a simple Section page?