From d8877cdc1dffd69298a7dc544418ee8f0d29e860 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 27 Nov 2019 16:18:56 +0100 Subject: [PATCH] Add LaTeX presentation template --- templates/presentation.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/presentation.tex 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}