Add LaTeX presentation template

This commit is contained in:
Talia 2019-11-27 16:18:56 +01:00
parent 64ec3e5a29
commit d8877cdc1d
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
\documentclass{beamer}
\author[thor,bar]{A. U. Thor\\and\\Foo Bar}
\title{Fooing a bar}
\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}