ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [ numbering TEXpages ]
@ 2023-03-09 12:18 Floris van Manen via ntg-context
  2023-03-09 15:46 ` Pablo Rodriguez via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Floris van Manen via ntg-context @ 2023-03-09 12:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Floris van Manen

Can someone remind me as how to number the pages in a pdf of multiple 
\startTEXpage ... \stopTEXpage

e.g. not to get them all numbered as 'page 1'

Thanks!
.Floris

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ numbering TEXpages ]
  2023-03-09 12:18 [ numbering TEXpages ] Floris van Manen via ntg-context
@ 2023-03-09 15:46 ` Pablo Rodriguez via ntg-context
  2023-03-09 15:58   ` Floris van Manen via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2023-03-09 15:46 UTC (permalink / raw)
  To: Floris van Manen via ntg-context; +Cc: Pablo Rodriguez

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ numbering TEXpages ]
  2023-03-09 15:46 ` Pablo Rodriguez via ntg-context
@ 2023-03-09 15:58   ` Floris van Manen via ntg-context
  0 siblings, 0 replies; 3+ messages in thread
From: Floris van Manen via ntg-context @ 2023-03-09 15:58 UTC (permalink / raw)
  To: ntg-context; +Cc: Floris van Manen



On 09/03/2023 16:46, Pablo Rodriguez via ntg-context wrote:
> I guess "pagestate=start" is what you might need:

>    {\startTEXpage[offset=1em, pagestate=start]

> Just in case it might help,

thank you Pablo, that made it work again :-)

.F
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-09 15:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-09 12:18 [ numbering TEXpages ] Floris van Manen via ntg-context
2023-03-09 15:46 ` Pablo Rodriguez via ntg-context
2023-03-09 15:58   ` Floris van Manen via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).