forked from pschichtel/TeX-Template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtitlepage.tex
94 lines (76 loc) · 3.07 KB
/
titlepage.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
%!TEX root = main.tex
%!TEX program = xelatex
%!BIB program = biber
%% --- Internal Template File ----------------------------------------------------------------------
%% TITLE PAGE OF THE DOCUMENT
%% -------------------------------------------------------------------------------------------------
{\setlength{\parindent}{0cm}
%% LOGOS:
\hfill
\includegraphics[height=1.4cm]{logos/dhbwlogo}
\quad\rule{0.5pt}{1.4cm}\quad
\includegraphics[height=1.4cm]{logos/company} \\
%% UPPER TITLE BLOCK:
\begin{spacing}{1.5}
\vspace{3.5cm}
{\color{PrimaryAccentColor}\huge{\emergencystretch=.3em \reporttitle}}
\end{spacing}
\opt{Bachelor, Study}{
{\color{SecondaryAccentColor}\reporttype} \\
}
\opt{Internship}{
{\color{SecondaryAccentColor}\reporttype~{
\small\iflanguage{english}{for the module}{für das Modul}~\reportmodule
}}\\
}
\vspace{1.5cm}
%% MIDDLE INFORMATIONS BLOCK:
\opt{Bachelor}{
{\small\iflanguage{english}{for the exam as}{für die Prüfung zum}} \\
\vspace{-0.3cm}
{\color{TertiaryAccentColor}{\Large\academicdegree}} \\
\vspace{-0.3cm}
}
{\small\iflanguage{english}{in}{des Studienganges}} \studiengang
\vspace{0.07cm}
\begin{tabbing}
{\small\iflanguage{english}{at}{an der}} \=\dhbwDE \\
\>\iflanguage{english}{\footnotesize\dhbwEN}{~}
\end{tabbing}
\vspace{0.4cm}
{\small\iflanguage{english}{written by}{von}} {\large{\emergencystretch=.3em \studentname}} \\
\vspace{0.2cm}
\ifcsname activatedraftmark\endcsname
{
\setstcolor{SupportingDeepOrange}
\st{\handoverdate} \quad {\color{SupportingDeepOrange}\today}
}
\vspace{1cm}
{\color{SupportingDeepOrange}\huge \draftrevision\ \iflanguage{english}{Draft}{Entwurf}} \\
\else
\handoverdate \\
\fi
%% LOWER METAINFO BLOCK:
\vfill
\begin{tabbing}
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\=\kill
{\small\iflanguage{english}{Duration}{Bearbeitungszeitraum}:} \> \timerange \\
\opt{Internship}{
\> \reportstart - \reportend \\
}
{\small\iflanguage{english}{Matriculation number, Course}{Matrikelnummer, Kurs}:} \> \matrikelno, \kurs \\
{\small\iflanguage{english}{Partner company}{Ausbildungsfirma}:} \> {\emergencystretch=.3em \company} \\
\opt{Internship}{
{\small\iflanguage{english}{Department}{Abteilung}:} \> {\emergencystretch=.3em \department} \\
}
\opt{Internship,Bachelor}{
{\small\iflanguage{english}{Supervisor at the partner company}{Betreuer der Ausbildungsfirma}:} \> {\emergencystretch=.3em \companymanager} \\
}
\opt{Study}{
{\small\iflanguage{english}{Supervising tutor}{Betreuer der Dualen Hochschule}:} \> {\emergencystretch=.3em \prof}
}
\opt{Bachelor}{
{\small\iflanguage{english}{Reviewer of the University}{Gutachter der Dualen Hochschule}:} \> {\emergencystretch=.3em \prof}
}
\end{tabbing}
}