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}