I copied the first example in the "Charts" manual as follows:
-------------------------------------------------------
\setupoutput[pdftex]
\usemodule[chart]
\starttext
\setupFLOWcharts
[option=test,
nx=4,
ny=3,
dx=2\bodyfontsize,
dy=2\bodyfontsize,
width=12\bodyfontsize,
height=7\bodyfontsize,
maxwidth=\textwidth]
\startFLOWchart[grid]
\stopflowchart
\FLOWchart[grid]
\stoptext
-----------------------------------------
I get the following error messages;
---------------------------------------------------
systems : begin file ped at line 3
Hi John, Here your code compiles as soon as you change \stopflowchart into \stopFLOWchart! Willi John R. Culleton wrote:
I copied the first example in the "Charts" manual as follows: ------------------------------------------------------- \setupoutput[pdftex] \usemodule[chart] \starttext \setupFLOWcharts [option=test, nx=4, ny=3, dx=2\bodyfontsize, dy=2\bodyfontsize, width=12\bodyfontsize, height=7\bodyfontsize, maxwidth=\textwidth]
\startFLOWchart[grid] \stopflowchart \FLOWchart[grid] \stoptext -----------------------------------------
I get the following error messages; --------------------------------------------------- systems : begin file ped at line 3
) Runaway argument? ! File ended while scanning use of \copyblockline. <inserted text> \par <*> &cont-en ped.tex ? ----------------------------------------
If I have made a silly mistake would someone please point it out?
On Saturday 02 July 2005 08:20 pm, Willi Egger wrote:
Hi John,
Here your code compiles as soon as you change \stopflowchart into \stopFLOWchart!
Willi
See, I knew it was something simple staring me in the face. Or perhaps I am the thing that is simple. Anyhow, back to the (virtual) drawing board. I hope a have a more challenging question later. Thanks very much for a prompt response. -- John Culleton Books with answers to marketing and publishing questions: http://wexfordpress.com/tex/shortlist.pdf Book coaches, consultants and packagers: http://wexfordpress.com/tex/packagers.pdf
participants (2)
-
John R. Culleton
-
Willi Egger