Hello, I'd like to draw up a simple chart (\usemodule[chart]), but I get only the "text" (not really a document) and no "shape" on the PDF. I use a current version of Miktex total (Win) and the newest ConTeXt. What can I do? Thanks for any help, greetings, Helmut **********sample**********************************************++ \usemodule[chart] \setupFLOWcharts [nx=3, ny=3, dx=2\bodyfontsize, dy=2\bodyfontsize, width=12\bodyfontsize, height=7\bodyfontsize, maxwidth=\textwidth] \starttext \startFLOWchart[cells] \startFLOWcell \name {first} \location {1,2} \shape {singledocument} \text {not really a document} \stopFLOWcell \stopFLOWchart \FLOWchart[cells] \stoptext ********************************************************* Helmut Schwertner Schülperbaum 4 24103 K i e l phone: 0431 58 78 502 eMail: schwertner@t-online.de
On Tue, May 13, 2003 at 08:32:18PM +0200, schwertner@t-online.de wrote:
I'd like to draw up a simple chart (\usemodule[chart]), but I get only the "text" (not really a document) and no "shape" on the PDF. I use a current version of Miktex total (Win) and the newest ConTeXt. What can I do?
Did you enable the \write18 feature? This allows tex to run external programs, needed for inline metapost graphics like flow shapes. I don't remember how to do this for miktex, but it is described in the context installation manual, together with some more hints for a context friendly setup. -- Eckhart
Hi Helmut,
I tried your code and it runs smoothly here.
I saw later the suggestion of Eckhart. This could be the good sugggestion
\write18 must be enabled in order to
typeset flow-charts!
Cheers Willi
----- Original Message -----
From:
Hello,
I'd like to draw up a simple chart (\usemodule[chart]), but I get only the "text" (not really a document) and no "shape" on the PDF. I use a current version of Miktex total (Win) and the newest ConTeXt. What can I do?
Thanks for any help,
greetings, Helmut
**********sample**********************************************++
\usemodule[chart]
\setupFLOWcharts [nx=3, ny=3, dx=2\bodyfontsize, dy=2\bodyfontsize, width=12\bodyfontsize, height=7\bodyfontsize, maxwidth=\textwidth] \starttext \startFLOWchart[cells] \startFLOWcell \name {first} \location {1,2} \shape {singledocument} \text {not really a document} \stopFLOWcell \stopFLOWchart \FLOWchart[cells] \stoptext
********************************************************* Helmut Schwertner Schülperbaum 4 24103 K i e l
phone: 0431 58 78 502 eMail: schwertner@t-online.de
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
At 20:53 16/05/2003 +0200, you wrote:
Hi Helmut,
I tried your code and it runs smoothly here.
I saw later the suggestion of Eckhart. This could be the good sugggestion \write18 must be enabled in order to typeset flow-charts!
you can run in intermediate mode (no write 18) but maybe you had your system set up for immediate mode in which case write 18 also needs to be enabled, for testing, try: texexec --automp yourfile.mp depending on the complexity of the job this can be faster at the cost orf more files. Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
participants (4)
-
Eckhart Guthöhrlein
-
Hans Hagen
-
schwertner@t-online.de
-
Willi Egger