fixed missing page header when changing page counter
This commit is contained in:
parent
8fd96d77e9
commit
68c2e4ae49
|
@ -114,3 +114,6 @@
|
|||
}
|
||||
|
||||
#print-glossary(glossary_entries)
|
||||
|
||||
// reset page counter
|
||||
#counter(page).update(0)
|
|
@ -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
|
||||
|
|
|
@ -2,3 +2,7 @@
|
|||
#import "../prelude.typ" as prelude
|
||||
|
||||
= Einleitung
|
||||
|
||||
#pagebreak()
|
||||
|
||||
= Test
|
Loading…
Reference in New Issue