From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21473 Path: news.gmane.org!not-for-mail From: Charles Doherty Newsgroups: gmane.comp.tex.context Subject: Re: footnote within \startlines \stoplines Date: Tue, 19 Jul 2005 14:08:19 +0100 Message-ID: References: <42DCF0C2.9030903@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1121778769 27829 80.91.229.2 (19 Jul 2005 13:12:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Jul 2005 13:12:49 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jul 19 15:12:46 2005 Return-path: 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 1DurtF-0002Ri-Fs for gctc-ntg-context-518@m.gmane.org; Tue, 19 Jul 2005 15:12:05 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 33FE4127B9; Tue, 19 Jul 2005 15:12:05 +0200 (CEST) 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 20395-01; Tue, 19 Jul 2005 15:12:05 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 92F99127B7; Tue, 19 Jul 2005 15:08:25 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2AFC7127B7 for ; Tue, 19 Jul 2005 15:08:24 +0200 (CEST) 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 20053-08-2 for ; Tue, 19 Jul 2005 15:08:23 +0200 (CEST) Original-Received: from mta08-winn.ispmail.ntl.com (mta08-winn.ispmail.ntl.com [81.103.221.48]) by ronja.ntg.nl (Postfix) with ESMTP id 31CDD127B6 for ; Tue, 19 Jul 2005 15:08:23 +0200 (CEST) Original-Received: from aamta10-winn.ispmail.ntl.com ([81.103.221.35]) by mta08-winn.ispmail.ntl.com with ESMTP id <20050719130822.TVVC889.mta08-winn.ispmail.ntl.com@aamta10-winn.ispmail.ntl.com> for ; Tue, 19 Jul 2005 14:08:22 +0100 Original-Received: from [10.0.1.4] (really [86.2.159.88]) by aamta10-winn.ispmail.ntl.com with ESMTP id <20050719130822.GUCM1234.aamta10-winn.ispmail.ntl.com@[10.0.1.4]> for ; Tue, 19 Jul 2005 14:08:22 +0100 In-Reply-To: <42DCF0C2.9030903@elvenkind.com> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.622) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21473 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21473 On 19 Jul 2005, at 13:23, Taco Hoekwater wrote: > Current ConTeXt chokes on the use of \ within \startlines ... > \stoplines (that is a known bug). You need a workaround. This works > for the current example: > > \starttext > > Example 1 > > And here is the sentence before > \startnarrower[2*left,2*right] > % Bugfix: redefinition on the next line > \startlines \def\ { } > A Somonour was ther with us in that place, > Thanks Taco, That's great. Charlie