From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24517 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: betex -etex block parsing bug Date: Tue, 20 Dec 2005 20:59:44 +0100 Message-ID: <43A862B0.9060301@boede.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060801050404080706000506" X-Trace: sea.gmane.org 1135109008 472 80.91.229.2 (20 Dec 2005 20:03:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Dec 2005 20:03:28 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 20 21:03:24 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 1EoneL-0000HT-Ef for gctc-ntg-context-518@m.gmane.org; Tue, 20 Dec 2005 20:59:53 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 008F2127E6; Tue, 20 Dec 2005 20:59:53 +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 11333-04; Tue, 20 Dec 2005 20:59:49 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1C3E6127A5; Tue, 20 Dec 2005 20:59:49 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 381DB127A5 for ; Tue, 20 Dec 2005 20:59:47 +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 11272-05 for ; Tue, 20 Dec 2005 20:59:46 +0100 (CET) Original-Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by ronja.ntg.nl (Postfix) with ESMTP id 4E76E1279B for ; Tue, 20 Dec 2005 20:59:46 +0100 (CET) Original-Received: from [192.168.0.193] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) (authenticated bits=0) by smtp-vbr4.xs4all.nl (8.13.3/8.13.3) with ESMTP id jBKJxjN9025726 for ; Tue, 20 Dec 2005 20:59:46 +0100 (CET) (envelope-from w.egger@boede.nl) User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: NTG-Context X-Virus-Scanned: by XS4ALL Virus Scanner 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-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24517 Archived-At: This is a multi-part message in MIME format. --------------060801050404080706000506 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, It seems that there is a problem with parsing betex - etex blocks in the following situation: I can not say with which version this has been introduced. (I messed up my old TeX, so I have only new ones) I tested this with the version of 19-12-2005 an 30-11-2005. \setMPtext{1}{CENTER} \startuseMPgraphic{TEST} picture Text; Text := \MPbetex{1}; draw Text; \stopuseMPgraphic the betex-etex block will look like 'tex CENTERetex' of course the etex should be separated by a space. For testing I attach the minimal file. Willi --------------060801050404080706000506 Content-Type: text/plain; name="test.tex" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="test.tex" % TEST betex etex block: BUG parsing ... % Context file % filename test.tex % Willi Egger % 20-12-2005 \setupoutput[pdftex] \usemodule[txt] \setMPtext{1}{CENTER} % remove the space before the right brace, erase the temporary files % then compile and the run will fale! \startuseMPgraphic{TEST} picture Text; Text := \MPbetex{1}; draw Text ; \stopuseMPgraphic \starttext \startTEXpage \useMPgraphic{TEST} \stopTEXpage \stoptext --------------060801050404080706000506 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --------------060801050404080706000506--