From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30941 Path: news.gmane.org!not-for-mail From: Wolfgang Schuster Newsgroups: gmane.comp.tex.context Subject: Re: flow charts Date: Sat, 23 Sep 2006 13:50:13 +0200 Message-ID: <20060923135013.7032921a.schuster.wolfgang@googlemail.com> References: <50045.62.251.0.62.1159008904.squirrel@webmail.hccnet.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Sat__23_Sep_2006_13_50_13_+0200_R.y82sYZaw9+5OZx" X-Trace: sea.gmane.org 1159012250 5889 80.91.229.2 (23 Sep 2006 11:50:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Sep 2006 11:50:50 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Sep 23 13:50:48 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1GR61u-0006Pw-IY for gctc-ntg-context-518@m.gmane.org; Sat, 23 Sep 2006 13:50:46 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E8D681FE20; Sat, 23 Sep 2006 13:50:45 +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 05587-01; Sat, 23 Sep 2006 13:50:35 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B47EE1FDF3; Sat, 23 Sep 2006 13:50:34 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 81AFD1FD7E for ; Sat, 23 Sep 2006 13:50:30 +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 03715-06-2 for ; Sat, 23 Sep 2006 13:50:25 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by ronja.ntg.nl (Postfix) with SMTP id 6AD771FD5A for ; Sat, 23 Sep 2006 13:50:25 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id d4so1128137nfe for ; Sat, 23 Sep 2006 04:50:24 -0700 (PDT) Original-Received: by 10.78.201.2 with SMTP id y2mr731026huf; Sat, 23 Sep 2006 04:50:24 -0700 (PDT) Original-Received: from unknown ( [194.64.61.201]) by mx.gmail.com with ESMTP id 38sm233449hua.2006.09.23.04.50.22; Sat, 23 Sep 2006 04:50:23 -0700 (PDT) Original-To: ntg-context@ntg.nl In-Reply-To: <50045.62.251.0.62.1159008904.squirrel@webmail.hccnet.nl> X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.6.10; i686-pc-mingw32) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:30941 Archived-At: This is a multi-part message in MIME format. --Multipart=_Sat__23_Sep_2006_13_50_13_+0200_R.y82sYZaw9+5OZx Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 23 Sep 2006 12:55:04 +0200 (CEST) r.ermers@hccnet.nl wrote: > Dear Friends, > I am trying to generate a simple flow chart. Does anybody have a complete > working sample file, as simple as possible, that I could use as a starting > point? > > Thanks in advance. > > Robert > Hi Robert, you can play with with the attached test from me. The solution how you can scale the flowchart to the neccesary size to fit on the page is in the flowchart-manual. Finding the solution by yourself makes more fun and helps you to understand the whole thing. Happy TeXing. Wolfgang --Multipart=_Sat__23_Sep_2006_13_50_13_+0200_R.y82sYZaw9+5OZx Content-Type: text/x-tex; name="flowchart.tex" Content-Disposition: attachment; filename="flowchart.tex" Content-Transfer-Encoding: 7bit \usemodule[chart] \starttext \startFLOWchart \startFLOWcell \name {01} \location {2,1} \shape {action} \text {Potential Entrants} \connect [bt] {03} \stopFLOWcell \startFLOWcell \name {02} \location {1,2} \shape {action} \text {Supplies} \connect [rl] {03} \stopFLOWcell \startFLOWcell \name {03} \location {2,2} \shape {action} \text {Industry Competitors} \stopFLOWcell \startFLOWcell \name {04} \location {3,2} \shape {action} \text {Buyers} \connect [lr] {03} \stopFLOWcell \startFLOWcell \name {05} \location {2,3} \shape {action} \text {Substitutes} \connect [tb] {03} \stopFLOWcell \stopFLOWchart \FLOWchart \stoptext --Multipart=_Sat__23_Sep_2006_13_50_13_+0200_R.y82sYZaw9+5OZx 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 --Multipart=_Sat__23_Sep_2006_13_50_13_+0200_R.y82sYZaw9+5OZx--