Skip to content
Snippets Groups Projects
Verified Commit 7617e7fd authored by Björn Ludwig's avatar Björn Ludwig
Browse files

refactor(thesis): introduce more characters to fill lines

parent ea6a2b2e
No related branches found
No related tags found
No related merge requests found
% Choose the main template.
\documentclass[a4paper, 10pt]{report}
\synctex=1
% -------------------------------------------------------------------------------------
% --------------------------------------------------------------------------------------
% These first packages are taken from the template with their respective parameters:
% https://www.math.tu-berlin.de/fileadmin/i26/Vorlage_Arbeiten.zip
% The template link can be found here as of 2022-10-07 under
......@@ -20,7 +20,7 @@
.5em}{\mbox{}\\#1}\hspace{1em}\parbox[t]{16em}{\mbox{}\\#2}}
% From here on, we are using packages to create a neat design inspired by
% Lara's diss
% -------------------------------------------------------------------------------------
% --------------------------------------------------------------------------------------
\geometry{top=2cm,bottom=2cm}
% Seven predefined chapter heading styles (https://ctan.org/pkg/fncychap).
\usepackage[Bjornstrup]{fncychap}
......@@ -28,7 +28,7 @@
\usepackage{fancyhdr}
\pagestyle{fancy}
% And finally the usual stuff to make it work and look good.
%% -------------------------------------------------------------------------------------
% --------------------------------------------------------------------------------------
% Choose document language(s) (https://ctan.org/pkg/babel).
\usepackage[ngerman,english]{babel}
\usepackage[backend=biber,style=apa,natbib=true]{biblatex}
......@@ -58,7 +58,7 @@
\usepackage{algorithmicx}
% Set space between lines (https://ctan.org/pkg/setspace).
\usepackage[onehalfspacing]{setspace}
% -------------------------------------------------------------------------------------
% --------------------------------------------------------------------------------------
% Define more theorem environments.
\theoremstyle{definition}
\newtheorem{definition}{Definition}[section]
......@@ -76,13 +76,13 @@
\newtheorem{remark}[definition]{Remark}
\newcommand{\uc}{u_{\mathsf{c}}}
% -------------------------------------------------------------------------------------
% --------------------------------------------------------------------------------------
% And this we probably will not need.
% Allow page breaks in formulas.
% \allowdisplaybreaks
% Enable including syntax highlighted code (https://ctan.org/pkg/listings).
%\usepackage{listings}
%%%%%%%%%%%%%%%%%%%%%%%%%%% End of preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% End of preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
......
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