forked from informusica/dissertation-tudelft-latex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
propositions.tex
145 lines (102 loc) · 2.63 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
145
\documentclass{dissertation}
%% Turn off page numbering for the propositions and make the margins on both
%% sides equal and symmetrical.
\geometry{twoside=false}
\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[Optional Subtitle]{Title}
\author{Albert}{Einstein}
\begin{center}
{\Large\titlefont\bfseries Propositions}
\bigskip
accompanying the dissertation
\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
by
\bigskip
%% Print the full name of the author.
\makeatletter
{\large\titlefont\bfseries\@firstname\ {\titleshape\@lastname}}
\makeatother
\end{center}
\bigskip
\bigskip
\begin{enumerate}
\item Proposition 1.
\item Proposition 2.
\item Proposition 3.
\item Proposition 4.
\item Proposition 5.
\item Proposition 6.
\item Proposition 7.
\item Proposition 8.
\item Proposition 9.
\item Proposition 10.
\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 prof.\ dr.\ A.\ Kleiner.
\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 promotor prof.\ dr.\ A.\ Kleiner.
\end{center}
}
\end{document}