-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmasters_thesis_christian_peters.tex
76 lines (52 loc) · 1.3 KB
/
masters_thesis_christian_peters.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
\documentclass[a4paper,12pt,bibliography=totoc, listof=totoc]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage[font=footnotesize]{caption}
\usepackage{subcaption}
\usepackage{amsthm,amsmath,amsfonts}
\usepackage{dsfont}
\usepackage[linesnumbered, ruled, vlined]{algorithm2e}
\usepackage{pdfpages}
\usepackage{breakcites}
\usepackage{makecell}
\usepackage{setspace}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\newtheorem{definition}{Definition}
\newtheorem{corollary}{Corollary}
\title{Data Reduction for Efficient Probit Regression}
\author{Christian Peters}
\date{\today}
\setcounter{tocdepth}{3}
\begin{document}
\input{sections/title}
\newpage
\onehalfspacing
% this makes sure that there are no page numbers even on a
% multi page TOC.
\pagestyle{empty}
{
\renewcommand{\thispagestyle}[1]{}
\tableofcontents
}
\clearpage
\pagestyle{plain}
\newpage
\setcounter{page}{1}
\input{sections/introduction}
\input{sections/probit}
\input{sections/coresets}
\input{sections/efficient_algorithms}
\input{sections/experiments}
\input{sections/conclusion}
% \newpage
% \nocite{*}
\bibliographystyle{apalike}
\bibliography{literature}
% \newpage
% \listoffigures
\newpage
\includepdf[pages=-]{affidavit.pdf}
\end{document}