diff --git a/templates/presentation.tex b/templates/presentation.tex new file mode 100644 index 0000000..08aa8bd --- /dev/null +++ b/templates/presentation.tex @@ -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}