From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/77269 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: linenumbering Date: Mon, 09 Jul 2012 22:46:47 +0200 Message-ID: <4FFB4337.1050607@wxs.nl> References: <4FFB27E0.9060609@uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1341866829 6221 80.91.229.3 (9 Jul 2012 20:47:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Jul 2012 20:47:09 +0000 (UTC) Cc: "Thomas A. Schmitz" To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Jul 09 22:47:09 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SoKrK-0003G8-JD for gctc-ntg-context-518@m.gmane.org; Mon, 09 Jul 2012 22:47:06 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6513B1027D; Mon, 9 Jul 2012 22:47:05 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id UxoAF-otJmUp; Mon, 9 Jul 2012 22:47:03 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id F227C10204; Mon, 9 Jul 2012 22:47:02 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5F62310204 for ; Mon, 9 Jul 2012 22:46:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id YUlDExDV87VV for ; Mon, 9 Jul 2012 22:46:53 +0200 (CEST) Original-Received: from filter2-utr.mf.surf.net (filter2-nij.mf.surf.net [195.169.124.153]) by balder.ntg.nl (Postfix) with ESMTP id A27E8101F2 for ; Mon, 9 Jul 2012 22:46:52 +0200 (CEST) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter2-utr.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q69KknEe002677 for ; Mon, 9 Jul 2012 22:46:51 +0200 X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.101; Original-Received: from [10.100.1.101] (unverified [10.100.1.101]) by pragma-net.nl (SurgeMail 5.3h2) with ESMTP (TLS) id 178-1713362 for multiple; Mon, 09 Jul 2012 22:46:47 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 In-Reply-To: <4FFB27E0.9060609@uni-bonn.de> X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; region=03; city=Hattem; latitude=52.4724; longitude=6.0696; http://maps.google.com/maps?q=52.4724,6.0696&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 04HwkKNF4 - a52ccb7dba42 - 20120709 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.153 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.13 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 Xref: news.gmane.org gmane.comp.tex.context:77269 Archived-At: On 9-7-2012 20:50, Thomas A. Schmitz wrote: > \def\startnumberedblockquote > {\dosingleempty\dostartnumberedblockquote} > > \def\dostartnumberedblockquote[#1]% > {\getrawparameters[numberedblockquote][start=1,#1]% > \blank[line]% > \begingroup > \setupindenting[no]% > \setuplinenumbering[location=text] > \startlinenumbering[width=1cm][\numberedblockquotestart]} > > \def\stopnumberedblockquote > {\stoplinenumbering > \endgroup > \blank[line]} > > \starttext > > \startnumberedblockquote[start=3] > > \input knuth > > \stopnumberedblockquote > > \stoptext fixed % \startlinenumbering[|continue|settings|name] % \startlinenumbering[name][|continue|settings] btw, you can define linenumberings ... \definelinenumbering [blocked] [width=1cm, location=text, before={\blank[line]}, after={\blank[line]}] \getrawparameters [numberedblockquote] [start=1] \unexpanded\def\startnumberedblockquote {\dosingleempty\dostartnumberedblockquote} \def\dostartnumberedblockquote[#1]% {\begingroup \setupindenting[no]% \getrawparameters[numberedblockquote][#1]% \startlinenumbering[blocked][start=\numberedblockquotestart]} \unexpanded\def\stopnumberedblockquote {\stoplinenumbering \endgroup} -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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 ___________________________________________________________________________________