Skip to content
Snippets Groups Projects
Commit 98d4b1a8 authored by Jannik Dunkelau's avatar Jannik Dunkelau
Browse files

Update cover page of thesis

parent a48c7c78
No related branches found
No related tags found
No related merge requests found
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
\ProvidesClass{hhuthesis}[2019/11/22 HHU Thesis LaTeX document class v1.8] \ProvidesClass{hhuthesis}[2019/12/16 HHU Thesis LaTeX document class v1.9]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} % Options fallback. \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} % Options fallback.
\ProcessOptions\relax \ProcessOptions\relax
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
\newcommand{\gratuationtype}[1]{\renewcommand{\@degree}{#1}} \newcommand{\gratuationtype}[1]{\renewcommand{\@degree}{#1}}
\newcommand{\@degree}{Bachelor} \newcommand{\@degree}{Bachelor}
\newcommand{\subject}[1]{\renewcommand{\@subject}{#1}}
\newcommand{\@subject}{Informatik}
%% Allows switching between colour and black/white printing %% Allows switching between colour and black/white printing
\newif\ifprintblackwhite \newif\ifprintblackwhite
\printblackwhitefalse \printblackwhitefalse
...@@ -52,6 +55,8 @@ ...@@ -52,6 +55,8 @@
\definecolor{hhuorange}{HTML}{ee7f00} % Orange \definecolor{hhuorange}{HTML}{ee7f00} % Orange
\definecolor{hhured}{HTML}{be0a26} % Rot \definecolor{hhured}{HTML}{be0a26} % Rot
\RequirePackage{ifthen}
\RequirePackage{tikz} \RequirePackage{tikz}
\RequirePackage{pgf,pgfplots} \RequirePackage{pgf,pgfplots}
%% Setup of colour cylce lists for pgfplots %% Setup of colour cylce lists for pgfplots
...@@ -191,10 +196,15 @@ ...@@ -191,10 +196,15 @@
\begin{center} \begin{center}
{\LARGE \textbf \@title \par}% {\LARGE \textbf \@title \par}%
\vfill \vfill
{\large \textbf \@author \par}% {von\\\large \textbf \@author \par}%
\vfill \vfill
{\large \@degree{}arbeit \par}% {{\large \@degree{}arbeit}\par
\vspace{35mm} im Studiengang \@subject \\
zur Erlangung des akademischen Grades \par
{\large\@degree{} of Science
(\ifthenelse{\equal{\@degree}{Master}}{M}{B}.Sc.) \par}
\par}%
\vspace{20mm}
\begin{tabular}{ll} \begin{tabular}{ll}
Beginn der Arbeit: & \@begin \\ Beginn der Arbeit: & \@begin \\
Abgabe der Arbeit: & \@due \\ Abgabe der Arbeit: & \@due \\
...@@ -329,7 +339,7 @@ ...@@ -329,7 +339,7 @@
\newcommand{\@makedeclaration}{% \newcommand{\@makedeclaration}{%
\@beginparpenalty\@lowpenalty \@beginparpenalty\@lowpenalty
\begin{center}% \begin{center}%
\bfseries \large Ehrenw\"ortliche Erkl\"arung \bfseries \large Selbstst\"andigkeitserkl\"arung
\@endparpenalty\@M \@endparpenalty\@M
\end{center}% \end{center}%
......
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
\gratuationtype{Bachelor} \gratuationtype{Bachelor}
% \gratuationtype{Master} % \gratuationtype{Master}
%% Ihr Studienfach
\subject{Informatik}
%% Beginn- und Abgabedaten der Arbeit %% Beginn- und Abgabedaten der Arbeit
\begindate{03. September 2019} % Beginn \begindate{03. September 2019} % Beginn
\duedate{03. Dezember 2019} % Abgabe \duedate{03. Dezember 2019} % Abgabe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment