ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* A dashed box around a range of objects in flowcharts
@ 2011-04-04 21:06 Cecil Westerhof
  0 siblings, 0 replies; only message in thread
From: Cecil Westerhof @ 2011-04-04 21:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

I use the following:
    \runMPgraphicsfalse
      \usemodule[chart]

    \setupFLOWcharts[
      bodyfont={PT Serif,rm,10pt},
    ]

    \starttext

    \startFLOWchart[subversion]
      \startFLOWcell
        \location   {2,1}
        \name       {test}
        \shape      {34}
        \text       {test}
      \stopFLOWcell

      \startFLOWcell
        \location   {3,1}
        \name       {production}
        \shape      {34}
        \text       {production}
      \stopFLOWcell

      \startFLOWcell
        \connection [bt]{progA}
        \connection [rl]{branches}
        \connection [tl]{test}
        \location   {1,2}
        \name       {trunk}
        \shape      {34}
        \text       {trunk}
      \stopFLOWcell

      \startFLOWcell
        \connection [bpt]{progA}
        \connection [lr]{trunk}
        \connection [rl]{tags}
        \location   {2,2}
        \name       {branches}
        \shape      {34}
        \text       {branches}
      \stopFLOWcell

      \startFLOWcell
        \connection [tb]{production}
        \location   {3,2}
        \name       {tags}
        \shape      {34}
        \text       {tags}
      \stopFLOWcell

      \startFLOWcell
        \connection [tb]{trunk}
        \connection [ptb]{branches}
        \location   {1,3}
        \name       {progA}
        \shape      {34}
        \text       {Programmer A}
      \stopFLOWcell

      \startFLOWcell
        \location   {2,3}
        \name       {progB}
        \shape      {34}
        \text       {Programmer B}
      \stopFLOWcell

      \startFLOWcell
        \location   {3,3}
        \name       {progC}
        \shape      {34}
        \text       {Programmer C}
      \stopFLOWcell

    \stopFLOWchart

    \FLOWchart[subversion]

    \stoptext

This does reasonably what I want. I just want one more thing. The three
figures on the middle line are part of subversion. I would like to show this
by putting a a dashed box around it. Is this possible?

-- 
Cecil Westerhof

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

[-- Attachment #2: Type: text/plain, Size: 485 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:[~2011-04-04 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-04 21:06 A dashed box around a range of objects in flowcharts Cecil Westerhof

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).