aboutsummaryrefslogtreecommitdiff
path: root/paper.tex
blob: d0e14bbc5ec9639b43f300bb590d398af20549e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\documentclass{article}

%% Necessary LaTeX preambles to include for relevant functionality. We want
%% to start this file as fast as possible with the actual body of the
%% report, while keeping modularity in the preambles.
\input{tex/pipeline.tex}
\input{tex/preamble-style.tex}
%\input{tex/preamble-biblatex.tex}
%\input{tex/preamble-pgfplots.tex}
\input{tex/preamble-necessary.tex}

%% Start writing.
\begin{document}

\maketitle

Data were taken from \url{\websurvey}.

\end{document}