How can I make blank pages not step the page counter?

Hi!

You can replace the offending line with

counter(page).update(i => i - 1)

See Counter Type – Typst Documentation


I updated your title to keep with the guidelines from How to post in the Questions category — Feel free to update it if it isn’t what you meant

3 Likes