parts/context: work on introduction

Figuring out what exactly will follow I need to know what I can build
upon.
This commit is contained in:
steveej 2017-07-13 21:03:02 +02:00
parent 1f4d579dcc
commit 77d01e79b1
6 changed files with 228 additions and 146 deletions

View file

@ -1,4 +1,6 @@
\documentclass[12pt,a4paper]{report}
\documentclass[draft,12pt,a4paper]{report}
\overfullrule=5mm
\usepackage[utf8]{inputenc}
@ -123,7 +125,7 @@
\chapter*{Preface}
This thesis is original, unpublished, independent work by the author, \authorOne.
I strongly believe in openness and collaboration in the development of new technology, therefore the development will be based solely on Open-Source software.
The results of this project will be freely available on my personal Github site\footnote{https://github.com/steveeJ/msc-thesis} once the academic process of this project is complete.
The results of this project will be freely available on my personal Gitlab site\footnote{https://gitlab.com/steveeJ/msc-thesis} once the academic process of this project is complete.
\tableofcontents
@ -138,14 +140,13 @@
\label{part:research}
\include{parts/research/research}
\part{Development}
\part{Conclusion}
\newpage
%TODO \listofmyequations
\listoftables
%TODO \lstlistoflistings
\listoffigures
\listoffigures
\bibliography{thesis}
\end{document}