From ec5a42647d672060301fd233760d682c10a0ed97 Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Wed, 6 Aug 2025 19:46:13 +0200 Subject: [PATCH] Update main.tex --- main.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tex b/main.tex index 62ea218..ed18c81 100644 --- a/main.tex +++ b/main.tex @@ -21,6 +21,7 @@ \usepackage{listings} % Source code formatting \usepackage[framemethod=tikz]{mdframed} % Creating framed environments using TikZ \usepackage{mathtools} % Extensions to amsmath (e.g., \coloneqq) +\usepackage{marvosym} % More symbols \usepackage{multirow} % Multirows for tables \usepackage[onehalfspacing]{setspace} % Set line spacing to 1.5 \usepackage{pgfplots} % Plotting graphs and data