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.
18 lines
434 B
TeX
18 lines
434 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
|
|
\usepackage{todonotes} % Allows using todo-notes
|
|
|
|
|
|
%Setup some language stuff
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[english]{babel}
|
|
|
|
%Setup the-
|
|
\usepackage{graphicx}
|
|
|
|
|
|
%quotes
|
|
\usepackage{csquotes}
|