// Configure the page.
#set page(
paper: "a4",
// The margins depend on the paper size.
margin: (x: 2cm, y: 1.5cm),
numbering: "1/1", number-align: right,
)
I am using this to number pages and would like to hide the numbering from the first page, ie start numbering from 2/total beginning with the 2nd page.
Thank you devs!
Hi @This_isYE, I think your question is answered in these two posts:
(here OP has what you want but would like the opposite)
(here the issue is the same, but with margin instead of numbering)
Feel free to follow up if these don’t fully solve your problem.