-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreamble.tex
More file actions
50 lines (35 loc) · 1011 Bytes
/
preamble.tex
File metadata and controls
50 lines (35 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[swedish,british]{babel}
\usepackage{noweb}
\noweboptions{breakcode,longchunks,longxref}
\usepackage{booktabs}
\usepackage[natbib,style=alphabetic,maxbibnames=99]{biblatex}
\addbibresource{bibliography.bib}
\usepackage[all]{foreign}
\renewcommand{\foreignfullfont}{}
\renewcommand{\foreignabbrfont}{}
%\usepackage{newclude}
\usepackage{import}
\usepackage[strict]{csquotes}
\usepackage[single]{acro}
\usepackage{subcaption}
\usepackage[noend]{algpseudocode}
\usepackage{xparse}
\let\email\texttt
\usepackage[outputdir=ltxobj]{minted}
\setminted{autogobble,linenos}
\usepackage{pythontex}
\setpythontexoutputdir{.}
\setpythontexworkingdir{..}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage{amsthm}
\usepackage{thmtools}
\usepackage[unq]{unique}
\DeclareMathOperator{\powerset}{\mathcal{P}}
\usepackage[binary-units]{siunitx}
\usepackage{didactic}
\usepackage[colorlinks]{hyperref}
\usepackage{cleveref}