From 7182de87c9084bc0a90d02eae7c2d88238022226 Mon Sep 17 00:00:00 2001 From: Tobias Hilfiker Date: Sat, 3 May 2025 00:23:38 +0200 Subject: [PATCH] Add width property to figure --- main.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tex b/main.tex index 4c7b405..00a0bbb 100644 --- a/main.tex +++ b/main.tex @@ -880,7 +880,7 @@ \begin{figure} \centering - \includegraphics{graphics/oberflaechenabfluss_anteile_versicherungsfaelle} %todo width + \includegraphics[width=0.8\linewidth]{graphics/oberflaechenabfluss_anteile_versicherungsfaelle} %todo width \caption{Anteil Versicherungsfälle aufgrund von Oberflächenabfluss (Quelle: \cite{werkzeugeOberflaechenabflussAlsNaturgefahr2018})} \label{fig:oberflaechenabfluss_anteile} \end{figure}