From ae28c5a7713f56ed080c7ce9352746f41d6b3108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20F=C3=BCrst?= Date: Sun, 21 Jan 2024 13:52:12 +0100 Subject: [PATCH] reset figure numbering at beginning of actual text to get figures starting from 1 and not 2 which was previously the case --- thesis/bachelor.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thesis/bachelor.tex b/thesis/bachelor.tex index 3a6cabf..c0710cb 100644 --- a/thesis/bachelor.tex +++ b/thesis/bachelor.tex @@ -73,6 +73,8 @@ plainpages=false,pdfpagelabels=true]{hyperref} \cleardoublepage \pagenumbering{arabic} +\setcounter{figure}{0} + % use \input for small stuff (like a list you include twice or a tiks figure) % and \include for large latex compilation workloads (like a chapter) to get faster builds. \include{content/10_introduction}