reset counters after preamble
This commit is contained in:
parent
31b19db3a3
commit
cadcf917ef
1 changed files with 4 additions and 0 deletions
|
@ -93,7 +93,11 @@
|
|||
|
||||
}
|
||||
|
||||
// Reset page and figure counters
|
||||
#counter(page).update(1)
|
||||
#counter(figure.where(kind: table)).update(0)
|
||||
#counter(figure.where(kind: image)).update(0)
|
||||
#counter(figure.where(kind: raw)).update(0)
|
||||
|
||||
= Introduction <sec:intro>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue