Newer
Older
%% Turn off page numbering for the propositions and make the margins on both
%% sides equal and symmetrical.
\geometry{twoside=false}
\geometry{top=0.4in, bottom=0.4in, left=0.5in, right=0.5in}
\pagestyle{empty}
\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{Towards realistic numerical simulations of Majorana devices}
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
\author{Bas}{Nijholt}
\begin{center}
{\Large\titlefont\bfseries Propositions}
\smallskip
accompanying the dissertation
\smallskip
%% Print the title.
{\makeatletter
\titlestyle\bfseries\large\@title
\makeatother}
%% Print the optional subtitle.
{\makeatletter
\ifx\@subtitle\undefined\else
\titlefont\titleshape\@subtitle
\fi
\makeatother}
\smallskip
by
\smallskip
%% Print the full name of the author.
\makeatletter
{\large\titlefont\bfseries\@firstname\ {\titleshape\@lastname}}
\makeatother
\end{center}
\begin{enumerate}
\itemsep-0.08em
{% for prop in propositions %}
\item {{ prop['english'] }}
{% endfor %}
\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 promotor dr.\ A.\ R.\ Akhmerov.
\end{center}
\clearpage
{\selectlanguage{dutch}
\begin{center}
{\Large\titlefont\bfseries Stellingen}
\smallskip
behorende bij het proefschrift
\smallskip
%% Print the title.
{\makeatletter
\titlestyle\bfseries\large\@title
\makeatother}
%% Print the optional subtitle.
{\makeatletter
\ifx\@subtitle\undefined\else
\titlefont\titleshape\@subtitle
\fi
\makeatother}
\smallskip
door
\smallskip
%% Print the full name of the author.
\makeatletter
{\large\titlefont\bfseries\@firstname\ {\titleshape\@lastname}}
\makeatother
\end{center}
\begin{enumerate}
\itemsep-0.08em
{% for prop in propositions %}
\item {{ prop['dutch'] }}
{% endfor %}
\end{enumerate}
\smallskip
%% 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 promotor dr.\ A.\ R.\ Akhmerov.
\end{center}
}
\end{document}