You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
441 B
TeX
17 lines
441 B
TeX
%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
|
|
\setcounter{secnumdepth}{5}
|