-
Notifications
You must be signed in to change notification settings - Fork 57
/
propositions.tex
144 lines (101 loc) · 3.34 KB
/
propositions.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
\documentclass{propositions}
%% Turn off page numbering for the propositions and make the margins on both
%% sides equal and symmetrical.
\geometry{twoside=false}
\pagestyle{empty}
\RequirePackage{unicode-math}
\setmainfont[Path = fonts/libertinus/, ItalicFont=libertinusserif-italic.otf, BoldFont=libertinusserif-bold.otf, BoldItalicFont=libertinusserif-bolditalic.otf]{libertinusserif-regular.otf}
\setsansfont[Path = fonts/libertinus/, BoldFont=libertinussans-bold.otf, ItalicFont=libertinussans-italic.otf]{libertinussans-regular.otf}
\setmathfont[Path = fonts/libertinus/]{libertinusmath-regular.otf}
\setmonofont[Scale=MatchLowercase, Path=fonts/inconsolata/]{Inconsolata-Regular.ttf}
%% The default style for text is Tahoma (sans-serif).
%\renewcommand*\familydefault{\rmfamily}
\begin{document}
%% Specify the title and author of the thesis. This information will be used on
%% both the English and Dutch side and in the metadata of the final PDF.
\title{An Empirical Evaluation of Feedback-Driven \\Software Development}
\author{Moritz Marc}{Beller}
\begin{center}
{\Large\titlefont\bfseries Propositions}
\medskip
accompanying the dissertation
\medskip
%% Print the title.
{\makeatletter
\titlestyle\bfseries\large\@title
\makeatother}
%% Print the optional subtitle.
{\makeatletter
\ifx\@subtitle\undefined\else
\titlefont\titleshape\@subtitle
\fi
\makeatother}
\medskip
by
\medskip
%% Print the full name of the author.
\makeatletter
{\large\titlefont\bfseries\@firstname\ {\titleshape\@lastname}}
\makeatother
\end{center}
\bigskip
\begin{enumerate}
\item Most papers contain at least one statistical result that is wrong. [This
thesis]
\end{enumerate}
\bigskip
\bigskip
%% Apart from the name and title of the supervisor, the following text is
%% dictated by the promotieregelement.
\begin{center}
These propositions are regarded as opposable and defendable, and have been approved as such by the
promotors prof.\ dr.\ A.\ van Deursen, dr.\ A.\ Zaidman, and dr.\ G.\ Gousios.
\end{center}
%% \clearpage
%% {\selectlanguage{dutch}
%% \begin{center}
%% {\Large\titlefont\bfseries Stellingen}
%% \bigskip
%% behorende bij het proefschrift
%% \bigskip
%% %% Print the title.
%% {\makeatletter
%% \titlestyle\bfseries\large\@title
%% \makeatother}
%% %% Print the optional subtitle.
%% {\makeatletter
%% \ifx\@subtitle\undefined\else
%% \titlefont\titleshape\@subtitle
%% \fi
%% \makeatother}
%% \bigskip
%% door
%% \bigskip
%% %% Print the full name of the author.
%% \makeatletter
%% {\large\titlefont\bfseries\@firstname\ {\titleshape\@lastname}}
%% \makeatother
%% \end{center}
%% \bigskip
%% \bigskip
%% \begin{enumerate}
%% \item Stelling 1.
%% \item Stelling 2.
%% \item Stelling 3.
%% \item Stelling 4.
%% \item Stelling 5.
%% \item Stelling 6.
%% \item Stelling 7.
%% \item Stelling 8.
%% \item Stelling 9.
%% \item Stelling 10.
%% \end{enumerate}
%% \bigskip
%% \bigskip
%% %% Apart from the name and title of the supervisor, the following text is
%% %% dictated by the promotieregelement.
%% \begin{center}
%% Deze stellingen worden opponeerbaar en verdedigbaar geacht en zijn als zodanig goedgekeurd door de promotoren prof.\ dr.\ A.\ van Deursen and dr.\ A.\ Zaidman.
%% \end{center}
%% }
\end{document}