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{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}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue