ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* FLOWchart puzzles
@ 2002-08-21 21:47 Sytse Knypstra
  2002-08-22  8:23 ` Hans Hagen
  2002-08-22 17:12 ` EC Fonts trouble and TeX Live Glenn R Williams
  0 siblings, 2 replies; 14+ messages in thread
From: Sytse Knypstra @ 2002-08-21 21:47 UTC (permalink / raw)


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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2002-08-30 17:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-21 21:47 FLOWchart puzzles Sytse Knypstra
2002-08-22  8:23 ` Hans Hagen
2002-08-27  7:40   ` s. knypstra
2002-08-29 22:32     ` Hans Hagen
2002-08-22 17:12 ` EC Fonts trouble and TeX Live Glenn R Williams
2002-08-23 16:32   ` Hans Hagen
2002-08-24 15:39     ` texfont - install family? Bruce D'Arcus
2002-08-26 15:40       ` Hans Hagen
2002-08-26 21:40         ` Bruce D'Arcus
2002-08-29 22:34           ` Hans Hagen
2002-08-30 16:03             ` Bruce D'Arcus
2002-08-30 16:45               ` Hans Hagen
2002-08-30 17:30                 ` Bruce D'Arcus
2002-08-30 17:53                   ` Hans Hagen

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).