aboutsummaryrefslogtreecommitdiff
path: root/paper.tex
diff options
context:
space:
mode:
Diffstat (limited to 'paper.tex')
-rw-r--r--paper.tex20
1 files changed, 19 insertions, 1 deletions
diff --git a/paper.tex b/paper.tex
index d0e14bb..d42cd7c 100644
--- a/paper.tex
+++ b/paper.tex
@@ -1,14 +1,32 @@
\documentclass{article}
+%% This is a convenience variable if you are using PGFPlots to build plots
+%% within LaTeX. If you want to import PDF files for plots directly (and
+%% not build them with TikZ in LaTeX), then comment the next line. To use
+%% PDF files, they have to be in a `tikz' directory. To MAKE PDF files with
+%% TikZ and PGFPlots, it is assumed that the texfile containing the source
+%% are in a `tex' subdirectory relative to the directory which latex is run
+%% in.
+\newcommand{\makepdf}{}
+
%% 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-pgfplots.tex}
\input{tex/preamble-necessary.tex}
+
+
+
+
+
+
+
+
+
%% Start writing.
\begin{document}