From ac5935e57868d7c9b1275186ec008958dd7d3ca8 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Mon, 4 Dec 2023 10:39:00 +0000 Subject: [PATCH] try as images --- .drone.yml | 3 ++- report/report.tex | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ac99703..62d24a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,8 @@ steps: - cd diagrams - ls | grep d2 | xargs -I{} d2 --layout=elk {} - cp *.svg '../report' - - mv *.svg '../images for report' + - ls | grep ".svg" | sed 's/.svg//' | xargs -I{} inkscape {}.svg -o {}.png + - mv *.png '../images for report' - cd - - name: Build Project synopsis diff --git a/report/report.tex b/report/report.tex index fe10633..793d0ae 100644 --- a/report/report.tex +++ b/report/report.tex @@ -122,7 +122,7 @@ \end{itemize} % TODO add diagram! - \includesvg[width=\textwidth]{expandable_models} + \includegraphics[width=\textwidth]{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.