ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* installing context with tetex
@ 2003-11-27  8:46 Walter Harms
  2003-11-27 17:37 ` Tobias Burnus
  0 siblings, 1 reply; 5+ messages in thread
From: Walter Harms @ 2003-11-27  8:46 UTC (permalink / raw)


Hi list,
i was impressed with the charts style and have installed comtext.
i downloaded the cont-tmf.zip und installed into a (working) tetex.
i did a texhash but i still cant find texexec.

any hints want went wrong ?

regards,
walter

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: installing context with tetex
  2003-11-27  8:46 installing context with tetex Walter Harms
@ 2003-11-27 17:37 ` Tobias Burnus
  0 siblings, 0 replies; 5+ messages in thread
From: Tobias Burnus @ 2003-11-27 17:37 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: installing context with tetex
  2003-12-01 15:17 Walter Harms
@ 2003-12-01 15:27 ` Patrick Gundlach
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Gundlach @ 2003-12-01 15:27 UTC (permalink / raw)


Hello Walter,


> thats it :)
> i was unaware of the \starttext \stoptext :(

You should alway start with a simple document and then extend it. 

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

Which document are you talking about. Can you give the filename or
the full title?

If this is a specialized document: You should do some steps with pure
ConTeXt first.

Patrick

-- 
You are your own rainbow!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: installing context with tetex
  2003-11-30 19:28 Walter Harms
@ 2003-11-30 21:45 ` Willi Egger
  0 siblings, 0 replies; 5+ messages in thread
From: Willi Egger @ 2003-11-30 21:45 UTC (permalink / raw)


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 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: installing context with tetex
@ 2003-11-30 19:28 Walter Harms
  2003-11-30 21:45 ` Willi Egger
  0 siblings, 1 reply; 5+ messages in thread
From: Walter Harms @ 2003-11-30 19:28 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-12-01 15:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-27  8:46 installing context with tetex Walter Harms
2003-11-27 17:37 ` Tobias Burnus
2003-11-30 19:28 Walter Harms
2003-11-30 21:45 ` Willi Egger
2003-12-01 15:17 Walter Harms
2003-12-01 15:27 ` Patrick Gundlach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).