changed: page counter update location moved before bibliography
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 11s Details

This commit is contained in:
Sven Vogel 2024-07-03 14:27:12 +02:00
parent c92bff7d00
commit 8d7cd78c34
1 changed files with 1 additions and 1 deletions

View File

@ -78,9 +78,9 @@
// add bibliography if set // add bibliography if set
#if "bibliography" in config.thesis and config.thesis.bibliography != none { #if "bibliography" in config.thesis and config.thesis.bibliography != none {
pagebreak(weak: true) pagebreak(weak: true)
counter(page).update(1)
set bibliography(style: "ieee") set bibliography(style: "ieee")
config.thesis.bibliography config.thesis.bibliography
counter(page).update(1)
} }
// appendix // appendix