Minor changes for title/cover.
This commit is contained in:
BIN
build/main.pdf
BIN
build/main.pdf
Binary file not shown.
2
main.tex
2
main.tex
@@ -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}
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|
||||||
|
|||||||
@@ -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{}
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user