From ac469c5b6ff44d76dc04307a5f37419ca1c834d3 Mon Sep 17 00:00:00 2001 From: LaTeX Anon Date: Mon, 22 Aug 2022 21:41:36 +0200 Subject: [PATCH] Fix footnote numbering --- bboc.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bboc.tex b/bboc.tex index f8c1f3e..49e76fb 100644 --- a/bboc.tex +++ b/bboc.tex @@ -12,6 +12,8 @@ \tableofcontents \renewcommand{\thechapter}{\Roman{chapter}} +\counterwithout*{footnote}{chapter} +\setcounter{footnote}{-1} % this makes the first footnote be 0 so the footnote numbers line up with BBOC Anon \chapter{Foreword}