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.
27 lines
655 B
TeX
27 lines
655 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
|
|
\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}
|