-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy paththesis.tex
55 lines (49 loc) · 1.11 KB
/
thesis.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
\documentclass[11pt,a4paper]{article}
\usepackage{theme/lmuthesis}
% this for draft water mark
\input{condition}
\ifthenelse{\boolean{release}}{
}{
\usepackage{draftwatermark}
\SetWatermarkText{DRAFT}
\SetWatermarkScale{1}
}
% meta informations
\department{Institut f\"ur Informatik}
\lfe{Lehr- und Forschungseinheit Medieninformatik}
\professor{Prof.\ Dr.\ PROFESSORS NAME}
\type{Master's Thesis}
\title{THESIS TITLE}
\author{AUTHOR}
\email{EMAIL}
\bearbeitungszeitraum{START bis END}
\supervisor{SUPERVISOR}
\taskdescription{
\begin{description}
\item[THESIS TITLE]
\item[Problem Statement] TO BE ADDED
\item[Scope of the Thesis] TO BE ADDED
\item[Tasks] TO BE ADDED
\item[Requirements] TO BE ADDED
\item[Keywords] TO BE ADDED
\end{description}
}
\acknoledgement{
I would like to appreciate ...
}
\abstract{
This thesis proposes ...
}
\begin{document}
\makecover
\maketaskdescription
\makededication
\makeabstract
\maketoc
% optional:
% \listoffigures
% \listoftables
\cleardoublepage
\input{src/ch01-intro}
\input{literatures/bib.tex}
\end{document}