Re: [NTG-context] texexec 4.0 to 5.0 update.

2004-10-26 Thread Hans Hagen
Jan-Mark Batke wrote:
Dear all, 

using  the  example below  with  texexec --pdf  example.tex
metapost comes up with  its prompt - answering \bye results
in a correct  pdf file. Whats going wrong?  How can I debug
that? 
smells like an error. you can try to process the jobname-mpgraph file 
and see what is reported

BTW,  is it  possible just  to extract  the flowchart  as a
file? I found the --figures=c switch but it doesn't seem to
do what I want. 
you mean as stand alone graphic?
\starttext
\startTEXpage
 ... your chart ...
\stopTEXpage
\stoptext
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] texexec 4.0 to 5.0 update.

2004-10-26 Thread Christopher Creutzig
Jan-Mark Batke wrote:
Dear all, 

using  the  example below  with  texexec --pdf  example.tex
metapost comes up with  its prompt - answering \bye results
in a correct  pdf file. Whats going wrong?  How can I debug
that? 
You forgot \starttext ... \stoptext around the content.
regards,
Christopher Creutzig
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] texexec 4.0 to 5.0 update.

2004-10-25 Thread Jan-Mark Batke
Dear all, 

using  the  example below  with  texexec --pdf  example.tex
metapost comes up with  its prompt - answering \bye results
in a correct  pdf file. Whats going wrong?  How can I debug
that? 

BTW,  is it  possible just  to extract  the flowchart  as a
file? I found the --figures=c switch but it doesn't seem to
do what I want. 

Best 

Jan-Mark

-- example.tex --

\usemodule[chart]

\setupFLOWcharts 
[ nx=4, 
  ny=3, 
  dx=2\bodyfontsize, 
  dy=2\bodyfontsize, 
  width=12\bodyfontsize, 
  height=7\bodyfontsize, 
  maxwidth=\textwidth]

\startFLOWchart[bad]

\startFLOWcell
  \name {user} 
  \location {1,1} 
  \shape {right} 
  \text {user input}
  \connection[rl]{audiorec}
\stopFLOWcell

\startFLOWcell
  \name {audiorec} 
  \location {1,2} 
  \shape {procedure} 
  \text {audiorecorder} 
  \connection[rl]{wavtompeg}
\stopFLOWcell

\startFLOWcell
  \name {wavtompeg} 
  \location {1,3} 
  \shape {procedure} 
  \text {wav2mpeg7}
%  \connection[rl]{compare}
\stopFLOWcell

\stopFLOWchart

%\startFLOWcell
%  \name {compare} 
%  \location {2,3} 
%  \shape {procedure} 
%  \text {compareMPEG7}
%\stopFLOWcell


\FLOWchart[bad]



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