9 Mar
2023
9 Mar
'23
3:46 p.m.
On 3/9/23 13:18, Floris van Manen via ntg-context wrote:
Can someone remind me as how to number the pages in a pdf of multiple \startTEXpage ... \stopTEXpage
Hi Floris, I guess "pagestate=start" is what you might need: \starttext \dorecurse{25} {\startTEXpage[offset=1em, pagestate=start] \ConTeXt \stopTEXpage} \stoptext Just in case it might help, Pablo