diff --git a/sections/presentation.tex b/sections/presentation.tex new file mode 100644 index 0000000..88b329f --- /dev/null +++ b/sections/presentation.tex @@ -0,0 +1,6 @@ +\section{The Ten Mail Commandments} +\begin{frame}{Presentation} + When I first started writing mails, I was a total noob, now I'm still a noob but I don't like the errors that I used to do.\pause + + So I wrote ten mail commandments for you to get your game on track. +\end{frame} diff --git a/slides.tex b/slides.tex index f38be23..dc7a62c 100644 --- a/slides.tex +++ b/slides.tex @@ -3,7 +3,6 @@ % Packages \usepackage[english]{babel} % Proper hyphenation -\usepackage{multicol} % Setup titlepage data \title{Mail me baby one more time} @@ -16,4 +15,9 @@ \begin{document} \maketitle + + \input{sections/presentation} + + \nocite{*} + \bibliography{refs} \end{document}