forked from thomaskeck/MultivariateClassificationLecture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.tex
More file actions
100 lines (86 loc) · 2.49 KB
/
header.tex
File metadata and controls
100 lines (86 loc) · 2.49 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
\PassOptionsToPackage{usenames,dvipsnames,svgnames,table}{xcolor}
\documentclass[compress]{beamer}
\usetheme{CSC}
\usepackage{minted}
\newminted{cpp}{gobble=4,linenos}
\usepackage{graphics}
\graphicspath{{images/}}
\usepackage{pgf}
\usepackage{pgffor}
\usepackage{tikz}
\usepackage{pgfplots}
\usepgfplotslibrary{colormaps,fillbetween}
%\pgfplotsset{compat=1.14}
\usetikzlibrary{pgfplots.colorbrewer,pgfplots.fillbetween}
\usetikzlibrary{shadows.blur}
\usetikzlibrary{shapes.symbols}
\usetikzlibrary{calc,intersections,matrix}
\usepackage{ifthen}
\usetikzlibrary{arrows,fadings,automata,snakes,shapes,shapes.misc,shapes.arrows,trees,positioning,calc,decorations.pathreplacing,arrows.meta}
\usepackage[binary-units=true]{siunitx}
\usepackage{wasysym}
\usepackage{pgfplots}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{tcolorbox}
\usepackage{booktabs}
\usepackage[framemethod=TikZ]{mdframed}
\mdfdefinestyle{simplebox}{roundcorner=4pt,linewidth=0,backgroundcolor=blue!50!black,fontcolor=white}
\usepackage{multicol}
\usepackage{etoolbox}
\makeatletter
\patchcmd{\beamer@sectionintoc}{\vskip1.5em}{\vskip1.0em}{}{}
\makeatother
\AtBeginSection[] {
\begin{frame}
\frametitle{\insertsection}
\vspace{-0.5cm}
\begin{center}
\begin{scriptsize}
\begin{multicols}{2}
\tableofcontents[sectionstyle=show/shaded,subsectionstyle=show/show/hide]
\end{multicols}
\end{scriptsize}
\end{center}
\end{frame}
}
\tikzfading[name=arrowfading, top color=transparent!0, bottom color=transparent!95]
\tikzset{arrowfill/.style={top color=blue!50, bottom color=blue,}}
\tikzset{arrowstyle/.style={draw=black,arrowfill, single arrow,minimum height=#1, single arrow,
single arrow head extend=.4cm,}}
\tikzset{
box/.style={
rectangle,
color=#1,
draw=black,
fill=#1,
thick,
text=black,
align=center,
rounded corners=6pt,
blur shadow={shadow blur steps=5},
minimum height=1.5em
},
hbox/.style={
rectangle,
draw=black,
fill=black,
thick,
text=white,
align=center,
rounded corners=6pt,
blur shadow={shadow blur steps=5},
minimum height=1.5em
},
}
\colorlet{tree0}{blue}
\colorlet{tree100}{white!20!blue}
\colorlet{tree200}{white!40!blue}
\colorlet{tree300}{white!60!blue}
\colorlet{tree400}{white!80!blue}
\colorlet{tree500}{white}
\colorlet{tree600}{white!80!orange}
\colorlet{tree700}{white!60!orange}
\colorlet{tree800}{white!40!orange}
\colorlet{tree900}{white!20!orange}
\colorlet{tree1000}{orange}