Re: [NTG-context] installing context with tetex

2003-11-30 Thread WHarms
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



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


[NTG-context] Re: ConTeXt and emacs

2003-11-30 Thread Patrick Gundlach
Hello Thomas,

 sorry, I'm too dumb for CVS. I succeeded in finding your file
 context.el and dlding it, but how do I make it work in auctex? Is it
 sufficient to just copy it into site-lisp/auctex/ ? 

Oh, no. context.el only works with the cvs version of the other files
that come with AUCTeX. 

 I guess I'll have to modify tex-site.el, right? Sorry for those
 stopid questions, but these are my first steps with emacs--it
 took me ages just to find out how to make it use mac-roman in the
 right way so I could use files in it and TeXShop.

If you are interested, I can send you the current cvs version of
AUCTeX off-list. You need to follow the install-instructions that are
mentioned in file README.CVS. But: you need autoconf installed on
your system for the cvs version. 

Patrick
-- 
You are your own rainbow!
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] installing context with tetex

2003-11-30 Thread Willi Egger
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