From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/76031 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: FLOWcharts - connector line length? Date: Tue, 08 May 2012 09:34:27 +0200 Message-ID: <4FA8CC83.8060403@wxs.nl> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1336462504 9754 80.91.229.3 (8 May 2012 07:35:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 May 2012 07:35:04 +0000 (UTC) Cc: Mari Voipio To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue May 08 09:35:01 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SRewg-0002YI-Ec for gctc-ntg-context-518@m.gmane.org; Tue, 08 May 2012 09:34:54 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 3F547101EE; Tue, 8 May 2012 09:34:50 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id N6f7xNkJ3jEG; Tue, 8 May 2012 09:34:49 +0200 (CEST) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 35010101E2; Tue, 8 May 2012 09:34:48 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B3243101E2 for ; Tue, 8 May 2012 09:34:46 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3qLJEdchmKwM for ; Tue, 8 May 2012 09:34:45 +0200 (CEST) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by balder.ntg.nl (Postfix) with ESMTP id C46F9101CF for ; Tue, 8 May 2012 09:34:45 +0200 (CEST) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q487YjKl008849 for ; Tue, 8 May 2012 09:34:45 +0200 X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.100; Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by pragma-net.nl (SurgeMail 5.3h2) with ESMTP (TLS) id 190-1713362 for multiple; Tue, 08 May 2012 09:34:35 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 In-Reply-To: X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; region=03; city=Hattem; latitude=52.4724; longitude=6.0696; http://maps.google.com/maps?q=52.4724,6.0696&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0QH7jyJpJ - 8f8c426aacce - 20120508 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:76031 Archived-At: On 8-5-2012 08:20, Mari Voipio wrote: > Now, to implementing all this new knowledge in Chart 2. and after that comes chart 3: \usemodule[chart] \startFLOWchart[ABC] \startFLOWcell \name{A} \location{1,1} \destination{whatever:A} \text{A} \connection[bt]{B} \stopFLOWcell \startFLOWcell \name{B} \location{1,2} \destination{whatever:B} \text{B} \connection[bt]{C} \stopFLOWcell \startFLOWcell \name{C} \location{1,3} \destination{whatever:C} \text{C} \connection[bt]{A} \stopFLOWcell \stopFLOWchart \setupinteraction[state=start] \starttext \FLOWchart[ABC] \startchapter[title=We're at A,reference=whatever:A] \input ward \stopchapter \startchapter[title=We're at B,reference=whatever:B] \input tufte \stopchapter \startchapter[title=We're at C,reference=whatever:C] \input zapf \stopchapter \stoptext (One reason why the chart module exists is that it can be used for online qa manuals and such where one can jump from cells to explanation.) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________