mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-18 14:34:12 +02:00
feat(dissertation): add all section titles
This commit is contained in:
parent
7b581ad81e
commit
5a50114f04
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}
|
\documentclass[../dissertation.tex]{subfiles}
|
||||||
|
|
||||||
\begin{document}
|
\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}
|
\section{Time Spent}
|
||||||
\begin{figure}[h!]
|
\begin{figure}[h!]
|
||||||
\centering
|
\centering
|
||||||
@ -8,8 +18,7 @@
|
|||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\pie[text=legend]{70/Coding, 20/Research}
|
\pie[text=legend]{70/Coding, 20/Research}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
% TODO improve wording for figure caption
|
\caption{Time spent on sections of project}
|
||||||
\caption{Time spent on ... \textbf{Improve wording}}
|
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Binary file not shown.
@ -33,12 +33,13 @@
|
|||||||
\usepackage[colorlinks]{hyperref}
|
\usepackage[colorlinks]{hyperref}
|
||||||
\usepackage{subfiles}
|
\usepackage{subfiles}
|
||||||
|
|
||||||
\author{Anthony Berg}
|
\author{Anthony Berg (200871682)\\
|
||||||
\title{Testing Quick Reference Handbooks in Simulators}
|
Supervisor: Dr Leo Freitas}
|
||||||
|
\title{Testing Quick Reference Handbooks in Flight Simulators}
|
||||||
|
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
pdfinfo = {
|
pdfinfo = {
|
||||||
Title = Testing Quick Reference Handbooks in Simulators,
|
Title = Testing Quick Reference Handbooks in Flight Simulators,
|
||||||
Author = Anthony Berg,
|
Author = Anthony Berg,
|
||||||
Subject = BSc Computer Science Dissertation,
|
Subject = BSc Computer Science Dissertation,
|
||||||
}
|
}
|
||||||
@ -80,6 +81,7 @@ This is the acknowledgements.
|
|||||||
\subfile{chapters/results.tex}
|
\subfile{chapters/results.tex}
|
||||||
|
|
||||||
\chapter{Conclusion}
|
\chapter{Conclusion}
|
||||||
|
\subfile{chapters/conclusion.tex}
|
||||||
|
|
||||||
% References
|
% References
|
||||||
\nocite{*}
|
\nocite{*}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user