Files
quic-message/quic-message.tex
Sebastian Rust dd3a223a1c Initial commit
2023-03-08 14:01:45 +01:00

36 lines
606 B
TeX

\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: