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

This commit is contained in:
Jonas_Jones 2025-07-20 13:53:47 +02:00
parent e4ee889597
commit 1716b60b7d

View file

@ -28,6 +28,7 @@
\usepackage{tabularx} % Tables with automatic column width adjustment \usepackage{tabularx} % Tables with automatic column width adjustment
\usepackage{tikz} % Drawing diagrams and illustrations \usepackage{tikz} % Drawing diagrams and illustrations
\usepackage{tikz-qtree} % Easy syntax for trees with TikZ \usepackage{tikz-qtree} % Easy syntax for trees with TikZ
\usepackage{xcolor} % Color tweaking
\usepackage{xparse} % Easy modern commands \usepackage{xparse} % Easy modern commands
% Languages % Languages
@ -49,6 +50,9 @@
% Document variables % Document variables
\newcommand{\assignmentNumber}{1} % Assignment number \newcommand{\assignmentNumber}{1} % Assignment number
% Colors
\definecolor{mygreen}{HTML}{00843D} % Prettier Green
% Package configurations % Package configurations
\pgfplotsset{compat=1.17} \pgfplotsset{compat=1.17}