Is there a way to offset the result of
I need to insert 4 decorative pages at the beginning of a report (before the table of contents) and would like to exclude those from the "page X of Y" count.
I tried
counter(pages)
I need to insert 4 decorative pages at the beginning of a report (before the table of contents) and would like to exclude those from the "page X of Y" count.
I tried
content: calc(counter(pages)-4)
without success.