Hi Johan, Johan Blixt-Dackhammar wrote:
Hi,
I'm trying to learn ConTeXt and has so far read parts of the manuals available on the website (http://www.pragma-ade.com). However, I feel that these manuals only give me a quite limited knowledge.
Therefore I wonder if there are any chance that the source code for some advanced documents are available on the internet. Some of the really well designed manuals (eg. "XML in ConTeXt", "Charts in ConTeXt" and "ConTeXt - an excursion") or other documents with a high level of design.
As Mojca mentioned ...
On to another subject, I'm having trouble using the chart module. I get no errors while typesetting, but the flowcharts doesn't show up. The only command that showed anything among the ones I tried was \FLOWchart[grid]. Has the commands changed since the chart manual("Charts uncovered") was written?
In order to get the grid, you need to set the option test and tell how the grid should look like: \usemodule[chart] \starttext \setupFLOWcharts [option=test, nx=4, ny=4, dx=2\bodyfontsize, dy=2\bodyfontsize, width=12\bodyfontsize, height=7\bodyfontsize, maxwidth=\textwidth] \startFLOWchart[grid] \startFLOWcell \name{1} \location{1,1} \shape{product} \text{NONE} \stopFLOWcell \stopFLOWchart \FLOWchart[grid] \stoptext Kindr regards Willi
-Johan _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context