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