Make image and chapter numbers continuous

Signed-off-by: Leon Etienne <leon@etiennes.de>
This commit is contained in:
Leon Etienne 2023-03-27 15:11:05 +00:00
parent 7f8d6c9502
commit 3ebc5f90ec

View File

@ -18,6 +18,10 @@ ngerman, % it's a german document
hidelinks, % avoid weird ref highlighting
]{scrbook}
% Make image and chapter numbers continuous
\counterwithout{figure}{chapter}
\counterwithout{table}{chapter}
% Load project configuration
\input{config}