From 84812e0f7342a618fc8becd04e3de590359d9ca3 Mon Sep 17 00:00:00 2001 From: AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> Date: Mon, 13 Dec 2021 11:45:05 +0000 Subject: Added UML diagrams for each sprint --- report/esoteric_project_report.tex | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'report/esoteric_project_report.tex') diff --git a/report/esoteric_project_report.tex b/report/esoteric_project_report.tex index 4ab77e5..78a8528 100644 --- a/report/esoteric_project_report.tex +++ b/report/esoteric_project_report.tex @@ -709,7 +709,30 @@ State here the \% contribution to the project of each individual member of the g \chapter*{Appendix A} -Put in tables of data or protocols (e.g. for testing) or code listings or UML diagrams which may take up several pages and do not sit well in the main body text. +\begin{figure}[h!] + \begin{center} + \includegraphics[scale=0.5]{UMLsprint1.pdf} + \caption{UML diagram for Sprint 1} + \end{center} +\end{figure} +\begin{figure}[h!] + \begin{center} + \includegraphics[scale=0.35]{UMLsprint2.pdf} + \caption{UML diagram for Sprint 2} + \end{center} +\end{figure} +\begin{figure}[h!] + \begin{center} + \includegraphics[scale=0.35]{UMLsprint3.pdf} + \caption{UML diagram for Sprint 3} + \end{center} +\end{figure} +\begin{figure}[h!] + \begin{center} + \includegraphics[scale=0.35]{UMLsprint4.pdf} + \caption{UML diagram for Sprint 4, equivalent to the final compiler design} + \end{center} +\end{figure} \end{document} -- cgit v1.2.3