ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* linenumbering per page
@ 2012-07-04 14:50 Martin
  2012-07-04 15:09 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Martin @ 2012-07-04 14:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi, I would like to place line numbers in a multipage document.

\startlinenumbering
lots of text filling several pages
\stoplinenumbering

What I would like to have, and fail to find, is an option to that would 
restart the numbering on every page as I do not need to reference each 
line. e.g. finding line 15 on page 6 is fine.


\setuplinenumbering doesn't seem to provide an option.

Anything I can do? Thanks!

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: linenumbering per page
  2012-07-04 14:50 linenumbering per page Martin
@ 2012-07-04 15:09 ` Wolfgang Schuster
  2012-07-06  7:29   ` Martin
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2012-07-04 15:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 04.07.2012 um 16:50 schrieb Martin:

> Hi, I would like to place line numbers in a multipage document.
> 
> \startlinenumbering
> lots of text filling several pages
> \stoplinenumbering
> 
> What I would like to have, and fail to find, is an option to that would restart the numbering on every page as I do not need to reference each line. e.g. finding line 15 on page 6 is fine.
> 
> 
> \setuplinenumbering doesn't seem to provide an option.
> 
> Anything I can do? Thanks!

\starttext

\setuplinenumbering[method=page]

\startlinenumbering
\dorecurse{20}{\input knuth\par}
\stoplinenumbering

\stoptext

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: linenumbering per page
  2012-07-04 15:09 ` Wolfgang Schuster
@ 2012-07-06  7:29   ` Martin
  0 siblings, 0 replies; 3+ messages in thread
From: Martin @ 2012-07-06  7:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks that worked!

> \starttext
>
> \setuplinenumbering[method=page]
>
> \startlinenumbering
> \dorecurse{20}{\input knuth\par}
> \stoplinenumbering
>
> \stoptext
>
> Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2012-07-06  7:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-04 14:50 linenumbering per page Martin
2012-07-04 15:09 ` Wolfgang Schuster
2012-07-06  7:29   ` Martin

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).