ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Dan Seracu" <dans@sintezis.rdsor.ro>
Subject: RE: Mappings
Date: Tue, 16 Jan 2001 09:05:47 +0200	[thread overview]
Message-ID: <NEBBLODKJKHHMOFHALBLEEGPCCAA.dans@sintezis.rdsor.ro> (raw)
In-Reply-To: <3.0.5.32.20010115224831.00822750@mail.northcoast.com>

Hi!

I did not know there is such a module! I had to typeset a user manual with a
lot of diagrams and then I used metapost to draw all the figures. It seems
to be easier with this.

But where can I find documentation on the chart modules?

Dan Seracu

>>
> \usemodule[chart]
>
> \setupcolors[state=start]
>
> \starttext
>
> \setupFLOWfocus
>  [framecolor=black]
>
> \setupFLOWcharts
>  [%option=test,
>   nx=3,ny=4,
>   dx=4mm,dy=2mm,
>   offset=0mm,
>   width=6mm,
>   height=6mm,
>   maxwidth=\textwidth,
>   focus=l1]
>
> \setupFLOWlines
>  [corner=rectangular]
>
> \startFLOWchart[f1]
>  \startFLOWcell
>   \name{fname}
>   \location{2,1}
>   \shape{node}
>   \text{$f$}
>  \stopFLOWcell
>  \startFLOWcell
>   \name{l1}
>   \location{1,2}
>   \shape{action}
>   \text{1}
>   \connection[rl]{r1}
>   \connection[-rl]{r2}
>  \stopFLOWcell
>  \startFLOWcell
>   \name{r1}
>   \location{3,2}
>   \shape{action}
>   \text{2}
>  \stopFLOWcell
>  \startFLOWcell
>   \name{r2}
>   \location{3,3}
>   \shape{action}
>   \text{3}
>  \stopFLOWcell
>  \startFLOWcell
>   \name{l2}
>   \location{1,3}
>   \shape{action}
>   \text{2}
>   \connection[-rl]{r3}
>  \stopFLOWcell
>  \startFLOWcell
>   \name{r3}
>   \location{3,4}
>   \shape{action}
>   \text{4}
>  \stopFLOWcell
>
> \stopFLOWchart
>
> \placefigure
>  [here][fig1]
>  {The domain object 1 gets sent to more than one range object.}
>  {\FLOWchart[f1]}
>
> \stoptext
>


  reply	other threads:[~2001-01-16  7:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-16  6:48 Mappings David Arnold
2001-01-16  7:05 ` Dan Seracu [this message]
2001-01-16 18:55   ` Docs for flowchart module H. Ramm
2001-01-16 19:11   ` Mappings Hans Hagen
2001-01-16 19:06 ` Mappings 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=NEBBLODKJKHHMOFHALBLEEGPCCAA.dans@sintezis.rdsor.ro \
    --to=dans@sintezis.rdsor.ro \
    /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).