mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2026-01-01 09:18:43 +01:00
feat(dissertation): add all section titles
This commit is contained in:
15
pub/dissertation/chapters/conclusion.tex
Normal file
15
pub/dissertation/chapters/conclusion.tex
Normal file
@@ -0,0 +1,15 @@
|
||||
\documentclass[../dissertation.tex]{subfiles}
|
||||
|
||||
\begin{document}
|
||||
% What changes were made?
|
||||
\section{Changes}
|
||||
|
||||
|
||||
% What objectives were met?
|
||||
\section{Objectives}
|
||||
|
||||
|
||||
\section{What Next}
|
||||
|
||||
|
||||
\end{document}
|
||||
@@ -1,6 +1,16 @@
|
||||
\documentclass[../dissertation.tex]{subfiles}
|
||||
|
||||
\begin{document}
|
||||
\section{Problems Found}
|
||||
|
||||
|
||||
\section{LOC?}
|
||||
% TODO I don't know what LOC meant, was it Language of Choice?
|
||||
|
||||
|
||||
\section{Reflection}
|
||||
|
||||
|
||||
\section{Time Spent}
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
@@ -8,8 +18,7 @@
|
||||
\begin{tikzpicture}
|
||||
\pie[text=legend]{70/Coding, 20/Research}
|
||||
\end{tikzpicture}
|
||||
% TODO improve wording for figure caption
|
||||
\caption{Time spent on ... \textbf{Improve wording}}
|
||||
\caption{Time spent on sections of project}
|
||||
\end{figure}
|
||||
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user