%% %% This is file `titlepage-TU-DD.tex', %% generated with the docstrip utility. %% %% The original source files were: %% %% uni-titlepage.dtx (with options: `doc,example,TU-DD') %% Copyright (c) 2009-2022 by Markus Kohm %% %% This file was generated from file(s) of uni-titlepage distribution. %% %% ---------------------------------------------------------------------- %% %% This work may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, version 1.3c of the license. %% The latest version of this license is in %% http://www.latex-project.org/lppl.txt %% and version 1.3c or later is part of all distributions of LaTeX %% version 2005/12/01 or later. %% %% This work has the LPPL maintenance status "maintained". %% %% The Current Maintainer and author of this work is Markus Kohm. %% %% This file may only be distributed together with %% the file `uni-titlepage.dtx'. %% You may however distribute the file `uni-titlepage.dtx' without this file. %% \ProvidesFile{% titlepage% -TU-DD% .tex% }[% 2023-11-20 v1.2 KOMA presents the title page project ] \documentclass[a4paper,pagesize]{scrbook} \usepackage[ngerman]{babel} \usepackage{iftex} \iftutex \usepackage{fontspec} \setmainfont{TeX Gyre Termes} \setsansfont{TeX Gyre Heros} \else \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage{mathpazo} \usepackage[scaled]{helvet} \fi \usepackage{xcolor} \usepackage{uni-titlepage} \begin{document} \TitlePageStyle{TU-DD} \maketitle[% title=\textcolor{red}{Titel im Stil \texttt{TU-DD}}, university=\textcolor{red}{% Technische\nobreakspace Universit\"at\nobreakspace Dresden},% faculty=\textcolor{red}{Fakultät Wirtschafswissenschaften}, chair=\textcolor{red}{SAP-Stiftungslehrstuhl für\\ Entrepreneurship und Innovation}, professor=\textcolor{red}{Prof.\,Dr.\,Michael Schefcyk}, subject=\textcolor{red}{Seminararbeit\\(bzw. Diplomarbeit)},% ... direct value student=\textcolor{red}{Vorname und Name}, discipline=\textcolor{red}{Studienrichtung}, matriculationnumber=\textcolor{red}{Matrikel-Nr.}, advisor=\textcolor{red}{(mit akadem. Grad, Vor- und Zuname)}, date=\textcolor{red}{(Datum der Abgabe)} ] \TitleOptions{pagenumber=1,blackborder}% same with `Trauerrand' \maketitle% everything else, like above \end{document} \endinput %% %% End of file `titlepage-TU-DD.tex'.