Minor changes for title/cover.

This commit is contained in:
Florian Walch
2014-03-29 21:11:45 +01:00
parent c8db6e56c4
commit 37933df225
6 changed files with 8 additions and 6 deletions

Binary file not shown.

View File

@@ -1,7 +1,7 @@
\RequirePackage[l2tabu, orthodox]{nag} \RequirePackage[l2tabu, orthodox]{nag}
% TODO: decide if one-sided/two-sided % TODO: decide if one-sided/two-sided
%\documentclass[headsepline,footsepline,footinclude=false,fontsize=11pt,paper=a4,listof=totoc,bibliography=totoc,BCOR=12mm,DIV=calc} % two-sided %\documentclass[headsepline,footsepline,footinclude=false,fontsize=11pt,paper=a4,listof=totoc,bibliography=totoc,BCOR=12mm,DIV=12]{scrbook} % two-sided
\documentclass[headsepline,footsepline,footinclude=false,oneside,fontsize=11pt,paper=a4,listof=totoc,bibliography=totoc]{scrbook} % one-sided \documentclass[headsepline,footsepline,footinclude=false,oneside,fontsize=11pt,paper=a4,listof=totoc,bibliography=totoc]{scrbook} % one-sided
\input{settings/packages} \input{settings/packages}

View File

@@ -5,9 +5,9 @@
\includegraphics[width=40mm]{logos/tum} \includegraphics[width=40mm]{logos/tum}
\vspace{5mm} \vspace{5mm}
\Huge \textsc{\getFaculty{}}\\ {\huge\MakeUppercase{\getFaculty{}}}\\
\vspace{5mm} \vspace{5mm}
\Large \textsc{Technische Universität München}\\ {\large\MakeUppercase{\getUniversity{}}}\\
\vspace{1mm} \vspace{1mm}
\end{center} \end{center}

View File

@@ -5,6 +5,6 @@ I assure the single handed composition of this \MakeLowercase{\getDoctype{}} onl
\vspace{15mm} \vspace{15mm}
\noindent \noindent
Munich, \getSubmissionDate{} \hspace{5cm} \getAuthor{} \getSubmissionLocation{}, \getSubmissionDate{} \hspace{5cm} \getAuthor{}
\cleardoublepage{} \cleardoublepage{}

View File

@@ -5,9 +5,9 @@
\includegraphics[width=40mm]{logos/tum} \includegraphics[width=40mm]{logos/tum}
\vspace{5mm} \vspace{5mm}
\Huge \textsc{\getFaculty{}}\\ {\huge\MakeUppercase{\getFaculty{}}}\\
\vspace{5mm} \vspace{5mm}
\Large \textsc{Technische Universität München}\\ {\large\MakeUppercase{\getUniversity{}}}\\
\vspace{1mm} \vspace{1mm}
\end{center} \end{center}

View File

@@ -1,4 +1,5 @@
% Basic information for cover & title page % Basic information for cover & title page
\newcommand*{\getUniversity}{Technische Universität München}
\newcommand*{\getFaculty}{Fakultät für Informatik} \newcommand*{\getFaculty}{Fakultät für Informatik}
\newcommand*{\getTitle}{TODO: Thesis title} \newcommand*{\getTitle}{TODO: Thesis title}
\newcommand*{\getTitleGer}{TODO: Titel der Abschlussarbeit} \newcommand*{\getTitleGer}{TODO: Titel der Abschlussarbeit}
@@ -7,5 +8,6 @@
\newcommand*{\getSupervisor}{TODO: Supervisor} \newcommand*{\getSupervisor}{TODO: Supervisor}
\newcommand*{\getAdvisor}{TODO: Advisor} \newcommand*{\getAdvisor}{TODO: Advisor}
\newcommand*{\getSubmissionDate}{TODO: Submission date} \newcommand*{\getSubmissionDate}{TODO: Submission date}
\newcommand*{\getSubmissionLocation}{Munich}
% TODO: add custom commands etc. % TODO: add custom commands etc.