From 7102902f319d450253159a20da207b013d77f7ce Mon Sep 17 00:00:00 2001 From: Max-001 <80035972+Max-001@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:13:33 +0200 Subject: Replaced .puml with .png, since .puml was causing LaTeX errors --- research.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/research.tex b/research.tex index 5340bf5..ffba7ca 100644 --- a/research.tex +++ b/research.tex @@ -76,7 +76,7 @@ harder \autocite{man:DecoratorDesignPattern,man:Decorator}. \begin{figure} \centering - \includepumldiag{img/decorator-design-pattern.puml} + \includegraphics[width=0.5\textwidth]{img/DecoratorDesignPattern.png} \caption{Decorator design pattern} Source: \autocite{img:Decorator} \label{fig:decorator} -- cgit v1.2.3