diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-20 23:38:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-20 23:38:12 +0000 |
commit | c2a784141573aa4fca549b380a8f07c682ac7b2e (patch) | |
tree | 1217e1d58e37d3fa83ec2003b9f13dd5ebdcda0f /Master/texmf-dist/tex/latex/iodhbwm/dhbw-titlepage-ba.def | |
parent | 0d829fbbe1e39d04cd4ceef43f58b0a52f4d6e03 (diff) |
iodhbwm (20dec18)
git-svn-id: svn://tug.org/texlive/trunk@49463 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/iodhbwm/dhbw-titlepage-ba.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/iodhbwm/dhbw-titlepage-ba.def | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/iodhbwm/dhbw-titlepage-ba.def b/Master/texmf-dist/tex/latex/iodhbwm/dhbw-titlepage-ba.def new file mode 100644 index 00000000000..2af4304810e --- /dev/null +++ b/Master/texmf-dist/tex/latex/iodhbwm/dhbw-titlepage-ba.def @@ -0,0 +1,57 @@ +\begin{titlepage} + \centering + \ifcsempty{iodhbwm@institute@logo}{% + \includegraphics[height=1.7cm]{dhbw-logo} + }{% + \begin{minipage}[c]{.25\textwidth} + \includegraphics[width=\linewidth,keepaspectratio]{dhbw-logo} + \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 Bachelorarbeit} + + \bigskip + für die Prüfung zum + + \textsc{\large \getBachelorDegree} + + \bigskip + des Studiengangs \getCourseName\par + der Dualen Hochschule Baden-Württemberg Mannheim + + \vfill + + von\par + {\bfseries\large \getAuthor}\bigskip + + Abgabe am \getSubmissionDate + + \vfill + + \small{% + \begin{tabularx}{\textwidth}{@{}lX@{}} + \toprule + Bearbeitungszeitraum: & \getProcessingPeriod\\ + Matrikelnummer, Kurs: & \getStudentId, \getCourseId\\ + \ifcsempty{iodhbwm@institute@section}{}{Abteilung: & \getInstituteSection\\}% + Ausbildungsfirma: & \getInstitute\\ + \ifbool{iodhbwm@if@print@location}{Ort: & \getLocation\\}{}% + Betreuer der Ausbildungsfirma: & \getSupervisor\\ + Gutachter der Dualen Hochschule: & \getReviewer\\ + \end{tabularx} + } + \cleardoublepage +\end{titlepage}
\ No newline at end of file |