diff --git a/config/config.tex b/config/config.tex index 5167fea..fd3e083 100644 --- a/config/config.tex +++ b/config/config.tex @@ -148,3 +148,7 @@ \newenvironment{code}{\captionsetup{type=listing}}{} \SetupFloatingEnvironment{listing}{name=Listing,listname=Listingverzeichnis} + +% Fußnoten durchnummerieren +\usepackage{chngcntr} +\counterwithout{footnote}{chapter}