17 lines
390 B
TeX
17 lines
390 B
TeX
\documentclass[aspectratio=169]{beamer}
|
|
|
|
\author[A. U. Thor, Foo Bar]{A. U. Thor\\and\\Foo Bar}
|
|
\title{Fooing a bar}
|
|
\usetheme{Luebeck}
|
|
\usecolortheme{beaver}
|
|
|
|
\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}
|