ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* multiple flow charts in the same document
@ 2010-09-04  9:35 Chen Shen
  0 siblings, 0 replies; only message in thread
From: Chen Shen @ 2010-09-04  9:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1069 bytes --]

Hi all,

I want to place multiple flow charts in the same document.
However, connection comments displays correctly in the first chart, but
disappears in the second chart.

Below is a minimum example adapted from the wiki.

I am using mkiv,
MTXrun | current version: 2010.07.30 11:35
This is LuaTeX, Version beta-0.62.0-2010082314

Any suggestions? Thanks a lot!

regards,
shenchen


--------------------------------------
\usemodule[chart]

\starttext
\setupFLOWcharts[height=3\lineheight]

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

\startFLOWchart[clone]
\startFLOWcell
  \name {flow}
  \location {1,1}
  \text {Flow}
  \connection [bt] {chart}
    \comment[r] {abc}
\stopFLOWcell
\startFLOWcell
  \name {chart}
  \location{1,2}
  \text {Charts}
\stopFLOWcell
\stopFLOWchart
\FLOWchart[clone]

\stoptext
--------------------------------------

[-- Attachment #1.2: Type: text/html, Size: 1788 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-04  9:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-04  9:35 multiple flow charts in the same document Chen Shen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).