From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15045 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Superimposing two flowcharts Date: Thu, 22 Apr 2004 11:02:00 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040422110035.02e649c8@server-1> References: <5.2.0.9.1.20040422091357.00ac3e98@imap.eco.rug.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1082624862 30800 80.91.224.253 (22 Apr 2004 09:07:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2004 09:07:42 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Apr 22 11:07:32 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGaB9-0001yr-00 for ; Thu, 22 Apr 2004 11:07:31 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 66A2610B63; Thu, 22 Apr 2004 11:03:44 +0200 (MEST) Original-Received: from mailrelay02.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id 09C4610B63 for ; Thu, 22 Apr 2004 11:00:40 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay02.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i3M93RU8000348 for ; Thu, 22 Apr 2004 11:03:27 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id C59F017B5A; Thu, 22 Apr 2004 11:04:18 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 72A1D17AFA for ; Thu, 22 Apr 2004 09:04:16 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <5.2.0.9.1.20040422091357.00ac3e98@imap.eco.rug.nl> Original-References: <5.2.0.9.1.20040422091357.00ac3e98@imap.eco.rug.nl> X-Virus-Scanned: clamd / ClamAV version devel-20040415, clamav-milter version 0.70i Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15045 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15045 At 09:26 22/04/2004, you wrote: >Hi all, > >I would like to make a flowchart in which one shape (FLOWcell) is >essentially bigger than the other shapes (in fact it should occupy the >space for two ordinary shapes). >Now I made two flowcharts; one consists of the one bigger shape, while the >other consists of the remaining shapes (of which two are invisible because >their shape is defined as `node'). My idea is to put one flowchart on top >of the other. >Is this possible? And if it is, how should I do this? >B.t.w. using `offset=overlay' in \setupFLOWcharts gives a syntax error. \startoverlay {... de chart ...} {... de chart ...} \stopoverlay Hans