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 % Bibliotheksverzeichnis
\input{dexes/bibdex} \input{dexes/bibdex}
% Clear special page geometry
\newgeometry{
a4paper
}
% Anhang % Anhang
%\input{appendix} %\input{appendix}

View File

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

View File

@ -11,14 +11,6 @@
\input{chapters/title} \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 % Selbstständigkeitserklärung
\include{selbststaendigkeitserklaerung} \include{selbststaendigkeitserklaerung}