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
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
participants (2)
-
Martin
-
Wolfgang Schuster