From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26368 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Re: typing and linenumbering Date: Thu, 16 Mar 2006 22:41:57 +0100 Message-ID: References: <441929B6.1000704@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1142545184 13488 80.91.229.2 (16 Mar 2006 21:39:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Mar 2006 21:39:44 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 16 22:39:42 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FK0Bt-0002je-Np for gctc-ntg-context-518@m.gmane.org; Thu, 16 Mar 2006 22:39:30 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 219C0127A6; Thu, 16 Mar 2006 22:39:29 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25775-06-2; Thu, 16 Mar 2006 22:39:24 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2E2691279D; Thu, 16 Mar 2006 22:39:24 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 729521278B for ; Thu, 16 Mar 2006 22:39:22 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25745-08-3 for ; Thu, 16 Mar 2006 22:39:19 +0100 (CET) Original-Received: from swip.net (mailfe06.tele2.fr [212.247.154.172]) by ronja.ntg.nl (Postfix) with SMTP id 22D3E1279D for ; Thu, 16 Mar 2006 22:39:18 +0100 (CET) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [213.103.7.59] (HELO localhost) by mailfe06.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 156464376 for ntg-context@ntg.nl; Thu, 16 Mar 2006 22:39:16 +0100 Original-To: "mailing list for ConTeXt users" In-Reply-To: <441929B6.1000704@elvenkind.com> User-Agent: Opera M2/7.54 (FreeBSD, build 955) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:26368 Archived-At: On Thu, 16 Mar 2006 10:02:46 +0100, Taco Hoekwater wrote: >> The output is pretty as I wish, but unfortunately the line numbers are >> *not* the numbers of the listing lines, but the numbers of the lines >> once >> wrapped in the frame. [...] > > I've tried this with a "method" trick, but that does not work too well > with 'location=intext'. Anyway, here is what I did: > > \setuptyping[prog] > [bodyfont=small, > before={\begingroup\setuplinenumbering[style=small,% > step=2,start=3,location=inmargin,method=type] > \startframelisting \obeylines > > \startlinenumbering}, > after={\stoplinenumbering\stopframelisting\endgroup}] Ah, yes, the method=type option helps much. The behaviour is quite strange with intext. Is it an official option? >> The other side effect of the method used is that it changes >> the linenumbering behaviour outside the typing environment. I tried the >> "reset" option, but it doesn't change the intext location. Is there a >> possibility to come back to default settings? > > The setup obeys normal grouping rules (hence the \begingroup ... > \endgroup in the code above) Yes, right. Thanks much for your help. Regards, BG