ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Binx Bolling" <binxboll@hotmail.com>
Subject: flowchart strangeness
Date: Tue, 28 May 2002 22:38:15 +0000	[thread overview]
Message-ID: <F69jLN6W4CC1llJt0EM0000d247@hotmail.com> (raw)

Why does the appended context flowchart generate an error? If I uncomment 
the block at the end, it processes without a problem. It seems that problems 
sometimes arise if the last cell is between a \bgroup \egroup pair. I would 
like to enclose some cells that way in order to change attributes.

Thanks,
bb

%output=pdf

\usemodule[chart]
\starttext
\startFLOWchart[cells]

  \startFLOWcell
    \name {A}
    \location{1,1}
    \shape{action}
    \text{Box A}
    \connection[bt]{B}
  \stopFLOWcell
{
  \startFLOWcell
    \name {B}
    \location{1,2}
    \shape{action}
    \text{Box B}
  \stopFLOWcell
}

%  \startFLOWcell
%    \name {C}
%    \location{1,3}
%    \shape{action}
%    \text{Box C}
%  \stopFLOWcell

\stopFLOWchart
\FLOWchart[cells]
\stoptext

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


             reply	other threads:[~2002-05-28 22:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-28 22:38 Binx Bolling [this message]
2002-05-29  7:55 ` 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=F69jLN6W4CC1llJt0EM0000d247@hotmail.com \
    --to=binxboll@hotmail.com \
    /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).