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