From 791650a8a7c6d8c7ad25d321ad85701c24f33d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Sat, 1 Dec 2018 17:07:24 +0100 Subject: [PATCH] Add 'Acknowledgements' and 'Summary' chapter skeletons --- content/acknowledgements.tex | 6 ++++++ content/summary.tex | 6 ++++++ thesis.tex | 2 ++ 3 files changed, 14 insertions(+) create mode 100644 content/acknowledgements.tex create mode 100644 content/summary.tex 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{}