From 3ebc5f90ec68c89a9117b389b721c650c7871628 Mon Sep 17 00:00:00 2001 From: Leon Etienne Date: Mon, 27 Mar 2023 15:11:05 +0000 Subject: [PATCH] Make image and chapter numbers continuous Signed-off-by: Leon Etienne --- header.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/header.tex b/header.tex index 043ad8e..23661ae 100644 --- a/header.tex +++ b/header.tex @@ -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}