#page number style not working
1 messages · Page 1 of 1 (latest)
display always use "1" numbering afaik
The solution is the following:
locate(loc => {
numbering(loc.page-numbering(), ..counter(page).at(loc))
})
instead of your counter(page).display()
hope this helps
?render
#set page(numbering: "I")
#locate(loc => {
numbering(loc.page-numbering(), ..counter(page).at(loc))
})
see how it works?
Not quite
You give display the numbering you want, and it defaults to "1" 🙂
I‘ll look at it in a few minutes
Err... well... no... according to the docs, it should default to the current element's numbering style... but clearly it doesn't 
Hm.
If this is omitted, displays the counter with the numbering style for the counted element or with the pattern
"1.1"if no such style exists.
Does that mean that thecounter(page)has no style? Weird.
Hm, yeah. Looks like the way I did this in my projects was to literally just move my page numbering from set page into my footer's call to display. 🤷🏻♂️
well I can't do that because I want different styles at different places
@dry copper your solution works perfectly
this one
It's the one I use in my thesis 🙂