%Include other generally important packages \usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables \usepackage{hyperref} %Includes Hyperlinks \usepackage{cleveref} %Simplifies citations and references %Setup some language stuff \usepackage[utf8]{inputenc} \usepackage[english]{babel} %Setup the- \usepackage{graphicx} \graphicspath{assets/img/} %setup paragraph level indexing \usepackage{titlesec} \setcounter{secnumdepth}{4} \titleformat{\paragraph} {\normalfont\normalsize\bfseries}{\theparagraph}{1em}{} \titlespacing*{\paragraph} {0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex} %quotes \usepackage{csquotes}