diff --git a/content/acknowledgements.tex b/content/acknowledgements.tex new file mode 100644 index 0000000..f7017c5 --- /dev/null +++ b/content/acknowledgements.tex @@ -0,0 +1,6 @@ +\chapter*{Acknowledgements} +\addcontentsline{toc}{chapter}{Acknowledgements} + +This creation of this framework would not have been possible alone. +In this chapter I would like to express my gratitude towards great people who have +helped me in some way or an other along the way. diff --git a/content/summary.tex b/content/summary.tex new file mode 100644 index 0000000..f796469 --- /dev/null +++ b/content/summary.tex @@ -0,0 +1,6 @@ +\chapter{Summary} + +In this chapter I am going to evaluate the state of the project and set future goals for +the framework. +I'll also try and reflect on some of the most important things I have learned during +working on this project in case it might be useful for someone in the future. diff --git a/thesis.tex b/thesis.tex index 7b909fa..782c29f 100644 --- a/thesis.tex +++ b/thesis.tex @@ -45,6 +45,8 @@ \include{content/architecture} \include{content/a_tour_of_tfw} \include{content/using_the_framework} +\include{content/summary} +\include{content/acknowledgements} \listoffigures \lstlistoflistings{}