mailing-etiquette/slides.tex

34 lines
706 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 15:44:22 +00:00
\input{sections/plain-text}
2023-09-07 16:07:53 +00:00
\input{sections/top-posting}
2023-09-07 17:30:21 +00:00
\input{sections/line-wrap}
2023-09-07 18:23:13 +00:00
\input{sections/forking}
2023-09-07 18:28:02 +00:00
\input{sections/links}
2023-09-07 14:54:52 +00:00
\nocite{*}
\bibliography{refs}
2023-09-07 13:24:13 +00:00
\end{document}