ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
Subject: Re: flow charts
Date: Sat, 23 Sep 2006 13:50:13 +0200	[thread overview]
Message-ID: <20060923135013.7032921a.schuster.wolfgang@googlemail.com> (raw)
In-Reply-To: <50045.62.251.0.62.1159008904.squirrel@webmail.hccnet.nl>

[-- Attachment #1: Type: text/plain, Size: 583 bytes --]

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

[-- Attachment #2: flowchart.tex --]
[-- Type: text/x-tex, Size: 861 bytes --]

\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

[-- Attachment #3: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  reply	other threads:[~2006-09-23 11:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-23 10:55 r.ermers
2006-09-23 11:50 ` Wolfgang Schuster [this message]
2006-09-23 12:55   ` r.ermers
2006-09-23 13:16     ` andrea valle
2006-09-23 21:57   ` Giulio Bertellini
2006-09-24  2:14     ` Sanjoy Mahajan
  -- strict thread matches above, loose matches on Subject: below --
2009-04-06  7:56 Flow Charts Alfredo Catalina
2000-05-23 11:23 Flow charts Johannes Hüsing
2000-05-23 11:41 ` Berend de Boer
2000-05-24  4:16   ` Johannes Hüsing
2000-05-24  7:20     ` Berend de Boer
2000-05-23 14:38 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060923135013.7032921a.schuster.wolfgang@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).