From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36057 Path: news.gmane.org!not-for-mail From: Saji Njarackalazhikam Hameed Newsgroups: gmane.comp.tex.context Subject: disabling reuse of figures Date: Thu, 16 Aug 2007 16:15:31 +0900 Message-ID: <20070816071531.GA17593@apcc21.net> 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: sea.gmane.org 1187249038 18528 80.91.229.12 (16 Aug 2007 07:23:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Aug 2007 07:23:58 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 16 09:23:55 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 1ILZhz-0001WN-6B for gctc-ntg-context-518@m.gmane.org; Thu, 16 Aug 2007 09:23:55 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6A2FF200E9; Thu, 16 Aug 2007 09:23:53 +0200 (CEST) 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 13459-06-5; Thu, 16 Aug 2007 09:23:38 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 146BF200DC; Thu, 16 Aug 2007 09:23:38 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 732BC200DC for ; Thu, 16 Aug 2007 09:23:35 +0200 (CEST) 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 13459-06-4 for ; Thu, 16 Aug 2007 09:23:31 +0200 (CEST) Original-Received: from mail1.apcc21.net (unknown [210.98.49.5]) by ronja.ntg.nl (Postfix) with ESMTP id 179F3200D8 for ; Thu, 16 Aug 2007 09:23:26 +0200 (CEST) Original-Received: from localhost ([210.98.49.34]) (authenticated bits=0) by mail1.apcc21.net (8.13.1/8.13.1) with ESMTP id l7G79Q5M005659 for ; Thu, 16 Aug 2007 16:09:27 +0900 Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) 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:36057 Archived-At: Dear All, It is a rather strange problem, I am compiling a presentation file using ConText. I use the \startcombination enviroment to make a panel containing 4 plots. In the source file, I prescibe a different figure file (*.png) for each page. ConText is however reusing the first set of figures so that the panel in each page looks the same as in the first page. Is there a way to disable the "reusing of figures"? A minimal example is reproduced below. thanks for any suggestions. saji \input setups \starttext \startcombination[2*2] {\externalfigure[/apcc01/OPER/AFS/FIG/3-MON/MME_OUT/FORECAST/GAUS/2007/6/Monthly/JUN/Global/prec.png]} {\externalfigure[/apcc01/OPER/AFS/FIG/3-MON/MME_OUT/FORECAST/GAUS/2007/6/Monthly/JUN/Global/t850.png]} {\externalfigure[/apcc01/OPER/AFS/FIG/3-MON/MME_OUT/FORECAST/GAUS/2007/6/Monthly/JUN/Global/z500.png]} {\externalfigure[]} \stopcombination \page \startcombination[2*2] {\externalfigure[/apcc01/OPER/AFS/FIG/3-MON/MME_OUT/FORECAST/SCM/2007/6/Monthly/JUN/Global/prec.png]} {\externalfigure[/apcc01/OPER/AFS/FIG/3-MON/MME_OUT/FORECAST/SCM/2007/6/Monthly/JUN/Global/t850.png]} {\externalfigure[/apcc01/OPER/AFS/FIG/3-MON/MME_OUT/FORECAST/SCM/2007/6/Monthly/JUN/Global/z500.png]} {\externalfigure[]} \stopcombination \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 ___________________________________________________________________________________