Hello,
I am currently using beamer, and I would like to have a couple of slides which do not follow the general formatting - I want them to be empty completely and I will generate text and graphics on them myself (no header, footer should stay, I want to include page number). How is that possible?
Thanks.
Page Layout ⇒ beamer - removing headers
NEW: TikZ book now 40% off at Amazon.com for a short time.

beamer - removing headers
Hi,
you can use the plain option for those frames; a little example:
you can use the plain option for those frames; a little example:
Code: Select all
\documentclass{beamer}
\usetheme{Warsaw}
\begin{document}
\begin{frame}
Hello
\end{frame}
\begin{frame}[plain]
Hello
\end{frame}
\begin{frame}
Hello
\end{frame}
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...