From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21127 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: Chart module problem. Date: Sat, 02 Jul 2005 22:20:10 +0200 Message-ID: <42C6F6FA.5040502@boede.nl> References: <200507021433.59304.john@wexfordpress.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120335633 17784 80.91.229.2 (2 Jul 2005 20:20:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Jul 2005 20:20:33 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jul 02 22:20: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 1DooTL-00061F-DC for gctc-ntg-context-518@m.gmane.org; Sat, 02 Jul 2005 22:20:19 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 852F21279F; Sat, 2 Jul 2005 22:20:18 +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 07532-02; Sat, 2 Jul 2005 22:20:16 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B74341279B; Sat, 2 Jul 2005 22:20:15 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 04F961279B for ; Sat, 2 Jul 2005 22:20:14 +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 07392-05-2 for ; Sat, 2 Jul 2005 22:20:13 +0200 (CEST) Original-Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by ronja.ntg.nl (Postfix) with ESMTP id 31F0E12778 for ; Sat, 2 Jul 2005 22:20:13 +0200 (CEST) Original-Received: from [192.168.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-vbr5.xs4all.nl (8.13.3/8.13.3) with ESMTP id j62KKDJd052510 for ; Sat, 2 Jul 2005 22:20:13 +0200 (CEST) (envelope-from w.egger@boede.nl) User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <200507021433.59304.john@wexfordpress.com> 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-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:21127 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21127 Hi John, Here your code compiles as soon as you change \stopflowchart into \stopFLOWchart! Willi John R. Culleton wrote: > I copied the first example in the "Charts" manual as follows: > ------------------------------------------------------- > \setupoutput[pdftex] > \usemodule[chart] > \starttext > \setupFLOWcharts > [option=test, > nx=4, > ny=3, > dx=2\bodyfontsize, > dy=2\bodyfontsize, > width=12\bodyfontsize, > height=7\bodyfontsize, > maxwidth=\textwidth] > > \startFLOWchart[grid] > \stopflowchart > \FLOWchart[grid] > \stoptext > ----------------------------------------- > > I get the following error messages; > --------------------------------------------------- > systems : begin file ped at line 3 > ) > Runaway argument? > ! File ended while scanning use of \copyblockline. > > \par > <*> &cont-en ped.tex > > ? > ---------------------------------------- > > > If I have made a silly mistake would someone please point it out?