Hello,
Here is an example that highlights a few problems I have with linenumbering. When the line numbers are located in the margin, everything is fine. But when the number is located in the text: 1) Text overflows in the right margin. 2) Paragraph indenting does not work. We can even see a kind of right indentation appear. 1+2 => First line of the paragraph is too short, netx ones are too long. 3) linenumbering does not work within footnotes (neither with line numbers in margin nor in text). Perhaps (3) is not implemented, but I suppose (1) and (2) are not the expected behaviour. ============================== \setuppapersize[A4] \setupindenting[yes,first,medium] \definelinenumbering[lnbasic] \definelinenumbering[lntext] \definelinenumbering[lntextandnullwidth] \definelinenumbering[lntextandwidth] \setuplinenumbering[lnbasic][] \setuplinenumbering[lntext][location=text] \setuplinenumbering[lntextandnullwidth][location=text,width=0pt] \setuplinenumbering[lntextandwidth][location=text,width=.75em] \starttext {\bf A normal paragraph for reference}. \input tufte \startlinenumbering[lnbasic] {\bf Numbers in margin : correct right margin, paragraph indentation.} \input tufte \stoplinenumbering \startlinenumbering[lntext] {\bf Numbers in text, default width : overflow, no indentation of the first line but some kind of right indentation!} \input tufte \stoplinenumbering \startlinenumbering[lntextandnullwidth] {\bf Numbers in text, 0 width : no overflow but overtype on numbers, same problem with indentation.} \input tufte \stoplinenumbering \startlinenumbering[lntextandwidth] {\bf Numbers in text, average width : average overflow, same problem with indentation.} \input tufte \stoplinenumbering It also affects the previous lines when {em line numbering} starts from the middle of the line and not on a new paragraph. \startlinenumbering[lntext] {\bf Numbers in text, default width : overflow, no indentation of the first line but some kind of right indentation!} \input tufte \stoplinenumbering Line numbering does not work in footnotes\footnote{ \startlinenumbering[lnbasic] {\bf Numbers in margins.} \input tufte \stoplinenumbering } \footnote{ \startlinenumbering[lntext] {\bf Numbers in text.} \input tufte \stoplinenumbering }. \stoptext ============================== Goodbye, Stéphane. ___________________________________________________________________________________ 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 ___________________________________________________________________________________