From 33803262b276e215a04660ece85a406fd0146a95 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Fri, 1 Dec 2023 14:06:42 +0000 Subject: [PATCH] Added svg --- report/report.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/report/report.tex b/report/report.tex index e94c40b..9b41b96 100644 --- a/report/report.tex +++ b/report/report.tex @@ -8,6 +8,7 @@ \usepackage{float} \usepackage{graphicx} +\usepackage{svg} \graphicspath{ {../images for report/} } \usepackage[margin=2cm]{geometry} @@ -121,6 +122,7 @@ \end{itemize} % TODO add diagram! + \includesvg{expandable_models} \subsection{Generation models} The system requires the generation of models. Generating all models based on one single model would decrease the complexity of the system, but it would not guarantee success.