Re: [NTG-context] linenumbering per page

2012-07-06 Thread Martin

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
___


Re: [NTG-context] linenumbering per page

2012-07-04 Thread Wolfgang Schuster

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
___