Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

Beamer: Frame Title and Subtitle

📅 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}

© 2023 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 Mastodon📧 Email