-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpropositions.tex
175 lines (123 loc) · 3.03 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
\documentclass[10pt]{book}
% ------- Packages and Settings --------
% GENERAL
% language
\usepackage[english,dutch]{babel}
\babeltags{en = english}
\babeltags{nl = dutch}
\selectlanguage{english}
%%%%%%%%%%%
% Set thesis style
%%%%%%%%%%%
\usepackage[screen]{thesis}
%
% Shortcuts:
%
% screen enables options : booklet
% print enables options : booklet scaled, cmyk, bindingoffset
%
%
% All options:
%
% booklet papersize 17x24cm
% bookletscaled papersize 17x24cm on a regular a4paper with crop marks
% bindingoffset set 6.5mm binding offset
% cmyk force (tikz) cmyk colours
% newfonts use new modern fonts garamondx and newtxmath
% norulers remove header rulers
% italic put header chapter and section in italic
% thumbs enable chapter thumbs
% debug enable geometry showframe and showcrop
% custom hypens
\hyphenation{stra-to-pause}
\hyphenation{Bre-khov-skikh}
% --------------- Document -----------------
\begin{document}
%%%% ENGLISH %%%%%
\selectlanguage{english}
%%%%%%%%%%%%%%%
\crop[cam] % remove if you don't want crop marks when using bookletscaled
%%%%%%%%%%%%%
% TITLE
%%%%%%%%%%%%%
\title{A subtitle}{My doctoral thesis title}
\author{Edgar}{Allan}{Poe}
\pagestyle{empty}
\begin{center}
{\makeatletter
\bfseries\Large\sffamily{Propositions}
\makeatother}
\smallskip
{\large accompanying the dissertation}
\bigskip
\medskip
%% Print the title.
{\makeatletter
\bfseries\LARGE\sffamily{\@title}
\makeatother}
%% Print the optional subtitle.
{\makeatletter
\ifx\@subtitle\undefined\else
\smallskip
\Large\@subtitle
\fi
\makeatother}
\medskip
{\large by}
\medskip
\makeatletter
{\large \@firstname~\@middlename~{\MakeUppercase \@lastname}}
\makeatother
\end{center}
\bigskip
\begin{enumerate}
\item A first proposition.
{\hfill \sffamily{\footnotesize Chapter~3~of~this~thesis}}
\item ...
\end{enumerate}
\vfill
\bigskip
\noindent These propositions are considered as opposable and defendable and as such have been approved by the promotor Prof.~dr. ...
%%%%%%%%%%%%%%%
\clearpage
%%%%% DUTCH %%%%%%
\selectlanguage{dutch}
%%%%%%%%%%%%%%%%
\pagestyle{empty}
\begin{center}
{\makeatletter
\bfseries\Large\sffamily{Stellingen}
\makeatother}
\smallskip
{\large behorende bij het proefschrift}
\bigskip
\medskip
%% Print the title.
{\makeatletter
\bfseries\LARGE\sffamily{\@title}
\makeatother}
%% Print the optional subtitle.
{\makeatletter
\ifx\@subtitle\undefined\else
\smallskip
\Large\@subtitle
\fi
\makeatother}
\medskip
{\large door}
\medskip
\makeatletter
{\large \@firstname~\@middlename~{\MakeUppercase \@lastname}}
\makeatother
\end{center}
\bigskip
\begin{enumerate}
\item Mijn eerste stelling.
{\hfill \sffamily{\footnotesize Hoofdstuk~3~van~dit~proefschrift}}
\item ...
\end{enumerate}
\vfill
\bigskip
\noindent Deze stellingen worden opponeerbaar en verdedigbaar geacht en zijn als zodanig goedgekeurd door de promotor Prof.~dr. ...
\end{document}
% ------------------------------------------------