-
Notifications
You must be signed in to change notification settings - Fork 3
/
template.tex
51 lines (41 loc) · 995 Bytes
/
template.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
% arara: lualatex: { shell: yes }
% arara: biber
% arara: nomencl
% arara: lualatex: { shell: yes }
% arara: lualatex: { shell: yes }
\documentclass[ngerman]{ttlab-qualify}
%%% mögliche Optionen:
% - ngerman
% - english
% - minted
% - algorithm
% - nomencl
% - nolibertine
%%% wähle den Studiengang (Auswahl erforderlich):
% - bsc2019
% - msc2019
% - mscbio2019
% - mscwirtschaft2019
% - seminar
\addbibresource{path-and-name-of.bib}
\begin{document}
\titlehead{
Name\\
Matrikelnummer\\
Studiengang (BA / MA)\\
Studienfachkombination / Schwerpunkt \\
Semester\\
E-Mail-Adresse
}
\subject{Titel der Veranstaltung/Art der Arbeit (BA/MA)}
\author{Name des Verfassers}
\title{Titel der Arbeit}
\subtitle{Ggf. Untertitel}
\date{Abgabedatum: <Datum>}
\publishers{Name des Instituts\\Name des Betreuers\\Ggf. Name des Zweitbetreuers}
\maketitle
\tableofcontents
\chapter{Einleitung}
\appendix
\printbibliography
\end{document}