From ab4a53e7e7a87f8ab3a1d0b91896e2e8504e7d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Sch=C3=A4rtl?= <andreas@schaertl.me> Date: Tue, 22 Sep 2020 09:37:16 +0200 Subject: [PATCH] report: fix dimensions of data flow figure --- doc/report/implementation.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/report/implementation.tex b/doc/report/implementation.tex index a619c17..5a50b3f 100644 --- a/doc/report/implementation.tex +++ b/doc/report/implementation.tex @@ -7,6 +7,7 @@ makes out the individual required component for this tasks and then describes some details of the actual implementation for this project. \subsection{Components Implemented for \emph{ulo-storage}}\label{sec:components} +\FloatBarrier{} With RDF files exported and available for download as Git repositories~\cite{uloisabelle, ulocoq}, we have the goal of making @@ -16,7 +17,7 @@ components. Figure~\ref{fig:components} illustrates each component and the flow of data. \begin{figure}[]\begin{center} - \includegraphics{figs/components} + \includegraphics[width=0.9\textwidth]{figs/components.png} \caption{Components involved in the \emph{ulo-storage} system.}\label{fig:components} \end{center}\end{figure} -- GitLab