This commit is contained in:
parent
8eed92b968
commit
ac5935e578
@ -13,7 +13,8 @@ steps:
|
|||||||
- cd diagrams
|
- cd diagrams
|
||||||
- ls | grep d2 | xargs -I{} d2 --layout=elk {}
|
- ls | grep d2 | xargs -I{} d2 --layout=elk {}
|
||||||
- cp *.svg '../report'
|
- 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 -
|
- cd -
|
||||||
|
|
||||||
- name: Build Project synopsis
|
- name: Build Project synopsis
|
||||||
|
@ -122,7 +122,7 @@
|
|||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
% TODO add diagram!
|
% TODO add diagram!
|
||||||
\includesvg[width=\textwidth]{expandable_models}
|
\includegraphics[width=\textwidth]{expandable_models}
|
||||||
|
|
||||||
\subsection{Generation 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user