Re: [NTG-context] installing context with tetex
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 What is the mentioned "testmode" ? where i can see grid ? 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 ? regards, walter
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
participants (2)
-
WHarms@bfs.de
-
Willi Egger