From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31929 Path: news.gmane.org!not-for-mail From: Alan Bowen Newsgroups: gmane.comp.tex.context Subject: Re: problem with \startnarrower (?) Date: Wed, 22 Nov 2006 07:51:25 -0500 Message-ID: <0860EB2B-20C2-4545-A532-CA14609359F3@princeton.edu> References: <45636F10.1010203@gmx.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1164199927 21527 80.91.229.2 (22 Nov 2006 12:52:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Nov 2006 12:52:07 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Nov 22 13:52:02 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 1Gmra1-0003Nq-MN for gctc-ntg-context-518@m.gmane.org; Wed, 22 Nov 2006 13:51:57 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2EA4F1FED0; Wed, 22 Nov 2006 13:50:52 +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 10361-06-6; Wed, 22 Nov 2006 13:50:43 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A65E11FE08; Wed, 22 Nov 2006 13:50:43 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2E99C1FC39 for ; Wed, 22 Nov 2006 13:50:42 +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 10361-06-5 for ; Wed, 22 Nov 2006 13:50:39 +0100 (CET) Original-Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by ronja.ntg.nl (Postfix) with SMTP id B9FDF1FEB1 for ; Wed, 22 Nov 2006 13:50:38 +0100 (CET) Original-Received: from [192.168.1.3] ([72.82.250.165]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0J94002TOUDURFU7@vms044.mailsrvcs.net> for ntg-context@ntg.nl; Wed, 22 Nov 2006 06:51:30 -0600 (CST) In-reply-to: <45636F10.1010203@gmx.net> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) 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:31929 Archived-At: Peter=97 Many thanks. That's got it. (I thought I had the latest version.) Best, Alan On Nov 21, 2006, at 4:26 PM, Peter Rolf wrote: > Alan Bowen wrote: >> There seems to be a change in latest ConTeXt (ver: 2006.11.20 09:49 >> MK II fmt: 2006.11.20 int: english/english) that has broken my >> definitions for setting extracts in the body text. >> >> \defineblank[extractdistance][3pt] >> >> \definestartstop[extract][ >> before=3D{[extractdistance] >> \setupnarrower[left=3D1.5pc,right=3D1.5pc] >> \startnarrower[left,right] >> \noindent}, >> after=3D{\stopnarrower >> \blank[extractdistance] >> \indenting[yes]}] >> >> \starttext >> >> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi >> commodo, ipsum sed pharetra gravida, orci magna rhoncus neque, id >> pulvinar odio lorem non turpis. Nullam sit amet enim. Suspendisse id >> velit vitae ligula volutpat condimentum. >> \startextract >> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi >> commodo, ipsum sed pharetra gravida, orci magna rhoncus neque, >> id pulvinar odio lorem non turpis. Nullam sit amet enim. >> Suspendisse id velit vitae ligula volutpat condimentum. >> \stopextract >> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi >> commodo, ipsum sed pharetra gravida, orci magna rhoncus neque, id >> pulvinar odio lorem non turpis. Nullam sit amet enim. >> >> \stoptext >> >> fails with the message: >> ! Undefined control sequence. >> \dosinglenarrower >> >> \redorepeatwithcommand [#1]#2->#2 >> {#1} >> \dodorepeatwithcommand ...repeatwithcommand [#1]#5 >> \else >> \dododorepeatwithcom... >> >> \next1 #1,->\docommand {#1} >> \doprocesscommaitem >> \relax left, >> right >> \doprocesscommalist ...aitem \gobbleoneargument #1 >> ,]\relax \global >> \advance ... >> ... >> l.14 \startextract >> >> >> If I comment out \startnarrower[left,right] and \stopnarrower in the >> definition of \definestartstop[extract], the text is set (though not >> as I should like). >> >> Any suggestions? >> > Hi Alan, > > simply download the current stable version (where \dosinglenarrower is > defined again). > > Greetings, Peter > >> Alan >> >> >> >> _______________________________________________ >> ntg-context mailing list >> ntg-context@ntg.nl >> http://www.ntg.nl/mailman/listinfo/ntg-context >> > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context