From 1716b60b7d3f5aafd737fcfc922c02a03da8b5c5 Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Sun, 20 Jul 2025 13:53:47 +0200 Subject: [PATCH] Update main.tex --- main.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.tex b/main.tex index 95e63e8..74f2d8a 100644 --- a/main.tex +++ b/main.tex @@ -28,6 +28,7 @@ \usepackage{tabularx} % Tables with automatic column width adjustment \usepackage{tikz} % Drawing diagrams and illustrations \usepackage{tikz-qtree} % Easy syntax for trees with TikZ +\usepackage{xcolor} % Color tweaking \usepackage{xparse} % Easy modern commands % Languages @@ -49,6 +50,9 @@ % Document variables \newcommand{\assignmentNumber}{1} % Assignment number +% Colors +\definecolor{mygreen}{HTML}{00843D} % Prettier Green + % Package configurations \pgfplotsset{compat=1.17}