.profile/templates/presentation.tex

17 lines
339 B
TeX
Raw Normal View History

2019-11-27 15:18:56 +00:00
\documentclass{beamer}
\author[thor,bar]{A. U. Thor\\and\\Foo Bar}
\title{Fooing a bar}
2019-11-27 15:25:24 +00:00
\usetheme{Dresden}
2019-11-27 15:18:56 +00:00
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\begin{frame}
\frametitle{This is a cool title}
\framesubtitle{Not as cool, but still cool, this is a subtitle}
Hello World!
\end{frame}
\end{document}