From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/37224 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Flow charts forgetting text Date: Sat, 3 Nov 2007 20:03:11 -0400 (EDT) Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1194136488 30751 80.91.229.12 (4 Nov 2007 00:34:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Nov 2007 00:34:48 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Nov 04 01:34:50 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1IoTRw-0000cl-PL for gctc-ntg-context-518@m.gmane.org; Sun, 04 Nov 2007 01:34:48 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 314B41FADC; Sun, 4 Nov 2007 01:34:37 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02356-10-5; Sun, 4 Nov 2007 01:34:36 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 080FC1FACB; Sun, 4 Nov 2007 01:04:08 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 159E01FACB for ; Sun, 4 Nov 2007 01:04:04 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27810-03-7 for ; Sun, 4 Nov 2007 01:03:26 +0100 (CET) Original-Received: from hellskitchen.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.82]) by ronja.ntg.nl (Postfix) with ESMTP id 9EB651FABE for ; Sun, 4 Nov 2007 01:03:24 +0100 (CET) Original-Received: FROM [192.168.2.8] (c-68-40-40-75.hsd1.mi.comcast.net [68.40.40.75]) BY hellskitchen.mr.itd.umich.edu ID 472D0C49.8BF57.11736 ; 3 Nov 2007 20:03:22 -0400 X-X-Sender: adityam@adi-laptop In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:37224 Archived-At: On Sat, 3 Nov 2007, Aditya Mahajan wrote: > Hi, > > Something is broken in flowcharts. If I typeset the same flowchart twice, > the comments are missing from the second chart. For example > > \usemodule[chart] > \setupFLOWcharts > [%option=test, > bodyfont=11pt, > nx=4, > ny=1, > offset=11pt, > dx=\bodyfontsize, > dy=0.65\bodyfontsize, > width=6\bodyfontsize, > height=2.5\bodyfontsize, > ] > \startFLOWchart[test] > \startFLOWcell > \name {source} > \location {1,1} > \shape {procedure} > \text {Source} > \connection [rl] {encoder} > \comment [t] {$X_t$} > \stopFLOWcell > \startFLOWcell > \name {encoder} > \location {2,1} > \shape {procedure} > \text {Encoder} > \stopFLOWcell > \stopFLOWchart > > \starttext > \FLOWchart[test] \input knuth \FLOWchart[test] > \stoptext > > The second flow chart does not have $X_t$. Can someone tell what is going > on? This works....but something is really broken \starttext \FLOWcell[test] \input knuth \setvalue{\@@MPx1}{175.3406} \setvalue{\@@MPy1}{62.46541} \FLOWcell[test] \stoptext ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________