From 32ba965ef1312856ef1ef1a90bb945f9fdba5537 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 27 Jun 2022 00:50:24 +0200 Subject: Updated Fig references to use the macro. --- doc/tex/planification.tex | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/tex/planification.tex b/doc/tex/planification.tex index df72486..945c610 100644 --- a/doc/tex/planification.tex +++ b/doc/tex/planification.tex @@ -73,8 +73,8 @@ Software Engineer on a 35 hour per week schedule and with no university responsibilities other than this project. Taking this into account, a sensible initial assumption is that he will be able to work 3 hours a day, Monday to Friday. Gantt diagrams for the planned working schedule are shown as -Fig.~\ref{fig:planificationWorkPlanGame} and -Fig.~\ref{fig:planificationWorkPlanEngine}. +\fref{fig:planificationWorkPlanGame} and +\fref{fig:planificationWorkPlanEngine}. \begin{figure}[h] \begin{center} @@ -177,15 +177,12 @@ processed by the trainer. Both the engine and the trainer will need to interface with the files storing the neural network models. -The systems' interfaces are shown in Fig.~\ref{fig:interfaces}. +The systems' interfaces are shown in \fref{fig:interfaces}. \begin{figure}[h] \begin{center} \includegraphics[width=\textwidth]{diagrams/interfaces.png} \caption{Interfaces of the three components of the project.} - The Engine and Trainer components are shown to share the Neural network - model interface because they will interact with the same files (the - files generated by the Trainer will be used by the Engine). \label{fig:interfaces} \end{center} \end{figure} -- cgit v1.2.1