Update main.tex
All checks were successful
build-latex / build (push) Successful in 6m45s

This commit is contained in:
Jonas_Jones 2025-08-06 19:46:13 +02:00
parent 5c321f1f8e
commit ec5a42647d

View file

@ -21,6 +21,7 @@
\usepackage{listings} % Source code formatting \usepackage{listings} % Source code formatting
\usepackage[framemethod=tikz]{mdframed} % Creating framed environments using TikZ \usepackage[framemethod=tikz]{mdframed} % Creating framed environments using TikZ
\usepackage{mathtools} % Extensions to amsmath (e.g., \coloneqq) \usepackage{mathtools} % Extensions to amsmath (e.g., \coloneqq)
\usepackage{marvosym} % More symbols
\usepackage{multirow} % Multirows for tables \usepackage{multirow} % Multirows for tables
\usepackage[onehalfspacing]{setspace} % Set line spacing to 1.5 \usepackage[onehalfspacing]{setspace} % Set line spacing to 1.5
\usepackage{pgfplots} % Plotting graphs and data \usepackage{pgfplots} % Plotting graphs and data