Page numbering: How to use characters as-is and not as counting symbols? (Page x of y)

Hi @Thomas4934, welcome to the forum,

You have correctly identified the problem (and the solution). To achieve this, you can use a numbering function:

#set page(numbering: (page, total) => [Page #page of #total])
3 Likes