This commit is contained in:
parent
e4ee889597
commit
1716b60b7d
1 changed files with 4 additions and 0 deletions
4
main.tex
4
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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue