From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/7119 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Tiny bug in linenumbers Date: Tue, 5 Mar 2002 17:26:11 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020305172611.12b83483.taco@elvenkind.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035397606 16622 80.91.224.250 (23 Oct 2002 18:26:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:26:46 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:7119 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:7119 Oh well, maybe not so tiny, but easy to fix. In page-lin.tex, change line 120: \def\dodoschrijfregelnummer% {\setbox0=\hbox{\regelweergave}% \vsmashbox0% \ifregelnummersinmarge \llap{\hbox{\box0\hskip\linkermargeafstand}}% \else \llap{\hbox to \@@rnbreedte{\box0\hss}}% <- should be \rlap \fi} Otherwise, \setuplinenumbering[location=intext] doesn't work properly. -- groeten, Taco