Use titlepage from bachelor's thesis
This commit is contained in:
+4
-2
@@ -59,7 +59,6 @@
|
|||||||
headsepline,
|
headsepline,
|
||||||
% footsepline,
|
% footsepline,
|
||||||
% cleardoublepage=current,
|
% cleardoublepage=current,
|
||||||
method=right, % start chapters on the right
|
|
||||||
cleardoublepage=plain, % linenumbers on interleaf pages
|
cleardoublepage=plain, % linenumbers on interleaf pages
|
||||||
footnotes=multiple, % TODO: Doesn't work, maybe because of hyperref?
|
footnotes=multiple, % TODO: Doesn't work, maybe because of hyperref?
|
||||||
}
|
}
|
||||||
@@ -70,7 +69,7 @@
|
|||||||
\usepackage[inkscapelatex=false]{svg} % Don't touch fonts
|
\usepackage[inkscapelatex=false]{svg} % Don't touch fonts
|
||||||
% \usepackage{comment}
|
% \usepackage{comment}
|
||||||
\usepackage{pdfpages}
|
\usepackage{pdfpages}
|
||||||
\usepackage{luatodonotes}
|
\usepackage[minNoteWidth=1.0cm]{luatodonotes}
|
||||||
\usepackage{siunitx}
|
\usepackage{siunitx}
|
||||||
\sisetup{detect-all}
|
\sisetup{detect-all}
|
||||||
\usepackage[l2tabu,orthodox]{nag}
|
\usepackage[l2tabu,orthodox]{nag}
|
||||||
@@ -182,6 +181,9 @@
|
|||||||
\tableofcontents%
|
\tableofcontents%
|
||||||
\cleardoublepage%
|
\cleardoublepage%
|
||||||
|
|
||||||
|
\todototoc\listoftodos%
|
||||||
|
\cleardoublepage%
|
||||||
|
|
||||||
\setacronymstyle{short-long}
|
\setacronymstyle{short-long}
|
||||||
\printglossary[type=\acronymtype]
|
\printglossary[type=\acronymtype]
|
||||||
\cleardoublepage%
|
\cleardoublepage%
|
||||||
|
|||||||
+109
-50
@@ -4,64 +4,123 @@
|
|||||||
\birthday{1st of January 2000}
|
\birthday{1st of January 2000}
|
||||||
\birthplace{Ratingen}
|
\birthplace{Ratingen}
|
||||||
\thesisstart{1st of July 2026}
|
\thesisstart{1st of July 2026}
|
||||||
\thesisend{31st of December 2026}
|
\thesisend{December 31st, 2026}
|
||||||
\advisors{Prof.\ Dr.-ing.~Peter Ulbrich\\Dr.~Maximilian Seidler}
|
\advisors{Prof.\ Dr.-ing.~Peter Ulbrich\\Dr.~Maximilian Seidler}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
|
|
||||||
|
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
\setstretch{1.25}
|
|
||||||
\definecolor{TUGreen}{rgb}{0.517,0.721,0.094}
|
|
||||||
% \vspace*{-3cm}
|
|
||||||
\newlength{\links}
|
|
||||||
\setlength{\links}{-1.5cm}
|
|
||||||
\sffamily
|
|
||||||
\hspace*{\links}
|
|
||||||
\begin{minipage}{12.5cm}
|
|
||||||
\includegraphics[width=8cm]{tud_logo_rgb.jpg}
|
|
||||||
\end{minipage}
|
|
||||||
|
|
||||||
\vspace*{4cm}
|
\newgeometry{left=2.5cm,right=2.5cm,top=3cm}
|
||||||
|
|
||||||
\hspace*{\links}
|
|
||||||
\hspace*{-0.2cm}
|
|
||||||
\begin{minipage}{9cm}
|
|
||||||
\large
|
|
||||||
\begin{center}
|
\begin{center}
|
||||||
{\Large \thethesistype} \\
|
|
||||||
\vspace*{1cm}
|
\includegraphics[width=5cm]{tud_logo_rgb.jpg}
|
||||||
\textbf{\thetitle} \\
|
|
||||||
\vspace*{1cm}
|
\vspace{0.75cm}
|
||||||
\theauthor\\
|
|
||||||
|
{\Large\thethesistype}
|
||||||
|
|
||||||
|
\vspace{0.75cm}
|
||||||
|
|
||||||
|
% Thesis title
|
||||||
|
\rule{\textwidth}{0.25mm}\\
|
||||||
|
\vspace{-5pt}
|
||||||
|
\rule{\textwidth}{0.8mm}\\
|
||||||
|
|
||||||
|
{\huge \textsc{\thetitle\\}}
|
||||||
|
|
||||||
|
\rule{\textwidth}{0.8mm}\\
|
||||||
|
\vspace{-5pt}
|
||||||
|
\rule{\textwidth}{0.25mm}
|
||||||
|
|
||||||
|
\vspace{7.5em}
|
||||||
|
|
||||||
|
{submitted by} \\[.5em]
|
||||||
|
{\huge \theauthor} \\[.5em]
|
||||||
|
{from Ratingen}\\
|
||||||
|
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
% Department
|
||||||
|
Department of Computer Science\\
|
||||||
|
Computer Science XII\\
|
||||||
|
System Software Group\\
|
||||||
|
TU Dortmund University\\
|
||||||
|
|
||||||
|
\vspace{1cm}
|
||||||
|
|
||||||
|
% Date
|
||||||
|
\vspace{0.5cm}
|
||||||
\thethesisend%
|
\thethesisend%
|
||||||
|
\vspace{0.5cm}
|
||||||
|
|
||||||
|
% People
|
||||||
|
\begin{tabular}{r l}
|
||||||
|
Primary Reviewer: & Prof.\ Dr.-ing.~Peter Ulbrich \\
|
||||||
|
Secondary Reviewer: & Someone? \\
|
||||||
|
Supervisor: & Someone? \\
|
||||||
|
\end{tabular}
|
||||||
|
|
||||||
|
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{minipage}
|
|
||||||
\normalsize
|
|
||||||
\vspace*{5.5cm}
|
|
||||||
|
|
||||||
\vspace*{2.1cm}
|
|
||||||
|
|
||||||
\hspace*{\links}
|
|
||||||
\begin{minipage}[b]{8cm}
|
|
||||||
% \normalsize
|
|
||||||
\raggedright%
|
|
||||||
Advisors: \\
|
|
||||||
\theadvisors%
|
|
||||||
\end{minipage}
|
|
||||||
|
|
||||||
\vspace*{2.5cm}
|
|
||||||
\hspace*{\links}
|
|
||||||
\begin{minipage}[b]{8cm}
|
|
||||||
\raggedright%
|
|
||||||
Technische Universität Dortmund \\
|
|
||||||
Fakultät für Informatik\\
|
|
||||||
Lehrstuhl 12 -- Arbeitsgruppe Systemsoftware\\
|
|
||||||
\oldurl{https://sys.cs.tu-dortmund.de}
|
|
||||||
\end{minipage}
|
|
||||||
\begin{minipage}[b]{7cm}
|
|
||||||
\raggedleft%
|
|
||||||
In Kooperation mit:\\
|
|
||||||
Fakultätsname\\
|
|
||||||
Lehrstuhl-/Institutsbezeichnung
|
|
||||||
\end{minipage}
|
|
||||||
|
|
||||||
\end{titlepage}
|
\end{titlepage}
|
||||||
|
|
||||||
|
% \begin{titlepage}
|
||||||
|
% \setstretch{1.25}
|
||||||
|
% \definecolor{TUGreen}{rgb}{0.517,0.721,0.094}
|
||||||
|
% % \vspace*{-3cm}
|
||||||
|
% \newlength{\links}
|
||||||
|
% \setlength{\links}{-1.5cm}
|
||||||
|
% \sffamily
|
||||||
|
% \hspace*{\links}
|
||||||
|
% \begin{minipage}{12.5cm}
|
||||||
|
% \includegraphics[width=8cm]{tud_logo_rgb.jpg}
|
||||||
|
% \end{minipage}
|
||||||
|
%
|
||||||
|
% \vspace*{4cm}
|
||||||
|
%
|
||||||
|
% \hspace*{\links}
|
||||||
|
% \hspace*{-0.2cm}
|
||||||
|
% \begin{minipage}{9cm}
|
||||||
|
% \large
|
||||||
|
% \begin{center}
|
||||||
|
% {\Large \thethesistype} \\
|
||||||
|
% \vspace*{1cm}
|
||||||
|
% \textbf{\thetitle} \\
|
||||||
|
% \vspace*{1cm}
|
||||||
|
% \theauthor\\
|
||||||
|
% \thethesisend%
|
||||||
|
% \end{center}
|
||||||
|
% \end{minipage}
|
||||||
|
% \normalsize
|
||||||
|
% \vspace*{5.5cm}
|
||||||
|
%
|
||||||
|
% \vspace*{2.1cm}
|
||||||
|
%
|
||||||
|
% \hspace*{\links}
|
||||||
|
% \begin{minipage}[b]{8cm}
|
||||||
|
% % \normalsize
|
||||||
|
% \raggedright%
|
||||||
|
% Advisors: \\
|
||||||
|
% \theadvisors%
|
||||||
|
% \end{minipage}
|
||||||
|
%
|
||||||
|
% \vspace*{2.5cm}
|
||||||
|
% \hspace*{\links}
|
||||||
|
% \begin{minipage}[b]{8cm}
|
||||||
|
% \raggedright%
|
||||||
|
% Technische Universität Dortmund \\
|
||||||
|
% Fakultät für Informatik\\
|
||||||
|
% Lehrstuhl 12 -- Arbeitsgruppe Systemsoftware\\
|
||||||
|
% \oldurl{https://sys.cs.tu-dortmund.de}
|
||||||
|
% \end{minipage}
|
||||||
|
% \begin{minipage}[b]{7cm}
|
||||||
|
% \raggedleft%
|
||||||
|
% In Kooperation mit:\\
|
||||||
|
% Fakultätsname\\
|
||||||
|
% Lehrstuhl-/Institutsbezeichnung
|
||||||
|
% \end{minipage}
|
||||||
|
%
|
||||||
|
% \end{titlepage}
|
||||||
|
|||||||
Reference in New Issue
Block a user