aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax-001 <80035972+Max-001@users.noreply.github.com>2024-09-20 13:13:33 +0200
committerMax-001 <80035972+Max-001@users.noreply.github.com>2024-09-20 13:13:33 +0200
commit7102902f319d450253159a20da207b013d77f7ce (patch)
treed55c0c628afed2fb17a8e378d1d97047346f5b04
parent6eaf2d94cda1baf07ded4a0ac61892139065d4c6 (diff)
Replaced .puml with .png, since .puml was causing LaTeX errors
-rw-r--r--research.tex2
1 files changed, 1 insertions, 1 deletions
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}