hi list,
thats it :)
i was unaware of the \starttext \stoptext :(

Hallo hans ?
can you please adjust the "typesetting.." document ? So at least at start
it should have a full example.

regards,
walter

- - - - - - - - - - - - - - Original Message - - - - - - - - - - - - - -
From: Willi Egger <[EMAIL PROTECTED]>
Subject: Re: [NTG-context] installing context with tetex
Date: 11/30/03 22:45

Hi Walter

did you issue the following command at the beginning of the file:

\usemodule[chart]


At 20:28 30.11.2003, Walter wrote:
>hi list,
>thanks for the hint with te_cont i was looking for *tex* so i never found 
>anything.
>
>So, i have installed all missing packets and the sample works fine.
>
>Then i tried the first example from "typsetting flow charts".
>
>\setupFLOWcharts[...]
>\startFLOWchart[grid]
>\stopFLOWchart

to typeset the chart you have to issue the following command

\setupoutput[pdftex]
\usemodule[chart]

\setupFLOWcharts
     [option=test,
     nx=3,
     ny=3]

\startFLOWchart[grid]
\stopFLOWchart

\starttext
     \FLOWchart[grid]
\stoptext

>What is the mentioned "testmode" ? where i can see grid ?

When the option=test is set, the grid of the chart is drawn.

>the second example is the definition of a cell but i am unable to create 
>any output because:
>no legal \end found
>but where ? the examples contain no end (in the sense
>\begin{} \end{} )
>
>Can i download the examples somewhere ?

No not that I know

Other example:

\setupFLOWcharts
         [option=,
         nx=1,
         ny=2]

\startFLOWchart[Walter]
     \startFLOWcell
         \name {first}
         \location {1,1}
         \shape {singledocument}
         \text {Name: Walter}
     \stopFLOWcell
\stopFLOWchart

\starttext
         \FLOWchart[Walter]
\stoptext

This code works here....

Success Willi 

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to