fixed missing page header when changing page counter

This commit is contained in:
Sven Vogel 2024-04-04 12:12:19 +02:00
parent 8fd96d77e9
commit 68c2e4ae49
3 changed files with 7 additions and 3 deletions

View File

@ -114,3 +114,6 @@
}
#print-glossary(glossary_entries)
// reset page counter
#counter(page).update(0)

View File

@ -104,9 +104,6 @@
#include "content/preface.typ"
#include "content/outline.typ"
// reset page counter
#counter(page).update(1)
#set heading(numbering: "1.")
// start numbering pages with numeric digits

View File

@ -2,3 +2,7 @@
#import "../prelude.typ" as prelude
= Einleitung
#pagebreak()
= Test