ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Cecil Westerhof <cldwesterhof@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: A dashed box around a range of objects in flowcharts
Date: Mon, 4 Apr 2011 23:06:48 +0200	[thread overview]
Message-ID: <BANLkTi=HKeNEv+jjfRN8QjP_KwoKdKTj0A@mail.gmail.com> (raw)


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

                 reply	other threads:[~2011-04-04 21:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTi=HKeNEv+jjfRN8QjP_KwoKdKTj0A@mail.gmail.com' \
    --to=cldwesterhof@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).