📅 2010-Feb-08 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ beamer, latex ⬩ 📚 Archive
The common method to provide the title and subtitle for a frame (slide) in Beamer is:
\begin{frame}
\<strong>frametitle</strong>{News}
\<strong>framesubtitle</strong>{Technology}
\end{frame}
A shorter version which involves lesser typing is to provide the title and subtitle to \begin{frame}
itself:
\begin{frame}{News}{Technology}
\end{frame}