From f5dada1b9c8bdde2103df6ef5bdc67faaafd1039 Mon Sep 17 00:00:00 2001 From: nuluh Date: Wed, 4 Jun 2025 15:59:13 +0700 Subject: [PATCH] fix(latex): fix image path for flowchart in methodology section --- latex/chapters/id/03_methodology/steps/index.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex/chapters/id/03_methodology/steps/index.tex b/latex/chapters/id/03_methodology/steps/index.tex index 8592fdc..8b95916 100644 --- a/latex/chapters/id/03_methodology/steps/index.tex +++ b/latex/chapters/id/03_methodology/steps/index.tex @@ -3,7 +3,7 @@ Alur keseluruhan penelitian ini dilakukan melalui tahapan-tahapan sebagai beriku \begin{figure}[H] \centering - \includegraphics[width=0.3\linewidth]{chapters/id/flow.png} + \includegraphics[width=0.3\linewidth]{chapters/img/flow.png} \caption{Diagram alir tahapan penelitian} \label{fig:flowchart} \end{figure}