mailing-etiquette/slides.tex

29 lines
554 B
TeX
Raw Normal View History

2023-09-07 13:24:13 +00:00
\documentclass[14pt]{beamer}
\usetheme{metropolis}
% Packages
\usepackage[english]{babel} % Proper hyphenation
2023-09-07 14:59:32 +00:00
\usepackage{listings} % Side by side examples
% Download pictures
\write18{./get-assets.sh}
2023-09-07 13:24:13 +00:00
% Setup titlepage data
\title{Mail me baby one more time}
\subtitle{Can people even mail?}
\date{September 8, 2023}
\author{arto}
\institute{pWeapon}
\bibliographystyle{IEEEtran}
\begin{document}
\maketitle
2023-09-07 14:54:52 +00:00
\input{sections/presentation}
2023-09-07 14:59:32 +00:00
\input{sections/signature}
2023-09-07 14:54:52 +00:00
\nocite{*}
\bibliography{refs}
2023-09-07 13:24:13 +00:00
\end{document}