removed problematic package imports
All checks were successful
build-latex / build (push) Successful in 6m38s

This commit is contained in:
Jonas_Jones 2025-06-30 17:21:01 +02:00
parent 9604fb68a2
commit a92073d6d5

View file

@ -20,13 +20,11 @@
\usepackage{listings} % Source code formatting
\usepackage[framemethod=tikz]{mdframed} % Creating framed environments using TikZ
\usepackage{mathtools} % Extensions to amsmath (e.g., \coloneqq)
\usepackage{microtype} % Enhances typographic appearance (kerning, spacing)
\usepackage[onehalfspacing]{setspace} % Set line spacing to 1.5
\usepackage{pgfplots} % Plotting graphs and data
\usepackage{subcaption} % Subfigures and subcaptions
\usepackage{stmaryrd} % Extra math symbols (e.g., semantic brackets)
\usepackage{tabularx} % Tables with automatic column width adjustment
\usepackage[table,xcdraw]{xcolor} % Coloring text and tables
\usepackage{tikz} % Drawing diagrams and illustrations
\usepackage{tikz-qtree} % Easy syntax for trees with TikZ