From be0959d4506da83b2f7e8e2c4027c4f0307d46b1 Mon Sep 17 00:00:00 2001 From: Axel Dürkop Date: Wed, 17 Feb 2021 10:53:51 +0100 Subject: Fix footnote formatting --- content/preamble.tex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/preamble.tex b/content/preamble.tex index ea26ffc..09c221f 100644 --- a/content/preamble.tex +++ b/content/preamble.tex @@ -41,3 +41,9 @@ DOI: tbd % Adjust spacing before and after chapter heading \renewcommand*{\chapterheadstartvskip}{\vspace*{-.9cm}} \renewcommand*{\chapterheadendvskip}{\vspace{.5cm}} + +% Formattierung von Fußnoten +\usepackage[hang,marginal]{footmisc} +\setlength{\footnotemargin}{1.1em} +\setlength{\footnotesep}{.2cm} + -- cgit v1.2.3