From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16759 Path: main.gmane.org!not-for-mail From: Jan-Mark Batke Newsgroups: gmane.comp.tex.context Subject: Re: texexec 4.0 to 5.0 update. Date: Mon, 25 Oct 2004 16:40:00 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <87wtxe7tfj.fsf@nue.tu-berlin.de> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098715023 31030 80.91.229.6 (25 Oct 2004 14:37:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2004 14:37:03 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Oct 25 16:36:50 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CM5xq-0002GY-00 for ; Mon, 25 Oct 2004 16:36:50 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 48233127DC; Mon, 25 Oct 2004 16:36:50 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12105-02; Mon, 25 Oct 2004 16:36:50 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D60901279E; Mon, 25 Oct 2004 16:35:06 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5ABB71279E for ; Mon, 25 Oct 2004 16:35:06 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12003-02 for ; Mon, 25 Oct 2004 16:35:05 +0200 (CEST) Original-Received: from mail2.zrz.tu-berlin.de (unknown [130.149.4.14]) by ronja.ntg.nl (Postfix) with ESMTP id B0DAB12795 for ; Mon, 25 Oct 2004 16:35:05 +0200 (CEST) Original-Received: from localhost ([127.0.0.1] helo=mail2.zrz.TU-Berlin.DE) by mail2.zrz.tu-berlin.de with esmtp (exim-4.43) for id 1CM5w9-0004na-BG; Mon, 25 Oct 2004 16:35:05 +0200 Original-Received: from mail2.zrz.TU-Berlin.DE ([130.149.4.14]) by mail2.zrz.TU-Berlin.DE (MailMonitor for SMTP v1.2.2 ) ; Mon, 25 Oct 2004 16:35:05 +0200 (CEST) Original-Received: from mailbox.tu-berlin.de ([130.149.4.18]) by mail2.zrz.tu-berlin.de with esmtp (exim-4.43) for id 1CM5w9-0004nO-AK; Mon, 25 Oct 2004 16:35:05 +0200 Original-Received: from nue010.nue.tu-berlin.de ([130.149.63.79] helo=nue010) by mailbox.tu-berlin.de with esmtp (exim-4.43) for id 1CM5w9-00025b-4d; Mon, 25 Oct 2004 16:35:05 +0200 Original-To: mailing list for ConTeXt users X-Home-Page: www.nue.tu-berlin.de In-Reply-To: (Dirar BOUGATEF's message of "Fri, 22 Oct 2004 18:54:41 +0000") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) X-Virus-Scanned: Sophos MailMonitor on mail2.zrz.tu-berlin.de; Mon, 25 Oct 2004 16:35:05 +0200 X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16759 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16759 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]