-
Notifications
You must be signed in to change notification settings - Fork 1
/
mathesis.tex
43 lines (35 loc) · 1.11 KB
/
mathesis.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
\documentclass[11pt]{cltlmathesis}
\usepackage{cltlmathesis}
\usepackage{cltlmatitle}
\begin{document}
% ----------------------------------
% Fill in the following fields:
\title{New Insights in Computational Lexicology}
\author{Johnny B. Good}
\fullauthor{John Bumblebee Good} % for the declaration of Authorship
\supervisors{Joan Smith, Jan de Vries}
\reader{Summer Reads} % 2nd reader
% Comment/Uncomment the following track/degree if needed
\track{Human Language Technology}
\degree{Research Master}
%\track{Text Mining} % or Human Language Technology
%\degree{Master} % or Research Master
\date{June 30, 2020}
\maketitle
% ----------------------------------
\frontmatter
\include{tex/abstract}
\include{tex/declaration}
\include{tex/acknowledgments}
\include{tex/listoffigures} % you can create a list of tables in a similar fashion
\tableofcontents
% ----------------------------------
\mainmatter
\pagestyle{headings}
\include{tex/introduction}
\include{tex/tips}
\appendix
\include{tex/appendixA}
% ----------------------------------
\include{tex/bibliography}
\end{document}