forked from daandres/PA_Vorlage
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.tex
62 lines (52 loc) · 1.98 KB
/
setup.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
%% Optional Packages.
%% Choose packages you want by using comments in the list below.
\usepackage[
% PA, % inserts at the titlepage the company and such stuff
% Study, % insert at the titlepage information without company and such stuff
Bachelor, % inserts at the titlepage the company and such stuff: Bachelorfmat
]{optional}
% Fill in the following fields:
\newcommand{\student}{Phillip Schichtel}
\newcommand{\matrikel}{4775783}
\newcommand{\kurs}{TINF13AI-BC}
\newcommand{\reporttitle}{Verification of Web Service}
\newcommand{\reportsubtitle}{subtitle to be added}
\newcommand{\reportstart}{04/07/2016}
\newcommand{\reportend}{26/09/2016}
\newcommand{\handoverdate}{26/09/2015}
\newcommand{\timerange}{12 weeks}
\newcommand{\dhbw}{BW Cooperative State University Mannheim, Germany}
\newcommand{\studiengang}{Applied Computer Science}
\newcommand{\tutor}{Alexander Gross}
\newcommand{\companylogo}{logos/company} %% filname of logo for titlepage
\opt{Study}{
\newcommand{\reportsemester}{5. - 6. Semester}
\newcommand{\prof}{Tutor an der DHBW}
\newcommand{\reporttype}{Study Report}
\newcommand{\keywords}{\reporttype, \dhbw}
}
\opt{PA}{
\newcommand{\businessunit}{R\&D}
\newcommand{\department}{RDM-FOR-SEC-CPR}
\newcommand{\company}{Amadeus Germany GmbH}
\newcommand{\manager}{Alexander Radzio}
\newcommand{\prof}{Prof. Dr. H. Hofmann}
\newcommand{\educationdepartment}{Education department}
\newcommand{\lokation}{Mannheim}
\newcommand{\reporttype}{Internship Report}
\newcommand{\keywords}{\reporttype, \dhbw, \company}
}
\opt{Bachelor}{
\newcommand{\academicdegree}{Bachelor of Science}
\newcommand{\company}{Company}
\newcommand{\lokation}{Mannheim}
\newcommand{\prof}{Prof. Dr. TODO}
\newcommand{\reporttype}{Bachelor thesis}
\newcommand{\keywords}{\reporttype, \dhbw, \company}
}
\hypersetup{
pdftitle={\reporttype\ - \reporttitle\ - \student},
pdfauthor={\student},
pdfsubject={\reporttitle},
pdfkeywords={\keywords}
}