From 31931ab4cc21a4fce9bc663fcb55a812ad179203 Mon Sep 17 00:00:00 2001 From: Wouter Horlings Date: Mon, 26 Oct 2020 14:43:50 +0100 Subject: [PATCH] Add analysis --- content/analysis.tex | 3 +++ report.tex | 1 + 2 files changed, 4 insertions(+) create mode 100644 content/analysis.tex diff --git a/content/analysis.tex b/content/analysis.tex new file mode 100644 index 0000000..45083b9 --- /dev/null +++ b/content/analysis.tex @@ -0,0 +1,3 @@ +%&tex +\chapter{Analysis} +\label{chap:analysis} diff --git a/report.tex b/report.tex index e9d12c7..a48eb76 100644 --- a/report.tex +++ b/report.tex @@ -26,6 +26,7 @@ \tableofcontents \input{introduction} \input{background} +\input{analysis} \input{case_method} \input{case_experiment} \input{case_evaluation}