ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jan-Mark Batke <batke@nue.tu-berlin.de>
Subject: Re: texexec 4.0 to 5.0 update.
Date: Mon, 25 Oct 2004 16:40:00 +0200	[thread overview]
Message-ID: <87wtxe7tfj.fsf@nue.tu-berlin.de> (raw)
In-Reply-To: <BAY12-F15pDI8NFr9oD00009528@hotmail.com> (Dirar BOUGATEF's message of "Fri, 22 Oct 2004 18:54:41 +0000")

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]

  parent reply	other threads:[~2004-10-25 14:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-22 18:54 Dirar BOUGATEF
2004-10-22 19:11 ` Patrick Gundlach
2004-10-25 14:40 ` Jan-Mark Batke [this message]
2004-10-26  7:02   ` Christopher Creutzig
2004-10-26 16:29   ` Hans Hagen
2004-10-22 22:12 Dirar BOUGATEF
2004-10-24  8:27 ` Patrick Gundlach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wtxe7tfj.fsf@nue.tu-berlin.de \
    --to=batke@nue.tu-berlin.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).