Add presentation section
This commit is contained in:
parent
59574558de
commit
fc6f9a684e
2 changed files with 11 additions and 1 deletions
6
sections/presentation.tex
Normal file
6
sections/presentation.tex
Normal file
|
@ -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}
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
% Packages
|
% Packages
|
||||||
\usepackage[english]{babel} % Proper hyphenation
|
\usepackage[english]{babel} % Proper hyphenation
|
||||||
\usepackage{multicol}
|
|
||||||
|
|
||||||
% Setup titlepage data
|
% Setup titlepage data
|
||||||
\title{Mail me baby one more time}
|
\title{Mail me baby one more time}
|
||||||
|
@ -16,4 +15,9 @@
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\maketitle
|
\maketitle
|
||||||
|
|
||||||
|
\input{sections/presentation}
|
||||||
|
|
||||||
|
\nocite{*}
|
||||||
|
\bibliography{refs}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Reference in a new issue