summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/iodhbwm/tex/i18n/english/dhbw-titlepage-ba.def
blob: 0d72435ca4fb6a5a93dbfed8b1fe4c0b6e8738fe (plain)
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
\begin{titlepage}
    \centering
    \ifcsempty{iodhbwm@institute@logo}{%
        \includegraphics[height=1.7cm]{\getDHBWLogo}
    }{%
        \begin{minipage}[c]{.25\textwidth}
            \includegraphics[width=\linewidth,keepaspectratio]{\getDHBWLogo}
        \end{minipage}
        \hfill
        \begin{minipage}[c]{.25\textwidth}
            \centering
            \includegraphics[width=\linewidth,keepaspectratio]{\getInstituteLogo}
        \end{minipage}
    }

    \bigskip
    
    \rule{\textwidth}{.5mm}\bigskip
    
    {\bfseries \getThesisTitle}\smallskip
    
    \rule{\textwidth}{.5mm}\bigskip

    \textsc{\Large Bachelor's thesis}
    
    \bigskip
    for the degree
    
    \textsc{\large \getBachelorDegree}
    
    \bigskip
    of the course \getCourseName\par
    at the Baden-Wuerttemberg Cooperative State University \getDHBWLocation
    
    \vfill
    
    by\par
    {\bfseries\large \getAuthor}\bigskip
    
    Submission on \getSubmissionDate
    
    \vfill
    
    \small{%
        \begin{tabularx}{\textwidth}{@{}lX@{}}
        	\toprule
        	Processing Period: & \getProcessingPeriod\\
    	    Student id, course: & \getStudentId, \getCourseId\\
	        \ifcsempty{iodhbwm@institute@section}{}{Department: & \getInstituteSection\\}%
        	Apprenticing company: & \getInstitute\\
        	\ifbool{iodhbwm@if@print@location}{Ort: & \getLocation\\}{}%
        	Company's supervisor: & \getSupervisor\\
        	University's reviewer: & \getReviewer\\
        \end{tabularx}
    }
    \cleardoublepage
\end{titlepage}