diff options
Diffstat (limited to 'thesis/main.tex')
-rw-r--r-- | thesis/main.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/thesis/main.tex b/thesis/main.tex index 16066cc..21de962 100644 --- a/thesis/main.tex +++ b/thesis/main.tex @@ -12,7 +12,7 @@ %% Convenience macros \newcommand{\code}{\texttt} -\newcommand{\todo}[1]{\colorbox{yellow}{#1} \newline} +\newcommand{\todo}[1]{\colorbox{yellow}{TODO: #1} \newline} \begin{document} \begin{preliminary} @@ -56,8 +56,8 @@ from the Informatics Research Ethics committee. \chapter{Background} \input {parts/background} -\chapter{Methodology} -\input{parts/methodology} +\chapter{Design} +\input{parts/design} \chapter{Implementation} \input{parts/implementation} |