From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9049 Path: main.gmane.org!not-for-mail From: "Sytse Knypstra" Newsgroups: gmane.comp.tex.context Subject: FLOWchart puzzles Date: Wed, 21 Aug 2002 23:47:28 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <001501c2495c$5bd80da0$97247d81@rcsc> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035399407 32683 80.91.224.250 (23 Oct 2002 18:56:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:56:47 +0000 (UTC) Original-To: Xref: main.gmane.org gmane.comp.tex.context:9049 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9049 Hello all, After studying the CHARTS manual I am glad to be able to construct some simple charts. The example below is working ok. Still there are some puzzles left: 1. How do you construct different types of connection (dashed, without arrows, all in one chart (like in Figure 19, p.11 of the manual)? I know that you can change the line styles for all lines that follow by \setupFLOWlines, but what if some have to be with arrows, and others without arrows and/or dashed? BTW, I use the dutch version of ConTeXt. 2. I would like to try the \help command as described on p.16 of the manual. Where do you define the helptext and what command do you have to use in the dutch version? Could someone add the necessary lines to the example below? 3. What is the function of maxwidth=... in \setupFLOWcharts. Changing its value in the example below doesn't seem to have any effect. Is it possible to scale the whole chart to e.g. half its original size? 4. In the manual the meaning of x and y in \setupFLOWcharts is not explained. Could someone explain them to me? Thanks, Sytse Knypstra %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \gebruikmodule[chart] \steluitvoerin[pdftex] \starttekst \setupFLOWcharts [ nx=2, ny=1, dx=2\bodyfontsize, dy=2\bodyfontsize, breedte=12\bodyfontsize, hoogte=7\bodyfontsize, maxwidth=240pt ] \startFLOWchart[cells] \startFLOWcell \name {cell1} \location{1,1} \text{Cell 1} \connection[tt]{cell2} % default line style \connection[bb]{cell2} % dashed please \connection[rl]{cell2} % no arrow please \stopFLOWcell \startFLOWcell \name {cell2} \location{2,1} \text{Cell 2} \stopFLOWcell \stopFLOWchart Hieronder volgt een schema: \blanko[middel] \FLOWchart[cells] \stoptekst