2010/11/20 Hans Hagen <pra...@wxs.nl>
>
> so you have only minimals ... and there all is set up to run mp runtime

Should I install more?


> strange that no one else has this problem of not finding mpost in the binpath 
> then

Proberly something wrong with my installation, but that is only part
of the problem. I installed ConTeXt on another computer.  Here
metapost is found, but still when trying to create a flowchart, only
the text is generated. It is reproducable. When giving:
 \usemodule[chart]

   \starttext

   \startFLOWchart[cells]
        \startFLOWcell
            \name       {first}
            \location        {1,1}
            \shape      {singledocument}
            \text       {not really a document}
        \stopFLOWcell

   \stopFLOWchart

   \FLOWchart[cells]

   \stoptext

To http://live.contextgarden.net/, then there is also only text.

And when I take from http://wiki.contextgarden.net/Flow_Charts:

\usemodule[chart]
\setupFLOWcharts[height=3\lineheight]

\startFLOWchart[example]
\startFLOWcell
  \name {flow}
  \location {1,1}
  \text {Flow}
  \connection [rl] {chart}
\stopFLOWcell
\startFLOWcell
  \name {chart}
  \location{2,1}
  \text {Charts}
\stopFLOWcell
\stopFLOWchart
\FLOWchart[example]

And feed it to http://live.contextgarden.net/, I also only see text
and not the flowchart itself.

--
Cecil Westerhof
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to