Skip to content

Commit

Permalink
Added title pages and cv for dissertations
Browse files Browse the repository at this point in the history
  • Loading branch information
LEA Stille committed Aug 21, 2023
1 parent 5e61530 commit b6b1988
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 16 deletions.
74 changes: 65 additions & 9 deletions LEA_Thesis_Template/LEAthesis.cls
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
% LEA-thesis DOCUMENT CLASS -- version 0.1 (21.02.22)
% LEA-thesis DOCUMENT CLASS -- version 1.1 (18.08.23)
%% Partitially based on svmono.cls and jku.cls
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{LEAthesis}[2022/02/21 v01 LEA global LaTeX document class for theses]
\ProvidesClass{LEAthesis}[2023/08/12 v11 LEA global LaTeX document class for theses]

\LoadClass[12pt,twoside,a4paper]{book}


\newif\ifdeutsch
\newif\ifenglish
\newif\ifonline
\newif\ifdiss
\newif\iffinal

\DeclareOption{english}{\englishtrue}
\DeclareOption{deutsch}{\deutschtrue}
\DeclareOption{online}{\onlinetrue}
\DeclareOption{diss}{\disstrue}
\DeclareOption{final}{\finaltrue}

\ProcessOptions\relax

Expand All @@ -24,12 +28,17 @@
\DeclareRobustCommand*{\shorttitle}[1]{\gdef\@shorttitle{#1}}
\DeclareRobustCommand*{\author}[1]{\gdef\@author{#1}}
\DeclareRobustCommand*{\date}[1]{\gdef\@date{#1}}
\DeclareRobustCommand*{\thesistype}[1]{\gdef\@thesistype{#1}}
\DeclareRobustCommand*{\matrnr}[1]{\gdef\@matrnr{#1}}
\ifdiss\else\DeclareRobustCommand*{\thesistype}[1]{\gdef\@thesistype{#1}}\fi
\ifdiss\else\DeclareRobustCommand*{\matrnr}[1]{\gdef\@matrnr{#1}}\fi
\DeclareRobustCommand*{\supervisora}[1]{\gdef\@supervisora{#1}}
\DeclareRobustCommand*{\supervisorb}[1]{\gdef\@supervisorb{#1}}
\DeclareRobustCommand*{\thesisnr}[1]{\gdef\@thesisnr{#1}}
\DeclareRobustCommand*{\filingdate}[1]{\gdef\@filingdate{#1}}
\ifdiss\else\DeclareRobustCommand*{\thesisnr}[1]{\gdef\@thesisnr{#1}}\fi
\ifdiss\else\DeclareRobustCommand*{\filingdate}[1]{\gdef\@filingdate{#1}}\fi
\ifdiss\DeclareRobustCommand*{\birthdate}[1]{\gdef\@birthdate{#1}}\fi
\ifdiss\DeclareRobustCommand*{\birthplace}[1]{\gdef\@birthplace{#1}}\fi
\ifdiss\DeclareRobustCommand*{\examdate}[1]{\gdef\@examdate{#1}}\fi
\ifdiss\DeclareRobustCommand*{\publicationyear}[1]{\gdef\@publicationyear{#1}}\fi
\ifdiss\DeclareRobustCommand*{\thesisnr}[1]{\gdef\@thesisnr{#1}}\fi
%

%% Language phrases
Expand Down Expand Up @@ -84,7 +93,7 @@
\def\subclassname{{\it Subject Classifications\/}:}%
\def\supervisor{Supervisor}%
\def\tablename{Tab.}%
\def\thesisnrname{Thesis Nr.}%
\def\thesisnrname{Thesis Nr.}%
\def\theoremname{Theorem}%
\def\titledepartment{Department of Power Electronics and Electrical Drives}%
\def\titleinstitute{Institute of Electrical Engineering and Information Technology}%
Expand Down Expand Up @@ -181,6 +190,7 @@
\RequirePackage{amscd} % Erstellen einafcher kommutativer Diagramme
\RequirePackage{amsbsy} % Darstellung fettgedruckter mathematischer Symbole
\RequirePackage{bm}
\RequirePackage[scaled]{helvet}

\RequirePackage[
free-standing-units,
Expand Down Expand Up @@ -577,7 +587,53 @@ multi-part-units = repeat
\footnotesep 9\p@

%%% Title Page
\def\maketitle{\newpage
\def\maketitle{
\ifdiss{
%Title Page Master
\newpage
\pagestyle{empty}
\newgeometry{top=2.5cm,left=2.5cm,right=2.5cm,bottom=2.5cm}
\null
\begingroup
\def\and{\unskip, }
\parindent=\z@
\pretolerance=10000
\rightskip=\z@ \@plus 3cm
%%%%%%%%%%
\begin{center}
\includegraphics[width=1.0\textwidth]{Logos/Titelblatt_Kopfzeile-diss}
%\linespread{1.0}
\sffamily
\vfill
\LARGE\textbf{\\[13mm] \@title \\[15mm]}
\vfill
\Large{Der Fakultät für Elektrotechnik, Informatik und Mathematik}\\
\Large{der Universität Paderborn}\\[5mm]
\large{zur Erlangung des akademischen Grades\\[5mm]
\Large{Doktor der Ingenieurwissenschaften (Dr.-Ing.)}}\\[5mm]
\iffinal genehmigte\ \else vorgelegte\ \fi Dissertation \\
von \\[5mm]
\Large{\@author} \\[5mm]
\iffinal{
\begin{tabular}[ht]{ll}
\Large{Erster Gutachter:} & \Large{\@supervisora}\\
\Large{Zweiter Gutachter:} & \Large{\@supervisorb}\\[5mm]
\Large{Tag der mündlichen Prüfung:\ \ } & \Large{\@examdate}
\end{tabular}\\[12mm]

\Large{Paderborn \@publicationyear} \\[6mm]
\Large{Diss. EIM-E/\@thesisnr}
}\else{
\Large{geboren am \@birthdate\ in \@birthplace}
}\fi
\vfill
\end{center}
\endgroup
\restoregeometry
\newpage
}\else{
%Title Page Master
\newpage
\pagestyle{empty}
\newgeometry{top=2.5cm,left=2.5cm,right=2.5cm,bottom=2.5cm}
\null
Expand Down Expand Up @@ -613,9 +669,9 @@ multi-part-units = repeat
\endgroup
\restoregeometry
\newpage
}\fi
}


%%% Declaration
\def\makedeclaration{
\chapter*{\declaration}
Expand Down
Binary file not shown.
34 changes: 34 additions & 0 deletions LEA_Thesis_Template/chapters/Lebenslauf.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
\pagestyle{empty}
\chapter{Lebenslauf}
\label{sec:Lebenslauf}
%\vskip-22ex
\begin{tabular}{ll}
Name & Mustermann \\
Vorname & Max \\
Wohnort & Paderborn \\
Geburtsdatum/-ort & 30.02.1988 in Paderborn \\
Nationalität & deutsch \\
Familienstand & ledig \\[2ex]
\textbf{Schulbildung} & \\
09/1988 - 07/1992 & Grundschule \\
08/1992 - 01/1999 & Gymnasium \\[2ex]
\textbf{Wehrdienst} & \\
02/2000 - 09/2001 & wenn es den noch gab \\[2ex]
\textbf{Studium} & \\
10/2001 - 04/2009 & Universität Paderborn\\[2ex]
\multicolumn{2}{l}{\textbf{Wissenschaftliche Tätigkeit} } \\
seit 09/2010 & Universität Paderborn, Fachgebiet LEA \\[2ex]
\textbf{Beruf} & \\
12/2009 - 04/2010 & Firma Mustermann, Paderborn \\[2ex]
\textbf{Sprachkenntnisse} & Deutsch \\
& Englisch \\[2ex]

Paderborn, \today &\\[10ex]
\end{tabular}

\textbf{Drei Stichworte für den Deutschen Fakultätentag zur Dissertation}
\begin{itemize}
\item Eins
\item Zwei
\item Drei
\end{itemize}
32 changes: 25 additions & 7 deletions LEA_Thesis_Template/main.tex
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
%\documentclass[online, english]{LEAthesis}
%\documentclass[online, deutsch]{LEAthesis}
%\documentclass[deutsch]{LEAthesis}
%\documentclass[english]{LEAthesis}
%\documentclass[online,english]{LEAthesis}
\documentclass[online,english]{LEAthesis}
\documentclass[english,diss]{LEAthesis}
%\documentclass[english,diss,final]{LEAthesis}

% %% Data for Bachelor/Master
% \title{Really a Very Very Extremely Long Title for Such a Thesis}
% \shorttitle{Title in Short}
% \author{Me Myself}
% \thesistype{Master Thesis}
% \thesisnr{MA0815}
% \matrnr{08193784}
% \supervisora{Prof. Dr.-Ing. Joachim Böcker}
% \supervisorb{Prof. Dr.-Ing. N.N.}
% \filingdate{\today}

%% Data for Dissertation
\title{Really a Very Very Extremely Long Title for Such a Thesis}
\shorttitle{Title in Short}
\author{Me Myself}
\thesistype{Master Thesis}
\thesisnr{MA0815}
\matrnr{08193784}
\supervisora{Prof. Dr.-Ing. Joachim Böcker}
\supervisorb{N.N.}
\filingdate{\today}
\supervisorb{Prof. Dr.-Ing. N.N.}
\birthdate{30.02.1999}
\birthplace{Hintertupfingen}
\examdate{31.02.2025}
\thesisnr{333}
\publicationyear{2030}

\bibliography{references.bib}

\input{chapters/header}
Expand Down Expand Up @@ -39,4 +55,6 @@

\input{chapters/appendix.tex}
\lists

\ifdiss\iffinal\else\input{chapters/Lebenslauf}\fi\fi
\end{document}

0 comments on commit b6b1988

Please sign in to comment.