change document structure to a more intuitive one
[msc-thesis1617.git] / thesis.tex
index 2cb098d..611367f 100644 (file)
@@ -1,6 +1,6 @@
 %&thesis
 \usepackage[nonumberlist]{glossaries}  % Glossaries and acronyms
-\usepackage[]{algorithm2e}                      % Pseudocode
+\usepackage[]{algorithm2e}             % Pseudocode
 \makeglossaries%
 
 \input{glossaries}
@@ -10,8 +10,8 @@
 
 %Titlepage
 \input{titlepage}
-\listoftodos[Todo]
 
+\listoftodos
 \glsaddall{}
 
 %Abstract
 \chapter{The mTask EDSL}\label{chp:mtask}
 \input{methods.mtask}
 
-\chapter{System Architecture}\label{chp:arch}
-\input{results.arch}
-
 \chapter{Extending the mTask EDSL}\label{chp:mtaskcont}
 \input{results.mtask}
 
-\chapter{Integration with iTasks}\label{chp:itasksint}
-\input{results.itasks}
+\chapter{System Architecture}\label{chp:arch}
+\input{results.arch}
 
 \chapter{Discussion \& Conclusion}\label{chp:conclusion}
 \input{conclusion}