From 8d7cd78c34b310f923297936f95709eef89cdce7 Mon Sep 17 00:00:00 2001 From: Sven Vogel Date: Wed, 3 Jul 2024 14:27:12 +0200 Subject: [PATCH] changed: page counter update location moved before bibliography --- src/lib.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.typ b/src/lib.typ index b38e90c..af2057b 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -78,9 +78,9 @@ // add bibliography if set #if "bibliography" in config.thesis and config.thesis.bibliography != none { pagebreak(weak: true) + counter(page).update(1) set bibliography(style: "ieee") config.thesis.bibliography - counter(page).update(1) } // appendix