#12 Count Footnotes continuously

This commit is contained in:
Dominik Becker 2018-04-27 16:15:42 +02:00
parent 5e90a2cc91
commit 73e90c721b

View File

@ -148,3 +148,7 @@
\newenvironment{code}{\captionsetup{type=listing}}{}
\SetupFloatingEnvironment{listing}{name=Listing,listname=Listingverzeichnis}
% Fußnoten durchnummerieren
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}