22 lines
601 B
TeX
22 lines
601 B
TeX
% TODO: specify the title of your thesis
|
|
\def\thesisTitle{%
|
|
Title of your thesis/seminar paper (line 1) \\
|
|
(line 2 of your title) \\
|
|
(line 3 of your title)
|
|
}
|
|
|
|
% TODO: specify correct thesis type
|
|
% alternatives: master's thesis, seminar paper
|
|
\def\thesisType{%
|
|
Bachelor's thesis
|
|
}
|
|
|
|
% TODO: insert your data
|
|
\def\degree{B. Sc. Some Bachelor's Degree}
|
|
\def\thesisAuthor{Your Name}
|
|
\def\thesisExaminer{Prof. Dr. Some Professor}
|
|
\def\thesisChair{Chair of Some Field}
|
|
|
|
% TODO: add the declaration
|
|
\def\declaration{%
|
|
Insert the declaration here. In German, it is called \enquote{Eidestattliche Erklärung}.} |