Package subpar0.2.2

The appliction works well, but produces a footer output “page of Pages”.
How can I reduce to only page?

I can’t replicate this, nor can I find anything related in their code.

Please add the code which leads you to believe it’s subpar’s fault and update the title accordingly.

Otherwise, here’s a way to achieve page numbering page #:

#set page(numbering: (..n) => "page " + str(n.pos().first()))

@hpcfzl

It works best with “”
Thanks!!

Please mark @hpcfzl’s answer as the solution and change the post title to the actual question you had (which was unrelated to subpar).

1 Like

Please provide a Minimum Working Example (MWE) that shows the problem in question when asking questions. This helps us to find the issue/solution to your question.

And of course update the title to fit the rules of this category: How to post in the Questions category