blob: 8cf9cef097b3ba1aeeb6f2ee43def630f468ee88 (
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
%% don't 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}
|