fix label
[msc-thesis1617.git] / thesis.tex
index fa81dff..782e142 100644 (file)
@@ -1,6 +1,6 @@
 %&thesis
 \usepackage[nonumberlist]{glossaries}  % Glossaries and acronyms
-\usepackage[]{algorithm2e}             % Pseudocode
+\usepackage[algochapter]{algorithm2e}             % Pseudocode
 \makeglossaries%
 
 \input{glossaries}
@@ -11,6 +11,7 @@
 %Titlepage
 \input{titlepage}
 
+\listoftodos
 \glsaddall{}
 
 %Abstract
 \chapter{Embedded Domain Specific Languages}\label{chp:dsl}
 \input{methods.dsl}
 
-\chapter{The mTask EDSL}\label{chp:mtask}
+\chapter[The mTask EDSL]{The \gls{mTask} \gls{EDSL}}\label{chp:mtask}
 \input{methods.mtask}
 
-\chapter{System Architecture}\label{chp:arch}
-\input{results.arch}
-
-\chapter{Extending the mTask EDSL}\label{chp:mtaskcont}
+\chapter[Extending the mTask EDSL]{Extending the \gls{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}