From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14133 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: installing context with tetex Date: Sun, 30 Nov 2003 22:45:58 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.0.22.1.20031130222451.01b689a8@digitpaint.nl> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1070229270 17500 80.91.224.253 (30 Nov 2003 21:54:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Nov 2003 21:54:30 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Nov 30 22:54:27 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AQZWN-00071Y-00 for ; Sun, 30 Nov 2003 22:54:27 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 8400610ADF; Sun, 30 Nov 2003 22:54:17 +0100 (MET) Original-Received: from smtpzilla1.xs4all.nl (smtpzilla1.xs4all.nl [194.109.127.137]) by ref.ntg.nl (Postfix) with ESMTP id 04B3F10ACD for ; Sun, 30 Nov 2003 22:46:02 +0100 (MET) Original-Received: from vademecum.boede.nl (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla1.xs4all.nl (8.12.9/8.12.9) with ESMTP id hAULk2cL036010 for ; Sun, 30 Nov 2003 22:46:02 +0100 (CET) X-Sender: boedenl01@digitpaint.nl X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14133 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14133 Hi Walter did you issue the following command at the beginning of the file: \usemodule[chart] At 20:28 30.11.2003, Walter wrote: >hi list, >thanks for the hint with te_cont i was looking for *tex* so i never found >anything. > >So, i have installed all missing packets and the sample works fine. > >Then i tried the first example from "typsetting flow charts". > >\setupFLOWcharts[...] >\startFLOWchart[grid] >\stopFLOWchart to typeset the chart you have to issue the following command \setupoutput[pdftex] \usemodule[chart] \setupFLOWcharts [option=test, nx=3, ny=3] \startFLOWchart[grid] \stopFLOWchart \starttext \FLOWchart[grid] \stoptext >What is the mentioned "testmode" ? where i can see grid ? When the option=test is set, the grid of the chart is drawn. >the second example is the definition of a cell but i am unable to create >any output because: >no legal \end found >but where ? the examples contain no end (in the sense >\begin{} \end{} ) > >Can i download the examples somewhere ? No not that I know Other example: \setupFLOWcharts [option=, nx=1, ny=2] \startFLOWchart[Walter] \startFLOWcell \name {first} \location {1,1} \shape {singledocument} \text {Name: Walter} \stopFLOWcell \stopFLOWchart \starttext \FLOWchart[Walter] \stoptext This code works here.... Success Willi