Hello,

I'm having problems with the following chart (well, any chart, that
is):

--- ConTeXt code ---

\setupoutput[pdftex]
\usemodule[chart]
\starttext

\setupFLOWcharts[offset=50pt]

\startFLOWchart[test]

  \startFLOWcell
    \name{one}
    \location{1,1}
    \text{one}
    \connect[bt]{two}
    \comment[r]{why}
    \comment[l]{is}
    \comment[l]{this}
  \stopFLOWcell
    
  \startFLOWcell
    \name{two}
    \location{1,2}
    \text{two}
  \stopFLOWcell
  
\stopFLOWchart

\midaligned{\FLOWchart[test]}

\stoptext

--- end ---

It seems that every \comment-command pushes all text further down;
i.e. "two" in the secons cell but also the other comments.

version: 

 TeXExec 5.2.4 - ConTeXt / PRAGMA ADE 1997-2005

               texexec : TeXExec 5.2.4 - ConTeXt / PRAGMA ADE 1997-2005
               texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
                   tex : pdfeTeX, 3.14159-1.10b-2.1 (Web2C 7.4.5)
               context : ver: 2005.01.31
               cont-en : ver: 2005.01.31  fmt: 2005.3.8  mes: english

        total run time : 1 seconds

and:

%D \module
%D   [       file=m-chart,
%D        version=1998.10.10,

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

Reply via email to