Re: Re: [NTG-context] installing context with tetex

2003-12-01 Thread WHarms

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


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


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


Re: Re: [NTG-context] installing context with tetex

2003-11-28 Thread Peter Münster
On Fri, 28 Nov 2003 [EMAIL PROTECTED] wrote:

> i run a vaniall SuSE 9.0 and have installed: tetex-2.0.2-48
> There is no 'texexec':(

Hello Walter,
tetex is perhaps not enough. Did you install te_cont, te_etex and te_pdf?
Especially te_cont!
Cheers, Peter

-- 
http://pmrb.free.fr/contact/

Film Search site: http://f-s.sf.net/


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


Re: Re: [NTG-context] installing context with tetex

2003-11-28 Thread Hans Hagen
At 09:50 28/11/2003, you wrote:

google tells me pdfetex is something like pdftex (what i have installed)
can i use that ?
indeed, te better one, actually, pdfetex should be on each system that 
comes with pdftex

Hans  

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


Re: Re: [NTG-context] installing context with tetex

2003-11-28 Thread WHarms
hi tobias,
i run a vaniall SuSE 9.0 and have installed: tetex-2.0.2-48
There is no 'texexec':(

ls /usr/bin/tex*
/usr/bin/tex/usr/bin/texdoctk  /usr/bin/texhash  /usr/bin/texlinks
/usr/bin/texconfig  /usr/bin/texfind   /usr/bin/texi2pdf /usr/bin/text2sf
/usr/bin/texdoc /usr/bin/texfont   /usr/bin/texinfo2man

ok i have created a texexec

#!/bin/sh
perl $(kpsewhich -progname=context -format='other text files' texexec.pl) ${1+"$@"}

that fails with 
sh: line 1: pdfetex: command not found

google tells me pdfetex is something like pdftex (what i have installed)
can i use that ?

walter



- - - - - - - - - - - - - - Original Message - - - - - - - - - - - - - -
From: Tobias Burnus <[EMAIL PROTECTED]>
Subject: Re: [NTG-context] installing context with tetex
Date: 11/27/03 18:37

Hi,

On Thu, Nov 27, 2003 at 09:46:42AM +0100, Walter Harms wrote:
> i downloaded the cont-tmf.zip und installed into a (working) tetex.
> i did a texhash but i still cant find texexec.

Try
  kpsewhich -progname=context -format='other text files' texexec.pl
there is this PERL file.

(Besides: If you have a newer teTeX you should already have a
/usr/bin/texexec (which is a shell script that basically calls
  perl `kpsewhich -progname=context -format='other text files' texexec.pl` \
   ${1+"$@"}
)

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


Re: [NTG-context] installing context with tetex

2003-11-27 Thread Tobias Burnus
Hi,

On Thu, Nov 27, 2003 at 09:46:42AM +0100, Walter Harms wrote:
> i downloaded the cont-tmf.zip und installed into a (working) tetex.
> i did a texhash but i still cant find texexec.

Try
  kpsewhich -progname=context -format='other text files' texexec.pl
there is this PERL file.

(Besides: If you have a newer teTeX you should already have a
/usr/bin/texexec (which is a shell script that basically calls
  perl `kpsewhich -progname=context -format='other text files' texexec.pl` \
   ${1+"$@"}
)

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