ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* disabling reuse of figures
@ 2007-08-16  7:15 Saji Njarackalazhikam Hameed
  2007-08-16 12:24 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Saji Njarackalazhikam Hameed @ 2007-08-16  7:15 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: disabling reuse of figures
  2007-08-16  7:15 disabling reuse of figures Saji Njarackalazhikam Hameed
@ 2007-08-16 12:24 ` Hans Hagen
  2007-08-16 14:11   ` Saji Hameed
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2007-08-16 12:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Saji Njarackalazhikam Hameed wrote:
> 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.

object=no

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


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: disabling reuse of figures
  2007-08-16 12:24 ` Hans Hagen
@ 2007-08-16 14:11   ` Saji Hameed
  0 siblings, 0 replies; 3+ messages in thread
From: Saji Hameed @ 2007-08-16 14:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks very much, Hans - on setting \setupexternalfigures 
[object=no] , I could get the expected result...saved my day!

saji
...
,
On Aug 16, 2007, at 9:24 PM, Hans Hagen wrote:

> Saji Njarackalazhikam Hameed wrote:
>> 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.
>
> object=no
>
>> 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
>> _____________________________________________________________________ 
>> ______________
>
>
> -- 
>
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>       tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                               | www.pragma-pod.nl
> -----------------------------------------------------------------
> ______________________________________________________________________ 
> _____________
> 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
> ______________________________________________________________________ 
> _____________

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-16 14:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-16  7:15 disabling reuse of figures Saji Njarackalazhikam Hameed
2007-08-16 12:24 ` Hans Hagen
2007-08-16 14:11   ` Saji Hameed

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