changed: page counter update location moved before bibliography
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 11s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 11s
Details
This commit is contained in:
parent
c92bff7d00
commit
8d7cd78c34
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue