4 Jul
2012
4 Jul
'12
3:09 p.m.
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