[NTG-context] old charts bug
Willi Egger
ntg-context@ntg.nl
Sat, 15 May 2004 17:14:47 +0200
This is a multi-part message in MIME format.
--------------070101040705000107090100
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Hoi Hans,
though not originally posted by me, please find attached the requested
minimal file. - I had it because I trie it when Hraban posted the bug.
Kind regards Willi
Hans Hagen wrote:
> At 18:09 05/05/2004, you wrote:
>
>> Hi Hans et al!
>>
>> As I changed some older charts today and installed the latest beta
>> I recognized that an old bug isn't fixed yet:
>>
>> Any \connection[bb]{something} leads to an error.
>>
>> Could you please look into it?
>
>
>
> sure, can you make me a small exampl;e file?
>
> Hans
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
--------------070101040705000107090100
Content-Type: text/plain;
name="b-b-connection.tex"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="b-b-connection.tex"
% minimal file concerning bug in chart-module
% originallly posted by Henning Rhaban
% W. Egger
% 15.4.2004
\setupoutput[pdftex]
\usemodule[chart]
\startFLOWchart[test]
\startFLOWcell
\name{BEGIN}
\location{2,1}
\shape{action}
\text{Begin}
\connection[b,b]{EINDE} %\connection[b,b] gives an error!
\stopFLOWcell
\startFLOWcell
\name{EINDE}
\location{3,1}
\shape{action}
\text{Einde}
\stopFLOWcell
\stopFLOWchart
\starttext
\FLOWchart[test]
\stoptext
--------------070101040705000107090100--