Initial commit

This commit is contained in:
Sebastian Rust
2023-03-08 14:01:45 +01:00
commit dd3a223a1c
17 changed files with 2769 additions and 0 deletions

35
quic-message.tex Normal file
View File

@@ -0,0 +1,35 @@
\documentclass[a4paper,11pt,english,draft,lightcolors]{scrartcl}
\usepackage{abdokoma}
\geometry{left=3cm, right=3cm, top=4cm, bottom=3cm}
\KOMAoptions{parskip=half+}
\input{preamble.tex}
\addbibresource{quic-message.bib}
% ------------------------------------ %
% The Thing %
% ------------------------------------ %
\begin{document}
\maketitle
\makeabstract
\tableofcontents
% Blah, blah.
% Bibliography
\nocite{*}
\printbibliography
% Author list
\makeauthorlist
\end{document}
%%% Local variables:
%%% ispell-local-dictionary: "english"
%%% TeX-master: t
%%% End: