[NTG-context] [ numbering TEXpages ]
Pablo Rodriguez
oinos at gmx.es
Thu Mar 9 16:46:20 CET 2023
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
More information about the ntg-context
mailing list