forked from MichaelGrupp/TTT
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtitlepage_inside.tex
48 lines (44 loc) · 1.53 KB
/
titlepage_inside.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
\begin{titlepage}
% Dreizeiler:
\begin{textblock*}{\textwidth}(\coverborderleft, 2cm)%
\setlength{\baselineskip}{11pt}%
\ifx \monochromeCoverInside \undefined
\textcolor{UniversitaetFarbe} { %
\fontsize{9}{11}\selectfont%
\sffamily \chair\\%
\sffamily \faculty\\%
\sffamily \uni }
\else
\textcolor{black} { %
\fontsize{9}{11}\selectfont%
\sffamily \chair\\%
\sffamily \faculty\\%
\sffamily \uni }
\fi
\end{textblock*}%
% University of Bamberg logo
\begin{textblock*}{\UniversitaetLogoHoehe}[0.22,0](\paperwidth - 2cm, 2cm)%
\ifx \monochromeCoverInside \undefined
\includegraphics[width=0.3\textwidth]{images/UoB_Logos/UBLogo_sw.png}%
\else
\includegraphics[width=0.3\textwidth]{images/UoB_Logos/UBLogo.pdf}%
\fi
\end{textblock*}%
% title in German and English with additional infos
\begin{textblock*}{\paperwidth - \coverborderleft -2cm}(\coverborderleft, 8cm)%
\raggedright %no hyphenation here
{\sffamily \Large \worktype}\\
{\sffamily \huge \titleFirstLanguage \par}
\vspace{1cm}
{\sffamily \huge \titleForeignLanguage \par}
\end{textblock*}
\begin{textblock*}{\paperwidth - \coverborderleft - 2cm}(\coverborderleft, \paperheight - 5cm)%
\begin{tabular}{l l}
\sffamily Author: & \sffamily \authorname \\
\sffamily Supervisor: & \sffamily \supervisor \\
\sffamily Advisors: & \sffamily \advisor \\
\sffamily Submission Date: & \sffamily \submissionDate
\end{tabular}
\end{textblock*}
~\\ % do not remove
\end{titlepage}