Remov geometry package, as not required

This commit is contained in:
Leonetienne 2022-05-19 10:18:47 +02:00
parent 848d8ad66d
commit b16b10c8a8
No known key found for this signature in database
GPG Key ID: 0297FC11AD9236EF
3 changed files with 1 additions and 16 deletions

View File

@ -5,10 +5,6 @@
% Bibliotheksverzeichnis
\input{dexes/bibdex}
% Clear special page geometry
\newgeometry{
a4paper
}
% Anhang
%\input{appendix}

View File

@ -64,9 +64,6 @@ ngerman, % it's a german document
\allsectionsfont{\rmfamily}
\chaptertitlefont{\rmfamily\hspace*{0.5em}}
% Custom side marings
\usepackage{geometry}
% Zeilenabstand 1.5
\usepackage[onehalfspacing]{setspace}

View File

@ -11,14 +11,6 @@
\input{chapters/title}
% Only apply this geometry after the title page.
% We don't want to have a right/bottom indent on the title page aswell.
\newgeometry{
a4paper,
right=50mm,
bottom=50mm
}
% Selbstständigkeitserklärung
\include{selbststaendigkeitserklaerung}