Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • main
1 result

Target

Select target project
  • zohreha97/thesis-template
  • prietzem04/thesis-template
  • fu6454io/windows-zu-linux
  • wuh95/thesis-template
  • abrahas55/bachelor-thesis
  • lgeorge/thesis-template
  • anenninger/thesis-template
  • marschi/thesis-template
  • agse/thesis-template
9 results
Select Git revision
  • main
1 result
Show changes
File added
......@@ -18,10 +18,10 @@
\documentclass[serif,article,noparskip,de]{agse-thesis}
% Global parameters, replace with actual values.
\newcommand{\thesisTitle}{Über den Sinn des Lebens}
\newcommand{\thesisTitle}{Die technischen Hürden beim Übergang von Windows zu Linux}
% -> 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}{Hugo Schlupps}
\newcommand{\studentName}{Irakli Maisuradze}
%===============================================================================
\hypersetup{pdftitle={\thesisTitle}}
......@@ -29,36 +29,44 @@
\addbibresource{bibliography.bib}
% Blind texts, for demonstration only, not part of the actual template
\usepackage{lipsum}
% For hyperlinks
\usepackage{hyperref}
% For PDF attachments
\usepackage{pdfpages}
% For 1.1.1.1 Ebene
\usepackage{titlesec}
\setcounter{secnumdepth}{4}
\setcounter{tocdepth}{4}
\titleformat{\paragraph}
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
\titlespacing{\paragraph}
{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
\begin{document}
\coverpage[
student/id=1234567,
student/mail=email@inf.fu-berlin.de,
student/id=5359657,
student/mail=irakli.maisuradze@inf.fu-berlin.de,
thesis/type=Bachelorarbeit, % optional, default: Bachelorarbeit
thesis/group={Arbeitsgruppe Software Engineering},
% optional, default: AGSE
thesis/advisor={Matt Visor}, % optional
thesis/examiner={Prof. Dr. Mia Maus},
thesis/examiner/2={Prof. Dr. Bob Bär}, % optional
thesis/advisor={Prof. Dr. Lutz Prechelt}, % optional
thesis/examiner={Prof. Dr. Lutz Prechelt},
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:
\noindent
\lipsum[1]
}
\include{declaration}
\cleardoublepage
\tableofcontents
\cleardoublepage
\clearpage
\pagestyle{fancy}
......@@ -66,12 +74,15 @@
\input{1_introduction}
\input{2_fundamentals}
\input{3_main}
\input{4_conclusion}
\input{3_methods}
\input{4_results}
\input{5_discussion}
\input{6_conclusion}
\printbibliography
\appendix
\include{5_appendix}
\include{7_appendix}
\end{document}