summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/iodhbwm/tex/i18n/ngerman/dhbw-titlepage-pa.def
blob: 1c05221abbe03e3f6b775cab677d19d66c3f0715 (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
58
59
\begin{titlepage}
    \centering
    \ifcsempty{iodhbwm@institute@logo}{%
        \includegraphics[height=1.5cm]{\getDHBWLogo}
    }{%
        \begin{minipage}[c]{.25\textwidth}
            \includegraphics[width=\linewidth,keepaspectratio]{\getDHBWLogo}
        \end{minipage}
        \hfill
        \begin{minipage}[c]{.25\textwidth}
            \raggedleft
            \includegraphics[width=\linewidth,keepaspectratio]{\getInstituteLogo}
        \end{minipage}
    }

    \bigskip
    
    \Large\textsc{Projektarbeit}
    
    \normalsize
    des Studiengangs \getCourseName\par
    der Dualen Hochschule Baden-Württemberg \getDHBWLocation
    
    \rule{\textwidth}{.5mm}\bigskip
    
    \textsc{\large Thema \ifcsempty{iodhbwm@thesis@second@title}{}{A}}
    
    {\bfseries \getThesisTitle}\bigskip
    
    \ifcsempty{iodhbwm@thesis@second@title}{}{%
        \textsc{\large Thema B}\par
        %\tikz{\node (1) [draw, rounded rectangle] {Kolloquium};}
        {\bfseries \getThesisSecondTitle}
    }{}
    
    \rule{\textwidth}{.5mm}
    
    \vfill
    
    \par
    {\bfseries\large \getAuthor}\par
    \getDate
    
    \vfill
    
    \small{%
        \begin{tabularx}{\textwidth}{@{}lX@{}}
        \toprule
        Bearbeitungszeitraum: & \getProcessingPeriod\\
        Matrikelnummer, Kurs: & \getStudentId, \getCourseId\\
        \ifcsempty{iodhbwm@institute@section}{}{Abteilung: & \getInstituteSection\\}%
        Ausbildungsbetrieb: & \getInstitute\\
        \ifbool{iodhbwm@if@print@location}{Ort: & \getLocation\\}{}%
        Betreuer: & \getSupervisor\\
        Unterschrift Betreuer & \rule[-.5cm]{.5\columnwidth}{.5pt}
        \end{tabularx}
    }
    \cleardoublepage
\end{titlepage}