mailing-etiquette/slides.tex

35 lines
734 B
TeX
Raw Permalink 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
2023-09-09 13:54:28 +00:00
\title{The Ten Mail Commandments}
2023-09-07 13:24:13 +00:00
\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
2024-08-29 15:05:14 +00:00
\input{sections/introduction}
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 18:31:54 +00:00
\input{sections/closing}
2023-09-07 14:54:52 +00:00
\nocite{*}
\bibliography{refs}
2023-09-07 13:24:13 +00:00
\end{document}