aboutsummaryrefslogtreecommitdiff
path: root/thesis/main.tex
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-01-30 18:18:39 +0000
committerAria Shrimpton <me@aria.rip>2024-01-30 18:18:39 +0000
commitcd8c8ddba45babdd60057bbc6714350b6b96ba67 (patch)
tree642304b6922aa796c3ef47d0e6f123ab739358bb /thesis/main.tex
parent73ff29c9b40e911d2e01c862db44107e250550f7 (diff)
writing: design
Diffstat (limited to 'thesis/main.tex')
-rw-r--r--thesis/main.tex6
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}