ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Flow charts forgetting text
@ 2007-11-03 23:17 Aditya Mahajan
  2007-11-03 23:22 ` Aditya Mahajan
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Aditya Mahajan @ 2007-11-03 23:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

Something is broken in flowcharts. If I typeset the same flowchart twice, 
the comments are missing from the second chart. For example

\usemodule[chart]
\setupFLOWcharts
   [%option=test,
    bodyfont=11pt,
    nx=4,
    ny=1,
    offset=11pt,
    dx=\bodyfontsize,
    dy=0.65\bodyfontsize,
    width=6\bodyfontsize,
    height=2.5\bodyfontsize,
   ]
\startFLOWchart[test]
   \startFLOWcell
     \name       {source}
     \location   {1,1}
     \shape      {procedure}
     \text       {Source}
     \connection [rl]  {encoder}
     \comment    [t]   {$X_t$}
   \stopFLOWcell
   \startFLOWcell
     \name       {encoder}
     \location   {2,1}
     \shape      {procedure}
     \text       {Encoder}
   \stopFLOWcell
\stopFLOWchart

\starttext
\FLOWchart[test] \input knuth \FLOWchart[test]
\stoptext

The second flow chart does not have $X_t$. Can someone tell what is going 
on?

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2007-11-07 20:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-03 23:17 Flow charts forgetting text Aditya Mahajan
2007-11-03 23:22 ` Aditya Mahajan
2007-11-04  0:03 ` Aditya Mahajan
2007-11-05 16:49 ` Willi Egger
2007-11-05 17:44   ` Aditya Mahajan
2007-11-07 18:21   ` Hans Hagen
2007-11-07 20:18     ` Aditya Mahajan

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