-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
feature requestNew feature or requestNew feature or requestintrospectionRelated to the introspection categoryRelated to the introspection category
Description
Description
#set page(
width: 300pt,
height: 100pt,
footer: [
#counter(page).display("1/1", both: true)
]
)
= chapter 1
== page 1.1
#lorem(10)
#pagebreak()
= page 1.2
#lorem(10)
#pagebreak()
= chapter 2
#counter(page).update(1)
== page 2.1
#lorem(10)
#pagebreak()
== page 2.2
#lorem(10)
#pagebreak()
== page 2.3
#lorem(10)
When reset page number each chapter, the total numbers always return the last chapter.
In the first chapter, the expected return is 1/2 and 2/2, rather than 1/3 and 2/3
Reproduction URL
No response
Operating system
Windows
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or requestintrospectionRelated to the introspection categoryRelated to the introspection category
