aboutsummaryrefslogtreecommitdiff
path: root/paper.tex
diff options
context:
space:
mode:
Diffstat (limited to 'paper.tex')
-rw-r--r--paper.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/paper.tex b/paper.tex
new file mode 100644
index 0000000..8cf9cef
--- /dev/null
+++ b/paper.tex
@@ -0,0 +1,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}