mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-18 14:34:12 +02:00
26 lines
482 B
TeX
26 lines
482 B
TeX
\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
|
|
% TODO make it show how many hours were spent instead of percentages
|
|
\begin{tikzpicture}
|
|
\pie[text=legend]{70/Coding, 20/Research}
|
|
\end{tikzpicture}
|
|
\caption{Time spent on sections of project}
|
|
\end{figure}
|
|
|
|
\end{document}
|
|
|