Am 12.02.2013 um 09:29 schrieb Procházka Lukáš Ing. - Pontex s. r. o. 
<l...@pontex.cz>:

> Hello,
> 
> Ctx is not able to find a figure:
> 
> ----
> \starttext
>    \setupexternalfigures[location=local,directory={4Essel}]
> 
>    \externalfigure[Dum-Poh.jpg] % Fails to find - Ctx uses a "dummy figure"
>    \externalfigure[4Essel/Dum-Poh.jpg] % OK
> \stoptext
> ----
> 
> I'm running Ctx from
> 
> c:\Lukas\Personal\Real\Ales
> 
> with figures located in
> 
> c:\Lukas\Personal\Real\Ales\4Essel\*.jpg
> 
> What am I doing wrong?


With “location=local” you limit context to search only in the local directory.


The location key accepts three arguments:

- local (search in the current directory)
- global (search path specified with the directory key)
- default (search in the tex directory)


The default setup for the search is 
\setupexternalfigures[location={local,global}].

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

Reply via email to