Hello Dirar, your message is still completely unreadable, see: http://archive.contextgarden.net/message/20041022.185441.3949557f.html Your texexec finds an old version of ConTeXt (2003.9.25). How did you install the new ConTeXt? Make sure you run texhash (or mktexlsr) to update the database of the files TeX can find. Then try again and watch the line that looks like: ConTeXt ver: 2004.10.07 fmt: 2004.10.19 int: english mes: english and see if the old version is still mentioned. And I am not sure if "Version 3.141592-1.11b-2.1 (Web2c 7.5.2)" is new enough for the current ConTeXt. Others might know. On contextgarden I have a current teTeX and ConTeXt, at home I am outdated. So I don't know if old and new mix very well. Patrick -- ConTeXt wiki: http://contextgarden.net
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]
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
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 -----------------------------------------------------------------
participants (5)
-
Christopher Creutzig
-
Dirar BOUGATEF
-
Hans Hagen
-
Jan-Mark Batke
-
Patrick Gundlach