Skip to content
Snippets Groups Projects
Verified Commit 7d315cf7 authored by abrahas55's avatar abrahas55
Browse files

layouting, separate abstract; adds title

parent 7700fa79
No related branches found
No related tags found
No related merge requests found
......@@ -221,12 +221,11 @@
\end{center}
\ifcsdef{separateAbstract}{% abstract on separate page
\cleardoublepage
\clearpage
\pagestyle{plain}
\begin{abstract}
#2
\end{abstract}
\cleardoublepage
}{% abstract on title page
\vfill
\begin{abstract}
......
No preview for this file type
......@@ -18,8 +18,9 @@
\documentclass[serif,article,noparskip,de]{agse-thesis}
% Global parameters, replace with actual values.
\newcommand{\thesisTitle}{Anwendung des BSI-Grundschutzes auf das
High-Performance Cluster CURTA}
\newcommand{\thesisTitle}{Informationssicherheit im High-Performance Computing
auf Basis des IT-Grundschutzes}
% -> You may use \par (but not \\) to format the title. If you do so, you'll
% need to manually set the 'pdftitle' attribute below.
\newcommand{\studentName}{Abraham Söyler}
......@@ -30,23 +31,20 @@ High-Performance Cluster CURTA}
\addbibresource{bibliography.bib}
% Blind texts, for demonstration only, not part of the actual template
\usepackage{lipsum}
\begin{document}
\coverpage[
student/id=,
student/id=5071219,
student/mail=a.soeyler@fu-berlin.de,
thesis/type=Bachelorarbeit, % optional, default: Bachelorarbeit
thesis/group={Arbeitsgruppe Software Engineering},
% optional, default: AGSE
thesis/advisor={Barry Linnert}, % optional
thesis/examiner={Prof. Dr. Jochen Schiller},
thesis/examiner/2={Dr. Jörg Schneider}, % optional
thesis/advisor={Dr.\@ Ing.\@ Jörg Schneider}, % optional
thesis/examiner={Barry Linnert},
thesis/examiner/2={Prof.\@ Dr.\@ Ing.\@ Jochen Schiller}, % optional
thesis/date=\today, % optional, default: \today
%title/size=\LARGE, % set this value to overwrite automatic font size
%abstract/separate % toggle this to move the abstract to its own page
abstract/separate % toggle this to move the abstract to its own page
]
{ % Your abstract here:
abstract
......@@ -54,20 +52,23 @@ High-Performance Cluster CURTA}
\include{declaration}
\cleardoublepage
%\cleardoublepage
\tableofcontents
\cleardoublepage
%\cleardoublepage
\pagestyle{fancy}
% Actual content starts here
\input{1_introduction}
\input{2_fundamentals}
\input{3_schutzbedarf}
\input{3_modellierung}
\input{4_conclusion}
\printbibliography
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment