36 lines
606 B
TeX
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:
|