-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.tex
81 lines (56 loc) · 2.25 KB
/
config.tex
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
\newcommand{\til}{{\raise.17ex\hbox{$\scriptstyle\mathtt{\sim}$}}}
\usepackage{mathtools}
\usepackage{pdfcomment}
\usetikzlibrary{decorations.pathreplacing,angles, quotes, calligraphy, fit, shadings}
\usepackage{tikzpagenodes}
\newcommand{\bigO}{\mathcal{O}}
\usepackage{lineno}
\makeatletter
\def\makeLineNumberLeft{%
\linenumberfont\llap{\hb@xt@\linenumberwidth{\LineNumber\hss}\hskip\linenumbersep}% left line number
\hskip\columnwidth% skip over column of text
\rlap{\hskip\linenumbersep\hb@xt@\linenumberwidth{\hss\LineNumber}}\hss}% right line number
\leftlinenumbers% Re-issue [left] option
\makeatother
%\linenumbers
\usepackage{xargs} % Use more than one optional parameter in a new commands
%\usepackage[pdftex,dvipsnames]{xcolor} % Coloured text etc.
\usepackage[colorinlistoftodos,prependcaption,textsize=tiny]{todonotes}
\newcommandx{\unsure}[2][1=]{\todo[linecolor=red,backgroundcolor=red!25,bordercolor=red,#1]{#2}}
\newcommandx{\change}[2][1=]{\todo[linecolor=blue,backgroundcolor=blue!25,bordercolor=blue,#1]{#2}}
\newcommandx{\info}[2][1=]{\todo[linecolor=OliveGreen,backgroundcolor=OliveGreen!25,bordercolor=OliveGreen,#1]{#2}}
\newcommandx{\improvement}[2][1=]{\todo[linecolor=Plum,backgroundcolor=Plum!25,bordercolor=Plum,#1]{#2}}
\newcommandx{\thiswillnotshow}[2][1=]{\todo[disable,#1]{#2}}
\setlength{\marginparwidth}{20mm}
\usepackage{booktabs}
\newcommand{\ra}[1]{\renewcommand{\arraystretch}{#1}}
\usepackage{subcaption}
\usetikzlibrary[spy,calc]
\usepackage{pgf}
\usepackage{acronym}
\usepackage{footnote}
\usepackage{svg}
\makesavenoteenv{tabular*}
\DeclareMathOperator*{\argmax}{arg\,max}
\DeclareMathOperator*{\argmin}{arg\,min}
\DeclarePairedDelimiter\abs{\lvert}{\rvert}%
\DeclarePairedDelimiter\norm{\lVert}{\rVert}%
\usepackage{calc}
\usepackage[export]{adjustbox}
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
\makeatletter
\def\BState{\State\hskip-\ALG@thistlm}
\makeatother
\pdfinclusioncopyfonts=1
\usepackage[activate={true,nocompatibility}]{microtype}
\newcommand{\dif}{\mathop{}\!\mathrm{d}}
\usepackage{amssymb}
\usepackage{placeins}
\newcommand\blfootnote[1]{%
\begingroup
\renewcommand\thefootnote{}\footnote{#1}%
\addtocounter{footnote}{-1}%
\endgroup
}
%\usepackage[toc,page]{appendix}