[NTG-context] \externalfigure stopped working

2009-10-16 Thread Michael Green

MTXrun | current version: 2009.10.16 16:13

I get the gray dummy box.

\starttext

\externalfigure[cow.pdf]

\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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \externalfigure stopped working

2009-10-17 Thread Mojca Miklavec
On Sat, Oct 17, 2009 at 00:38, Michael Green wrote:
> MTXrun | current version: 2009.10.16 16:13
>
> I get the gray dummy box.

You need
\setupexternalfigures[location={local,default}]

> \starttext
>
> \externalfigure[cow.pdf]
>
> \stoptext

Mojca
___
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
___


Re: [NTG-context] \externalfigure stopped working

2009-10-17 Thread Hans Hagen

Michael Green wrote:

MTXrun | current version: 2009.10.16 16:13

I get the gray dummy box.

\starttext

\externalfigure[cow.pdf]

\stoptext


actually there has been a fix

by default graphics are *not* looked up in the tex tree unless you 
specify the 'default' location:


\setupexternalfigures[location={local,global,default}]

\starttext

\externalfigure[cow.pdf]

\stoptext

works ok


-
  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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \externalfigure stopped working

2009-10-17 Thread Michael Green

On Oct 17, 2009, at 8:40 AM, Hans Hagen wrote:


Michael Green wrote:

MTXrun | current version: 2009.10.16 16:13

I get the gray dummy box.

\starttext

\externalfigure[cow.pdf]

\stoptext


actually there has been a fix

by default graphics are *not* looked up in the tex tree unless you
specify the 'default' location:

\setupexternalfigures[location={local,global,default}]

\starttext

\externalfigure[cow.pdf]

\stoptext

works ok


Great! Thanks!___
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
___